| Commit message (Expand) | Author | Age | Files | Lines |
* | Add mount.procfs jail parameter, so procfs can be mounted when a prison's | jamie | 2015-02-06 | 1 | -0/+2 |
* | In preparation for using clang's -Wcast-qual: | jamie | 2014-11-25 | 1 | -7/+7 |
* | - Add mount.fdescfs parameter to jail(8). This is similar to | hrs | 2013-10-12 | 1 | -0/+2 |
* | - Update rc.d/jail to use a jail(8) configuration file instead of | hrs | 2013-10-10 | 1 | -4/+6 |
* | Pre-separate IP addresses passed on the command line, so they can be | jamie | 2012-08-23 | 1 | -2/+26 |
* | o Restore -u <username> getopt(3) flag somehow killed in r234712. | maxim | 2012-06-28 | 1 | -1/+1 |
* | When writing the jid via the -i flag, do it right when the jail is created, | jamie | 2012-05-28 | 1 | -4/+3 |
* | Add a meta-parameter IP__NULL to enum intparam, instead of mixing | jamie | 2012-05-03 | 1 | -4/+4 |
* | A new jail(8) with a configuration file, ultimately to replace the work | jamie | 2012-04-26 | 1 | -412/+826 |
|\ |
|
| * | Improvements in error messages: | jamie | 2012-02-08 | 1 | -7/+25 |
| * | Allow relative pathnames for jails generated on the command line | jamie | 2012-02-07 | 1 | -1/+1 |
| * | Advance to the next command before running anything, so errors found in | jamie | 2011-06-22 | 1 | -2/+4 |
| * | Following r222465: | jamie | 2011-06-20 | 1 | -14/+32 |
| * | Move the actual create/remove (IP__OP) handling into run_command, | jamie | 2011-06-18 | 1 | -37/+6 |
| * | Update copyright dates and other whitespacey stuff. | jamie | 2011-06-17 | 1 | -8/+8 |
| * | Split run_command up into an outer function (next_command) that chooses | jamie | 2011-06-17 | 1 | -151/+88 |
| * | 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 | -38/+34 |
| * | Check paths for security: | jamie | 2010-11-04 | 1 | -0/+6 |
| * | Reads the mount.fstab file, and put its lines separately into the | jamie | 2010-11-04 | 1 | -5/+7 |
| * | Combine check_intparams() and ip_params(), JF_CHECKINT and JF_IPPARAMS. | jamie | 2010-11-01 | 1 | -10/+4 |
| * | Don't assume either jid or name is set - they may not be from the | jamie | 2010-10-27 | 1 | -4/+5 |
| * | Keep all internal/known parameter names in one place, and use | jamie | 2010-10-27 | 1 | -38/+38 |
| * | Initial work on the new jail(8). There are more features to add, and some | jamie | 2010-10-20 | 1 | -385/+870 |
* | | Try resolving jail path with realpath(3). | mm | 2012-01-24 | 1 | -2/+8 |
* | | Check for IPv4 or IPv6 to be available by the kernel to not | bz | 2011-05-29 | 1 | -34/+42 |
|/ |
|
* | Change the current working directory to be inside the jail created by | cperciva | 2010-05-27 | 1 | -0/+4 |
* | Handle kernels that don't have IPv6 by not sending an "ip6.addr" | jamie | 2009-07-31 | 1 | -8/+32 |
* | Add libjail, a (somewhat) simpler interface to the jail_set and jail_get | jamie | 2009-06-24 | 1 | -182/+23 |
* | Remove obsolete comment describing how the command line is | jamie | 2009-06-23 | 1 | -5/+0 |
* | In preparation for raising NGROUPS and NGROUPS_MAX, change base | brooks | 2009-06-19 | 1 | -2/+7 |
* | In the old-style jail command line, explicitly set parameters from the | jamie | 2009-06-10 | 1 | -2/+39 |
* | Add support for the arbitrary named jail parameters used by jail_set(2) | jamie | 2009-05-27 | 1 | -230/+456 |
* | With the permission of phk@ change the license on remaining jail code | jamie | 2009-04-29 | 1 | -7/+24 |
* | MFp4: | bz | 2008-11-29 | 1 | -15/+237 |
* | correct strtol(3) usage and style(9) | matteo | 2006-05-12 | 1 | -4/+8 |
* | o Style(9) the previous commit a bit. | maxim | 2006-05-11 | 1 | -13/+7 |
* | Add the -s option to set jail's securelevel. This is useful for jails run wit... | matteo | 2006-05-11 | 1 | -3/+20 |
* | o Do not mangle current session user login name with jail -u|-U. | maxim | 2006-04-16 | 1 | -1/+1 |
* | Add [-J jid_file] option to write out a JidFile, similar to a PidFile, | philip | 2005-12-03 | 1 | -6/+26 |
* | 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 |