aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/su
Commit message (Expand)AuthorAgeFilesLines
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
* Use libcrypto in place of libdes.Mark Murray2000-02-242-3/+3
* Revert the libcrypt/libmd stuff back to how it was. This should not havePeter Wemm1999-12-181-2/+2
* Add libmd (or move it after libcrypt). We don't want the linker to beMarcel Moolenaar1999-12-161-2/+2
* Change edistribution to krb4 in preaparation for K5Mark Murray1999-09-191-1/+1
* Fix Common Error brokenness.Mark Murray1999-09-061-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Fixed editing error in previous commit. `-lmd' (link libmd) became `-md'Bruce Evans1999-08-151-4/+4
* Axe LOGIN_CAP_AUTH.Sheldon Hearn1999-08-132-65/+6
* 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-092-2/+13
* Fix bad option processing.Ollivier Robert1998-09-211-7/+4
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-2/+1
* Removed a buggy ifdef for not linking libmd explicitly. ExplicitBruce Evans1998-09-021-9/+3
* Add $Id$Gary Palmer1998-08-301-0/+1
* Still need -lmd on the alpha as it doesn't have shlibs yetGary Palmer1998-08-301-1/+1
* BINFORMAT -> OBJFORMAT ready for E-day.John Birrell1998-08-301-1/+1
* Fix LIBDIR (for aout/ELF).Mark Murray1998-08-061-1/+1
* Reword to remove confusion between su(1)'s "-c" option and that of the shellJoseph Koshy1998-06-081-9/+16
* PR: 1904Daniel O'Callaghan1998-05-261-1/+6
* Allow a user in group 0 to su(1) to root if their primarySteve Price1998-05-252-9/+21
* 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-272-19/+35
* Changes for KTH KerberosIV.Mark Murray1997-09-282-11/+22
* PR: docs/4383Wolfram Schneider1997-09-131-5/+14
* If elf, don't add libmd.a just because we link against libskey.so.Peter Wemm1997-09-051-0/+3
* fix a few spelling changesJohn-Mark Gurney1997-08-301-2/+2
* Prevent a NULL dereferencation when given a garbage command line.Joerg Wunsch1997-08-231-2/+5
* Add usage().Philippe Charnier1997-08-122-14/+20
* Move libmd after all libraries to keep natural libraries orderAndrey A. Chernov1997-05-231-3/+3
* 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-242-5/+7
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Sort cross references.Wolfram Schneider1997-01-151-4/+4
* 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-142-2/+2
* Document effect of login class capabilities.David Nugent1997-01-131-1/+10
* Make su login_cap savvy.David Nugent1997-01-132-32/+121
* Export $TERM only if it has been set in our environment.Joerg Wunsch1996-10-071-2/+3
* [HISTORY] command appeared in Version 1 AT&T UNIXWolfram Schneider1996-08-291-1/+2
* 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-092-32/+53
* #include <kerberosIV/des.h> -> #include <des.h>Mark Murray1996-02-111-1/+1
* Make it possible to enable WHEELSU from /etc/make.conf.Garrett Wollman1995-10-121-1/+4
* 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-062-9/+50
* 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