summaryrefslogtreecommitdiffstats
path: root/usr.bin/su/su.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typing error in prev. commitache2002-08-121-1/+1
* Fix style bug in prev. commitache2002-08-121-2/+1
* Fix su job control (recently introduced for PAM cleanup purposes) to notache2002-08-121-3/+6
* Back out workaround of fixing "suspend/fg" by price of breaking "stop $$/fg".ache2002-08-071-1/+3
* Remove tcsetpgrp() stuff across suspend/continue because it cause upper levelache2002-07-091-3/+1
* This is Alexander Kabaev's patch to solve the signal problem with sudillon2002-06-261-0/+11
* Backout 1.51 on DES's request.dillon2002-06-261-2/+0
* Make our child the leader of its own process group to avoid receivingdes2002-05-291-0/+2
* Drive-by whitespace cleanup & add NAI copyrightdes2002-05-281-2/+9
* Belatedly OpenPAMify. I forgot this patch in last night's megacommit.des2002-03-061-2/+2
* Don't set PAM_RHOST, this is a local login.des2002-01-241-5/+1
* Reinstate complete (and now correctly functioning) WARNS=2.markm2001-09-121-6/+10
* Back out (with prejudice) the last WARNS=2 fix. I cannot understandmarkm2001-09-071-10/+6
* WARNS=2 fixes.markm2001-09-041-6/+10
* Very minor stylistic nit.markm2001-08-201-2/+1
* Substitute ARGSTR in-place.ru2001-08-151-4/+3
* Fixed the usage() string.ru2001-08-151-1/+3
* Set the RUSER for PAM so that (eg) kerberos can set up tickets properly.markm2001-08-111-0/+2
* WARNS=2 type cleanup.markm2001-08-111-5/+5
* Deconvolute the authentication mess, and hand total responsiblitymarkm2001-05-261-303/+217
* Tell the user what group they must be in to su to root.obrien2001-05-101-1/+4
* Dike out the Kerberos(IV) support on the grounds that better kerberosmarkm2001-04-281-176/+0
* Add full PAM support for account management and sessions.markm2001-03-271-61/+211
* o Make comment match reality, synch code with comment.rwatson2000-11-301-2/+10
* Use libcrypto in place of libdes.markm2000-02-241-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Axe LOGIN_CAP_AUTH.sheldonh1999-08-131-52/+1
* Actually fixed ambiguous else. The previous revision had no effect.bde1999-07-021-4/+4
* Fix ambigious else.billf1999-07-011-2/+3
* Add JKH's auth.conf parser to turn on/off Kerberos in userlandmarkm1998-10-091-1/+7
* Fix bad option processing.roberto1998-09-211-7/+4
* PR: 1904danny1998-05-261-1/+6
* Allow a user in group 0 to su(1) to root if their primarysteve1998-05-251-5/+14
* I wonder how I managed to get the krb.h include wrong. Anyway: correct it.guido1997-10-281-2/+2
* Add -c option that allows root to specify a login_class.guido1997-10-271-5/+27
* Changes for KTH KerberosIV.markm1997-09-281-9/+20
* Prevent a NULL dereferencation when given a garbage command line.joerg1997-08-231-2/+5
* Add usage().charnier1997-08-121-7/+13
* login_getclass() -> login_getpwclass().davidn1997-05-101-2/+2
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-2/+2
* When group wheel is empty, allow everyone to su to root. This has normallyguido1997-02-241-2/+3
* Fix problem with mask passwd to setusercontext() whichdavidn1997-01-141-4/+4
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Make su login_cap savvy.davidn1997-01-131-28/+107
* Export $TERM only if it has been set in our environment.joerg1996-10-071-2/+3
* Make su a little less fascist about using Kerberos if it is notmarkm1996-03-111-6/+7
* Better integrate kerberos into su so that if an incorrect Kerberosmarkm1996-03-091-32/+52
* #include <kerberosIV/des.h> -> #include <des.h>markm1996-02-111-1/+1
* Kerberos can now deal with multi-homed clients.gibbs1995-10-051-4/+5
* Bring Barry Morris' changes from FreeBSD 1.1.5.1 back: pass argumentsjoerg1995-09-061-8/+22
OpenPOWER on IntegriCloud