freeradius.git
2015-03-21 Matthew NewtonCreate rlm_mschap.h (split out from rlm_mschap.c)
2015-03-21 Matthew NewtonChange boolean do_ntlm_auth to enum MSCHAP_AUTH_METHOD
2015-03-21 Arran Cudbard... Fixup some comments in fr_cursor_insert
2015-03-21 Arran Cudbard... Invalid assert
2015-03-20 Arran Cudbard... Update ChangeLog
2015-03-20 Arran Cudbard... Fix corner case where cursor.next wasn't fixed up corre...
2015-03-20 Arran Cudbard... Fixup cursor.last if we removed the vp it was referring to
2015-03-20 Arran Cudbard... Last should be set to the VP we just inserted
2015-03-20 Arran Cudbard... Formatting
2015-03-20 Arran Cudbard... Create a standard set of socket connection functions...
2015-03-20 Arran Cudbard... Move fr_nonblock and fr_blocking to misc.c. They're...
2015-03-18 Arran Cudbard... Update ChangeLog
2015-03-18 Arran Cudbard... Add user configurable busy_timeout to rlm_sql_sqlite...
2015-03-18 Arran Cudbard... Convert comment to doxygen
2015-03-18 Arran Cudbard... Merge pull request #928 from painless-security/to_submit
2015-03-18 Sam Hartmandocument sample ABFAb RP client
2015-03-18 Sam Hartmandynamic = yes not true
2015-03-18 Sam Hartmansqlite: include busy wait for locks
2015-03-18 Sam HartmanUpdates to abfab policy
2015-03-18 Sam Hartmantrustrouter: permit trust-router-COI and error handling
2015-03-18 Sam HartmanPermit Error-Cause in access reject messages
2015-03-18 Arran Cudbard... Split out unix socket connection function
2015-03-18 Arran Cudbard... Process profiles too
2015-03-17 Arran Cudbard... Invalid assert in _request_free
2015-03-15 Arran Cudbard... Mark groupobj membership filter as being expanded
2015-03-15 Arran Cudbard... Update ChangeLog
2015-03-15 Arran Cudbard... Create equivalent pairs for all attributes
2015-03-14 Arran Cudbard... Create CONF_PAIRs in client CONF_SECTIONs for string...
2015-03-14 Arran Cudbard... deprecated nastype mucks up dynamic client debug output
2015-03-14 Arran Cudbard... CID 1288496
2015-03-13 Arran Cudbard... Not a pointer
2015-03-13 Alan T. DeKokDoxygen for state machine
2015-03-13 Alan T. DeKoktypos
2015-03-13 Arran Cudbard... Typos
2015-03-13 Arran Cudbard... But it's been config_items for N number of decades!
2015-03-13 Arran Cudbard... Cleanup the REQUEST structure
2015-03-13 Arran Cudbard... Formatting
2015-03-13 Alan T. DeKokinitialize child state before printing it
2015-03-13 Alan T. DeKokMove request_process_timer() to request_max_time()
2015-03-13 Alan T. DeKokAdd CHECK_FOR_STOP macro to state machine functions
2015-03-13 Alan T. DeKokMove coa_separate checks to a macro
2015-03-13 Alan T. DeKokcoa_separate() doesn't need to take an action.
2015-03-13 Alan T. DeKokMove cleanup_delay calculations to cleanup_delay function
2015-03-13 Alan T. DeKokMove response_delay calculations to response_delay...
2015-03-13 Alan T. DeKokprocess_timer shouldn't need to handle child PROXIED...
2015-03-13 Alan T. DeKokRely on eol_listener to STOP requests when a socket...
2015-03-13 Alan T. DeKokDocument process timer function
2015-03-13 Alan T. DeKokrequest_common is now only request_process_timer
2015-03-13 Alan T. DeKokMove complaint for duplicate packets to its own function
2015-03-13 Alan T. DeKokConvert some returns to break for style
2015-03-13 Alan T. DeKokAbstract "proxy reply too late" to separate function
2015-03-13 Alan T. DeKokset request->process = request_response_delay immediately
2015-03-12 Alan T. DeKokBuild without threads, too
2015-03-12 Alan T. DeKokAlwauys build with ASSERT_MASTER
2015-03-12 Alan T. DeKokBetter fix for last commit
2015-03-12 Alan T. DeKokSet the reply code from the proxy code
2015-03-12 Alan T. DeKokAlways build with we_are_master()
2015-03-12 Alan T. DeKokAlways call request_finish() after proxy reply, or...
2015-03-12 Alan T. DeKokUse correct value for Auth-Type = Reject
2015-03-12 Alan T. DeKokRemove unnecessary comment
2015-03-12 Alan T. DeKokWhen we originate CoA packets, discard them when we...
2015-03-12 Alan T. DeKokRemove redundant argument to cleanup_delay_init
2015-03-11 Alan T. DeKokDon't touch request after calling request_finish()
2015-03-11 Alan T. DeKokMove unlinking to assertions
2015-03-11 Alan T. DeKokEnsure log_name is talloc'd
2015-03-11 Arran Cudbard... Revert "Enable state machine tracing for debug builds...
2015-03-11 Alan T. DeKokWe don't need this many ASSERT_MASTER
2015-03-11 Alan T. DeKokUpdate log_name after we've discovered the port
2015-03-11 Arran Cudbard... Magic values aren't fun
2015-03-11 Arran Cudbard... Enable state machine tracing for debug builds on RDEBUG3
2015-03-11 Arran Cudbard... Rename value_pair_tmpl_t for v3.0.x too, else merging...
2015-03-11 Alan T. DeKokFix uses of cleanup_delay_init() and child threading
2015-03-11 Alan T. DeKokRename option to debug level
2015-03-10 Alexis La GoutteUpdate Aruba dictionary (from ClearPass 6.5.0)
2015-03-10 Alan T. DeKokSimplify stats counting
2015-03-10 Alan T. DeKokMore assertions on free request
2015-03-10 Alan T. DeKokmd4 == nt
2015-03-09 Alan T. DeKokFix Cisco attributes. Fixes #921
2015-03-09 Alan T. DeKokRe-enable "Temporarily disable failing regex tests"
2015-03-09 Alan T. DeKoktypo
2015-03-09 Alan T. DeKoknote recent changes
2015-03-09 Alan T. DeKokRe-run command after connection failure
2015-03-09 Alan T. DeKokClean up statistics handling
2015-03-09 Alan T. DeKoklast may be NULL
2015-03-09 Alan T. DeKokMark home server state unknown after "response_window"
2015-03-09 Alan T. DeKokRealloc string to the correct length
2015-03-09 Arran Cudbard... Rename 2.x.x branch to long term support
2015-03-08 Arran Cudbard... Merge pull request #919 from nchaigne/3.0.x-fb3
2015-03-08 Arran Cudbard... Proper fix for "Disable regex \n test. Some engines...
2015-03-08 Arran Cudbard... Add notes on 3.1.x branch
2015-03-08 Alan T. DeKokDisable regex \n test. Some engines can't take \n
2015-03-08 Alan T. DeKokTypo
2015-03-07 Alan T. DeKokDeclare proxy_ctx for WITH_PROXY
2015-03-07 Alan T. DeKokUse correct length for printing template names
2015-03-07 Alan T. DeKokUse standard functions for sockaddr to ipaddr
2015-03-07 Alan T. DeKokIf we have no unescaping, there's no need to re-parse it
2015-03-07 Alan T. DeKokLimit memcpy to length
2015-03-07 Arran Cudbard... Temporarily disable failing regex tests
2015-03-07 Arran Cudbard... No longer a valid error (templates are allowed for...
2015-03-07 Arran Cudbard... Remove duplicate CC_HINT
next