summaryrefslogtreecommitdiffstats
path: root/usr.bin/su
Commit message (Expand)AuthorAgeFilesLines
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-0/+2
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
* Fixup the parameters to audit_submit(3) the order is errno then returncsjp2009-04-041-7/+7
* - add the -m option to the example commands because they would fail w/o itdanger2008-07-011-4/+9
* Fix a strict aliasing warning - I think it is really telling usdwmalone2008-06-041-2/+3
* The upper while loop has already recycled child process, so the ifdavidxu2007-10-181-3/+1
* Stop mentioning /usr/X11R6.delphij2007-07-241-2/+2
* Significantly reduce the memory leak as noted in BUGS section forscf2007-07-041-2/+6
* Back out all POSIXified *env() changes.ache2007-05-011-3/+2
* Prepare for upcoming POSIXed putenv() rewrite:ache2007-04-301-2/+3
* Backout previous change (SIGSYS related). The fix has been applied to thesobomax2006-10-241-2/+0
* Ignore SIGSYS when BSM is compiled in. Otherwise, attempt to invoke su onsobomax2006-10-241-0/+2
* Markup fixes.ru2006-09-291-3/+3
* Do not chdir(2) until after setuid(2), otherwise "su - username" would failluoqi2006-09-291-6/+4
* Remove references to the pam(8) manual page. It does not exist.joel2006-09-131-2/+1
* Integrate audit_submit(3) bits into su. This means that records forcsjp2006-09-012-6/+76
* - Mention that users need to be in the wheel group to `su - root' by default,...brd2006-01-281-3/+17
* Fix the other su bug reintroduced two commits ago, namelybrian2006-01-031-1/+14
* Handle the case (that I just broke) where the following hangs:brian2006-01-021-1/+3
* Remove broken code that mucks about with tcsetpgrp() -- even ifbrian2006-01-021-7/+0
* Sort sections.ru2005-01-181-14/+14
* If su(1) is run without an effective uid of 0, generate an error torwatson2005-01-171-3/+33
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarru2004-11-031-1/+1
* Bump document date for last commit.simon2004-10-041-1/+1
* PAM configuration is now in /etc/pam.d/su.simon2004-10-031-7/+4
* Deal with double whitespace.ru2004-07-031-1/+1
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
* Oops. My last commit included a bug that would make "su -m" alwaysmarkm2004-06-151-2/+0
* Paranoia, WARNS fixes and lint.markm2004-06-131-19/+19
* Bumped the document date.ru2004-05-191-2/+2
* Add FBSDID. Do not dot terminate errx(3) string.charnier2004-04-041-5/+6
* Fixed style of assignments.ru2004-02-021-2/+2
* When root tries to su to a non-existent user, pam_authenticate() willdes2004-01-061-4/+4
* Be sure to restore foreground group to parent su before parent sudavidxu2003-11-041-1/+2
* It seems when su executes in a shell scripts, there is a timing race,davidxu2003-11-031-0/+2
* Fix broken su -m behaviour :cognet2003-10-191-4/+2
* - Clarification to how command line arguments are processed.kensmith2003-09-281-0/+5
* typocharnier2003-06-081-1/+1
* PAM-related improvements:des2003-04-081-37/+59
* Put child process in a different process group, ensure that the broadcastdavidxu2003-03-271-6/+22
* Fix style bugs in the previous commit (which weren't in bde's patch)des2003-03-111-2/+0
* Reset SIGTSTP handler to default both for parent and child process.davidxu2003-03-111-3/+4
* Fix long standing job control bug. SIGTSTP shouldn't be ignored.davidxu2003-03-111-1/+0
* Pass the correct, verified username to PAM instead of getlogin().des2003-02-061-1/+1
* mdoc(7) police: markup polishing.ru2002-11-261-1/+1
* Add a new '-s' option to su(1): if the flag is present, attempt torwatson2002-10-232-5/+23
* When a user gets refused because the password is wrong, use themarkm2002-10-181-0/+4
* Style: use sa_handler instead of __sigaction_u.__sa_handler.tjr2002-10-171-1/+1
* Remove an unused variable.phk2002-10-141-2/+0
OpenPOWER on IntegriCloud