Automatic report from sources (radiusd) between 18.06.2007 - 19.06.2007 GMT
Automatic cvs log generator
cparker at starnetusa.net
Tue Jun 19 10:03:08 CEST 2007
CVS log entries from 18.06.2007 (Mon) 08:00:00 - 19.06.2007 (Tue) 08:00:00 GMT
=====================================================
Summary by authors
=====================================================
Author: aland
File: radiusd/src/modules/rlm_ldap/rlm_ldap.c; Revisions: 1.122.2.8.2.12
File: radiusd/src/main/xlat.c; Revisions: 1.126
File: radiusd/src/main/modules.c; Revisions: 1.131, 1.130
File: radiusd/src/tests/Makefile; Revisions: 1.3
File: radiusd/src/main/util.c; Revisions: 1.59, 1.58
File: radiusd/src/main/listen.c; Revisions: 1.83, 1.82
File: radiusd/src/main/client.c; Revisions: 1.62
File: radiusd/src/include/radiusd.h; Revisions: 1.235
File: radiusd/src/modules/rlm_exec/rlm_exec.c; Revisions: 1.27
File: radiusd/src/main/event.c; Revisions: 1.43, 1.42, 1.41
=====================================================
Combined list of identical log entries
=====================================================
Description:
Added "identity" field to the REQUEST struct. It should really
be a struct itself, and be used as the basis for everything else
in the server.
Moved everything to use "request->identity" rather than
request->listener->identity
Added the ability for global clients to set identity, too. In
which case it's used so long as the socket didn't set an
identity. This means you can have one socket, and *still*
run completely different "virtual" servers, depending on the
client.
We still need to add a "register identity" function, so that
simply referring to an identity from a client will cause it to
be loaded. Right now, you still have to specify a separate
socket
Modified files:
File: radiusd/src/include/radiusd.h; Revision: 1.235;
Date: 2007/06/19 02:10:14; Author: aland; Lines: (+5 -2)
File: radiusd/src/main/client.c; Revision: 1.62;
Date: 2007/06/19 02:10:15; Author: aland; Lines: (+18 -2)
File: radiusd/src/main/event.c; Revision: 1.43;
Date: 2007/06/19 02:10:14; Author: aland; Lines: (+15 -6)
File: radiusd/src/main/modules.c; Revision: 1.131;
Date: 2007/06/19 02:10:14; Author: aland; Lines: (+10 -10)
File: radiusd/src/main/util.c; Revision: 1.59;
Date: 2007/06/19 02:10:14; Author: aland; Lines: (+5 -3)
=====================================================
Log entries
=====================================================
Description:
when we receive a conflicting packet, FIRST check if the two
packets were received within a second of each other. If so,
delete the NEW one, as the client is severely broken.
When processing a conflicting packet, delete the request from
the request hash ALWAYS.
Modified files:
File: radiusd/src/main/event.c; Revision: 1.42;
Date: 2007/06/18 09:32:43; Author: aland; Lines: (+42 -9)
-------------------------------
Description:
Call detail_send even if there's no reply. It's necessary to
re-send the packet
Modified files:
File: radiusd/src/main/event.c; Revision: 1.41;
Date: 2007/06/18 09:17:05; Author: aland; Lines: (+8 -3)
-------------------------------
Description:
Print out which listeners are using what identity
Modified files:
File: radiusd/src/main/listen.c; Revision: 1.83;
Date: 2007/06/19 01:49:57; Author: aland; Lines: (+17 -6)
-------------------------------
Description:
Cleaned up detail file reader. It should now be much more
stable
Modified files:
File: radiusd/src/main/listen.c; Revision: 1.82;
Date: 2007/06/18 09:17:38; Author: aland; Lines: (+144 -147)
-------------------------------
Description:
Added missing ':' to error messages
Moved 'create DICT_VALUEs for Auth-Type, etc.' to
load_byspace(), where they belong
Modified files:
File: radiusd/src/main/modules.c; Revision: 1.130;
Date: 2007/06/19 01:42:57; Author: aland; Lines: (+112 -137)
-------------------------------
Description:
Add listener to fake requests, too
Modified files:
File: radiusd/src/main/util.c; Revision: 1.58;
Date: 2007/06/18 11:51:47; Author: aland; Lines: (+10 -2)
-------------------------------
Description:
Add missing "break" for ':'
Modified files:
File: radiusd/src/main/xlat.c; Revision: 1.126;
Date: 2007/06/18 12:14:42; Author: aland; Lines: (+4 -2)
-------------------------------
Description:
Strip embedded LF's and CR's
Modified files:
File: radiusd/src/modules/rlm_exec/rlm_exec.c; Revision: 1.27;
Date: 2007/06/18 12:13:20; Author: aland; Lines: (+7 -2)
-------------------------------
Description:
Print RADIUS attributes in normal form
Modified files:
File: radiusd/src/modules/rlm_ldap/rlm_ldap.c; Revision: 1.122.2.8.2.12;
Date: 2007/06/18 09:00:27; Author: aland; Lines: (+10 -3)
-------------------------------
Description:
Templates for EAP TLS tests, assuming that eapol_test is
installed
Modified files:
File: radiusd/src/tests/Makefile; Revision: 1.3;
Date: 2007/06/19 02:13:39; Author: aland; Lines: (+9 -2)
=====================================================
Summary of modified files
=====================================================
File: radiusd/src/include/radiusd.h
Revisions: 1.235
Authors: aland (+5 -2)
-------------------------------
File: radiusd/src/main/client.c
Revisions: 1.62
Authors: aland (+18 -2)
-------------------------------
File: radiusd/src/main/event.c
Revisions: 1.43, 1.42, 1.41
Authors: aland (+15 -6), aland (+42 -9), aland (+8 -3)
-------------------------------
File: radiusd/src/main/listen.c
Revisions: 1.83, 1.82
Authors: aland (+17 -6), aland (+144 -147)
-------------------------------
File: radiusd/src/main/modules.c
Revisions: 1.131, 1.130
Authors: aland (+10 -10), aland (+112 -137)
-------------------------------
File: radiusd/src/main/util.c
Revisions: 1.59, 1.58
Authors: aland (+5 -3), aland (+10 -2)
-------------------------------
File: radiusd/src/main/xlat.c
Revisions: 1.126
Authors: aland (+4 -2)
-------------------------------
File: radiusd/src/modules/rlm_exec/rlm_exec.c
Revisions: 1.27
Authors: aland (+7 -2)
-------------------------------
File: radiusd/src/modules/rlm_ldap/rlm_ldap.c
Revisions: 1.122.2.8.2.12
Authors: aland (+10 -3)
-------------------------------
File: radiusd/src/tests/Makefile
Revisions: 1.3
Authors: aland (+9 -2)
--
Automatic cron job from /web/pages/us.freeradius.org/bin/new_makelog.pl
More information about the Freeradius-Devel
mailing list