summaryrefslogtreecommitdiff
path: root/libcrypt
AgeCommit message (Expand)Author
2017-06-21remove editor hints for viWaldemar Brodkorb
2016-09-26use a single libc and deduplicate threading codeWaldemar Brodkorb
2016-08-27remove DOMULTI supportWaldemar Brodkorb
2016-06-23libs: install backward compatibility symlinksAlexey Brodkin
2015-03-24libcrypt: Rename some internal macrosBernhard Reutner-Fischer
2015-01-19libcrypt: return NULL on unsupported saltBernhard Reutner-Fischer
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15remove __FORCE_GLIBCPeter S. Mazinger
2012-01-18libcrypt: shrink crypt() again - unmodulariseBernhard Reutner-Fischer
2011-12-22libcrypt: add support for SHA256-CRYPT password hashingWilliam Pitcock
2011-12-22libcrypt: add support for SHA512-CRYPT password hashingWilliam Pitcock
2011-12-22libcrypt: make crypt() itself more modularWilliam Pitcock
2011-11-20libcrypt: do not cast away const of key/saltMike Frysinger
2011-03-05Add Makefile support for DSBT ELF.Bernd Schmidt bernds_cb1@t-online.de
2010-04-22nptl: proper soname handlingNatanael Copa
2010-03-25prettify make cleanBernhard Reutner-Fischer
2009-10-07resolv/crypt: convert to foo-y kbuild styleMike Frysinger
2009-09-06md5 passwords: reduce static usageDenys Vlasenko
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2008-12-01rpc: ifdef out xdrrec_{get,put}long if int32 == long,Denis Vlasenko
2008-11-07- less verbose make cleanBernhard Reutner-Fischer
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-06-17- move stripping into do_ar resp compile-m for the sake of simplicityBernhard Reutner-Fischer
2008-06-13des: des_setkey always returns 0, there is no pointDenis Vlasenko
2008-06-12remove a trivial comment. no code changesDenis Vlasenko
2008-06-11libcrypt/md5.c:Denis Vlasenko
2008-06-10Revert revison 19346, except parts needed by later patches (r19347 also addedBernd Schmidt
2008-06-10Revert revision 19342, plus one whitespace fix demanded by the pre-commitBernd Schmidt
2008-06-05- make libcrypt optional. Untested.Bernhard Reutner-Fischer
2008-06-04- strip the targets and not prerequisitesBernhard Reutner-Fischer
2008-06-01A slight improvement over my previous commit which ensured we always rebuildBernd Schmidt
2008-05-20- remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer
2008-01-05whitespace only: touchups from Hans-Christian EgtvedtMike Frysinger
2007-07-30make getnetent.c, md5.c use __uc_mallocDenis Vlasenko
2007-07-30patch #3: make resolv.c use __uc_mallocDenis Vlasenko
2007-07-30convert des.c to use __uc_malloc (-70 kbytes of bss)Denis Vlasenko
2007-07-18des.c: move 0.5k of static data on stack, they are used only temporarilyDenis Vlasenko
2007-03-19#1273 if EXTRAVERSION is set, make sure we respect itMike Frysinger
2006-08-24fix by Bernhard Fischer to move local prototypes to a header to keep things saneMike Frysinger
2006-07-05fixup my copyright notice, trim stale remnants of older notices whichEric Andersen
2006-07-05fixup my copyright notice, trim stale remnants of older notices whichEric Andersen
2006-03-08kill off gcc signed warningsMike Frysinger
2006-02-15DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db]...Peter S. Mazinger
2006-01-29rename index variable to idx to "fix" shadow warningMike Frysinger
2006-01-26Some more prototypes, enable missing-prototypes/declarations warnings for nowPeter S. Mazinger
2006-01-26Get rid of missing prototype warningsPeter S. Mazinger
2006-01-19Add multi support to libm, remove lib*-multi-y, unneededPeter S. Mazinger
2006-01-18Add target strip command and use it, also disable for now CFLAGS-multi-y, aft...Peter S. Mazinger
2006-01-18Add IMA build rulesPeter S. Mazinger
2006-01-16Update licensePeter S. Mazinger