freeradius.git
2015-03-24 Arran Cudbard... Make the init script work with centos
2015-03-23 Arran Cudbard... Print proper error for unknown attributes in rlm_ldap...
2015-03-23 Arran Cudbard... Some libldap packagers define LDAP_VENDOR_VERSION_PATCH...
2015-03-23 Arran Cudbard... Proper way of getting TCP connection errors
2015-03-22 Arran Cudbard... Docs for request_will_proxy
2015-03-22 Arran Cudbard... Fixup formatting and logging in rlm_chap
2015-03-22 Alan T. DeKokMinor changes to meet v3.1.x
2015-03-22 Alan T. DeKokDon't initialize the proxy list on check_config
2015-03-22 Arran Cudbard... Cleanup NONNULL
2015-03-22 Arran Cudbard... Only try and build with wbclient support if we have...
2015-03-22 Arran Cudbard... Doxygen
2015-03-21 Arran Cudbard... Install libwebclient-dev in CIT
2015-03-21 Alan T. DeKokUse the correct number of fields for stop inserts
2015-03-21 Alan T. DeKokMake proxy to virtual server match callers for process_...
2015-03-21 Alan T. DeKokRemove STATE_MACHINE_DECL for functions, and add dot...
2015-03-21 Matthew NewtonAdd mschap module winbind authentication
2015-03-21 Matthew NewtonConfigure scripts for libwbclient
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
next