perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch]" -print`
[freeradius.git] / src / modules / rlm_eap / types / rlm_eap_tls / cb.c
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-01-27 aland Minor cleanups to messages
2003-12-05 kkalevAdd the code to eaptls_ack_handler which was removed...
2003-11-21 mcr some more UNUSED markings.
2003-08-25 phampsonPull from branch_0_9: Widen call{ed,ing}stationid from...
2003-08-06 aland Use proper names, instead of numbers.
2003-08-05 aland Large changes, in preparation for TTLS & PEAP
2003-05-08 wichertFixup const/non-const casts
2003-05-08 wichertRename cbtls_msg version parameter so we don't clobber...
2002-07-11 raghuResolved Initialization issues.
2002-04-12 raghuReject in case of Buffer read errors.
2002-03-27 raghuSupport for multiple certificate types with more config...
2002-02-26 raghuMore debugging statements
2002-02-13 raghuAvoid compiler warning
2002-01-24 raghuEAP-TLS support in RADIUS.