Signed / unsigned fixes and function prototypes
[freeradius.git] / src / modules / rlm_eap / radeapclient.c
2010-10-03 Alan T. DeKokSigned / unsigned fixes and function prototypes
2010-08-12 Alan T. DeKokMkae sure we show EAP-Message in the debug output
2010-06-10 Alan T. DeKokCleaned up debug output to be readable
2010-05-31 Alan T. DeKokMany more changes to get it to build.
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2008-12-15 Alan T. DeKokFree memory on error && exit.
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2008-08-25 Alan T. DeKokFinish Session Resumption patch - cache User-Name
2008-08-18 Alan T. DeKokAdded radlog_request function
2008-01-01 aland Add "require_message_authenticator" to client config...
2007-12-25 aland Corrected typo. Patch from Jouni Malinen
2007-12-16 aland Re-arranged and re-named code to convert VP's to EAP...
2007-12-08 aland More functions that have no business being public
2007-12-08 aland map/unmap_eap_types are used ONLY for eapsim testing...
2007-11-25 aland Many "unsigned char" to "uint8_t" and "int" to "size_t...
2007-11-23 aland More changes to make a common naming scheme. This...
2007-11-23 aland Avoid OpenSSL compilation issues
2007-09-25 aland We don't need mainconfig
2007-08-13 aland Pulled fix from branch_1_1
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-04-19 aland vp->lvalue to vp->vp_integer changes
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-03-12 aland third argument to strlcpy is the size of the first...
2007-03-05 aland "randvp", not "rand".
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2007-02-13 aland replace strNcpy strlcpy -- `cat file_list`
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-08-15 aland Now that we have Cleartext-Password and Password-With...
2006-08-15 aland Replaced EAP-MD5-Password with Cleartext-Password
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-19 nbk Define a function log_debug() which is an unresolved...
2006-05-19 nbk Define a function log_debug() which is an unresolved...
2006-05-16 aland If the packet fails verification, silently drop it.
2006-05-09 fcusackimport from HEAD:
2006-04-13 aland Port fix for stupidities from the head
2006-04-13 aland Comment out debugging stupidities
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-06 nbkPull from CVS head:
2006-01-25 aland Pull rad_verify() out of rad_decode(), and update...
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-14 nbkPull from CVS head:
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-11 aland Include files used to build the server are now <freera...
2005-09-25 nbk Add the attribute "noreturn" to the functions that...
2005-09-01 aland More octets fixes
2005-09-01 aland Use octets in more places
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-08-31 aland Signed/unsigned issues. Use "uint8_t" in more places.
2005-04-27 aland Remove libradius.h from the top of the standard header...
2005-04-19 aland Massive change to add foundational support for IPv6.
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-01-30 mcr added new option -X to turn on sha1_data_problems.
2003-11-22 mcr the version list attribute's length of versions is...
2003-11-21 mcr verify that the RAND that was sent matches the one...
2003-11-06 aland u_int -> uint
2003-10-31 mcr added libeap subdir, and radeapclient test function.
2003-10-29 mcr test client for radiusd.