Commit report for v3.0.x branch
The git bot
announce at freeradius.org
Wed Sep 3 00:00:01 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:41:51Z
Files modified:
* configure
* configure.ac
* src/include/autoconf.h.in
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/a64a09b48a7c57b0342c48abdc0b63cd0cef3efd
======
Allow SQL to add clients to virtual servers
Alan T. DeKok at 2014-09-02T23:15:48Z
Files modified:
* src/main/client.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/916615026aacf42f019c7ab0999a407d4a8df9e7
======
Fix use of talloc buffers
Alan T. DeKok at 2014-09-02T20:17:18Z
Files modified:
* src/modules/rlm_unix/rlm_unix.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/20138cc2e31a7bcbf3aab09acf5753340d9f8954
======
Use ralloc'd memory for getgrnam_r(). Closes #776
Alan T. DeKok at 2014-09-02T18:05:45Z
Files modified:
* src/modules/rlm_unix/rlm_unix.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/e857fa7d4f9804dd9ac57ff58764a9ee92c74713
======
Use new fr_getgid() function. Addresses #776
Alan T. DeKok at 2014-09-02T18:04:12Z
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/c85e234fdc804e0202e94cdb56a878d5478bfdab
======
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:01:33Z
Files modified:
* src/include/radiusd.h
* src/main/util.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/d61c04de07e05f2ec9356ff1b6db4f00352fc1a2
======
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:00:42Z
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/e845e017a1845b10c18f57e8f2d1ad0480b39746
======
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-02T14:28:49Z
Files modified:
* configure
* configure.ac
* src/include/autoconf.h.in
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/3de0854ed2f4582224896d1d1f21194312d1b814
======
--
This commit summary was generated @2014-09-03T00:00:01Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).
More information about the Freeradius-Devel
mailing list