summaryrefslogtreecommitdiff
path: root/usr.bin/passwd
AgeCommit message (Expand)Author
2013-02-13Keep the built-in support for passwd -k, but don't make the kpasswd link orchristos
2013-02-11don't build kpasswd; heimdal does it for us.christos
2012-04-22- fix non pam buildchristos
2012-03-25fix non-PAM builddholland
2011-09-16Use __deadjoerg
2011-08-31NULL does not need a castplunky
2011-04-24We no longer need -I/usr/include/krb5.elric
2011-04-24Stop using functions deprecated by Heimdal. Also, if krb5_init_context()elric
2010-09-08KNF, make error messages consistent.christos
2010-09-08PR/43852: Wolfgang Stukenbrock: yp_passwd command may destroy NIS databasechristos
2010-03-09Do not call pam_end with an invalid handle if pam_start failed.joerg
2010-03-02Log successful and unsuccessful attempts to change passwords, via -lgdt
2009-04-18avoid compiler warnings about shadowed declarations.mlelstv
2009-04-17Rename variables to fix GCC warnings: local variables optopt and optargdyoung
2009-04-12Fix WARNS=4 issueslukem
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-21Apply the change in rev 1.15 also to the non PAM code.veego
2008-03-22Import Heimdal-1.1mlelstv
2008-01-25minor lintchristos
2008-01-25PR/37863: Wolfgang Stukenbrock: yp_passwd command may destroy NIS database en...christos
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-05-06Display a message indicating who's password is being changed, as perjnemeth
2006-03-23Get rid of more Kerberos 4 code.wiz
2006-03-07Xref pwhash(1),hubertf
2005-03-04Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD. When compilinghe
2005-02-28YP password -> NIS password. Ok'd by thorpej.wiz
2005-02-28Remove COPTS+=-g.wiz
2005-02-28infomration -> information.wiz
2005-02-28user -> principal in the krb5 synopsis.thorpej
2005-02-28Fix a typo, and sort SEE ALSO correctly.thorpej
2005-02-26Magor rework of passwd(1) for the PAM case. Add "-d <database>" option,thorpej
2005-02-24Add missing RCS ID.thorpej
2005-02-22Drop some whitespacewiz
2005-02-22Add a PAM passwd module.christos
2005-01-12adapt to pw_gensalt() changes.christos
2005-01-12gc unused file.christos
2005-01-11use pw_gensalt() and don't dig into libcrypt.christos
2004-10-30Add (unsigned char) cast to ctype functionsdsl
2004-10-05Switch to krb5_set_password that can handle the RFC3244 (and the olderlha
2004-07-02Add support for SHA1 hashed passwords.sjg
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-24upgrade openssl to 0.9.7b. (AES is now supported)itojun
2003-07-22remove unnecessary ruleslukem
2003-07-14use bounded string opitojun
2003-04-06Don't build a separate kpasswd program, passwd can handle Kerberoslha
2003-04-05Document when Kerberos will be used.lha
2002-11-16error handling on strdup failureitojun
2002-11-16use strlcpyitojun