Add Moonshot-COI and Moonshot-APC attributes
[freeradius.git] / src /
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
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-BellIf REST xlat fails, output the contents of the body...
2014-06-04 Arran Cudbard-BellAllow custom HTTP headers to be specified with control...
2014-06-04 Arran Cudbard-BellAdd HTTP_BODY_CUSTOM_LITERAL encoder and expose it...
2014-06-04 Arran Cudbard-BellReturn 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-BellCheck for htonll and htonlll (you never know)
2014-06-04 Arran Cudbard-BellFix 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-BellWe need paircmp to support regexes
2014-06-04 Arran Cudbard-BellFixup length when converting xlat VPs back to literals...
2014-06-04 Arran Cudbard-BellSupport new tag behaviour correctly in pairvalidate
2014-06-04 Arran Cudbard-BellSimplify pairvalidate loop
2014-06-04 Arran Cudbard-BellAdd assert to pairvalidate_debug to catch when pairvali...
2014-06-04 Arran Cudbard-BellFix cosmetic error in pairvalidate_debug
2014-06-04 Alan T. DeKokAdd the proxy reply attributes to the reply. Fixes...
2014-06-04 Alan T. DeKokSet the reply to CHALLENGE if we're not done
2014-06-04 Alan T. DeKokMore talloc_steal <sigh>
2014-06-04 Alan T. DeKokDon't print out name for empty sub-section
2014-06-03 Alan T. DeKokBe more careful with proxy delays. Should help #673
2014-06-03 Alan T. DeKokPrint timeouts for requests in debugging mode
2014-06-03 Alan T. DeKokresponse_window of zero is OK for clients.
2014-06-03 Arran Cudbard-BellDon't overload default_log
2014-06-03 Arran Cudbard-BellExcept in fips186prf.c
2014-06-03 Arran Cudbard-BellIt's there because it's used by eapsim_calculate_keys
2014-06-03 Arran Cudbard-BellDon't overload the logging symbols from libfreeradius...
2014-06-03 Arran Cudbard-BellFormatting
2014-06-02 Arran Cudbard-BellProcess and consume all Response-Packet-Type and Packet...
2014-06-02 Arran Cudbard-BellRemove redundant field in radclient request struct
2014-06-02 Arran Cudbard-BellAdd optional Radclient-Test-Name attribute (name is...
2014-06-02 Arran Cudbard-BellFix debugging verbosity in radclient
2014-06-02 Arran Cudbard-BellAllow zero length bodies in REST responses
2014-06-02 Arran Cudbard-BellMove all special attribute checks into the loop which...
2014-06-02 Arran Cudbard-BellFormatting
2014-06-02 Arran Cudbard-BellIt's redundant check for server_port as it's value...
2014-06-02 Arran Cudbard-BellAdd comment regarding why we set the destructor for...
2014-06-02 Arran Cudbard-BellCleanup socket opening failure message
2014-06-02 Arran Cudbard-BellTypo
2014-06-02 Arran Cudbard-BellNot always Accepts and Rejects
2014-06-02 Arran Cudbard-BellFix 'auto' mode. Before responses weren't being matched...
2014-06-02 Arran Cudbard-BellUse REDEBUG so we know which entry failed parsing
2014-06-02 Arran Cudbard-BellSkip empty requests (this is closer to previous radclie...
2014-06-02 Arran Cudbard-BellFix assert on error in radclient
2014-06-01 Arran Cudbard-BellMerge cache changes from master release_3_0_4_rc1
2014-06-01 Arran Cudbard-BellRemove all Cache control attributes after each rlm_cach...
2014-06-01 Alan T. DeKokDon't use Perl
2014-06-01 Alan T. DeKokIgnore attributes.h
2014-06-01 Alan T. DeKokFunction naming consistency
2014-06-01 Alan T. DeKokAuto-generate headers from dictionarty.freeradius.internal
2014-06-01 Alan T. DeKokUse the correct numbers in the dictionary files.
2014-06-01 Arran Cudbard-BellAdd Cache-Read-Only
2014-06-01 Arran Cudbard-BellRenumber FreeRADIUS-Client-Src-IP-Address and FreeRADIU...
2014-06-01 Arran Cudbard-BellConvert rlm_cache to use map2request
2014-06-01 Arran Cudbard-BellFix double & for list references too
2014-06-01 Arran Cudbard-BellRemove unused argument in radius_map2request
2014-05-31 Arran Cudbard-BellSkip zero length values in mapping section of rlm_ldap
2014-05-31 Arran Cudbard-BellBetter way of doing wildcards
next