freeradius.git
2014-06-24 Arran Cudbard... Add support for Vendor Specific Suboptions (RFC 4243)
2014-06-24 Alan T. DeKokGlue channel bindings into the TTLS code
2014-06-24 Alan T. DeKokChannel binding encode/decoder and process functions
2014-06-24 Alan T. DeKokAttributes and definitions fo channel bindings
2014-06-24 Alan T. DeKokMove debug messages into rad_virtual_server
2014-06-24 Arran Cudbard... Move exit functions to debug.c
2014-06-24 Arran Cudbard... Merge pull request #700 from mcnewton/rlm_files
2014-06-24 Arran Cudbard... Fix build when building on OSX, using non standard...
2014-06-24 Arran Cudbard... Extra include dirs should be specified with -isystem
2014-06-24 Matthew Newtonmake "this file is processed in order" more clear...
2014-06-24 Alan T. DeKoktalloc_steal the packet after reading it
2014-06-24 Arran Cudbard... newvector should be a bool
2014-06-24 Alan T. DeKokEnsure packet is parented correctly
2014-06-24 Arran Cudbard... Print which packet in the request failed validation
2014-06-24 Arran Cudbard... Minor connection API fixes
2014-06-24 Arran Cudbard... Print out TAG_ANY attributes correctly
2014-06-23 Arran Cudbard... Simpler VERIFY_REQUEST macro in process.c
2014-06-23 Alan T. DeKokThread-safe VERIFY_REQUEST
2014-06-23 Arran Cudbard... Increase cbuff size
2014-06-23 Alan T. DeKokAllow for dynamically expanded PSK.
2014-06-23 Arran Cudbard... Typo
2014-06-23 Arran Cudbard... Multiple fixes for circular buffer based backtraces
2014-06-23 Arran Cudbard... Formatting
2014-06-23 Arran Cudbard... Other obviously bad, allocations
2014-06-23 Arran Cudbard... Remove fr_connection_delete
2014-06-23 Arran Cudbard... Pass a threadsafe ctx into fr_connection_pool create...
2014-06-23 Arran Cudbard... Rename mod_socket_create/delete to mod_conn_create...
2014-06-23 Arran Cudbard... Minor formatting in rlm_couchbase
2014-06-21 Arran Cudbard... Same fix for eap session and handler trees
2014-06-21 Arran Cudbard... Don't parent the rlm_cache rbtree directly from inst
2014-06-20 Arran Cudbard... Alloc connections pools in the NULL ctx
2014-06-20 Arran Cudbard... Rbtree shouldn't be allocated from inst
2014-06-20 Arran Cudbard... Alloc handlers from the NULL context
2014-06-20 Arran Cudbard... Disable NULL context tracking
2014-06-20 Arran Cudbard... Don't use prefix variable (used by AC)
2014-06-20 Arran Cudbard... Add support for searching in 'prefix' dirs for headers
2014-06-20 Arran Cudbard... Merge pull request #696 from leprechau/v3.0.x
2014-06-20 Aaron Hurtmultiple fixes and minor additions
2014-06-20 Arran Cudbard... Cleanup IKEv2 code so it builds again
2014-06-20 Arran Cudbard... Similar fix for EAP-MSCHAPV2
2014-06-20 Arran Cudbard... Similar fix for EAP-PWD
2014-06-20 Arran Cudbard... Similar fix for EAP-TNC
2014-06-20 Arran Cudbard... Similar fix for EAP-TTLS
2014-06-20 Arran Cudbard... PEAP tunnel data should be parented by the tls_session...
2014-06-20 Arran Cudbard... Same fix for EAP-TTLS
2014-06-20 Arran Cudbard... PEAP tunnel data should be parented by the tls_session...
2014-06-20 Arran Cudbard... Fixup talloc destructors
2014-06-20 Arran Cudbard... Name destructors correctly, remove unused/useless reque...
2014-06-20 Arran Cudbard... Add function for allocing fr_tls_server_conf_t
2014-06-20 Arran Cudbard... Formatting
2014-06-20 Arran Cudbard... Session serialiser's buffer should not be talloced...
2014-06-20 Arran Cudbard... Freeing the handler must be synchronised too
2014-06-20 Arran Cudbard... Formatting
2014-06-20 Arran Cudbard... Should write config value to server_raw first in rlm_co...
2014-06-20 Arran Cudbard... Update ChangeLog
2014-06-20 Arran Cudbard... Make client_cert bool everywhere
2014-06-20 Alan T. DeKokCan't use "ok = 1" outside of a module call.
2014-06-19 Arran Cudbard... Allocate SSL session ctx memory under the handler to...
2014-06-19 Arran Cudbard... Should always set the pointer to NULL to avoid corner...
2014-06-19 Arran Cudbard... Fix invalid assert
2014-06-19 Arran Cudbard... Fix bug where when using a response filter, requests...
2014-06-19 Arran Cudbard... Remove 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... Talloc don't export this macro
2014-06-18 Arran Cudbard... Only set M_PERTURB if TALLOC_FREE_FILL is unset
2014-06-18 Arran Cudbard... Doxygen
2014-06-18 Arran Cudbard... Error out on NULL pointers before doing talloc_get_type...
2014-06-18 Arran Cudbard... Fix VALUE_PAIR parenting in rlm_rest when decoding...
2014-06-18 Alan T. DeKokFree previous accept VPS. Closes #693
2014-06-18 Arran Cudbard... Fix merge error
2014-06-18 Arran Cudbard... Alloc from the passed context
2014-06-18 Arran Cudbard... Parent from the packet, not head of the VP list
2014-06-18 Arran Cudbard... Parent rbtrees correctly
2014-06-18 Arran Cudbard... Only print Talloc chunk lineage if the ctx is not null
2014-06-18 Arran Cudbard... Have a suspicion that enabling null context tracking...
2014-06-18 Arran Cudbard... Fix parenting issues in rlm_file
2014-06-18 Arran Cudbard... Fix/Enhance fr_log_talloc_report
2014-06-18 Arran Cudbard... Allow setting the filter code from the request
2014-06-18 Arran Cudbard... Typo
2014-06-17 Arran Cudbard... Update ChangeLog
2014-06-17 Arran Cudbard... typo
2014-06-17 Arran Cudbard... Update ChangeLog
2014-06-17 Arran Cudbard... Add pairdatacpy to fix value parenting issues
2014-06-17 Arran Cudbard... More tweaks for CONSISTENCY CHECK readability
2014-06-17 Alan T. DeKokBetter checks for DEBUG_PACKET
2014-06-17 Arran Cudbard... Typo
2014-06-17 Arran Cudbard... Probably want to free the VPs we remove from the contro...
2014-06-17 Arran Cudbard... Make CONSISTENCY CHECK messages clearer, add checks...
2014-06-17 Herwin WeststrateFixed permit_only_eap policy
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... Typo
2014-06-17 Alan T. DeKokRemove old text about not proxying CoA. It now works
2014-06-17 Alan T. DeKokstatus check packets don't have a client. Closes #691
2014-06-17 Arran Cudbard... Parent attributes correctly when pulling them out of...
2014-06-17 Arran Cudbard... Add newlines to CONSISTENCY CHECK errors
2014-06-17 Arran Cudbard... Print file and line number in VERIFY_* messages
2014-06-17 Arran Cudbard... Don't use fr_perror in the verify functions (outputs...
2014-06-17 Arran Cudbard... Not sure if talloc_get_name() is legal
next