aboutsummaryrefslogtreecommitdiff
path: root/libcrypt/crypt.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-23libcrypt: add missing errno.h headerYann Sionneau1-0/+1
2020-11-13libcrypt: set_errno to something validWaldemar Brodkorb1-1/+1
2017-06-21remove editor hints for viWaldemar Brodkorb1-1/+0
2015-01-19libcrypt: return NULL on unsupported saltBernhard Reutner-Fischer1-7/+11
2012-06-15remove __FORCE_GLIBCPeter S. Mazinger1-1/+0
2012-01-18libcrypt: shrink crypt() again - unmodulariseBernhard Reutner-Fischer1-30/+13
2011-12-22libcrypt: add support for SHA256-CRYPT password hashingWilliam Pitcock1-0/+3
2011-12-22libcrypt: add support for SHA512-CRYPT password hashingWilliam Pitcock1-0/+3
2011-12-22libcrypt: make crypt() itself more modularWilliam Pitcock1-6/+24
2011-11-20libcrypt: do not cast away const of key/saltMike Frysinger1-2/+5
2006-08-24fix by Bernhard Fischer to move local prototypes to a header to keep things saneMike Frysinger1-6/+4
2006-07-05fixup my copyright notice, trim stale remnants of older notices whichEric Andersen1-5/+1
2006-01-16Update licensePeter S. Mazinger1-17/+4
2005-12-13Hidden __md5_crypt/__des_crypt, missed to adapt prototypePeter S. Mazinger1-2/+2
2005-11-23import license updates from glibcMike Frysinger1-12/+12
2002-08-07Cleanup crypt and remove the crypt_r stuff, since SuSv3Eric Andersen1-21/+5
2002-04-25Rework libcrypt based on the openbsd crypt implementation so that it passes theEric Andersen1-0/+12
2002-02-26Don't try to return stuff from void funcsEric Andersen1-2/+2
2002-02-26Adjust function naming and make sure everything is properlyEric Andersen1-3/+3
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen1-3/+3
2001-04-19Add in a libcrypt implementation. About 8k.Eric Andersen1-0/+44