OSDN Git Service

Revert "sparc: use HIDDEN_JUMPTARGET for errno"
[uclinux-h8/uClibc.git] / libcrypt / crypt.c
2012-06-15 Peter S. Mazingerremove __FORCE_GLIBC
2012-01-18 Bernhard Reutner... libcrypt: shrink crypt() again - unmodularise
2011-12-22 William Pitcocklibcrypt: add support for SHA256-CRYPT password hashing
2011-12-22 William Pitcocklibcrypt: add support for SHA512-CRYPT password hashing
2011-12-22 William Pitcocklibcrypt: make crypt() itself more modular
2011-11-20 Mike Frysingerlibcrypt: do not cast away const of key/salt
2006-08-24 Mike Frysingerfix by Bernhard Fischer to move local prototypes to...
2006-07-05 Eric Andersenfixup my copyright notice, trim stale remnants of older...
2006-01-16 Peter S. MazingerUpdate license
2005-12-13 Peter S. MazingerHidden __md5_crypt/__des_crypt, missed to adapt prototype
2005-11-23 Mike Frysingerimport license updates from glibc
2002-08-07 Eric AndersenCleanup crypt and remove the crypt_r stuff, since SuSv3
2002-04-25 Eric AndersenRework libcrypt based on the openbsd crypt implementati...
2002-02-26 Eric AndersenDon't try to return stuff from void funcs
2002-02-26 Eric AndersenAdjust function naming and make sure everything is...
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-04-19 Eric AndersenAdd in a libcrypt implementation. About 8k.