| Commit message (Expand) | Author | Age | Files | Lines |
* | Undo r226423. | ed | 2011-10-16 | 1 | -0/+2 |
* | Remove WARNS line. This tool builds with WARNS=6 properly. | ed | 2011-10-16 | 1 | -2/+0 |
* | Attempt to clear up some confusion in the following example, by stating | gjb | 2011-06-06 | 1 | -0/+6 |
* | Bump date from previous commit. :( | gjb | 2011-06-06 | 1 | -1/+1 |
* | Document that when running 'su -m <user> -c <command>', <command> is run | gjb | 2011-06-06 | 1 | -4/+4 |
* | getpwnam(3) may return NULL. | ume | 2011-03-27 | 1 | -3/+4 |
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | joel | 2010-12-11 | 2 | -8/+0 |
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
* | Revert most part of 200420 as requested, as more review and polish is | delphij | 2009-12-13 | 1 | -0/+1 |
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 1 | -1/+0 |
* | Fixup the parameters to audit_submit(3) the order is errno then return | csjp | 2009-04-04 | 1 | -7/+7 |
* | - add the -m option to the example commands because they would fail w/o it | danger | 2008-07-01 | 1 | -4/+9 |
* | Fix a strict aliasing warning - I think it is really telling us | dwmalone | 2008-06-04 | 1 | -2/+3 |
* | The upper while loop has already recycled child process, so the if | davidxu | 2007-10-18 | 1 | -3/+1 |
* | Stop mentioning /usr/X11R6. | delphij | 2007-07-24 | 1 | -2/+2 |
* | Significantly reduce the memory leak as noted in BUGS section for | scf | 2007-07-04 | 1 | -2/+6 |
* | Back out all POSIXified *env() changes. | ache | 2007-05-01 | 1 | -3/+2 |
* | Prepare for upcoming POSIXed putenv() rewrite: | ache | 2007-04-30 | 1 | -2/+3 |
* | Backout previous change (SIGSYS related). The fix has been applied to the | sobomax | 2006-10-24 | 1 | -2/+0 |
* | Ignore SIGSYS when BSM is compiled in. Otherwise, attempt to invoke su on | sobomax | 2006-10-24 | 1 | -0/+2 |
* | Markup fixes. | ru | 2006-09-29 | 1 | -3/+3 |
* | Do not chdir(2) until after setuid(2), otherwise "su - username" would fail | luoqi | 2006-09-29 | 1 | -6/+4 |
* | Remove references to the pam(8) manual page. It does not exist. | joel | 2006-09-13 | 1 | -2/+1 |
* | Integrate audit_submit(3) bits into su. This means that records for | csjp | 2006-09-01 | 2 | -6/+76 |
* | - Mention that users need to be in the wheel group to `su - root' by default,... | brd | 2006-01-28 | 1 | -3/+17 |
* | Fix the other su bug reintroduced two commits ago, namely | brian | 2006-01-03 | 1 | -1/+14 |
* | Handle the case (that I just broke) where the following hangs: | brian | 2006-01-02 | 1 | -1/+3 |
* | Remove broken code that mucks about with tcsetpgrp() -- even if | brian | 2006-01-02 | 1 | -7/+0 |
* | Sort sections. | ru | 2005-01-18 | 1 | -14/+14 |
* | If su(1) is run without an effective uid of 0, generate an error to | rwatson | 2005-01-17 | 1 | -3/+33 |
* | Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar | ru | 2004-11-03 | 1 | -1/+1 |
* | Bump document date for last commit. | simon | 2004-10-04 | 1 | -1/+1 |
* | PAM configuration is now in /etc/pam.d/su. | simon | 2004-10-03 | 1 | -7/+4 |
* | Deal with double whitespace. | ru | 2004-07-03 | 1 | -1/+1 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+2 |
* | Oops. My last commit included a bug that would make "su -m" always | markm | 2004-06-15 | 1 | -2/+0 |
* | Paranoia, WARNS fixes and lint. | markm | 2004-06-13 | 1 | -19/+19 |
* | Bumped the document date. | ru | 2004-05-19 | 1 | -2/+2 |
* | Add FBSDID. Do not dot terminate errx(3) string. | charnier | 2004-04-04 | 1 | -5/+6 |
* | Fixed style of assignments. | ru | 2004-02-02 | 1 | -2/+2 |
* | When root tries to su to a non-existent user, pam_authenticate() will | des | 2004-01-06 | 1 | -4/+4 |
* | Be sure to restore foreground group to parent su before parent su | davidxu | 2003-11-04 | 1 | -1/+2 |
* | It seems when su executes in a shell scripts, there is a timing race, | davidxu | 2003-11-03 | 1 | -0/+2 |
* | Fix broken su -m behaviour : | cognet | 2003-10-19 | 1 | -4/+2 |
* | - Clarification to how command line arguments are processed. | kensmith | 2003-09-28 | 1 | -0/+5 |
* | typo | charnier | 2003-06-08 | 1 | -1/+1 |
* | PAM-related improvements: | des | 2003-04-08 | 1 | -37/+59 |
* | Put child process in a different process group, ensure that the broadcast | davidxu | 2003-03-27 | 1 | -6/+22 |
* | Fix style bugs in the previous commit (which weren't in bde's patch) | des | 2003-03-11 | 1 | -2/+0 |
* | Reset SIGTSTP handler to default both for parent and child process. | davidxu | 2003-03-11 | 1 | -3/+4 |