Remove libradius.h from the top of the standard header list.
[freeradius.git] / src / modules / rlm_x99_token / x99_pwe.c
2005-04-27 aland Remove libradius.h from the top of the standard header...
2005-04-14 fcusack Change x99_pw_valid() to x99_pwe_cmp(), and coalesce...
2005-04-13 fcusackcompiler warnings
2002-11-04 fcusack Don't encode MS-CHAP-MPPE-Keys; handled in library.
2002-10-02 fcusack change some 'password' refs to 'passcode'
2002-07-10 fcusack Don't include libradius' md5.h.
2002-07-06 fcusack avoid multiple inclusion of md4 and sha1 headers
2002-07-06 fcusack remove extraneous includes per Alan
2002-06-24 fcusack lib/radius.c:tunnel_pwencode() now does salting and...
2002-06-10 fcusack add missing <string.h>
2002-05-30 fcusack changes for PAM portability + add a module message...
2002-05-26 fcusack Use x99_log() in favor of radlog(), to make some of...
2002-03-25 fcusack reset the length and padding before encoding the ms...
2002-01-19 fcusack include rad_assert.h before using it
2002-01-18 fcusack use rad_assert() to guarantee creation of mppe attributes.
2002-01-17 fcusack Update Copyright date.
2002-01-13 fcusack make x99 MPPE support configurable.
2002-01-13 fcusack Deprecate attribute 'Password' in favor of 'User-Passw...
2002-01-13 fcusack Fix MS-CHAPv1 MPPE support. Still commented out by...
2001-12-16 fcusackprotect against missing dictionary entries when setting...
2001-12-15 fcusackMS-MPPE-Encryption-Types, not MS-MPPE-Encryption-Type...
2001-12-14 fcusackAdd flexible password support -- now supports pap/chap...