summaryrefslogtreecommitdiff
path: root/usr.sbin/jail/jail.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.2.0_cvscvs2svn2007-01-111-1/+1
* MFC: Add the -s option to set jail's securelevel.Matteo Riondato2006-05-261-5/+20
* MFC rev. 1.22: do not mangle current session user login nameMaxim Konovalov2006-05-161-1/+1
* MFC:Philip Paeps2006-01-301-6/+26
* Initialize lcap and pwd to NULL. This allows a WARNS=6 clean build,Xin LI2004-11-171-2/+2
* The code path in main() dealing with lflag assumes that p wasXin LI2004-11-171-1/+1
* Pass an array of gid_t rather than an array of int to getgroups().Stefan Farfeleder2004-10-021-1/+2
* o Add -l option to jail(8) similar to su(1): before running jail'edMaxim Konovalov2004-08-151-5/+31
* Prepare jail(8) utility for new functionality which will limitPawel Jakub Dawidek2004-06-271-4/+6
* o Implement -U flag: run command as user which exists only in jail.Maxim Konovalov2004-05-291-17/+34
* add FBSDIDPhilippe Charnier2003-07-061-3/+3
* Force output of jail ID (if necessary) before excuting the command,Mike Barcroft2003-04-211-1/+3
* o Add jls(8) for listing active jails.Mike Barcroft2003-04-091-7/+14
* Free login_cap(3) resources after usage.Maxim Konovalov2003-04-071-0/+1
* o Fix error messages formatting, style.Maxim Konovalov2003-04-021-29/+22
* o Add -u <username> flag to jail(8): set user context before exec.Maxim Konovalov2003-03-271-12/+65
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
* Add missing includes and sort includes.Dima Dorfman2001-06-241-4/+8
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+2
* Add a version number field to the jail(2) argument so that future changesPoul-Henning Kamp1999-09-191-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Various cosmetics.Poul-Henning Kamp1999-05-051-3/+4
* Fix various bogons.Poul-Henning Kamp1999-05-041-1/+13
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-0/+32