aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/su/su.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a new '-s' option to su(1): if the flag is present, attempt toRobert Watson2002-10-231-4/+14
* 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
* 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
* Reinstate complete (and now correctly functioning) WARNS=2.Mark Murray2001-09-121-6/+10
* Back out (with prejudice) the last WARNS=2 fix. I cannot understandMark Murray2001-09-071-10/+6
* WARNS=2 fixes.Mark Murray2001-09-041-6/+10
* 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-111-5/+5
* Deconvolute the authentication mess, and hand total responsiblityMark Murray2001-05-261-303/+217
* Tell the user what group they must be in to su to root.David E. O'Brien2001-05-101-1/+4
* Dike out the Kerberos(IV) support on the grounds that better kerberosMark Murray2001-04-281-176/+0
* Add full PAM support for account management and sessions.Mark Murray2001-03-271-61/+211
* o Make comment match reality, synch code with comment.Robert Watson2000-11-301-2/+10
* Use libcrypto in place of libdes.Mark Murray2000-02-241-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Axe LOGIN_CAP_AUTH.Sheldon Hearn1999-08-131-52/+1
* Actually fixed ambiguous else. The previous revision had no effect.Bruce Evans1999-07-021-4/+4
* Fix ambigious else.Bill Fumerola1999-07-011-2/+3
* Add JKH's auth.conf parser to turn on/off Kerberos in userlandMark Murray1998-10-091-1/+7
* Fix bad option processing.Ollivier Robert1998-09-211-7/+4
* PR: 1904Daniel O'Callaghan1998-05-261-1/+6
* Allow a user in group 0 to su(1) to root if their primarySteve Price1998-05-251-5/+14
* I wonder how I managed to get the krb.h include wrong. Anyway: correct it.Guido van Rooij1997-10-281-2/+2
* Add -c option that allows root to specify a login_class.Guido van Rooij1997-10-271-5/+27
* Changes for KTH KerberosIV.Mark Murray1997-09-281-9/+20
* Prevent a NULL dereferencation when given a garbage command line.Joerg Wunsch1997-08-231-2/+5
* Add usage().Philippe Charnier1997-08-121-7/+13
* login_getclass() -> login_getpwclass().David Nugent1997-05-101-2/+2
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2