aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/su
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tell the user what group they must be in to su to root.David E. O'Brien2001-05-101-1/+4
* Dike out Kerberos(IV) support on the grounds that better kerberosMark Murray2001-04-281-7/+0
* Dike out the Kerberos(IV) support on the grounds that better kerberosMark Murray2001-04-282-189/+14
* Add full PAM support for account management and sessions.Mark Murray2001-03-273-64/+230
* o Make comment match reality, synch code with comment.Robert Watson2000-11-301-2/+10
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Document the ``-'' option and minor re-wording in EXAMPLESMark Ovens2000-08-051-2/+12
* 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