| Commit message (Expand) | Author | Age | Files | Lines |
* | Make check for unknown login class actually work. Previously, using the "-c"... | trasz | 2013-08-12 | 1 | -0/+2 |
* | 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 | 1 | -4/+0 |
* | 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 |
* | 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 |
* | 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 |
* | Do not chdir(2) until after setuid(2), otherwise "su - username" would fail | luoqi | 2006-09-29 | 1 | -6/+4 |
* | Integrate audit_submit(3) bits into su. This means that records for | csjp | 2006-09-01 | 1 | -6/+68 |
* | 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 |
* | If su(1) is run without an effective uid of 0, generate an error to | rwatson | 2005-01-17 | 1 | -3/+33 |
* | 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 |
* | Add FBSDID. Do not dot terminate errx(3) string. | charnier | 2004-04-04 | 1 | -5/+6 |
* | 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 |
* | 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 |
* | Add a new '-s' option to su(1): if the flag is present, attempt to | rwatson | 2002-10-23 | 1 | -4/+14 |
* | 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 |
* | Remove tcsetpgrp() stuff across suspend/continue because it cause upper level | ache | 2002-07-09 | 1 | -3/+1 |
* | This is Alexander Kabaev's patch to solve the signal problem with su | dillon | 2002-06-26 | 1 | -0/+11 |
* | Backout 1.51 on DES's request. | dillon | 2002-06-26 | 1 | -2/+0 |
* | Make our child the leader of its own process group to avoid receiving | des | 2002-05-29 | 1 | -0/+2 |
* | Drive-by whitespace cleanup & add NAI copyright | des | 2002-05-28 | 1 | -2/+9 |
* | Belatedly OpenPAMify. I forgot this patch in last night's megacommit. | des | 2002-03-06 | 1 | -2/+2 |
* | Don't set PAM_RHOST, this is a local login. | des | 2002-01-24 | 1 | -5/+1 |
* | Reinstate complete (and now correctly functioning) WARNS=2. | markm | 2001-09-12 | 1 | -6/+10 |
* | Back out (with prejudice) the last WARNS=2 fix. I cannot understand | markm | 2001-09-07 | 1 | -10/+6 |
* | WARNS=2 fixes. | markm | 2001-09-04 | 1 | -6/+10 |