summaryrefslogtreecommitdiffstats
path: root/usr.sbin/jail/jail.c
Commit message (Expand)AuthorAgeFilesLines
* Try resolving jail path with realpath(3).mm2012-01-241-2/+8
* Check for IPv4 or IPv6 to be available by the kernel to notbz2011-05-291-34/+42
* Change the current working directory to be inside the jail created bycperciva2010-05-271-0/+4
* Handle kernels that don't have IPv6 by not sending an "ip6.addr"jamie2009-07-311-8/+32
* Add libjail, a (somewhat) simpler interface to the jail_set and jail_getjamie2009-06-241-182/+23
* Remove obsolete comment describing how the command line isjamie2009-06-231-5/+0
* In preparation for raising NGROUPS and NGROUPS_MAX, change basebrooks2009-06-191-2/+7
* In the old-style jail command line, explicitly set parameters from thejamie2009-06-101-2/+39
* Add support for the arbitrary named jail parameters used by jail_set(2)jamie2009-05-271-230/+456
* With the permission of phk@ change the license on remaining jail codejamie2009-04-291-7/+24
* MFp4:bz2008-11-291-15/+237
* correct strtol(3) usage and style(9)matteo2006-05-121-4/+8
* o Style(9) the previous commit a bit.maxim2006-05-111-13/+7
* Add the -s option to set jail's securelevel. This is useful for jails run wit...matteo2006-05-111-3/+20
* o Do not mangle current session user login name with jail -u|-U.maxim2006-04-161-1/+1
* Add [-J jid_file] option to write out a JidFile, similar to a PidFile,philip2005-12-031-6/+26
* Initialize lcap and pwd to NULL. This allows a WARNS=6 clean build,delphij2004-11-171-2/+2
* The code path in main() dealing with lflag assumes that p wasdelphij2004-11-171-1/+1
* Pass an array of gid_t rather than an array of int to getgroups().stefanf2004-10-021-1/+2
* o Add -l option to jail(8) similar to su(1): before running jail'edmaxim2004-08-151-5/+31
* Prepare jail(8) utility for new functionality which will limitpjd2004-06-271-4/+6
* o Implement -U flag: run command as user which exists only in jail.maxim2004-05-291-17/+34
* add FBSDIDcharnier2003-07-061-3/+3
* Force output of jail ID (if necessary) before excuting the command,mike2003-04-211-1/+3
* o Add jls(8) for listing active jails.mike2003-04-091-7/+14
* Free login_cap(3) resources after usage.maxim2003-04-071-0/+1
* o Fix error messages formatting, style.maxim2003-04-021-29/+22
* o Add -u <username> flag to jail(8): set user context before exec.maxim2003-03-271-12/+65
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
* Add missing includes and sort includes.dd2001-06-241-4/+8
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+2
* Add a version number field to the jail(2) argument so that future changesphk1999-09-191-0/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Various cosmetics.phk1999-05-051-3/+4
* Fix various bogons.phk1999-05-041-1/+13
* This Implements the mumbled about "Jail" feature.phk1999-04-281-0/+32
OpenPOWER on IntegriCloud