aboutsummaryrefslogtreecommitdiff
path: root/sysutils/jailme
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 0.2.0Pawel Pekala2015-02-092-5/+4
| | | | | | | | | | | | | | | | | | | | | | | Bugs: - Fix NULL check against lcap data from the jail which was actually setting lcap to NULL. This lines up with similar code in jexec(8). Github PR #1 - Fix compile warning and segfault if lcap was actually NULL - can't cast the jusername struct to string output Github PR #2 Enhancements: - Support dynamic maximum number of groups rather than relying on compile-time NGROUPS Github PR #2 - Support specify target jail by jailname or jail ID through use of libjail jail_get_id() Github PR #3 - Return more specific details when username/UID mapping into jail fails Github PR #3 PR: 197207 Submitted by: Nicholas Kiraly <kiraly.nicholas@gmail.com> Approved by: steve.polyack@intermedix.com (maintainer) Notes: svn path=/head/; revision=378754
* sysutils/jailme: multiple minor fixesBartek Rutkowski2014-11-043-8/+13
| | | | | | | | | | | | | | | - Add LICENSE - Change maintainer - Fix COMMENT - Change pkg-descr url - Change to USE_GITHUB PR: 194694 Submitted by: Steve Polyack <steve.polyack@intermedix.com> Approved by: mentors (implicit) Notes: svn path=/head/; revision=372143
* Allow staging as a regular userAntoine Brodin2014-09-061-4/+3
| | | | Notes: svn path=/head/; revision=367430
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-07-171-1/+1
| | | | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=362126
* - StageEmanuel Haupt2014-04-291-2/+5
| | | | | | | | - Make PREFIX safe - Use tar:bzip2 Notes: svn path=/head/; revision=352624
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Remove 4.x support.Ion-Mihai Tetcu2007-04-181-7/+1
| | | | | | | | | PR: ports/111772 Submitted by: Marcelo Araujo (araujo@bsdmail.org) Approved by: maintainer Notes: svn path=/head/; revision=190298
* - Unbreak DNS is backMartin Wilke2007-01-191-2/+0
| | | | Notes: svn path=/head/; revision=182789
* - Broken UnfetchableMartin Wilke2007-01-181-0/+2
| | | | Notes: svn path=/head/; revision=182753
* jailme is a modified version of FreeBSD's jexec.Martin Wilke2007-01-033-0/+36
This version is installed setuid and does some sanity checking to ensure the username and UID match between the jail and the host system. WWW: http://people.collaborativefusion.com/~wmoran/code/jailme.html PR: ports/107441 Submitted by: wmoran Notes: svn path=/head/; revision=181377