Allow for dynamically expanded PSK.
[freeradius.git] / src /
2014-06-23 Alan T. DeKokAllow for dynamically expanded PSK.
2014-06-23 Arran Cudbard-BellTypo
2014-06-23 Arran Cudbard-BellMultiple fixes for circular buffer based backtraces
2014-06-23 Arran Cudbard-BellFormatting
2014-06-23 Arran Cudbard-BellOther obviously bad, allocations
2014-06-23 Arran Cudbard-BellRemove fr_connection_delete
2014-06-23 Arran Cudbard-BellPass a threadsafe ctx into fr_connection_pool create...
2014-06-23 Arran Cudbard-BellRename mod_socket_create/delete to mod_conn_create...
2014-06-23 Arran Cudbard-BellMinor formatting in rlm_couchbase
2014-06-21 Arran Cudbard-BellSame fix for eap session and handler trees
2014-06-21 Arran Cudbard-BellDon't parent the rlm_cache rbtree directly from inst
2014-06-20 Arran Cudbard-BellAlloc connections pools in the NULL ctx
2014-06-20 Arran Cudbard-BellRbtree shouldn't be allocated from inst
2014-06-20 Arran Cudbard-BellAlloc handlers from the NULL context
2014-06-20 Arran Cudbard-BellDisable NULL context tracking
2014-06-20 Arran Cudbard-BellDon't use prefix variable (used by AC)
2014-06-20 Arran Cudbard-BellAdd support for searching in 'prefix' dirs for headers
2014-06-20 Arran Cudbard-BellMerge pull request #696 from leprechau/v3.0.x
2014-06-20 Aaron Hurtmultiple fixes and minor additions
2014-06-20 Arran Cudbard-BellCleanup IKEv2 code so it builds again
2014-06-20 Arran Cudbard-BellSimilar fix for EAP-MSCHAPV2
2014-06-20 Arran Cudbard-BellSimilar fix for EAP-PWD
2014-06-20 Arran Cudbard-BellSimilar fix for EAP-TNC
2014-06-20 Arran Cudbard-BellSimilar fix for EAP-TTLS
2014-06-20 Arran Cudbard-BellPEAP tunnel data should be parented by the tls_session...
2014-06-20 Arran Cudbard-BellSame fix for EAP-TTLS
2014-06-20 Arran Cudbard-BellPEAP tunnel data should be parented by the tls_session...
2014-06-20 Arran Cudbard-BellFixup talloc destructors
2014-06-20 Arran Cudbard-BellName destructors correctly, remove unused/useless reque...
2014-06-20 Arran Cudbard-BellAdd function for allocing fr_tls_server_conf_t
2014-06-20 Arran Cudbard-BellFormatting
2014-06-20 Arran Cudbard-BellSession serialiser's buffer should not be talloced...
2014-06-20 Arran Cudbard-BellFreeing the handler must be synchronised too
2014-06-20 Arran Cudbard-BellFormatting
2014-06-20 Arran Cudbard-BellShould write config value to server_raw first in rlm_co...
2014-06-20 Arran Cudbard-BellMake client_cert bool everywhere
2014-06-20 Alan T. DeKokCan't use "ok = 1" outside of a module call.
2014-06-19 Arran Cudbard-BellAllocate SSL session ctx memory under the handler to...
2014-06-19 Arran Cudbard-BellShould always set the pointer to NULL to avoid corner...
2014-06-19 Arran Cudbard-BellFix invalid assert
2014-06-19 Arran Cudbard-BellFix bug where when using a response filter, requests...
2014-06-19 Arran Cudbard-BellRemove built radtest (accidentally unignored)
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 Arran Cudbard-BellTalloc don't export this macro
2014-06-18 Arran Cudbard-BellOnly set M_PERTURB if TALLOC_FREE_FILL is unset
2014-06-18 Arran Cudbard-BellDoxygen
2014-06-18 Arran Cudbard-BellError out on NULL pointers before doing talloc_get_type...
2014-06-18 Arran Cudbard-BellFix VALUE_PAIR parenting in rlm_rest when decoding...
2014-06-18 Alan T. DeKokFree previous accept VPS. Closes #693
2014-06-18 Arran Cudbard-BellFix merge error
2014-06-18 Arran Cudbard-BellAlloc from the passed context
2014-06-18 Arran Cudbard-BellParent from the packet, not head of the VP list
2014-06-18 Arran Cudbard-BellParent rbtrees correctly
2014-06-18 Arran Cudbard-BellOnly print Talloc chunk lineage if the ctx is not null
2014-06-18 Arran Cudbard-BellHave a suspicion that enabling null context tracking...
2014-06-18 Arran Cudbard-BellFix parenting issues in rlm_file
2014-06-18 Arran Cudbard-BellFix/Enhance fr_log_talloc_report
2014-06-18 Arran Cudbard-BellAllow setting the filter code from the request
2014-06-18 Arran Cudbard-BellTypo
2014-06-17 Arran Cudbard-BellAdd pairdatacpy to fix value parenting issues
2014-06-17 Arran Cudbard-BellMore tweaks for CONSISTENCY CHECK readability
2014-06-17 Alan T. DeKokBetter checks for DEBUG_PACKET
2014-06-17 Arran Cudbard-BellTypo
2014-06-17 Arran Cudbard-BellProbably want to free the VPs we remove from the contro...
2014-06-17 Arran Cudbard-BellMake CONSISTENCY CHECK messages clearer, add checks...
2014-06-17 Alan T. DeKokUse correct test for debugging
2014-06-17 Alan T. DeKokPrint tunneled data in the right place
2014-06-17 Arran Cudbard-BellTypo
2014-06-17 Alan T. DeKokstatus check packets don't have a client. Closes #691
2014-06-17 Arran Cudbard-BellParent attributes correctly when pulling them out of...
2014-06-17 Arran Cudbard-BellAdd newlines to CONSISTENCY CHECK errors
2014-06-17 Arran Cudbard-BellPrint file and line number in VERIFY_* messages
2014-06-17 Arran Cudbard-BellDon't use fr_perror in the verify functions (outputs...
2014-06-17 Arran Cudbard-BellNot sure if talloc_get_name() is legal
2014-06-17 Arran Cudbard-BellUse the proper verify_request function instead of tallo...
2014-06-17 Arran Cudbard-BellSprinkle VERIFY_REQUEST throughout the state machine
2014-06-17 Arran Cudbard-BellColourise should no be true by default
2014-06-17 Arran Cudbard-BellMore radclient formatting and minor fixes
2014-06-17 Arran Cudbard-BellRelax libssl checks
2014-06-16 Arran Cudbard-BellMissed break
2014-06-16 Arran Cudbard-BellMissed type
2014-06-16 Alan T. DeKokshow encoded packet before TLS encryption
2014-06-16 Arran Cudbard-BellFix indent
2014-06-16 Arran Cudbard-BellUse sane macro names for codes. PW_CODE_AUTHENTICATION_...
2014-06-16 Arran Cudbard-BellTry harder in radclient to figure out request/response...
2014-06-16 Arran Cudbard-BellGah, double negatives
2014-06-16 Arran Cudbard-BellFix for backtrace deadlock and GLIBC
2014-06-15 Arran Cudbard-BellBetter ldap version fixes
2014-06-14 Arran Cudbard-BellPrint error if we can't get libldap version
2014-06-14 Arran Cudbard-BellAdd more version checks for modules
2014-06-14 Arran Cudbard-BellWhat's a Boyan?
2014-06-13 Arran Cudbard-Bellsizeof(array_arg) doesn't work as expected so use diges...
2014-06-13 Arran Cudbard-BellFix fall-through behaviour in rlm_sql Closes #622
2014-06-13 Arran Cudbard-BellDeclare more things as arrays
2014-06-13 Arran Cudbard-BellDeclare hextab as an array
2014-06-13 Arran Cudbard-BellMerge pull request #688 from philmayers/fix-nthash
2014-06-13 Phil Mayerspass length of nthashhash as argument, since sizeof...
2014-06-13 Arran Cudbard-BellThe fewer magic numbers the better...
2014-06-13 Arran Cudbard-BellBetter debug output from rlm_mschap
next