| Commit message (Expand) | Author | Age | Files | Lines |
* | Attempt to clear up some confusion in the following example, by stating | Glen Barber | 2011-06-06 | 1 | -0/+6 |
* | Bump date from previous commit. :( | Glen Barber | 2011-06-06 | 1 | -1/+1 |
* | Document that when running 'su -m <user> -c <command>', <command> is run | Glen Barber | 2011-06-06 | 1 | -4/+4 |
* | getpwnam(3) may return NULL. | Hajimu UMEMOTO | 2011-03-27 | 1 | -3/+4 |
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | Joel Dahl | 2010-12-11 | 2 | -8/+0 |
* | Build usr.bin/ with WARNS=6 by default. | Ed Schouten | 2010-01-02 | 1 | -0/+2 |
* | Revert most part of 200420 as requested, as more review and polish is | Xin LI | 2009-12-13 | 1 | -0/+1 |
* | Remove unneeded header includes from usr.bin/ except contributed code. | Xin LI | 2009-12-11 | 1 | -1/+0 |
* | Fixup the parameters to audit_submit(3) the order is errno then return | Christian S.J. Peron | 2009-04-04 | 1 | -7/+7 |
* | - add the -m option to the example commands because they would fail w/o it | Daniel Gerzo | 2008-07-01 | 1 | -4/+9 |
* | Fix a strict aliasing warning - I think it is really telling us | David Malone | 2008-06-04 | 1 | -2/+3 |
* | The upper while loop has already recycled child process, so the if | David Xu | 2007-10-18 | 1 | -3/+1 |
* | Stop mentioning /usr/X11R6. | Xin LI | 2007-07-24 | 1 | -2/+2 |
* | Significantly reduce the memory leak as noted in BUGS section for | Sean Farley | 2007-07-04 | 1 | -2/+6 |
* | Back out all POSIXified *env() changes. | Andrey A. Chernov | 2007-05-01 | 1 | -3/+2 |
* | Prepare for upcoming POSIXed putenv() rewrite: | Andrey A. Chernov | 2007-04-30 | 1 | -2/+3 |
* | Backout previous change (SIGSYS related). The fix has been applied to the | Maxim Sobolev | 2006-10-24 | 1 | -2/+0 |
* | Ignore SIGSYS when BSM is compiled in. Otherwise, attempt to invoke su on | Maxim Sobolev | 2006-10-24 | 1 | -0/+2 |
* | Markup fixes. | Ruslan Ermilov | 2006-09-29 | 1 | -3/+3 |
* | Do not chdir(2) until after setuid(2), otherwise "su - username" would fail | Luoqi Chen | 2006-09-29 | 1 | -6/+4 |
* | Remove references to the pam(8) manual page. It does not exist. | Joel Dahl | 2006-09-13 | 1 | -2/+1 |
* | Integrate audit_submit(3) bits into su. This means that records for | Christian S.J. Peron | 2006-09-01 | 2 | -6/+76 |
* | - Mention that users need to be in the wheel group to `su - root' by default,... | Brad Davis | 2006-01-28 | 1 | -3/+17 |
* | Fix the other su bug reintroduced two commits ago, namely | Brian Somers | 2006-01-03 | 1 | -1/+14 |
* | Handle the case (that I just broke) where the following hangs: | Brian Somers | 2006-01-02 | 1 | -1/+3 |
* | Remove broken code that mucks about with tcsetpgrp() -- even if | Brian Somers | 2006-01-02 | 1 | -7/+0 |
* | Sort sections. | Ruslan Ermilov | 2005-01-18 | 1 | -14/+14 |
* | If su(1) is run without an effective uid of 0, generate an error to | Robert Watson | 2005-01-17 | 1 | -3/+33 |
* | Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar | Ruslan Ermilov | 2004-11-03 | 1 | -1/+1 |
* | Bump document date for last commit. | Simon L. B. Nielsen | 2004-10-04 | 1 | -1/+1 |
* | PAM configuration is now in /etc/pam.d/su. | Simon L. B. Nielsen | 2004-10-03 | 1 | -7/+4 |
* | Deal with double whitespace. | Ruslan Ermilov | 2004-07-03 | 1 | -1/+1 |
* | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -1/+2 |
* | Oops. My last commit included a bug that would make "su -m" always | Mark Murray | 2004-06-15 | 1 | -2/+0 |
* | Paranoia, WARNS fixes and lint. | Mark Murray | 2004-06-13 | 1 | -19/+19 |
* | Bumped the document date. | Ruslan Ermilov | 2004-05-19 | 1 | -2/+2 |
* | Add FBSDID. Do not dot terminate errx(3) string. | Philippe Charnier | 2004-04-04 | 1 | -5/+6 |
* | Fixed style of assignments. | Ruslan Ermilov | 2004-02-02 | 1 | -2/+2 |
* | When root tries to su to a non-existent user, pam_authenticate() will | Dag-Erling Smørgrav | 2004-01-06 | 1 | -4/+4 |
* | Be sure to restore foreground group to parent su before parent su | David Xu | 2003-11-04 | 1 | -1/+2 |
* | It seems when su executes in a shell scripts, there is a timing race, | David Xu | 2003-11-03 | 1 | -0/+2 |
* | Fix broken su -m behaviour : | Olivier Houchard | 2003-10-19 | 1 | -4/+2 |
* | - Clarification to how command line arguments are processed. | Ken Smith | 2003-09-28 | 1 | -0/+5 |
* | typo | Philippe Charnier | 2003-06-08 | 1 | -1/+1 |
* | PAM-related improvements: | Dag-Erling Smørgrav | 2003-04-08 | 1 | -37/+59 |
* | Put child process in a different process group, ensure that the broadcast | David Xu | 2003-03-27 | 1 | -6/+22 |
* | Fix style bugs in the previous commit (which weren't in bde's patch) | Dag-Erling Smørgrav | 2003-03-11 | 1 | -2/+0 |
* | Reset SIGTSTP handler to default both for parent and child process. | David Xu | 2003-03-11 | 1 | -3/+4 |
* | Fix long standing job control bug. SIGTSTP shouldn't be ignored. | David Xu | 2003-03-11 | 1 | -1/+0 |
* | Pass the correct, verified username to PAM instead of getlogin(). | Dag-Erling Smørgrav | 2003-02-06 | 1 | -1/+1 |