New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Added checks for libpcre Alan T. DeKok@2014-09-02T23:42:05Z Files modified: * configure * configure.ac * src/include/autoconf.h.in Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/6a99522c458869daeeb70... ====== Allow SQL to add clients to virtual servers Alan T. DeKok@2014-09-02T23:16:12Z Files modified: * src/main/client.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/e9e2be0d3602d85dda6a0... ====== Fix use of talloc buffers Alan T. DeKok@2014-09-02T20:17:31Z Files modified: * src/modules/rlm_unix/rlm_unix.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/cee69ff6f69447362b444... ====== Use ralloc'd memory for getgrnam_r(). Closes #776 Alan T. DeKok@2014-09-02T18:06:27Z Files modified: * src/modules/rlm_unix/rlm_unix.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/5a63d34e0226e171d0c58... ====== Use new fr_getgid() function. Addresses #776 Alan T. DeKok@2014-09-02T18:06:26Z Files modified: * src/main/command.c * src/modules/rlm_detail/rlm_detail.c * src/modules/rlm_linelog/rlm_linelog.c * src/modules/rlm_opendirectory/rlm_opendirectory.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/8e6846981a645061089f5... ====== Add and expose fr_getgid(). Addresses #776 The current users of getgwnam() don't need the entire group structure. They just need the gid. So we create a function which returns that. Alan T. DeKok@2014-09-02T18:06:25Z Files modified: * src/include/radiusd.h * src/main/util.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/7b7386e769c42f47bb4b6... ====== Use getpwnam_r() and getgrnam_r() if available. Closes #775. If the user is building threaded on a system without those functions, too bad. It's 2014, and every sane system has those functions Alan T. DeKok@2014-09-02T15:04:59Z Files modified: * src/main/command.c * src/modules/rlm_detail/rlm_detail.c * src/modules/rlm_linelog/rlm_linelog.c * src/modules/rlm_opendirectory/rlm_opendirectory.c * src/modules/rlm_unix/rlm_unix.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/cfdfd25ab27cefd829e1f... ====== Add autoconf checks for getpwnam_r and getgrnam_r. Right now, only the checks are included. The functions aren't used at all. Alan T. DeKok@2014-09-02T15:02:12Z Files modified: * configure * configure.ac * src/include/autoconf.h.in Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/a6801355a1fea7f358960... ====== -- This commit summary was generated @2014-09-03T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).