Exposed realm_home_server_add()
[freeradius.git] / src /
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
2014-06-13 Arran Cudbard-BellExtraneous 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 Alan T. DeKokFix and document check_timeout which helps with check_i...
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-BellRespect fr_hostname_lookups in libfreeradius
2014-06-13 Arran Cudbard-BellShouldn't be an error...
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 Arran Cudbard-BellFix radtest to work when the local hostname is not...
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-13 Alan T. DeKokMake the configuration more understandable. Fixes...
2014-06-13 Nikolai KondrashovAdd max_response_timeouts option
2014-06-13 Nikolai KondrashovLet client response windows override init_delay
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-BellAdd dependencies for load-balance redundant-load-balanc...
2014-06-10 Alan T. DeKokTests for redundant load balance
2014-06-10 Alan T. DeKokMake redundant-load-balance work again. Closes #681
2014-06-10 Alan T. DeKokRedundant, load-balance, etc. can't be empty
2014-06-10 Arran Cudbard-BellConvert request_free to a destructor to make double...
2014-06-10 Arran Cudbard-BellAdd inlen to fr_hex2bin. rlm_pap used fr_hex2bin with...
2014-06-09 Arran Cudbard-BellFix case change of attribute names when creating attrib...
2014-06-09 Arran Cudbard-BellMore fixes for Solaris
2014-06-09 Arran Cudbard-BellFix sig_t check
2014-06-09 Arran Cudbard-BellUse simple patterns as the default grep in solaris...
2014-06-09 Arran Cudbard-BellBetter debug logging for NT-Password and LM-Password...
2014-06-09 Arran Cudbard-BellFixup length in radsniff filter attributes
2014-06-08 Arran Cudbard-BellEnumerate escape-sequences tests
2014-06-08 Arran Cudbard-BellFix UTF8 chars in %{escape:}, add %{unescape:} and...
2014-06-08 Arran Cudbard-BellUse casts for all urlquote tests
2014-06-08 Arran Cudbard-BellFix comment
2014-06-08 Arran Cudbard-BellAdd urlunquote
2014-06-07 Arran Cudbard-BellFix url quote, enable all url quote tests
2014-06-07 Arran Cudbard-BellAdd tests for urlquote (which currently would not pass)
2014-06-06 Arran Cudbard-Bellurl quote chars should be upper case
2014-06-06 Arran Cudbard-BellRename foreach-2 to something meaningful
2014-06-06 Arran Cudbard-BellAdd tests for hexadecimal IP addresses
2014-06-06 Arran Cudbard-BellFix pairfilter documentation
2014-06-06 Arran Cudbard-BellFixup md4 function names
2014-06-06 Arran Cudbard-BellFixup md5 function names
2014-06-06 Arran Cudbard-BellAdd %{hmacmd5:} and %{hmacsha1} xlat expansions
2014-06-06 Arran Cudbard-BellMove hmac prototypes into the md5.h/sha1.h headers
2014-06-06 Arran Cudbard-BellSwap order of arguments in hmac functions so output...
2014-06-06 Arran Cudbard-BellFixup SHA1 function names
2014-06-05 Arran Cudbard-BellAdd notes on what's going on
next