Set errno appropriately if we're building without IPv6 support and an IPv6 socket...
[freeradius.git] / src / main /
2014-06-25 Alan T. DeKokAllow delayed references to attributes. Helps with...
2014-06-25 Alan T. DeKokJust print out what we have for debugging.
2014-06-25 Alan T. DeKokThe variable name is "max_response_timeouts"
2014-06-25 Alan T. DeKokAdd secret "dynamic" flag to realms
2014-06-25 Alan T. DeKokExposed realm_realm_add()
2014-06-25 Alan T. DeKokExposed realm_pool_add()
2014-06-25 Alan T. DeKokExposed realm_home_server_add()
2014-06-25 Alan T. DeKokPrint out limits when opening/closing proxy sockets.
2014-06-24 Alan T. DeKokMove debug messages into rad_virtual_server
2014-06-24 Alan T. DeKoktalloc_steal the packet after reading it
2014-06-24 Arran Cudbard-Bellnewvector should be a bool
2014-06-24 Alan T. DeKokEnsure packet is parented correctly
2014-06-24 Arran Cudbard-BellPrint which packet in the request failed validation
2014-06-23 Arran Cudbard-BellSimpler VERIFY_REQUEST macro in process.c
2014-06-23 Alan T. DeKokThread-safe VERIFY_REQUEST
2014-06-23 Alan T. DeKokAllow for dynamically expanded PSK.
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-20 Arran Cudbard-BellAlloc connections pools in the NULL ctx
2014-06-20 Arran Cudbard-BellDisable NULL context tracking
2014-06-20 Arran Cudbard-BellMerge pull request #696 from leprechau/v3.0.x
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-BellAdd function for allocing fr_tls_server_conf_t
2014-06-20 Arran Cudbard-BellFormatting
2014-06-20 Arran Cudbard-BellSession serialiser's buffer should not be talloced...
2014-06-20 Arran Cudbard-BellMake client_cert bool everywhere
2014-06-20 Alan T. DeKokCan't use "ok = 1" outside of a module call.
2014-06-19 Arran Cudbard-BellAllocate SSL session ctx memory under the handler to...
2014-06-19 Arran Cudbard-BellShould always set the pointer to NULL to avoid corner...
2014-06-19 Arran Cudbard-BellFix invalid assert
2014-06-19 Arran Cudbard-BellFix bug where when using a response filter, requests...
2014-06-19 Arran Cudbard-BellRemove built radtest (accidentally unignored)
2014-06-18 Arran Cudbard-BellError out on NULL pointers before doing talloc_get_type...
2014-06-18 Arran Cudbard-BellFix merge error
2014-06-18 Arran Cudbard-BellParent rbtrees correctly
2014-06-18 Arran Cudbard-BellAllow setting the filter code from the request
2014-06-17 Arran Cudbard-BellAdd pairdatacpy to fix value parenting issues
2014-06-17 Alan T. DeKokBetter checks for DEBUG_PACKET
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-BellPrint file and line number in VERIFY_* messages
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-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-13 Arran Cudbard-BellDeclare more things as arrays
2014-06-13 Arran Cudbard-BellDeclare hextab as an array
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 Arran Cudbard-BellShouldn't be an error...
2014-06-13 Arran Cudbard-BellFix radtest to work when the local hostname is not...
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-11 Arran Cudbard-BellAdd TALLOC_CTX to RADIUS protocol decoder. We're not...
2014-06-10 Arran Cudbard-BellMore fixes for Betriebssystemschwein
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-BellFixup length in radsniff filter attributes
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-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-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-BellFixup length when converting xlat VPs back to literals...
2014-06-04 Alan T. DeKokAdd the proxy reply attributes to the reply. Fixes...
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-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-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 Alan T. DeKokFunction naming consistency
2014-06-01 Alan T. DeKokAuto-generate headers from dictionarty.freeradius.internal
2014-06-01 Arran Cudbard-BellConvert rlm_cache to use map2request
next