OSDN Git Service

LT.old: Make __errno_location/__h_errno_location thread safe
[uclinux-h8/uClibc.git] / libcrypt / des.c
2012-06-15 Peter S. Mazingerremove __FORCE_GLIBC
2008-12-01 Denis Vlasenkorpc: ifdef out xdrrec_{get,put}long if int32 == long,
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-06-13 Denis Vlasenkodes: des_setkey always returns 0, there is no point
2008-06-10 Bernd SchmidtRevert revision 19342, plus one whitespace fix demanded...
2007-07-30 Denis Vlasenkopatch #3: make resolv.c use __uc_malloc
2007-07-30 Denis Vlasenkoconvert des.c to use __uc_malloc (-70 kbytes of bss)
2007-07-18 Denis Vlasenkodes.c: move 0.5k of static data on stack, they are...
2006-08-24 Mike Frysingerfix by Bernhard Fischer to move local prototypes to...
2006-01-26 Peter S. MazingerGet rid of missing prototype warnings
2005-12-27 Mike Frysingerfix salt type in setup_salt()
2005-11-21 Peter S. MazingerHide __des_crypt/__md5_crypt
2005-08-11 Mike Frysingerfix some sign warnings pointed out by gcc-4
2002-08-07 Eric AndersenCleanup crypt and remove the crypt_r stuff, since SuSv3
2002-06-13 Eric AndersenBegin efforts at reentrance by seperating out the stuff...
2002-05-24 Eric AndersenFix libcrypt, thanks to Vadim Berkgaut <berk@rc.ru>
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 Eric AndersenReplace the crypt implementation with one based on...
2001-04-19 Eric AndersenAdd in a libcrypt implementation. About 8k.