aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/su
Commit message (Expand)AuthorAgeFilesLines
* Deal with double whitespace.Ruslan Ermilov2004-07-031-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* Oops. My last commit included a bug that would make "su -m" alwaysMark Murray2004-06-151-2/+0
* Paranoia, WARNS fixes and lint.Mark Murray2004-06-131-19/+19
* Bumped the document date.Ruslan Ermilov2004-05-191-2/+2
* Add FBSDID. Do not dot terminate errx(3) string.Philippe Charnier2004-04-041-5/+6
* Fixed style of assignments.Ruslan Ermilov2004-02-021-2/+2
* When root tries to su to a non-existent user, pam_authenticate() willDag-Erling Smørgrav2004-01-061-4/+4
* Be sure to restore foreground group to parent su before parent suDavid Xu2003-11-041-1/+2
* It seems when su executes in a shell scripts, there is a timing race,David Xu2003-11-031-0/+2
* Fix broken su -m behaviour :Olivier Houchard2003-10-191-4/+2
* - Clarification to how command line arguments are processed.Ken Smith2003-09-281-0/+5
* typoPhilippe Charnier2003-06-081-1/+1
* PAM-related improvements:Dag-Erling Smørgrav2003-04-081-37/+59
* Put child process in a different process group, ensure that the broadcastDavid Xu2003-03-271-6/+22
* Fix style bugs in the previous commit (which weren't in bde's patch)Dag-Erling Smørgrav2003-03-111-2/+0
* Reset SIGTSTP handler to default both for parent and child process.David Xu2003-03-111-3/+4
* Fix long standing job control bug. SIGTSTP shouldn't be ignored.David Xu2003-03-111-1/+0
* Pass the correct, verified username to PAM instead of getlogin().Dag-Erling Smørgrav2003-02-061-1/+1
* mdoc(7) police: markup polishing.Ruslan Ermilov2002-11-261-1/+1
* Add a new '-s' option to su(1): if the flag is present, attempt toRobert Watson2002-10-232-5/+23
* When a user gets refused because the password is wrong, use theMark Murray2002-10-181-0/+4
* Style: use sa_handler instead of __sigaction_u.__sa_handler.Tim J. Robbins2002-10-171-1/+1
* Remove an unused variable.Poul-Henning Kamp2002-10-141-2/+0
* Fix typing error in prev. commitAndrey A. Chernov2002-08-121-1/+1
* Fix style bug in prev. commitAndrey A. Chernov2002-08-121-2/+1
* Fix su job control (recently introduced for PAM cleanup purposes) to notAndrey A. Chernov2002-08-121-3/+6
* Back out workaround of fixing "suspend/fg" by price of breaking "stop $$/fg".Andrey A. Chernov2002-08-071-1/+3
* Remove tcsetpgrp() stuff across suspend/continue because it cause upper levelAndrey A. Chernov2002-07-091-3/+1
* This is Alexander Kabaev's patch to solve the signal problem with suMatthew Dillon2002-06-261-0/+11
* Backout 1.51 on DES's request.Matthew Dillon2002-06-261-2/+0
* Make our child the leader of its own process group to avoid receivingDag-Erling Smørgrav2002-05-291-0/+2
* Drive-by whitespace cleanup & add NAI copyrightDag-Erling Smørgrav2002-05-281-2/+9
* Use `The .Nm utility'Philippe Charnier2002-04-201-2/+3
* Fix a few typos.Giorgos Keramidas2002-03-301-2/+2
* Belatedly OpenPAMify. I forgot this patch in last night's megacommit.Dag-Erling Smørgrav2002-03-061-2/+2
* Don't set PAM_RHOST, this is a local login.Dag-Erling Smørgrav2002-01-241-5/+1
* Remove to-be-default WARNS?=2Mark Murray2001-12-121-2/+0
* Set BINOWN=root explicitly for setuid root binaries.Ruslan Ermilov2001-09-131-0/+1
* Reinstate complete (and now correctly functioning) WARNS=2.Mark Murray2001-09-122-9/+11
* Back out (with prejudice) the last WARNS=2 fix. I cannot understandMark Murray2001-09-072-11/+9
* WARNS=2 fixes.Mark Murray2001-09-042-9/+11
* Very minor stylistic nit.Mark Murray2001-08-201-2/+1
* Substitute ARGSTR in-place.Ruslan Ermilov2001-08-151-4/+3
* Fixed the usage() string.Ruslan Ermilov2001-08-151-1/+3
* Set the RUSER for PAM so that (eg) kerberos can set up tickets properly.Mark Murray2001-08-111-0/+2
* WARNS=2 type cleanup.Mark Murray2001-08-112-5/+9
* mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov2001-08-101-2/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-5/+5
* Deconvolute the authentication mess, and hand total responsiblityMark Murray2001-05-263-358/+226