Move debug messages into rad_virtual_server
[freeradius.git] / src / modules / rlm_eap / types / rlm_eap_ttls / ttls.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-16 Arran Cudbard-BellUse sane macro names for codes. PW_CODE_AUTHENTICATION_...
2014-06-11 Alan T. DeKokVPs are allocated in the packet CTX, not the request
2014-06-11 Arran Cudbard-BellAdd TALLOC_CTX to RADIUS protocol decoder. We're not...
2014-06-10 Arran Cudbard-BellConvert request_free to a destructor to make double...
2014-06-04 Alan T. DeKokMore talloc_steal
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-30 Arran Cudbard-BellRename PW_TYPE_IP* so they're all consistent
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-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-04-24 Herwin WeststrateFixed some tabs/spaces in a comment in ttls.c
2014-04-12 Alan T. DeKokUse packet for VP context
2014-04-04 Arran Cudbard-BellSync packet code definitions with master
2014-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-02-28 Alan T. DeKokWhitespace
2014-01-24 Alan T. DeKokCheck return value of pairalloc. Fixes Coverity #1135413
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-30 Arran Cudbard-BellReverse DICT_ATTR const order
2013-07-25 Arran Cudbard-BellFix for opaque data double free
2013-07-17 Arran Cudbard-BellFix for coverity CID 1042354
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-09 Arran Cudbard-BellSprinkle vp->type = VT_DATA in more places, this will...
2013-06-03 Alan T. DeKokInitialize variable before using it.
2013-05-29 Arran Cudbard-BellUse paircursor for iteration where appropriate
2013-05-07 Alan T. DeKokNotes on 253 octets and TTLS
2013-05-06 Alan T. DeKokMove vp_octets and vp_strvalue to pointer
2013-04-30 Alan T. DeKokAdded pairmemcpy()
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
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-04-01 Arran Cudbard-BellFix some clang specific compiler warnings
2013-03-29 Alan T. DeKokfoo == NULL to !foo
2013-03-23 Arran Cudbard-BellRename pairmove2 pairfilter
2013-03-23 Alan T. DeKokUse pairmove2() instead of foo->vps = bar->vps;bar...
2013-03-20 Alan T. DeKokAudit the code to pass correct parent to pair() functions
2013-03-20 Alan T. DeKokUse pairmove2() instead of pairadd(a,b);b=NULL
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-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-09 Arran Cudbard-BellMerge pull request #219 from olivierbeytrison/ldap_enh
2013-03-09 Alan T. DeKokAdd TALLOC_CTX to paircreate()
2013-02-19 Arran Cudbard-BellAdd context pointer to pairalloc
2013-02-18 Alan T. DeKokOne more check for size > 253
2013-02-18 Alan T. DeKokMore debug macros
2013-02-17 Alan T. DeKokCheck size of raw attributes in TTLS
2013-02-17 Alan T. DeKokDon't use uninitialized variables
2013-02-16 Alan T. DeKokRemove "type" from paircreate() function.
2013-02-16 Alan T. DeKokChanged vp->attribute to vp->da->attr, etc.
2013-02-13 Alan T. DeKokJust call the normal attr2vp function
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-12-06 Alan DeKokMerge pull request #143 from tobiasbrunner/eap-ttls...
2012-12-05 Tobias BrunnerAllow EAP-Message APVs > 253 octets in EAP-TTLS module
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-08-02 Alan T. DeKokFix typo
2012-08-02 Alan T. DeKokRename confusing attr
2012-07-30 Alan T. DeKokMerge branch 'master' of github.com:alandekok/freeradiu...
2012-07-27 Alan T. DeKokDump invalid diameter attrs in TTLS inner tunnel
2012-07-21 Alan T. DeKokCompletely decode Vendor-Specific inside of Diameter...
2012-07-21 Alan T. DeKokManually pull fixes from v2.1.x
2012-03-28 Alan T. DeKokThere might not be a reply
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-08-10 Alan T. DeKokAdd support for encoding/decode 64-bit integers inside...
2010-10-07 Alan T. DeKokFixes from clang / scan-build
2010-07-30 Alan T. DeKokPut SSL errors into Module-Failure-Message
2010-06-10 Alan T. DeKokUse correct variable to look up attributes in the dicti...
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. DeKokRemove all limitations on vendor IDs being less than 64K
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
2009-08-12 Alan T. DeKokMove restrictions on vendor ID from 32767 to 65535
2008-10-15 Alan T. DeKokfake->server may be NULL
2008-09-21 Alan T. DeKokRemoved duplicate variable definitions
2008-09-05 Alan T. DeKokCorrected typo
2008-08-25 Alan T. DeKokFinish Session Resumption patch - cache User-Name
next