perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch]" -print`
[freeradius.git] / src / lib / crypt.c
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2003-09-12 phampsonAdd LGPL boilerplate for files from which it is missing.
2003-09-03 cparkerGlob patch to change #if to #ifdef when checking variab...
2003-06-24 aland cleanups, so we don't call strdup() (and thus malloc...
2003-06-24 aland remove duplications
2003-06-24 pnixonCrypt thread patch from Oliver Graf <ograf@rz-online...