freeradius.git
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
2014-06-13 Arran Cudbard... Remove 'children' option from rlm_ldap debug messages...
2014-06-13 Arran Cudbard... Only parse dereference value if we actually have a...
2014-06-13 Arran Cudbard... Use correct lookup table. Fixes #686
2014-06-13 Arran Cudbard... Remove empty debug message
2014-06-13 Arran Cudbard... Respect fr_hostname_lookups in libfreeradius
2014-06-13 Arran Cudbard... Shouldn't be an error...
2014-06-13 Arran Cudbard... Fixup PG example and don't send application name by...
2014-06-13 Arran Cudbard... Debug fixes for radeapclient
2014-06-13 Arran Cudbard... Fix radtest to work when the local hostname is not...
2014-06-13 Herwin WeststrateFixed compile error in rlm_ldap
2014-06-13 Arran Cudbard... Update ChangeLog
2014-06-13 Arran Cudbard... Add support for dereferencing (following LDAP aliases)
2014-06-13 Arran Cudbard... Update ChangeLog
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... More EAP attribute definitions which should have been...
2014-06-11 Arran Cudbard... Search for the correct alternative attributes...
2014-06-11 Arran Cudbard... EAP Sim code should use PW_EAP_* definitions instead...
2014-06-11 Alan T. DeKokWhitespace
2014-06-11 Arran Cudbard... Formatting
2014-06-11 Arran Cudbard... Relax DHCP sub-option parser slightly
2014-06-11 Arran Cudbard... Remove DHCP Client Identifier hack, this can, and shoul...
2014-06-11 Arran Cudbard... DHCP-Client-Identifier and DHCP-Vendor-Class-Identifier...
2014-06-11 Arran Cudbard... We no longer need to artificially limit the size of...
2014-06-11 Arran Cudbard... Don'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... Fix horrific formatting in EAP-PWD
2014-06-11 Arran Cudbard... Add TALLOC_CTX to RADIUS protocol decoder. We're not...
2014-06-11 Arran Cudbard... Formatting
2014-06-11 Arran Cudbard... Not every LDAP library supports setting Network Timeout
2014-06-10 Arran Cudbard... Hmm, setting _X_OPEN_SOURCE breaks everything
2014-06-10 Arran Cudbard... More fixes for Betriebssystemschwein
2014-06-10 Arran Cudbard... Coverity CID #1222259
2014-06-10 Arran Cudbard... Add dependencies for load-balance redundant-load-balanc...
2014-06-10 Arran Cudbard... Update ChangeLog
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... Convert request_free to a destructor to make double...
2014-06-10 Arran Cudbard... Add inlen to fr_hex2bin. rlm_pap used fr_hex2bin with...
2014-06-09 Arran Cudbard... Fix case change of attribute names when creating attrib...
2014-06-09 Arran Cudbard... More fixes for Solaris
2014-06-09 Arran Cudbard... Fix sig_t check
2014-06-09 Arran Cudbard... Typo in autoconf (check for htonlll not htonll)
2014-06-09 Arran Cudbard... Use simple patterns as the default grep in solaris...
2014-06-09 Arran Cudbard... Better debug logging for NT-Password and LM-Password...
2014-06-09 Arran Cudbard... Fixup length in radsniff filter attributes
2014-06-09 Arran Cudbard... Update ChangeLog
2014-06-08 Arran Cudbard... Enumerate escape-sequences tests
2014-06-08 Arran Cudbard... Fix UTF8 chars in %{escape:}, add %{unescape:} and...
2014-06-08 Arran Cudbard... Use casts for all urlquote tests
2014-06-08 Arran Cudbard... Fix comment
2014-06-08 Arran Cudbard... Add urlunquote
2014-06-07 Arran Cudbard... Fix url quote, enable all url quote tests
2014-06-07 Arran Cudbard... Add tests for urlquote (which currently would not pass)
2014-06-06 Arran Cudbard... url quote chars should be upper case
2014-06-06 Arran Cudbard... Rename foreach-2 to something meaningful
2014-06-06 Arran Cudbard... Add tests for hexadecimal IP addresses
2014-06-06 Arran Cudbard... Fix pairfilter documentation
2014-06-06 Arran Cudbard... Update ChangeLog
2014-06-06 Arran Cudbard... Update ChangeLog
2014-06-06 Arran Cudbard... Fixup md4 function names
2014-06-06 Arran Cudbard... Fixup md5 function names
2014-06-06 Arran Cudbard... Add %{hmacmd5:} and %{hmacsha1} xlat expansions
2014-06-06 Arran Cudbard... Move hmac prototypes into the md5.h/sha1.h headers
2014-06-06 Arran Cudbard... Swap order of arguments in hmac functions so output...
2014-06-06 Arran Cudbard... Add dsp-id
2014-06-06 Arran Cudbard... Fixup SHA1 function names
2014-06-05 Arran Cudbard... Add notes on what's going on
2014-06-05 Alan T. DeKokDouble init_delay in preparation for halving it later...
2014-06-05 Alan T. DeKokinit_delay = response_window / 2. Closes #677
2014-06-05 Arran Cudbard... If REST xlat fails, output the contents of the body...
2014-06-04 Arran Cudbard... Allow custom HTTP headers to be specified with control...
2014-06-04 Arran Cudbard... Add HTTP_BODY_CUSTOM_LITERAL encoder and expose it...
2014-06-04 Arran Cudbard... Return the correct handle in mod_conn_create if connect...
2014-06-04 Alan T. DeKokPull checks from master
2014-06-04 Alan T. DeKokMake DEBUG_STATE_MACHINE print out usec timestamps
2014-06-04 Arran Cudbard... Check for htonll and htonlll (you never know)
2014-06-04 Arran Cudbard... Add check for bswap64
2014-06-04 Arran Cudbard... Tweak builtin checks
2014-06-04 Arran Cudbard... Fix invalid assert and paircmp check
2014-06-04 Alan T. DeKokMore talloc_steal
2014-06-04 Alan T. DeKokAllow no proxy reply. Closes #675
2014-06-04 Arran Cudbard... We need paircmp to support regexes
2014-06-04 Arran Cudbard... Fixup length when converting xlat VPs back to literals...
2014-06-04 Arran Cudbard... Support new tag behaviour correctly in pairvalidate
2014-06-04 Arran Cudbard... Simplify pairvalidate loop
2014-06-04 Arran Cudbard... Add assert to pairvalidate_debug to catch when pairvali...
2014-06-04 Arran Cudbard... Fix cosmetic error in pairvalidate_debug
next