OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / libcrypt /
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
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
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-05 Bernd Schmidt bern... Add Makefile support for DSBT ELF.
2010-04-23 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-22 Natanael Copanptl: proper soname handling
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-03-25 Bernhard Reutner... prettify make clean
2009-10-08 Mike Frysingerresolv/crypt: convert to foo-y kbuild style
2009-09-06 Denys Vlasenkomd5 passwords: reduce static usage
2009-08-17 Bernhard Reutner... support building out-of-tree
2008-12-01 Denis Vlasenkorpc: ifdef out xdrrec_{get,put}long if int32 == long,
2008-11-07 Bernhard Reutner... - less verbose make clean
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-06-17 Bernhard Reutner... - move stripping into do_ar resp compile-m for the...
2008-06-13 Denis Vlasenkodes: des_setkey always returns 0, there is no point
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-06-10 Bernd SchmidtRevert revision 19342, plus one whitespace fix demanded...
2008-06-05 Bernhard Reutner... - make libcrypt optional. Untested.
2008-06-04 Bernhard Reutner... - strip the targets and not prerequisites
2008-06-01 Bernd SchmidtA slight improvement over my previous commit which...
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
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...
2007-03-19 Mike Frysinger#1273 if EXTRAVERSION is set, make sure we respect it
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-07-05 Eric Andersenfixup my copyright notice, trim stale remnants of older...
2006-03-08 Mike Frysingerkill off gcc signed warnings
2006-02-15 Peter S. MazingerDOMULTI may be used for libc, the excluded files need...
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...
2006-01-26 Peter S. MazingerGet rid of missing prototype warnings
2006-01-19 Peter S. MazingerAdd multi support to libm, remove lib*-multi-y, unneeded
2006-01-18 Peter S. MazingerAdd target strip command and use it, also disable for...
2006-01-18 Peter S. MazingerAdd IMA build rules
2006-01-16 Peter S. MazingerUpdate license
2005-12-27 Mike Frysingerfix salt type in setup_salt()
2005-12-13 Peter S. MazingerHidden __md5_crypt/__des_crypt, missed to adapt prototype
2005-11-23 Mike Frysingerimport license updates from glibc
2005-11-22 Peter S. MazingerDepedencies corrected (less make oldconfig/headers...
2005-11-22 Mike Frysingerrework depends and stripping so that libraries arent...
2005-11-21 Peter S. MazingerHide __des_crypt/__md5_crypt
2005-11-21 Peter S. MazingerRemove TOPDIR
2005-11-18 Peter S. MazingerAdd info to CFLAGS about lib we are building
2005-11-17 Peter S. MazingerInclude all lib*/Makefile.in in top_srcdir/Makefile...
2005-10-29 Peter S. MazingerReplace all Makefiles for new build infrastucture
2005-10-27 Peter S. MazingerMoved guard_setup to dl-osinfo.h (used commonly by...
2005-10-26 Peter S. MazingerDefault changed to IMA compiling, disabled explicitely...
2005-10-25 Peter S. MazingerAll Makefile.in's. Only arm/i386/mips/powerpc/x86_64...
2005-10-19 Peter S. MazingerUpdated libcrypt example Makefile
2005-10-18 Peter S. MazingerCommit first Makefile.in as example how the new infrast...
2005-10-12 Peter S. MazingerRewrote almost all Makefiles: do not use strip $(x...
2005-10-11 Peter S. MazingerDo not defer expansions where useless, like CSRC/OBJS...
2005-10-11 Peter S. MazingerMissed OBJS definition in libcrypt/libutil. Use :=...
2005-10-11 Peter S. MazingerUndo size optimizing patch that does not work with...
2005-10-07 Peter S. MazingerDoing the compile in one step creates smaller archives...
2005-09-28 Peter S. MazingerRemove ar-target and shared targets, at build time...
2005-09-22 Peter S. Mazingerno check needed in libm/libpthread, we do not recurse...
2005-08-11 Mike Frysingerfix some sign warnings pointed out by gcc-4
2005-02-12 Mike Frysingerno more cvs
2005-01-19 Peter KjellerstedtAvoid compiler warnings.
2005-01-18 Mike Frysingerrework dependencies so the archive is re-created only...
2004-12-22 Eric AndersenCleaned up patch from Peter S. Mazinger adding support for
2004-01-16 Manuel Novoa III We need to link with libgcc.a when creating shared...
2003-11-04 Eric AndersenMinor cleanup
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
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-28 Eric AndersenFixup and unifiy version numbering. Automate versionin...
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 AndersenDon't try to return stuff from void funcs
2002-02-26 Eric AndersenAdjust function naming and make sure everything is...
2002-02-18 Eric AndersenMake shared libs properly list the correct ld.so in...
2002-01-28 Eric AndersenFix the bug where binaries built with older toolchains...
2002-01-16 Eric AndersenTell ld explicitly when stuff is supposed to by dynamic...
2002-01-12 Eric AndersenDepend upon libc
2002-01-11 Eric AndersenMore build system cleanups...
2002-01-11 Eric AndersenScrub the way libraries are linked. Use ld, not gcc...
2002-01-01 Eric AndersenChange all 'cd <foo>; bar' constructs to 'cd <foo>...
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-07-03 Eric AndersenForce our child libs to link vs libc
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-06-28 Manuel Novoa III Optimized for size over speed to (substantially) reduce...
2001-06-15 Eric AndersenBe consistant for all the client code, and use TARGET_C...
next