perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch]" -print`
[freeradius.git] / src / modules / rlm_eap / libeap / eapcommon.c
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-01-28 aland Having eap_type2name return a "static" buffer is a...
2003-11-08 aland Corrected typo, and increased max eap types
2003-10-29 mcr initial commit of eap-sim