aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/jexec/jexec.c
Commit message (Expand)AuthorAgeFilesLines
* jexec: Add -e parameter to customize the environmentJesús Daniel Colmenares Oviedo2026-01-151-3/+24
* jail: add jexec -d, to specify a working directoryJamie Gritton2025-03-051-7/+14
* jail: only chdir to user's home directory when user is specifiedJamie Gritton2024-08-121-1/+1
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Strip EOL whitespace in usr.sbin/{jail,jexec}Ed Maste2017-11-101-1/+1
* Run a shell in the jail when no command is specified.Jamie Gritton2015-07-121-39/+90
* Add libjail, a (somewhat) simpler interface to the jail_set and jail_getJamie Gritton2009-06-241-14/+6
* Whitespace fix.Jamie Gritton2009-06-231-1/+1
* In preparation for raising NGROUPS and NGROUPS_MAX, change baseBrooks Davis2009-06-191-2/+7
* Add support for the arbitrary named jail parameters used by jail_set(2)Jamie Gritton2009-05-271-168/+21
* - Style: size_t can't be negative.Ruslan Ermilov2009-04-041-17/+11
* Correctly check the number of prison states to not access anythingBjoern A. Zeeb2008-12-111-2/+2
* MFp4:Bjoern A. Zeeb2008-11-291-66/+179
* Fix some bugs/complaints:Michael Reifenberger2008-05-291-16/+26
* Add CAUTIONS section to the manpage and update .Dd.Michael Reifenberger2008-05-261-1/+1
* Extend jexec to accept hostname or ip-number besides jail-id.Michael Reifenberger2008-05-261-2/+53
* Sync usage() with manpage's SYNOPSIS.Ruslan Ermilov2006-09-291-1/+1
* Add -u and -U which functions like the jail(8) that allowXin LI2006-04-191-5/+65
* Make jexec duplicate the actions of the shell searching for anBosko Milekic2003-07-041-2/+2
* o Add jls(8) for listing active jails.Mike Barcroft2003-04-091-0/+62