Commit report for master branch
The git bot
announce at freeradius.org
Wed Sep 3 00:00:02 CEST 2014
New activity for FreeRADIUS (the high performance and highly configurable RADIUS server)
======
Added checks for libpcre
Alan T. DeKok at 2014-09-02T23:42:05Z
Files modified:
* configure
* configure.ac
* src/include/autoconf.h.in
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/6a99522c458869daeeb70141ce043880a79fa465
======
Allow SQL to add clients to virtual servers
Alan T. DeKok at 2014-09-02T23:16:12Z
Files modified:
* src/main/client.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/e9e2be0d3602d85dda6a0233a5639dc59a3f2aa7
======
Fix use of talloc buffers
Alan T. DeKok at 2014-09-02T20:17:31Z
Files modified:
* src/modules/rlm_unix/rlm_unix.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/cee69ff6f69447362b444bf4a8b23b44da7bcd1d
======
Use ralloc'd memory for getgrnam_r(). Closes #776
Alan T. DeKok at 2014-09-02T18:06:27Z
Files modified:
* src/modules/rlm_unix/rlm_unix.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/5a63d34e0226e171d0c58e8224bf3197603b502f
======
Use new fr_getgid() function. Addresses #776
Alan T. DeKok at 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/8e6846981a645061089f5daa398d0deeaaa968d1
======
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 at 2014-09-02T18:06:25Z
Files modified:
* src/include/radiusd.h
* src/main/util.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/7b7386e769c42f47bb4b6f701daaf6716bf4dd9c
======
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 at 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/cfdfd25ab27cefd829e1feb8b38917424d260682
======
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 at 2014-09-02T15:02:12Z
Files modified:
* configure
* configure.ac
* src/include/autoconf.h.in
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/a6801355a1fea7f3589608acd48b18097b3be82d
======
--
This commit summary was generated @2014-09-03T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).
More information about the Freeradius-Devel
mailing list