Merge tag 'release_3_0_14' into tr-integ
[freeradius.git] / src / modules / rlm_eap / radeapclient.c
2017-06-05 Dan BreslauMerge tag 'release_3_0_14' into tr-integ
2017-05-05 Dan BreslauMerge remote-tracking branch 'origin/upstream_release_3...
2017-03-07 Alan DeKokMerge pull request #1931 from sjbronner/patch-1
2017-03-07 Alan T. DeKokradtest should use Cleartext-Password for EAP
2015-11-16 Sam HartmanMerge tag 'release_3_0_10' into tr-integ
2015-11-02 Alan T. DeKokUse main_config.name everywhere.
2015-07-15 Arran Cudbard-BellMerge pull request #1133 from jpereira/devel/add-sql_fi...
2015-07-14 Arran Cudbard-BellRename functions in pair.c to be consistent with the...
2015-04-28 Arran Cudbard-Bellsed -ie 's/fr_debug_flag/fr_debug_lvl/' sed -ie 's...
2015-04-26 Arran Cudbard-BellCleanup main_config struct and document it
2015-04-26 Arran Cudbard-BellWhitespace
2015-04-01 Alan T. DeKokFix cppcheck complaint
2015-03-31 Alan T. DeKokFix compilation errors
2015-03-31 Arran Cudbard-BellMerge pull request #931 from nchaigne/3.0.x-fb4-rc
2015-03-25 Nicolas Cradeapclient - fixed EAP-MD5
2015-03-25 Nicolas Cradeapclient - union for eap context
2015-03-25 Nicolas Cradeapclient - code clean-up
2015-03-24 Nicolas Cradeapclient - process special attributes
2015-03-24 Nicolas Cradeapclient - parallel mode (now working)
2015-03-24 Nicolas Cradeapclient - receive using packet list
2015-03-24 Nicolas Cradeapclient - preparing packet list use
2015-03-23 Nicolas Cradeapclient - now use the transactions
2015-03-23 Nicolas Cradeapclient - init transactions
2015-03-23 Nicolas Cradeapclient - new structures (input, transactions)
2015-03-23 Nicolas Cradeapclient - use eap context
2015-03-23 Nicolas Cradeapclient - eap context struct
2015-02-27 Sam HartmanMerge tag 'release_3_0_7' into tr-integ
2015-02-10 Alan T. DeKokMake rad_recv() take a TALLOC_CTX
2015-02-03 Arran Cudbard-BellDeal with 0 retries in radeapclient
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-12-04 Arran Cudbard-BellFix issue that caused radclient to default to sending...
2014-12-03 Arran Cudbard-BellMerge pull request #847 from spbnick/man_clients_update
2014-12-03 Arran Cudbard-BellChange references to vp->length to vp->vp_length
2014-12-03 Arran Cudbard-BellUse correct type for log_lvl and add prefix to rdebug_pair
2014-11-04 Arran Cudbard-BellFormatting
2014-10-03 Arran Cudbard-BellFix argument order so ctx is always first
2014-10-02 Arran Cudbard-BellChange eap_vp2packet to use fr_strerror_printf to outpu...
2014-09-04 Kevin WassermanMerge remote-tracking branch 'freeradius/v3.0.x' into...
2014-08-05 Arran Cudbard-BellRename 'paircopy2' to 'paircopy_by_num'
2014-07-22 Kevin WassermanMerge branch 'v3.0.x' into tr-upgrade
2014-07-16 Arran Cudbard-BellMerge pull request #732 from nchaigne/v3.0.x
2014-07-12 Alan DeKokMerge pull request #730 from nchaigne/v3.0.x
2014-07-09 Arran Cudbard-BellCleanup EAP-SIM macros
2014-07-04 Arran Cudbard-BellMerge pull request #725 from nchaigne/v3.0.x
2014-07-04 Nicolas Cradeapclient - fix send_packet
2014-07-01 Arran Cudbard-BellMerge pull request #719 from nchaigne/v3.0.x
2014-07-01 Nicolas C3.0.x - Make EAP-SIM work again - proper encoding of...
2014-06-26 Kevin Wassermanwhitespace cleanup
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()
next