Set errno appropriately if we're building without IPv6 support and an IPv6 socket...
[freeradius.git] / src / modules /
2014-06-25 Arran Cudbard-BellCID #1223702
2014-06-25 Herwin WeststrateUpdated return type of process_reply to rlm_rcode_t
2014-06-25 Arran Cudbard-BellUse newSVpvn so we don't SEGV on zero length values...
2014-06-25 Arran Cudbard-BellSimilar += fixes for other modules
2014-06-25 Philippe WoodingSome shells don't support the '+=' concatenation operator.
2014-06-25 Arran Cudbard-BellMerge pull request #709 from qnet-herwin/perl_fixes_707
2014-06-25 Herwin WeststrateFixed some segfaults in rlm_perl
2014-06-25 Arran Cudbard-BellWe don't actually copy...
2014-06-25 Arran Cudbard-BellDo something sane for converting FreeRADIUS values...
2014-06-25 Arran Cudbard-BellPopulate DHCP-Paramter-Request-List values dynamically
2014-06-25 Arran Cudbard-BellRemove param documentation from all connection callbacks
2014-06-25 Alan T. DeKokDoxygen is stupid, so delete doxygen comments.
2014-06-24 Alan T. DeKokUse NULL for talloc ctx in EAP
2014-06-24 Alan T. DeKokAdd in rad_virtual_server() which is now required for...
2014-06-24 Arran Cudbard-BellAdd 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. DeKokMove debug messages into rad_virtual_server
2014-06-24 Arran Cudbard-BellMerge pull request #700 from mcnewton/rlm_files
2014-06-24 Arran Cudbard-BellFix build when building on OSX, using non standard...
2014-06-24 Arran Cudbard-BellExtra include dirs should be specified with -isystem
2014-06-24 Arran Cudbard-Bellnewvector should be a bool
2014-06-24 Arran Cudbard-BellMinor connection API fixes
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-BellRbtree shouldn't be allocated from inst
2014-06-20 Arran Cudbard-BellAlloc handlers from the NULL context
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-BellFreeing the handler must be synchronised too
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-19 Arran Cudbard-BellAllocate SSL session ctx memory under the handler to...
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-BellDoxygen
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-BellParent from the packet, not head of the VP list
2014-06-18 Arran Cudbard-BellParent rbtrees correctly
2014-06-18 Arran Cudbard-BellFix parenting issues in rlm_file
2014-06-17 Arran Cudbard-BellProbably want to free the VPs we remove from the contro...
2014-06-16 Arran Cudbard-BellUse sane macro names for codes. PW_CODE_AUTHENTICATION_...
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-BellBetter debug output from rlm_mschap
2014-06-13 Arran Cudbard-BellExtraneous comma
2014-06-13 Herwin WeststrateReplaced references to MS-CHAP-Success with MS2-CHAP...
2014-06-13 Alan T. DeKokRemove re-defined attributes
2014-06-13 Arran Cudbard-BellRemove 'children' option from rlm_ldap debug messages...
2014-06-13 Arran Cudbard-BellOnly parse dereference value if we actually have a...
2014-06-13 Arran Cudbard-BellUse correct lookup table. Fixes #686
2014-06-13 Arran Cudbard-BellRemove empty debug message
2014-06-13 Arran Cudbard-BellFixup PG example and don't send application name by...
2014-06-13 Arran Cudbard-BellDebug fixes for radeapclient
2014-06-13 Herwin WeststrateFixed compile error in rlm_ldap
2014-06-13 Arran Cudbard-BellAdd support for dereferencing (following LDAP aliases)
2014-06-13 Alan T. DeKokAdd sql_unset_user(). Fixes #640
2014-06-12 Alan T. DeKokFix error message. Closs #683
2014-06-11 Arran Cudbard-BellMore EAP attribute definitions which should have been...
2014-06-11 Arran Cudbard-BellSearch for the correct alternative attributes...
2014-06-11 Arran Cudbard-BellEAP Sim code should use PW_EAP_* definitions instead...
2014-06-11 Arran Cudbard-BellFormatting
2014-06-11 Arran Cudbard-BellRelax DHCP sub-option parser slightly
2014-06-11 Arran Cudbard-BellRemove DHCP Client Identifier hack, this can, and shoul...
2014-06-11 Arran Cudbard-BellWe no longer need to artificially limit the size of...
2014-06-11 Arran Cudbard-BellDon't stop parsing on padding options
2014-06-11 Alan T. DeKokVPs are allocated in the packet CTX, not the request
2014-06-11 Arran Cudbard-BellFix horrific formatting in EAP-PWD
2014-06-11 Arran Cudbard-BellAdd TALLOC_CTX to RADIUS protocol decoder. We're not...
2014-06-11 Arran Cudbard-BellFormatting
2014-06-11 Arran Cudbard-BellNot every LDAP library supports setting Network Timeout
2014-06-10 Arran Cudbard-BellMore fixes for Betriebssystemschwein
2014-06-10 Arran Cudbard-BellCoverity CID #1222259
2014-06-10 Arran Cudbard-BellConvert request_free to a destructor to make double...
next