perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch]" -print`
[freeradius.git] / src / modules / rlm_smb / rfcnb-io.c
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2003-09-03 cparkerGlob patch to change #if to #ifdef when checking variab...
2002-08-06 aland A big sweep of changes to use 'configure' to discover...
2002-07-18 aland Add rlm_smb module, to do authentication against NT...