aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/su
Commit message (Expand)AuthorAgeFilesLines
* Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-4/+2
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Make check for unknown login class actually work. Previously, using the "-c"...Edward Tomasz Napierala2013-08-121-0/+2
* In su(1), fix option ordering and clarify that the login class specifiedEdward Tomasz Napierala2013-08-111-5/+7
* Undo r226423.Ed Schouten2011-10-161-0/+2
* Remove WARNS line. This tool builds with WARNS=6 properly.Ed Schouten2011-10-161-2/+0
* Attempt to clear up some confusion in the following example, by statingGlen Barber2011-06-061-0/+6
* Bump date from previous commit. :(Glen Barber2011-06-061-1/+1
* Document that when running 'su -m <user> -c <command>', <command> is runGlen Barber2011-06-061-4/+4
* getpwnam(3) may return NULL.Hajimu UMEMOTO2011-03-271-3/+4
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* Fixup the parameters to audit_submit(3) the order is errno then returnChristian S.J. Peron2009-04-041-7/+7
* - add the -m option to the example commands because they would fail w/o itDaniel Gerzo2008-07-011-4/+9
* Fix a strict aliasing warning - I think it is really telling usDavid Malone2008-06-041-2/+3
* The upper while loop has already recycled child process, so the ifDavid Xu2007-10-181-3/+1
* Stop mentioning /usr/X11R6.Xin LI2007-07-241-2/+2
* Significantly reduce the memory leak as noted in BUGS section forSean Farley2007-07-041-2/+6
* Back out all POSIXified *env() changes.Andrey A. Chernov2007-05-011-3/+2
* Prepare for upcoming POSIXed putenv() rewrite:Andrey A. Chernov2007-04-301-2/+3
* Backout previous change (SIGSYS related). The fix has been applied to theMaxim Sobolev2006-10-241-2/+0
* Ignore SIGSYS when BSM is compiled in. Otherwise, attempt to invoke su onMaxim Sobolev2006-10-241-0/+2
* Markup fixes.Ruslan Ermilov2006-09-291-3/+3
* Do not chdir(2) until after setuid(2), otherwise "su - username" would failLuoqi Chen2006-09-291-6/+4
* Remove references to the pam(8) manual page. It does not exist.Joel Dahl2006-09-131-2/+1
* Integrate audit_submit(3) bits into su. This means that records forChristian S.J. Peron2006-09-012-6/+76
* - Mention that users need to be in the wheel group to `su - root' by default,...Brad Davis2006-01-281-3/+17
* Fix the other su bug reintroduced two commits ago, namelyBrian Somers2006-01-031-1/+14
* Handle the case (that I just broke) where the following hangs:Brian Somers2006-01-021-1/+3
* Remove broken code that mucks about with tcsetpgrp() -- even ifBrian Somers2006-01-021-7/+0
* Sort sections.Ruslan Ermilov2005-01-181-14/+14
* If su(1) is run without an effective uid of 0, generate an error toRobert Watson2005-01-171-3/+33
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarRuslan Ermilov2004-11-031-1/+1
* Bump document date for last commit.Simon L. B. Nielsen2004-10-041-1/+1
* PAM configuration is now in /etc/pam.d/su.Simon L. B. Nielsen2004-10-031-7/+4
* Deal with double whitespace.Ruslan Ermilov2004-07-031-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* Oops. My last commit included a bug that would make "su -m" alwaysMark Murray2004-06-151-2/+0
* Paranoia, WARNS fixes and lint.Mark Murray2004-06-131-19/+19
* Bumped the document date.Ruslan Ermilov2004-05-191-2/+2
* Add FBSDID. Do not dot terminate errx(3) string.Philippe Charnier2004-04-041-5/+6
* Fixed style of assignments.Ruslan Ermilov2004-02-021-2/+2
* When root tries to su to a non-existent user, pam_authenticate() willDag-Erling Smørgrav2004-01-061-4/+4
* Be sure to restore foreground group to parent su before parent suDavid Xu2003-11-041-1/+2
* It seems when su executes in a shell scripts, there is a timing race,David Xu2003-11-031-0/+2
* Fix broken su -m behaviour :Olivier Houchard2003-10-191-4/+2
* - Clarification to how command line arguments are processed.Ken Smith2003-09-281-0/+5
* typoPhilippe Charnier2003-06-081-1/+1