Automatic report from sources (radiusd) between 09.01.2008 - 10.01.2008 GMT

Automatic cvs log generator cparker at starnetusa.net
Thu Jan 10 10:01:34 CET 2008


CVS log entries from 09.01.2008 (Wed) 09:00:01 - 10.01.2008 (Thu) 09:00:01 GMT
=====================================================
Summary by authors
=====================================================
Author: aland
	File: radiusd/src/modules/rlm_sqlippool/rlm_sqlippool.c; Revisions: 1.36, 1.3.2.7
	File: radiusd/src/modules/rlm_eap/types/rlm_eap_tnc/rlm_eap_tnc.c; Revisions: 1.13
	File: radiusd/src/modules/rlm_mschap/rlm_mschap.c; Revisions: 1.99
	File: radiusd/src/main/event.c; Revisions: 1.82, 1.81, 1.80
	File: radiusd/src/modules/rlm_preprocess/rlm_preprocess.c; Revisions: 1.82
	File: radiusd/src/lib/event.c; Revisions: 1.17
	File: radiusd/src/main/realms.c; Revisions: 1.43
	File: radiusd/src/main/conffile.c; Revisions: 1.197, 1.196
	File: radiusd/man/man5/unlang.5; Revisions: 1.14

=====================================================
Log entries
=====================================================
Description:
	Corrected typo in "redundant-load-balance"
Modified files:
	File: radiusd/man/man5/unlang.5; Revision: 1.14;
	Date: 2008/01/09 22:02:52; Author: aland; Lines:  (+2 -2)
-------------------------------
Description:
	Update calling pointer to be NULL, too
Modified files:
	File: radiusd/src/lib/event.c; Revision: 1.17;
	Date: 2008/01/09 14:44:13; Author: aland; Lines:  (+3 -2)
-------------------------------
Description:
	When we have attributes in the config files, AND the value
	is a bare word, AND the attr is string, AND the value is '0x',
	then make the type OCTETS, so that we can easily send opaque
	data containing embedded NUL's.

	This is a work-around for the problem that parsing a string
	does NOT return a string length.  Instead, the length is
	implicit based on \0...
Modified files:
	File: radiusd/src/main/conffile.c; Revision: 1.197;
	Date: 2008/01/09 22:37:58; Author: aland; Lines:  (+14 -4)
-------------------------------
Description:
	Comment out code that isn't used, and doesn't do anything.
Modified files:
	File: radiusd/src/main/conffile.c; Revision: 1.196;
	Date: 2008/01/09 13:24:25; Author: aland; Lines:  (+9 -4)
-------------------------------
Description:
	Audit the code for other uses of 'now' where it might not be
	updated.
Modified files:
	File: radiusd/src/main/event.c; Revision: 1.82;
	Date: 2008/01/09 15:59:26; Author: aland; Lines:  (+3 -2)
-------------------------------
Description:
	Update 'now' in the function.  This means that if the proxy id
	expiry time is in the past, we'll have the correct time.

	if we don't update "now", then it stays in the past, and
	we never notice that it's time to clean up.
Modified files:
	File: radiusd/src/main/event.c; Revision: 1.81;
	Date: 2008/01/09 15:55:57; Author: aland; Lines:  (+3 -2)
-------------------------------
Description:
	Remember the listen head in mainconfig, so it's not leaked,
	and so everyone else can access it for sanity checks.
Modified files:
	File: radiusd/src/main/event.c; Revision: 1.80;
	Date: 2008/01/09 13:29:47; Author: aland; Lines:  (+4 -2)
-------------------------------
Description:
	Free alloc'd memory
Modified files:
	File: radiusd/src/main/realms.c; Revision: 1.43;
	Date: 2008/01/09 13:39:13; Author: aland; Lines:  (+4 -2)
-------------------------------
Description:
	Ensure that EAP-TNC can only run AFTER the user has been
	authenticated.  This prevents people from using it as an
	authentication method.
Modified files:
	File: radiusd/src/modules/rlm_eap/types/rlm_eap_tnc/rlm_eap_tnc.c; Revision: 1.13;
	Date: 2008/01/09 10:34:40; Author: aland; Lines:  (+13 -2)
-------------------------------
Description:
	xlat_name = cf_section_name*() means that it's free'd BEFORE
	the module "detach" routine is called.  So we have to remember
	it ourselves, to that we can un-register the xlat
Modified files:
	File: radiusd/src/modules/rlm_mschap/rlm_mschap.c; Revision: 1.99;
	Date: 2008/01/09 13:20:56; Author: aland; Lines:  (+4 -2)
-------------------------------
Description:
	Match "hints" on DEFAULT or on matching User-Name.
Modified files:
	File: radiusd/src/modules/rlm_preprocess/rlm_preprocess.c; Revision: 1.82;
	Date: 2008/01/09 22:01:10; Author: aland; Lines:  (+5 -3)
-------------------------------
Description:
	Removed dead code
Modified files:
	File: radiusd/src/modules/rlm_sqlippool/rlm_sqlippool.c; Revision: 1.36;
	Date: 2008/01/09 14:10:46; Author: aland; Lines:  (+2 -13)
-------------------------------
Description:
	Remove dead code
Modified files:
	File: radiusd/src/modules/rlm_sqlippool/rlm_sqlippool.c; Revision: 1.3.2.7;
	Date: 2008/01/09 14:11:25; Author: aland; Lines:  (+2 -13)
=====================================================
Summary of modified files
=====================================================
File: radiusd/man/man5/unlang.5
Revisions: 1.14
Authors: aland (+2 -2)
-------------------------------
File: radiusd/src/lib/event.c
Revisions: 1.17
Authors: aland (+3 -2)
-------------------------------
File: radiusd/src/main/conffile.c
Revisions: 1.197, 1.196
Authors: aland (+14 -4), aland (+9 -4)
-------------------------------
File: radiusd/src/main/event.c
Revisions: 1.82, 1.81, 1.80
Authors: aland (+3 -2), aland (+3 -2), aland (+4 -2)
-------------------------------
File: radiusd/src/main/realms.c
Revisions: 1.43
Authors: aland (+4 -2)
-------------------------------
File: radiusd/src/modules/rlm_eap/types/rlm_eap_tnc/rlm_eap_tnc.c
Revisions: 1.13
Authors: aland (+13 -2)
-------------------------------
File: radiusd/src/modules/rlm_mschap/rlm_mschap.c
Revisions: 1.99
Authors: aland (+4 -2)
-------------------------------
File: radiusd/src/modules/rlm_preprocess/rlm_preprocess.c
Revisions: 1.82
Authors: aland (+5 -3)
-------------------------------
File: radiusd/src/modules/rlm_sqlippool/rlm_sqlippool.c
Revisions: 1.36, 1.3.2.7
Authors: aland (+2 -13), aland (+2 -13)
-- 
Automatic cron job from /web/pages/us.freeradius.org/bin/new_makelog.pl



More information about the Freeradius-Devel mailing list