New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== read_dict returns -2 if the dictionary doesn't exist Arran Cudbard-Bell@2014-01-28T23:57:22Z Files modified: * src/main/radclient.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/3c980194cb7616b158b7d... ====== Remove all the async gdb test crap, it's not needed now we have PANIC_ACTION Arran Cudbard-Bell@2014-01-28T23:57:17Z Files modified: * src/tests/Makefile * src/tests/runtests.sh Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/4db9d902b94adff33af53... ====== Use the test dictionaries... Arran Cudbard-Bell@2014-01-28T22:57:25Z Files modified: * src/tests/runtests.sh Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/a2d72127217d5e5fb7fa2... ====== Output radclient.log so we can tell *why* running radclient failed... Arran Cudbard-Bell@2014-01-28T22:39:19Z Files modified: * src/tests/runtests.sh Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/d7783b895f763ac7efe77... ====== Fix radclient dictionary path in runtest.sh Arran Cudbard-Bell@2014-01-28T21:57:42Z Files modified: * src/tests/runtests.sh Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/04e84a41454b3f6d6486a... ====== Add PANIC_ACTION to .travis.yml Arran Cudbard-Bell@2014-01-28T21:33:04Z Files modified: * .travis.yml Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/0f5c4340c74a27b7ada1d... ====== Cleanup radiusd usage() Arran Cudbard-Bell@2014-01-28T20:52:23Z Files modified: * src/main/radiusd.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/6739a20deb561eab23536... ====== Add -D option to radclient to specify path to main dictionaries Arran Cudbard-Bell@2014-01-28T20:52:23Z Files modified: * man/man1/radclient.1 * src/main/radclient.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/fdc7174cf5d16ced33f97... ====== Remove references to dictionary.local Alan T. DeKok@2014-01-28T20:45:55Z Files modified: * raddb/dictionary Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/816af19bd037307582792... ====== Don't mangle the packet list while we're walking over it. Instead, mark the request as done. Then, because the requests are parented to the listener... they'll get free'd when the listener is free'd. We should probably change this so that the packet list takes a free function. Then, when we delete an entry from the list, the request is automatically marked as free. Alan T. DeKok@2014-01-28T20:39:30Z Files modified: * src/main/process.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/ac925714225b4b8b83604... ====== Include ctype Arran Cudbard-Bell@2014-01-28T19:48:25Z Files modified: * src/modules/rlm_date/rlm_date.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/58e77ba0ed219838038d5... ====== Correct lisp Arran Cudbard-Bell@2014-01-28T16:50:31Z Files modified: * raddb/mods-available/ldap Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/a39d358252a8051a8dbc1... ====== Update ChangeLog Arran Cudbard-Bell@2014-01-28T15:58:14Z Files modified: * doc/ChangeLog Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/3a5d135777ea484ed35fd... ====== Don't use IP_SENDSRCADDR (in sendfromto) if on FreeBSD and the socket were using is bound to a specific IP FreeBSD is extra pedantic about the use of IP_SENDSRCADDR, and sendmsg will fail with EINVAL if IP_SENDSRCADDR is used with a socket which is bound to something other than INADDR_ANY. Arran Cudbard-Bell@2014-01-28T15:54:42Z Files modified: * src/lib/udpfromto.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/a8a3979f5976c3ea95583... ====== Ensure that the server can run from the installation directory Alan T. DeKok@2014-01-28T15:05:20Z Files modified: * Makefile Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/007da556c998af21e25bd... ====== Don't overwrite dictionary value set from command line Arran Cudbard-Bell@2014-01-28T00:02:37Z Files modified: * src/main/mainconfig.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/74a5c8b70a26b89ca1013... ====== -- This commit summary was generated @2014-01-29T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).