aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/jail/jail.c
Commit message (Expand)AuthorAgeFilesLines
* - Add mount.fdescfs parameter to jail(8). This is similar toHiroki Sato2013-10-121-0/+2
* - Update rc.d/jail to use a jail(8) configuration file instead ofHiroki Sato2013-10-101-4/+6
* Pre-separate IP addresses passed on the command line, so they can beJamie Gritton2012-08-231-2/+26
* o Restore -u <username> getopt(3) flag somehow killed in r234712.Maxim Konovalov2012-06-281-1/+1
* When writing the jid via the -i flag, do it right when the jail is created,Jamie Gritton2012-05-281-4/+3
* Add a meta-parameter IP__NULL to enum intparam, instead of mixingJamie Gritton2012-05-031-4/+4
* A new jail(8) with a configuration file, ultimately to replace the workJamie Gritton2012-04-261-412/+826
|\
| * Improvements in error messages:Jamie Gritton2012-02-081-7/+25
| * Allow relative pathnames for jails generated on the command lineJamie Gritton2012-02-071-1/+1
| * Advance to the next command before running anything, so errors found inJamie Gritton2011-06-221-2/+4
| * Following r222465:Jamie Gritton2011-06-201-14/+32
| * Move the actual create/remove (IP__OP) handling into run_command,Jamie Gritton2011-06-181-37/+6
| * Update copyright dates and other whitespacey stuff.Jamie Gritton2011-06-171-8/+8
| * Split run_command up into an outer function (next_command) that choosesJamie Gritton2011-06-171-151/+88
| * Change cfstrings from an STAILQ into a TAILQ to allow commands to beJamie Gritton2011-06-171-4/+4
| * run_command (mostly) cleanup:Jamie Gritton2010-12-101-38/+34
| * Check paths for security:Jamie Gritton2010-11-041-0/+6
| * Reads the mount.fstab file, and put its lines separately into theJamie Gritton2010-11-041-5/+7
| * Combine check_intparams() and ip_params(), JF_CHECKINT and JF_IPPARAMS.Jamie Gritton2010-11-011-10/+4
| * Don't assume either jid or name is set - they may not be from theJamie Gritton2010-10-271-4/+5
| * Keep all internal/known parameter names in one place, and useJamie Gritton2010-10-271-38/+38
| * Initial work on the new jail(8). There are more features to add, and someJamie Gritton2010-10-201-385/+870
* | Try resolving jail path with realpath(3).Martin Matuska2012-01-241-2/+8
* | Check for IPv4 or IPv6 to be available by the kernel to notBjoern A. Zeeb2011-05-291-34/+42
|/
* Change the current working directory to be inside the jail created byColin Percival2010-05-271-0/+4
* Handle kernels that don't have IPv6 by not sending an "ip6.addr"Jamie Gritton2009-07-311-8/+32
* Add libjail, a (somewhat) simpler interface to the jail_set and jail_getJamie Gritton2009-06-241-182/+23
* Remove obsolete comment describing how the command line isJamie Gritton2009-06-231-5/+0
* In preparation for raising NGROUPS and NGROUPS_MAX, change baseBrooks Davis2009-06-191-2/+7
* In the old-style jail command line, explicitly set parameters from theJamie Gritton2009-06-101-2/+39
* Add support for the arbitrary named jail parameters used by jail_set(2)Jamie Gritton2009-05-271-230/+456
* With the permission of phk@ change the license on remaining jail codeJamie Gritton2009-04-291-7/+24
* MFp4:Bjoern A. Zeeb2008-11-291-15/+237
* correct strtol(3) usage and style(9)Matteo Riondato2006-05-121-4/+8
* o Style(9) the previous commit a bit.Maxim Konovalov2006-05-111-13/+7
* Add the -s option to set jail's securelevel. This is useful for jails run wit...Matteo Riondato2006-05-111-3/+20
* o Do not mangle current session user login name with jail -u|-U.Maxim Konovalov2006-04-161-1/+1
* Add [-J jid_file] option to write out a JidFile, similar to a PidFile,Philip Paeps2005-12-031-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