aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/su/su.c
Commit message (Expand)AuthorAgeFilesLines
* Add Kerberos 5 support to su.Jacques Vidrine2002-06-161-43/+253
* Fixed (the RELENG_4 way) the usage() string.Ruslan Ermilov2001-08-171-1/+12
* Don't call login_close if LOGIN_CAP isn't defined.Dima Dorfman2001-06-191-0/+2
* MFC rev 1.38 (tell user root su group)David E. O'Brien2001-05-101-1/+4
* 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
* When group wheel is empty, allow everyone to su to root. This has normallyGuido van Rooij1997-02-241-2/+3
* Fix problem with mask passwd to setusercontext() whichDavid Nugent1997-01-141-4/+4
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Make su login_cap savvy.David Nugent1997-01-131-28/+107
* Export $TERM only if it has been set in our environment.Joerg Wunsch1996-10-071-2/+3
* Make su a little less fascist about using Kerberos if it is notMark Murray1996-03-111-6/+7
* Better integrate kerberos into su so that if an incorrect KerberosMark Murray1996-03-091-32/+52
* #include <kerberosIV/des.h> -> #include <des.h>Mark Murray1996-02-111-1/+1
* Kerberos can now deal with multi-homed clients.Justin T. Gibbs1995-10-051-4/+5
* Bring Barry Morris' changes from FreeBSD 1.1.5.1 back: pass argumentsJoerg Wunsch1995-09-061-8/+22
* Check for expired passwords before allowing access to the system.Mike Pritchard1995-08-281-0/+7
* Added support for an LCS-style `wheel su' which allows users in group wheelGarrett Wollman1995-07-121-6/+36
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* It has always bugged me that ps and w did not display su with tcshJordan K. Hubbard1995-04-061-1/+2
* Fixed the PATH and cleanenv setting in su. This was totally broken in theAndreas Schulz1994-11-171-3/+3
* Include most of the logdaemon v4.4 S/key changesPaul Traina1994-10-191-4/+4
* Add support for s/keysPaul Traina1994-09-291-0/+10
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+399