index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
jail
/
jail.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initialize lcap and pwd to NULL. This allows a WARNS=6 clean build,
delphij
2004-11-17
1
-2
/
+2
*
The code path in main() dealing with lflag assumes that p was
delphij
2004-11-17
1
-1
/
+1
*
Pass an array of gid_t rather than an array of int to getgroups().
stefanf
2004-10-02
1
-1
/
+2
*
o Add -l option to jail(8) similar to su(1): before running jail'ed
maxim
2004-08-15
1
-5
/
+31
*
Prepare jail(8) utility for new functionality which will limit
pjd
2004-06-27
1
-4
/
+6
*
o Implement -U flag: run command as user which exists only in jail.
maxim
2004-05-29
1
-17
/
+34
*
add FBSDID
charnier
2003-07-06
1
-3
/
+3
*
Force output of jail ID (if necessary) before excuting the command,
mike
2003-04-21
1
-1
/
+3
*
o Add jls(8) for listing active jails.
mike
2003-04-09
1
-7
/
+14
*
Free login_cap(3) resources after usage.
maxim
2003-04-07
1
-0
/
+1
*
o Fix error messages formatting, style.
maxim
2003-04-02
1
-29
/
+22
*
o Add -u <username> flag to jail(8): set user context before exec.
maxim
2003-03-27
1
-12
/
+65
*
Usage style sweep: spell "usage" with a small 'u'.
des
2002-04-22
1
-1
/
+1
*
Add missing includes and sort includes.
dd
2001-06-24
1
-4
/
+8
*
Include missing header files which define functions for which gcc has
dd
2001-06-24
1
-0
/
+2
*
Add a version number field to the jail(2) argument so that future changes
phk
1999-09-19
1
-0
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Various cosmetics.
phk
1999-05-05
1
-3
/
+4
*
Fix various bogons.
phk
1999-05-04
1
-1
/
+13
*
This Implements the mumbled about "Jail" feature.
phk
1999-04-28
1
-0
/
+32