summaryrefslogtreecommitdiffstats
path: root/usr.bin/su/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Make su login_cap savvy.davidn1997-01-131-4/+14
| | | | | As with login(1), LOGIN_CAP_AUTH is not yet enabled since we don't yet have authorisation modules.
* Better integrate kerberos into su so that if an incorrect Kerberosmarkm1996-03-091-0/+1
| | | | | | | password is entered, the user is not prompted for a password a second time. This closes pr-bin/1006.
* Make it possible to enable WHEELSU from /etc/make.conf.wollman1995-10-121-1/+4
|
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* Change the library order so libcrypt is the last library in the list.nate1995-03-181-2/+2
| | | | | | libskey contains references to _crypt and can't resolve it unless -lcrypt occurs after it in the link command. This only occurs when linking statically.
* Add distribution=krb for P-HKwollman1994-11-201-0/+1
|
* Include most of the logdaemon v4.4 S/key changespst1994-10-191-4/+4
|
* Add support for s/keyspst1994-09-291-2/+6
|
* First level of changes for bringing in eBones (kerberos).csgr1994-09-291-3/+9
| | | | | | | | - Get rid of inverse logic (NOKERBEROS and NOEBONES) in src/makefile, and replace with MAKE_KERBEROS and MAKE_EBONES. (Far fewer contortions, and both default to off.) IF YOU WANT KERBEROS, YOU HAVE TO EXPLICITLY DEFINE ONE OF THESE. - Make Makefiles kerberos-aware.
* LDADD= -lcryptcsgr1994-08-201-1/+2
| | | | Submitted by: Geoff
* Don't use kerberos yet, we aren't ready.wollman1994-08-051-3/+3
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+11
OpenPOWER on IntegriCloud