summaryrefslogtreecommitdiff
path: root/lib/libcrypt
AgeCommit message (Expand)Author
2009-01-18fix -Wsign-compare issueslukem
2009-01-11bump shared libraries.christos
2008-08-29Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f...gmcgarry
2008-07-12Add test for HAVE_PCC with HAVE_GCC which turn off compiler warning flags.gmcgarry
2007-01-17Remove more duplicate #includes, and a few spurious whitespaces at EOLhubertf
2006-11-25Constify prtab() argument, fixes MKDEBUGLIB build.freza
2006-10-27gently add some "const", and avoid some castsdrochner
2006-10-27As discussed back in June, move the implementation of hmac_sha1 heredrochner
2006-10-24don't segfault on NULL pointer if number of rounds ismlelstv
2006-05-11sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.mrg
2006-04-08Need stdio.h if debug.christos
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-09-05Mention pwhash(1) in a few places,hubertf
2005-08-16salt is in the second argumentdrochner
2005-01-12fix compile issue.christos
2005-01-12fix compile issue and de-lintchristos
2005-01-12- change the gensalt functions to take an optional string instead ofchristos
2005-01-11sprinkle ARGSUSED and include "crypt.h"christos
2005-01-11only get the rounds if we have them.christos
2005-01-11add local prototype for old salt functionchristos
2005-01-11Add pw_gensalt, which was taken from pwd_gensalt. This now is used in 3christos
2005-01-11use the standard __UNCONSTchristos
2005-01-11- remove local UNCONSTchristos
2005-01-11Write __gensalt_blowfish function that does not use static storage andchristos
2004-07-02Add support for SHA1 hashed passwords.sjg
2004-06-10Remove a superfluous .sp in the SEE ALSO section.uebayasi
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-06make the read-only arrays constjdolecek
2003-08-06make itoa64[] constjdolecek
2003-08-06add __RCSID()jdolecek
2003-07-14use strlcatitojun
2003-04-17hrink the Blowfish routines down to only what we need for __bcrypt(),thorpej
2003-04-17If libcrypto is defined, use the MD5 routines from libcrypto, ratherthorpej
2003-04-16Usewiz
2002-10-01New sentence, new line. From Robert Elz.wiz
2002-08-19Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of thelukem
2002-05-24crank minor for bcrypt supportitojun
2002-05-24support bcrypt password. can be chosen by "blowfish" keyword in passwd.conf.itojun
2002-04-17Change Nd argument to 'password encryption', since it does not only providewiz
2002-02-20Punctuation nits.wiz
2002-02-07Generate <>& symbolically.ross
2002-01-15Whitespace nits, drop unnecessary .Pps.wiz
2001-12-28* Add user-controlled mk.conf variableslukem
2001-09-10Ensure that the salt is always terminated properly with '$'. Makes Cyrus'ad
2001-03-01Four casts for lint.wiz
2001-01-05fix nested extern declaration.christos
2000-12-03Fix comment.ad
2000-08-03Cosmetic nits.ad
2000-08-03Take a stab at documenting non-DES password encryption.ad
2000-07-06Handle non-DES encrypted passwords; currently only MD5.ad