Merge remote-tracking branch 'freeradius/v3.0.x' into tr-upgrade
[freeradius.git] / src / modules / rlm_eap / radeapclient.c
2014-06-26 Kevin WassermanMerge remote-tracking branch 'freeradius/v3.0.x' into...
2014-06-24 Alan T. DeKokAdd in rad_virtual_server() which is now required for...
2014-06-24 Arran Cudbard-Bellnewvector should be a bool
2014-06-18 Sam HartmanStub rad_virtual_server for radeapclient
2014-06-18 Sam HartmanMerge tag 'release_3_0_4_rc1' into tr-upgrade
2014-06-16 Arran Cudbard-BellUse sane macro names for codes. PW_CODE_AUTHENTICATION_...
2014-06-13 Arran Cudbard-BellRemove empty debug message
2014-06-13 Arran Cudbard-BellDebug fixes for radeapclient
2014-06-11 Arran Cudbard-BellMore EAP attribute definitions which should have been...
2014-06-11 Arran Cudbard-BellEAP Sim code should use PW_EAP_* definitions instead...
2014-06-06 Arran Cudbard-BellFixup md5 function names
2014-06-03 Arran Cudbard-BellDon't overload default_log
2014-06-03 Arran Cudbard-BellDon't overload the logging symbols from libfreeradius...
2014-05-30 Arran Cudbard-BellRename fr_pton functions to fr_pton4, fr_pton6 and...
2014-05-30 Arran Cudbard-BellBreak out IP parsing into fr_pton and fr_pton6. Any...
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-11 Arran Cudbard-BellDon't rate limit messages with -X so we get consistent...
2014-05-02 Arran Cudbard-BellFix uses of fr_perror so we don't get double colons...
2014-05-02 Alan T. DeKokFixes for clang scan
2014-04-26 Arran Cudbard-BellCID #1103872
2014-04-25 Arran Cudbard-BellMake readvp2 a bit more sane
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-22 Alan T. DeKokSet vp->length correctly.
2014-04-20 Arran Cudbard-BellRemove unused variables
2014-04-20 Arran Cudbard-BellUse pairmemcpy in more places
2014-04-20 Arran Cudbard-BellMerge pull request #589 from nchaigne/v3.0.x
2014-04-17 nchaigneMake radeapclient build/work in 3.0.x branch
2014-04-04 Arran Cudbard-BellSync packet code definitions with master
2014-04-03 Arran Cudbard-BellAdd macro for checking the validity of a radius packet...
2014-02-21 Arran Cudbard-BellFix more booleans
2014-02-04 Sam HartmanMerge tag 'release_3_0_1' into tr-integ
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2014-01-21 Arran Cudbard-BellFix operation of fr_strerror()
2013-08-31 Arran Cudbard-BellUse destructors to do the cleanup for VALUE_PAIRs
2013-08-13 Alan T. DeKokFix more issues for new v3 API
2013-08-13 Olivier BeytrisonCorrect call to paircreate in radeapclient
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-24 Arran Cudbard-BellFix all other instances of sizeof(vp->vp_strvalue)
2013-07-03 Arran Cudbard-BellFormatting
2013-04-30 Alan T. DeKokAdded pairstrcpy()
2013-04-25 Arran Cudbard-BellUse consistent macro names for logging
2013-04-25 Arran Cudbard-BellMove function prototypes into log.h
2013-04-25 Arran Cudbard-BellMove more log related things to log.c
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-18 Arran Cudbard-BellApparently error messages shouldn't have been converted...
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-29 Alan T. DeKokfoo == NULL to !foo
2013-03-26 Alan T. DeKokRemove more references to malloc
2013-03-20 Alan T. DeKokAudit the code to pass correct parent to pair() functions
2013-03-19 Alan T. DeKokConvert module to using talloc
2013-03-19 Alan T. DeKokMove paircopy() and friends to use talloc()
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-16 Arran Cudbard-BellFixup rlm_eap and submodules, correcting data types...
2013-03-15 Arran Cudbard-BellFixup EAP type definitions
2013-02-19 Arran Cudbard-BellConvert rad_alloc and rad_free to use talloc
2013-02-16 Alan T. DeKokChanged vp->attribute to vp->da->attr, etc.
2013-01-04 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-12-30 Arran Cudbard-BellAdd support for tags to remaining functions in lib...
2012-10-28 Arran Cudbard-BellAdd tag matching to pairdelete and paircopy2
2012-10-04 Arran Cudbard-BellMerge pull request #87 from armitasp/master
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-09-28 Arran Cudbard-BellMerge pull request #95 from alanbuxey/master
2012-09-28 Arran Cudbard-BellMerge pull request #94 from mcnewton/auth_tidy
2012-09-28 Alan T. DeKokAdd options for -4 and -6 IP families, like radclient.
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-01-26 Alan T. DeKokMove server-specific code to tls_listen.c
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-09-19 Alan DeKokMerge pull request #18 from bmork/radsniff-decode
2011-09-18 John DennisDocument all command line args & add missing man pages
2011-05-12 Alan T. DeKokHack radeapclient to make it build.
2011-02-28 Alan T. DeKokAPI fixes for 3.0
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
next