Move debug messages into rad_virtual_server
[freeradius.git] / src / modules / rlm_eap / types / rlm_eap_peap / peap.c
2014-06-24 Alan T. DeKokMove debug messages into rad_virtual_server
2014-06-20 Arran Cudbard-BellMerge pull request #696 from leprechau/v3.0.x
2014-06-20 Arran Cudbard-BellName destructors correctly, remove unused/useless reque...
2014-06-19 Herwin WeststrateRemoved some obsolete parentheses in TTLS and PEAP...
2014-06-18 Herwin WeststrateFixed the argument of a talloc_free call
2014-06-18 Alan T. DeKokFree previous accept VPS. Closes #693
2014-06-16 Arran Cudbard-BellUse sane macro names for codes. PW_CODE_AUTHENTICATION_...
2014-06-13 Herwin WeststrateReplaced references to MS-CHAP-Success with MS2-CHAP...
2014-06-10 Arran Cudbard-BellConvert request_free to a destructor to make double...
2014-06-04 Alan T. DeKokSet the reply to CHALLENGE if we're not done
2014-06-04 Alan T. DeKokMore talloc_steal <sigh>
2014-05-18 Arran Cudbard-BellAdd some basic indenting
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-18 Arran Cudbard-BellGather existing log fields in rad_request into a struct...
2014-05-18 Alan T. DeKokFix "weird" message
2014-05-17 Alan T. DeKokMore talloc_steal() . Should help with #637
2014-05-02 Alan T. DeKokRemove unnecessary "break"
2014-05-02 Arran Cudbard-BellVarious scan-build fixes
2014-05-02 Arran Cudbard-BellMove more CC_HINTs to headers
2014-05-02 Arran Cudbard-BellRemove asserts which were used to mask scan-build error...
2014-05-02 Alan T. DeKokassertion for clang analyzer
2014-04-26 Arran Cudbard-BellCID #1206508
2014-04-24 Alan T. DeKokDon't send the first VP twice
2014-04-04 Arran Cudbard-BellSync packet code definitions with master
2014-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-01-07 Alan T. DeKokBuild warnings WITHOUT_PROXY
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-25 Arran Cudbard-BellFix for opaque data double free
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-05-29 Arran Cudbard-BellUse paircursor for iteration where appropriate
2013-05-12 Alan T. DeKokdon't call pairfind when we have the vp
2013-05-07 Alan T. DeKokUse correct variable when decoding inner tunnel things
2013-05-06 Alan T. DeKokMove vp_octets and vp_strvalue to pointer
2013-04-30 Alan T. DeKokAdded pairmemcpy()
2013-04-23 Arran Cudbard-BellUse C99 bool type for truth values
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-29 Alan T. DeKokfoo == NULL to !foo
2013-03-23 Arran Cudbard-BellRename pairmove2 pairfilter
2013-03-23 Arran Cudbard-BellMerge pull request #246 from olivierbeytrison/pairmove2
2013-03-23 Olivier Beytrisonmove vps with pairmove2 in SoH
2013-03-23 Alan T. DeKokUse pairmove2() instead of foo->vps = bar->vps;bar...
2013-03-20 Alan T. DeKokUse correct context for paircopy
2013-03-20 Alan T. DeKokSteal pointers on pairmove. Closes #232
2013-03-20 Alan T. DeKokFix typo in wrong function
2013-03-20 Alan T. DeKokMore function renaming
2013-03-20 Alan T. DeKokRe-name all of the module 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-19 Alan T. DeKokConvert pairmake() to 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-03-09 Arran Cudbard-BellMerge pull request #219 from olivierbeytrison/ldap_enh
2013-03-09 Alan T. DeKokAdd TALLOC_CTX to paircreate()
2013-02-16 Alan T. DeKokRemove "type" from paircreate() function.
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-27 Alan DeKokMerge pull request #93 from mcnewton/rad_virtual_server
2012-09-25 Matthew Newtonrlm_eap virtual servers now call postauth for both...
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-01-30 Alan T. DeKokChange data type to avoid compiler warnings
2011-10-19 Alan T. DeKokCatch case where User-Name may be > 250 octets
2011-02-08 Ken-ichirou MATSUZAWAfix freeing eap_handler as opaque (and typo)
2010-10-13 Alan T. DeKokCheck data_len for internal TLVs
2010-10-13 Alan T. DeKokAdded REQUEST to soh_verify() parameters
2010-10-12 Alan T. DeKokProtect SoH server messages
2010-10-08 Alan T. DeKokCode in src/lib shouldn't reference the REQUEST structure
2010-10-08 Alan T. DeKokFixes for porting to "stable" branch
2010-10-08 Phil MayersAdded SoH functionality to the PEAP module
2010-10-08 Phil MayersMoved "fake request" code into its own function
2010-10-07 Alan T. DeKokFixes from clang / scan-build
2010-10-03 Alan T. DeKokSigned / unsigned fixes and function prototypes
2010-07-30 Alan T. DeKokPut SSL errors into Module-Failure-Message
2010-07-15 Alan T. DeKokFix arguments to paircreate
2010-07-08 Alan T. DeKokRe-worked PEAP state machine to be clearer
2010-07-08 Alan T. DeKokMoved eappeap_identity to its own function.
2010-07-08 Alan T. DeKokChanged multiple "if" statements to switch.
2010-06-30 Alan T. DeKokALWAYS save the MPPE keys for later.
2010-06-10 Alan T. DeKokFix proxying of inner tunneled requests
2010-05-31 Alan T. DeKokRemove all references to "vp->attribute & 0xffff"
2010-05-31 Alan T. DeKokMany more changes to get it to build.
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2010-04-26 Alan T. DeKokAdded WITH_PROXY to allow it to build without proxying
2010-04-14 Alan T. DeKokPrint out hex for invalid data in PEAP tunnel.
2008-10-15 Alan T. DeKokfake->server may be NULL
2008-09-21 Alan T. DeKokRemoved duplicate variable definitions
2008-08-25 Alan T. DeKokFinish Session Resumption patch - cache User-Name
2008-08-24 Alan T. DeKokPEAP & TTLS support for session resumption.
2008-08-24 Alan T. DeKokAutomatically calculate MPPE keys
2008-08-24 Alan T. DeKokDEBUG -> RDEBUG
2008-08-24 Alan T. DeKokDEBUG -> RDEBUG
2008-08-24 Alan T. DeKokPull SSL handshake code into libeap
2008-08-07 Alan T. DeKokPrint internal tunnel attributes in debug mode
2008-03-07 aland Remove references to stdout, and use new debug_pair...
next