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
/
command.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r302856:
jamie
2016-07-17
1
-6
/
+13
*
Make jail(8) interpret escape codes in fstab the same as getfsent(3).
jamie
2016-04-25
1
-1
/
+8
*
Clear errno before calling getpw*.
jamie
2016-01-16
1
-0
/
+1
*
Fix a ton of speelling errors
eadler
2015-10-21
1
-1
/
+1
*
Add mount.procfs jail parameter, so procfs can be mounted when a prison's
jamie
2015-02-06
1
-0
/
+32
*
Setgid before running a command as a specified user. Previously only
jamie
2014-12-18
1
-0
/
+5
*
In preparation for using clang's -Wcast-qual:
jamie
2014-11-25
1
-53
/
+52
*
Added support for extra ifconfig args to jail ip4.addr & ip6.addr params
smh
2014-08-04
1
-11
/
+57
*
- Add mount.fdescfs parameter to jail(8). This is similar to
hrs
2013-10-12
1
-1
/
+32
*
Reverse the order of some implicit commands (FS mounts and ifconfigs)
jamie
2013-03-28
1
-3
/
+6
*
Handle (ignore) when a process disappears before it can be tracked.
jamie
2013-02-14
1
-6
/
+9
*
When writing the jid via the -i flag, do it right when the jail is created,
jamie
2012-05-28
1
-1
/
+3
*
Don't try to set a null TERM environment.
jamie
2012-05-25
1
-1
/
+2
*
Add a meta-parameter IP__NULL to enum intparam, instead of mixing
jamie
2012-05-03
1
-1
/
+1
*
Use the defvs_ruleset paramater when mounting a jail's /dev,
jamie
2012-02-27
1
-12
/
+12
*
Improvements in error messages:
jamie
2012-02-08
1
-4
/
+8
*
Don't report errors for the exit status of processes that are killed
jamie
2011-07-06
1
-6
/
+10
*
Advance to the next command before running anything, so errors found in
jamie
2011-06-22
1
-46
/
+36
*
Fix a couple of NULL dereferences.
jamie
2011-06-21
1
-4
/
+4
*
Following r222465:
jamie
2011-06-20
1
-1
/
+6
*
Linty stuff.
jamie
2011-06-20
1
-1
/
+2
*
Move the actual create/remove (IP__OP) handling into run_command,
jamie
2011-06-18
1
-7
/
+32
*
Update copyright dates and other whitespacey stuff.
jamie
2011-06-17
1
-1
/
+1
*
Split run_command up into an outer function (next_command) that chooses
jamie
2011-06-17
1
-145
/
+171
*
Change cfstrings from an STAILQ into a TAILQ to allow commands to be
jamie
2011-06-17
1
-4
/
+4
*
run_command (mostly) cleanup:
jamie
2010-12-10
1
-111
/
+150
*
Check unmounts for a mount point of the right FS type.
jamie
2010-11-04
1
-26
/
+56
*
Check paths for security:
jamie
2010-11-04
1
-3
/
+68
*
Reads the mount.fstab file, and put its lines separately into the
jamie
2010-11-04
1
-10
/
+3
*
Initial work on the new jail(8). There are more features to add, and some
jamie
2010-10-20
1
-0
/
+675