| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | Fix long standing job control bug. SIGTSTP shouldn't be ignored. | davidxu | 2003-03-11 | 1 | -1/+0 |
* | Pass the correct, verified username to PAM instead of getlogin(). | des | 2003-02-06 | 1 | -1/+1 |
* | mdoc(7) police: markup polishing. | ru | 2002-11-26 | 1 | -1/+1 |
* | Add a new '-s' option to su(1): if the flag is present, attempt to | rwatson | 2002-10-23 | 2 | -5/+23 |
* | When a user gets refused because the password is wrong, use the | markm | 2002-10-18 | 1 | -0/+4 |
* | Style: use sa_handler instead of __sigaction_u.__sa_handler. | tjr | 2002-10-17 | 1 | -1/+1 |
* | Remove an unused variable. | phk | 2002-10-14 | 1 | -2/+0 |
* | Fix typing error in prev. commit | ache | 2002-08-12 | 1 | -1/+1 |
* | Fix style bug in prev. commit | ache | 2002-08-12 | 1 | -2/+1 |
* | Fix su job control (recently introduced for PAM cleanup purposes) to not | ache | 2002-08-12 | 1 | -3/+6 |
* | Back out workaround of fixing "suspend/fg" by price of breaking "stop $$/fg". | ache | 2002-08-07 | 1 | -1/+3 |