| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -2/+3 |
* | Fix a few typos. | keramida | 2002-03-30 | 1 | -2/+2 |
* | 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 |
* | Remove to-be-default WARNS?=2 | markm | 2001-12-12 | 1 | -2/+0 |
* | Set BINOWN=root explicitly for setuid root binaries. | ru | 2001-09-13 | 1 | -0/+1 |
* | Reinstate complete (and now correctly functioning) WARNS=2. | markm | 2001-09-12 | 2 | -9/+11 |
* | Back out (with prejudice) the last WARNS=2 fix. I cannot understand | markm | 2001-09-07 | 2 | -11/+9 |
* | WARNS=2 fixes. | markm | 2001-09-04 | 2 | -9/+11 |
* | Very minor stylistic nit. | markm | 2001-08-20 | 1 | -2/+1 |
* | Substitute ARGSTR in-place. | ru | 2001-08-15 | 1 | -4/+3 |
* | Fixed the usage() string. | ru | 2001-08-15 | 1 | -1/+3 |