freeradius.git
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 Sam HartmanStub rad_virtual_server for radeapclient
2014-06-18 Sam HartmanMerge tag 'release_3_0_4_rc1' into tr-upgrade
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
2014-06-17 Arran Cudbard... Change ADSL-Agent-Circuit-ID and ADSL-Agent-Remote...
2014-06-17 Arran Cudbard... Use the proper verify_request function instead of tallo...
2014-06-17 Arran Cudbard... Sprinkle VERIFY_REQUEST throughout the state machine
2014-06-17 Arran Cudbard... Colourise should no be true by default
2014-06-17 Arran Cudbard... More radclient formatting and minor fixes
2014-06-17 Arran Cudbard... Relax libssl checks
2014-06-16 Arran Cudbard... Missed break
2014-06-16 Arran Cudbard... Missed type
2014-06-16 Alan T. DeKokshow encoded packet before TLS encryption
2014-06-16 Arran Cudbard... Fix indent
2014-06-16 Arran Cudbard... Use sane macro names for codes. PW_CODE_AUTHENTICATION_...
2014-06-16 Arran Cudbard... Try harder in radclient to figure out request/response...
2014-06-16 Arran Cudbard... Gah, double negatives
2014-06-16 Arran Cudbard... Fix for backtrace deadlock and GLIBC
2014-06-15 Arran Cudbard... Better ldap version fixes
2014-06-14 Arran Cudbard... Print error if we can't get libldap version
2014-06-14 Arran Cudbard... Add more version checks for modules
2014-06-14 Arran Cudbard... What's a Boyan?
2014-06-13 Arran Cudbard... sizeof(array_arg) doesn't work as expected so use diges...
2014-06-13 Arran Cudbard... Fix fall-through behaviour in rlm_sql Closes #622
2014-06-13 Alan T. DeKokWhitespace
2014-06-13 Alan T. DeKokAs found in a PPT by Klass Wierenga
2014-06-13 Alan T. DeKokNote correct names for data types
2014-06-13 Arran Cudbard... Declare more things as arrays
2014-06-13 Arran Cudbard... Declare hextab as an array
2014-06-13 Arran Cudbard... Merge pull request #688 from philmayers/fix-nthash
2014-06-13 Phil Mayerspass length of nthashhash as argument, since sizeof...
2014-06-13 Arran Cudbard... The fewer magic numbers the better...
2014-06-13 Arran Cudbard... Better debug output from rlm_mschap
2014-06-13 Arran Cudbard... Extraneous comma
2014-06-13 Herwin WeststrateReplaced references to MS-CHAP-Success with MS2-CHAP...
2014-06-13 Herwin WeststrateReintroduced a comma to make sentence readable
2014-06-13 Herwin WeststrateFixed some capitalization in mods-available/eap
2014-06-13 Herwin WeststrateFixed some whitespace in mods-available/eap
2014-06-13 Alan T. DeKokFix and document check_timeout which helps with check_i...
2014-06-13 Alan T. DeKokRemove re-defined attributes
next