OSDN Git Service

ARC: Make vfork weak in libc
[uclinux-h8/uClibc.git] / libcrypt / md5.c
2009-09-06 Denys Vlasenkomd5 passwords: reduce static usage
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-06-12 Denis Vlasenkoremove a trivial comment. no code changes
2008-06-11 Denis Vlasenkolibcrypt/md5.c:
2008-06-10 Bernd SchmidtRevert revison 19346, except parts needed by later...
2008-05-20 Bernhard Reutner... - remove old-style definitions. No object-code changes.
2008-01-05 Mike Frysingerwhitespace only: touchups from Hans-Christian Egtvedt
2007-07-30 Denis Vlasenkomake getnetent.c, md5.c use __uc_malloc
2006-08-24 Mike Frysingerfix by Bernhard Fischer to move local prototypes to...
2006-03-08 Mike Frysingerkill off gcc signed warnings
2006-01-29 Mike Frysingerrename index variable to idx to "fix" shadow warning
2006-01-26 Peter S. MazingerSome more prototypes, enable missing-prototypes/declara...
2005-11-21 Peter S. MazingerHide __des_crypt/__md5_crypt
2005-01-19 Peter KjellerstedtAvoid compiler warnings.
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 AndersenAdjust function naming and make sure everything is...
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-06-29 Manuel Novoa III Fix a missing include in des.c and add configurability...
2001-06-28 Eric AndersenI missed an item when reentrantifying des.c, reuse...
2001-06-28 Manuel Novoa III Optimized for size over speed to (substantially) reduce...
2001-04-19 Eric AndersenAdd in a libcrypt implementation. About 8k.