]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2013-09-20  Arran Cudbard... Wrap _exit and exit. Prints error message, and when...
2013-09-20  Alan T. DeKokproxy_listener may be NULL. Closes #434
2013-09-20  Arran Cudbard... Dig src/billing out of more places
2013-09-20  Arran Cudbard... Remove billing dir, those files don't belong there
2013-09-19  Alan T. DeKokDon't delete the request if it's in the queue
2013-09-19  Alan T. DeKokPrint how many requests are blocked
2013-09-19  Alan T. DeKokShort-circuit "case"
2013-09-18  Alan T. DeKokRemove complaint for DHCP
2013-09-18  Alan T. DeKokTurn assert into talloc check.
2013-09-17  Arran Cudbard... xlat expand profile filter
2013-09-17  Arran Cudbard... Doxygen
2013-09-17  Arran Cudbard... Make vp_prints_value_json behave the same as vp_prints_...
2013-09-17  Arran Cudbard... Fixup various functions in print.c to use common, consi...
2013-09-16  Alan T. DeKokMake it build with GCD
2013-09-16  Arran Cudbard... Stupid doxygen
2013-09-16  Arran Cudbard... Typo
2013-09-16  Arran Cudbard... Print VP \t<name> <op> <value>\n as an atom to avoid...
2013-09-16  Arran Cudbard... Minor typo in -h output
2013-09-16  Arran Cudbard... Should be debug2
2013-09-13  Arran Cudbard... Cleanup formatting in rlm_replicate
2013-09-13  Alan T. DeKokRemove extra debug
2013-09-13  Alan T. DeKokMake max_requests_per_server work
2013-09-13  Arran Cudbard... Replicated packet should be allocated in the request...
2013-09-13  Arran Cudbard... Update file documentation and macro indentation in...
2013-09-13  Alan T. DeKokRevert "Simplify ID allocation so that we don't loop...
2013-09-12  Alan T. DeKokDocument libldap fail-over
2013-09-12  Arran Cudbard... free -> talloc_free in rlm_replicate
2013-09-11  Alan T. DeKokRemove extra \n
2013-09-11  Alan T. DeKokUse slightly better algorithm for random IDs
2013-09-11  Alan T. DeKokRemoved unused debugging messages
2013-09-11  Arran Cudbard... Update radiusclients-openldap.ldif
2013-09-11  Arran Cudbard... Singular
2013-09-10  Arran Cudbard... Initialise server_ipaddr to 0
2013-09-10  Arran Cudbard... Use correct macros for defining IP string buffer lengths
2013-09-10  Arran Cudbard... UDP fromto should be on by default
2013-09-10  Arran Cudbard... Corectly left justify helptext in configure
2013-09-09  Arran Cudbard... Wrap ASCTIME too
2013-09-09  Alan T. DeKokFix typo
2013-09-09  Alan T. DeKokAllow for and document make -Draddbdir=/tmp/garbage...
2013-09-09  Alan T. DeKokMake modconfdir expand in Makefile, not in the shell
2013-09-09  Arran Cudbard... Don't copy cache control attributes when doing list...
2013-09-07  Alan T. DeKokRemember the highest priority. Fixes #425
2013-09-07  Alan T. DeKokUse typedef for components instead of "int"
2013-09-07  Alan T. DeKokClean up debug messages for open / close brace
2013-09-06  Alan T. DeKokRevert "Use AUTZ rules for AUTH groups. Fixes #425"
2013-09-06  Arran Cudbard... Merge pull request #427 from annanymous2/patch-1
2013-09-06  Alan T. DeKokFix doxygen release_3_0_0_rc1
2013-09-06  Alan T. DeKokUse AUTZ rules for AUTH groups. Fixes #425
2013-09-06  Alan T. DeKokLog the first name of the group
2013-09-05  Alan T. DeKokRe-enable virtual attributes for comparison. Fixes...
2013-09-04  Arran Cudbard... Missing newline
2013-09-04  Arran Cudbard... Fix shared-libs
2013-09-04  Alan T. DeKokIn debug builds, call assertion on panic
2013-09-04  Alan T. DeKokBe more careful about calling request_done(). Should...
2013-09-04  Alan T. DeKokFixes for doxygen
2013-09-04  Alan T. DeKokUse the default request if there's no "." in the reference.
2013-09-04  Alan T. DeKokAdded %{debug_attr:...} from master
2013-09-04  Alan T. DeKokUse 'da' for DICT_ATTR*. "attribute' is for 'int'
2013-09-04  Alan T. DeKokSkip '&' on attribute maps. Closes #423
2013-09-04  Alan T. DeKokUpdate priority from child, too. Closes #424
2013-09-03  Arran Cudbard... Define grouptype as an enum for debugging purposes
2013-09-03  Alan T. DeKokmap may return NULL
2013-09-03  Alan T. DeKokDo a second pass over the conditions. Fixes #421
2013-09-03  Alan T. DeKokAllow for one/two-pass compilation of conditions.
2013-09-03  Alan T. DeKokAdded "walk" function to conditions
2013-09-03  Arran Cudbard... Fix ${value} expansion in backticked config pairs
2013-09-03  Arran Cudbard... Only fallback to dynamic search if no attributes exist...
2013-09-03  Arran Cudbard... and another logic bug in ldap group code
2013-09-03  Arran Cudbard... Limit to -1, 0, 1 in normal operation so we can use...
2013-09-03  Arran Cudbard... Not added to release branch
2013-09-03  Arran Cudbard... Fix broken group comparison logic
2013-09-03  Arran Cudbard... Print additional helpful group related debug
2013-09-02  Arran Cudbard... Talloced strings get freed with talloc...?
2013-09-02  Arran Cudbard... Typo
2013-09-02  Arran Cudbard... Don't forget the NULL byte when copying VALUE_PAIR...
2013-09-02  Arran Cudbard... Fix !* in update sections for non string attributes
2013-09-02  Arran Cudbard... Set SQL username properly
2013-09-01  Arran Cudbard... Remove incorrect entry for membership_attribute
2013-09-01  Arran Cudbard... unlang update sections support exec
2013-08-31  Arran Cudbard... Use destructors to do the cleanup for VALUE_PAIRs
2013-08-30  Arran Cudbard... Fix -Wsometimes-uninitialized
2013-08-30  Arran Cudbard... Record whether the server was built with NDEBUG in...
2013-08-28  Arran Cudbard... Sprinkle VERIFY_VP throughout the encoder
2013-08-27  Arran Cudbard... Correct typo. We should use foreach_depth as the reque...
2013-08-26  Alan T. DeKokCorrect logic for "elsif"
2013-08-26  Alan T. DeKokClean up debug / info messages
2013-08-26  Alan T. DeKokInitialize "found"
2013-08-26  Alan T. DeKokFix typo in debug message
2013-08-26  Alan T. DeKokFix placement of parse error in condition
2013-08-24  Arran Cudbard... Load Python with RTLD_GLOBAL to ensure symbols are...
2013-08-24  Arran Cudbard... Move the stringify macros to build.h
2013-08-24  Alan T. DeKokRemove extraneous assertion. Closes #414.
2013-08-24  Alan T. DeKokIf there's no packet, don't add module_failure_msg...
2013-08-23  Alan T. DeKokDon't set home server to NULL. It's needed for other...
2013-08-23  Alan T. DeKokFix a typo
2013-08-23  Alan T. DeKokWhoops... handle MOD_CASE, too
2013-08-23  Alan T. DeKokRewrite the modcall MOD_* handlers. Updates #404.
2013-08-20  Alan T. DeKokClean up "close socket" routines.
2013-08-20  Arran Cudbard... Port new logging macros to release branch
2013-08-20  Arran Cudbard... don't segv printing interfaceid
next