New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== request->proxy_reply may be NULL Alan T. DeKok@2014-01-27T21:32:28Z Files modified: * src/modules/rlm_eap/rlm_eap.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/068c91a4a2804808944cd... ====== Hard-code the dictionary directory into the server binary. There's a command-line option if the directory is changed after installation Alan T. DeKok@2014-01-27T21:28:57Z Files modified: * src/include/build-radpaths-h.in * src/main/mainconfig.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/41e77226aee6ddd2aa8de... ====== Typo Arran Cudbard-Bell@2014-01-27T20:40:41Z Files modified: * src/modules/rlm_ldap/ldap.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/1712a7aca3d31bea8b0ac... ====== export ldap_scope Arran Cudbard-Bell@2014-01-27T20:32:22Z Files modified: * src/modules/rlm_ldap/ldap.h * src/modules/rlm_ldap/rlm_ldap.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/73efbccfac901083d7d40... ====== Output scope in 'Performing search' message Arran Cudbard-Bell@2014-01-27T20:18:20Z Files modified: * src/modules/rlm_ldap/ldap.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/8c0e28a8bcb5e473d7bbc... ====== Should be a single tab Arran Cudbard-Bell@2014-01-27T20:08:14Z Files modified: * src/main/valuepair.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/90c96de3e6239a62f07ee... ====== Fix minor typo in LDAP debug message Arran Cudbard-Bell@2014-01-27T19:55:06Z Files modified: * src/modules/rlm_ldap/groups.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/48370799fa0dc5ebd306e... ====== Strip trailing new lines from exec output Arran Cudbard-Bell@2014-01-27T19:16:43Z Files modified: * src/main/exec.c * src/tests/keywords/update-exec Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/023974a2829f3f260c38f... ====== Rewrite dattr to da Arran Cudbard-Bell@2014-01-27T18:15:40Z Files modified: * src/include/libradius.h * src/lib/dict.c * src/main/modules.c * src/modules/rlm_counter/rlm_counter.c * src/modules/rlm_sql/rlm_sql.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/b5cc0e80761b49248ea0a... ====== Sync redhat spec with master Arran Cudbard-Bell@2014-01-27T17:59:20Z Files modified: * redhat/freeradius.spec Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/8b0ee3236fc9b38dd859e... ====== Only use the panic action from the config file if ENV PANIC_ACTION is not set Arran Cudbard-Bell@2014-01-27T17:28:29Z Files modified: * src/main/radiusd.c * src/main/unittest.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/752fd88094f5109e6de54... ====== Search for multiple substitutions in panic strings Arran Cudbard-Bell@2014-01-27T17:26:07Z Files modified: * src/lib/debug.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/0a7f5a79483b737edb2ce... ====== The variadic arguments implementation on some systems really doesn't deal well with writing to va_lists further up the stack... Arran Cudbard-Bell@2014-01-27T15:30:40Z Files modified: * src/include/log.h * src/main/log.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/cfb9f1c797227eb188409... ====== Update text for recent changes Alan T. DeKok@2014-01-27T14:58:21Z Files modified: * raddb/dictionary Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/ab3b91a2e87fd9dac3465... ====== Word-smithing. Double negatives confuse people. Alan T. DeKok@2014-01-27T14:48:53Z Files modified: * raddb/radiusd.conf.in Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/98284aeaf3fed0fbfcde8... ====== We no longer need to auto-generate raddb/dictionary It shouldn't $INCLUDE the main dictionaries any more. Alan T. DeKok@2014-01-27T14:48:50Z Files modified: * configure * configure.ac * raddb/dictionary * raddb/dictionary.in Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/b91fd8cc6864d8aa586c9... ====== Set dependencies so that the tests are run in order Alan T. DeKok@2014-01-27T14:48:50Z Files modified: * src/tests/keywords/update-exec Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/0050288545c09e890a8fc... ====== Auto-load dictionary.vqp and dictionary.dhcp Conflicts: share/dictionary Alan T. DeKok@2014-01-27T14:48:50Z Files modified: * share/dictionary * src/main/modcall.c * src/main/modules.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/9386432d64f66ac916555... ====== Load the distribution dictionaries first, then raddb/dictionary This lets the server load the dictionaries by protocol, when the protocol is used. The dictionaries in raddb/ should be the "site local" ones, and should never point to the main ones. We probably should have done this years ago Alan T. DeKok@2014-01-27T14:48:50Z Files modified: * src/main/mainconfig.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/3b66c4cfef77facb0449a... ====== Check the stat cache for every dictionary we read Alan T. DeKok@2014-01-27T14:48:50Z Files modified: * src/lib/dict.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/85037ddd06b0fe75f82ab... ====== Cache files based on inode, etc. not name Alan T. DeKok@2014-01-27T14:48:50Z Files modified: * src/lib/dict.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/65740903fb8123ee541bf... ====== Don't call free() for pool alloc'd things Alan T. DeKok@2014-01-27T14:48:50Z Files modified: * src/lib/dict.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/6793db42f12ad247ffd67... ====== Allow "no overwrite" for config variables This allows variables to be set from the command line. Then, when the config files are read, they entries in the files are ignored Alan T. DeKok@2014-01-27T14:48:50Z Files modified: * src/include/conffile.h * src/main/conffile.c * src/main/mainconfig.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/8eccff18abb2a11328282... ====== Add ENV[PANIC_ACTION] support to all applications Arran Cudbard-Bell@2014-01-27T10:50:25Z Files modified: * src/main/radattr.c * src/main/radclient.c * src/main/radconf2xml.c * src/main/radiusd.c * src/main/radmin.c * src/main/radsniff.c * src/main/radwho.c * src/main/unittest.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/97c2ef8f65910a9964047... ====== -- This commit summary was generated @2014-01-28T00:00:01Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).
participants (1)
-
announceļ¼ freeradius.org