GIT Log for 2009-09-27 23:33 GMT
aland
aland at deployingradius.com
Mon Sep 28 01:33:01 CEST 2009
commit 1fef8c64bf31668808bb9c2a67c480d9d0a7f2d6
Author: Alan T. DeKok <aland at freeradius.org>
Date: Sun Sep 27 19:45:20 2009 +0200
Assign variable before using it
Files changed:
src/main/event.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
======================================================================
commit 2db0b3fe16a9d460efc63cf76e38584419dcdfe0
Author: Alan T. DeKok <aland at freeradius.org>
Date: Sun Sep 27 18:28:17 2009 +0200
Use new API
Files changed:
src/main/radclient.c | 12 ++++++++----
src/modules/frs_status/frs_status.c | 4 +---
2 files changed, 9 insertions(+), 7 deletions(-)
======================================================================
commit 81f6cad3846b61227fd4c5f92959306a8b7e140c
Author: Alan T. DeKok <aland at freeradius.org>
Date: Sun Sep 27 18:23:18 2009 +0200
Include proto in API, no matter what build options
It's too hardware to have proto as a compile-time option
for the API. Instead, we add it everywhere. This slows down the
UDP-only case, but ensures that we can distinguish between a
home server of (ip,port) udp, and a home server of the same (ip,port)
and tcp
Files changed:
src/include/packet.h | 4 +-
src/include/radiusd.h | 9 ++-----
src/include/realms.h | 2 -
src/include/smodule.h | 2 +-
src/lib/packet.c | 38 ++++++++++++++++++++-------------
src/main/client.c | 16 ++-----------
src/main/event.c | 19 +++++++++++-----
src/main/listen.c | 18 +++------------
src/main/realms.c | 2 +-
src/modules/frs_control/frs_control.c | 9 +-------
10 files changed, 51 insertions(+), 68 deletions(-)
======================================================================
More information about the Freeradius-Devel
mailing list