summaryrefslogtreecommitdiff
path: root/usr.bin/passwd/Makefile
AgeCommit message (Collapse)Author
2008-07-04fix compilation for !YP case; ok millert@Damien Miller
2008-06-24implement getpwnam_r() and getpwuid_r() -- very nearly a rewrite of theTheo de Raadt
entire file. much help from kurt, and tested by many
2003-08-04Remove Kerberos 4 stuff.Hans Insulander
ok deraadt@ millert@ henning@
2003-07-15stop using libcom_err, it is built into krb5Theo de Raadt
2003-05-14Remove krb4 support.Magnus Holmberg
2002-05-08correct linkageTheo de Raadt
2002-05-06rlogin: Lived with JoyTheo de Raadt
2001-11-22Bad .IMPSRC.Marc Espie
2001-07-19more places that need -lkafsTheo de Raadt
2001-06-26Support for changing kerberos 5 passwords.Hans Insulander
2001-05-25Comment out krb5 stuff, until someone has had a chance to make krb5 supportHans Insulander
work.
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
Closes PR 1246
2000-08-01integrate password quality checking, disallow all digit passwords motivatedNiels Provos
by Solar Designer. External password checking program can be spawned now, number of password trials configurable. work by me and Bob Beck.
1998-03-09Fix YP/localhost code which Art broke very badlyTheo de Raadt
1998-01-23Don't try to build new_pwd.c unless KERBEROS is "yes"Todd C. Miller
1998-01-20Use new method to change kerberos passwords.Artur Grabowski
1997-04-19Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''Todd C. Miller
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf.
1997-03-27Slight cleanup, more neededTobias Weingartner
1997-03-26no libcrypt, fix DPADDTheo de Raadt
1997-02-14include blowfish cipher - free config of which cipher to useNiels Provos
1997-01-02libcrypt is no more.etheisen
1996-12-23warn whoever wants krb5 that they have a /tmp race to fix firstTheo de Raadt
1996-10-03Allow build with YP aka NIS supportThorsten Lockert
1996-09-04permit YP to be compiled out using flag in bsd.own.mk; pr#15, peter@demon.netTheo de Raadt
1996-05-22libutilTheo de Raadt
1996-04-03Pull in <bsd.own.mk> to get the SKEY/KERBEROS/KERBEROS5 definitionsThorsten Lockert
1996-02-15libcrypt no longer a link dependancy.etheisen
1996-02-13passwd should be setuid rootdm
1996-01-16the yppasswd command is not needed. the user should always let theTheo de Raadt
passwd command figure out where their password is located. if they really need to change a specific one, they can use the flags - bet noone ever needs to use that.
1995-12-16Make it possible to build without SKEY supportThorsten Lockert
Add support for building with kerberosIV
1995-10-18initial import of NetBSD treeTheo de Raadt