Automatic report from sources (radiusd) between 14.06.2006 - 15.06.2006 GMT

Automatic cvs log generator cparker at uslec.com
Thu Jun 15 10:05:25 CEST 2006


CVS log entries from 14.06.2006 (Wed) 08:00:02 - 15.06.2006 (Thu) 08:00:03 GMT
=====================================================
Summary by authors
=====================================================
Author: aland
	File: radiusd/doc/configurable_failover; Revisions: 1.10
	File: radiusd/doc/load-balance.txt; Revisions: 1.5
	File: radiusd/src/main/modcall.c; Revisions: 1.51, 1.50, 1.49

Author: pnixon
	File: radiusd/raddb/users; Revisions: 1.13

=====================================================
Combined list of identical log entries
=====================================================
Description:
	Document "if", "else", and "elsif" in modules sections.
Modified files:
	File: radiusd/doc/configurable_failover; Revision: 1.10;
	Date: 2006/06/14 23:31:30; Author: aland; Lines: (+120 -8)
	File: radiusd/doc/load-balance.txt; Revision: 1.5;
	Date: 2006/06/14 23:31:30; Author: aland; Lines: (+55 -2)
=====================================================
Log entries
=====================================================
Description:
Shell-User should be Administrative-User these days
Modified files:
	File: radiusd/raddb/users; Revision: 1.13;
	Date: 2006/06/14 15:16:39; Author: pnixon; Lines:  (+1 -1)
-------------------------------
Description:
	else and elsif can't be used in load-balance sections, as we
	would pick the "else" without the "if"..
Modified files:
	File: radiusd/src/main/modcall.c; Revision: 1.51;
	Date: 2006/06/14 23:30:58; Author: aland; Lines:  (+19 -1)
-------------------------------
Description:
	Bump the stack max to 32
Modified files:
	File: radiusd/src/main/modcall.c; Revision: 1.50;
	Date: 2006/06/14 22:12:07; Author: aland; Lines:  (+2 -2)
-------------------------------
Description:
	Indent lines in debug mode after "modcall:", so we can see what's
	going on.

	Add lineno to modcallable struct, it may be useful later.

	Add group name to dump_tree stuff.

	Add support for "if", "elsif", and "else" to modules!
	We can now do things like:

		users
		if notfound {
			ldap
		}
		elsif updated {
			foo
		}
		else {
			eap
		}

	This allows multiple branches in the module calling code, where
	previously it allowed only "next module", or "return".
Modified files:
	File: radiusd/src/main/modcall.c; Revision: 1.49;
	Date: 2006/06/14 17:40:54; Author: aland; Lines:  (+227 -33)
=====================================================
Summary of modified files
=====================================================
File: radiusd/doc/configurable_failover
Revisions: 1.10
Authors: aland (+120 -8)
-------------------------------
File: radiusd/doc/load-balance.txt
Revisions: 1.5
Authors: aland (+55 -2)
-------------------------------
File: radiusd/raddb/users
Revisions: 1.13
Authors: pnixon (+1 -1)
-------------------------------
File: radiusd/src/main/modcall.c
Revisions: 1.51, 1.50, 1.49
Authors: aland (+19 -1), aland (+2 -2), aland (+227 -33)
-- 
Automatic cron job from /web/pages/us.freeradius.org/bin/new_makelog.pl



More information about the Freeradius-Devel mailing list