Automatic report from sources (radiusd) between 01.09.2006 - 02.09.2006 GMT
CVS log entries from 01.09.2006 (Fri) 08:00:01 - 02.09.2006 (Sat) 08:00:00 GMT ===================================================== Summary by authors ===================================================== Author: aland File: radiusd/src/main/modules.c; Revisions: 1.108, 1.107 File: radiusd/src/main/conffile.c; Revisions: 1.136 Author: nbk File: radiusd/redhat/freeradius.spec; Revisions: 1.21 Author: pnixon File: radiusd/raddb/Makefile; Revisions: 1.13 ===================================================== Log entries ===================================================== Description: It might be a good idea to actually INSTALL the new sql directory I created last night. Modified files: File: radiusd/raddb/Makefile; Revision: 1.13; Date: 2006/09/01 22:55:52; Author: pnixon; Lines: (+6 -1) ------------------------------- Description: If the Makefile installs into /usr/share/doc/freeradius-%{version}, and the %doc directives use relative [to build dir] paths, the Makefile-installed docs are removed. This is a quirk of rpm %doc behavior. In order to preserve the Makefile-installed docs, we have to install docs in the %install section rather than use %doc in the %files section. Modified files: File: radiusd/redhat/freeradius.spec; Revision: 1.21; Date: 2006/09/01 20:02:36; Author: nbk; Lines: (+16 -7) ------------------------------- Description: cf_section_read() is called from two places: 1: recursively for a new section 2: recursively for $INCLUDE In the second case, the things read from $INCLUDE must go into the current section... hence some pretty bad hacks to get that to work. It was always broken... but the recent changes to sql/sql*.conf highlighted it Modified files: File: radiusd/src/main/conffile.c; Revision: 1.136; Date: 2006/09/01 22:28:39; Author: aland; Lines: (+43 -21) ------------------------------- Description: All components and indices for module calling are now in a hash table, which means that we can put it into 'struct mainconfig', and handle HUP's better! Modified files: File: radiusd/src/main/modules.c; Revision: 1.108; Date: 2006/09/01 23:05:22; Author: aland; Lines: (+29 -39) ------------------------------- Description: Move the module lists to hash tables, which are simpler, and should help with later fixes Modified files: File: radiusd/src/main/modules.c; Revision: 1.107; Date: 2006/09/01 22:48:35; Author: aland; Lines: (+68 -51) ===================================================== Summary of modified files ===================================================== File: radiusd/raddb/Makefile Revisions: 1.13 Authors: pnixon (+6 -1) ------------------------------- File: radiusd/redhat/freeradius.spec Revisions: 1.21 Authors: nbk (+16 -7) ------------------------------- File: radiusd/src/main/conffile.c Revisions: 1.136 Authors: aland (+43 -21) ------------------------------- File: radiusd/src/main/modules.c Revisions: 1.108, 1.107 Authors: aland (+29 -39), aland (+68 -51) -- Automatic cron job from /web/pages/us.freeradius.org/bin/new_makelog.pl
participants (1)
-
Automatic cvs log generator