GIT Log for 2009-06-16 23:33 GMT

aland aland at deployingradius.com
Wed Jun 17 01:33:01 CEST 2009


commit 86e6a1cba83015ccdf2c4236227e460a3f9e814f
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Tue Jun 16 16:39:57 2009 +0200

    Removed requirement for DHCP to have clients

Files changed:
 raddb/sites-available/dhcp      |   21 ------------
 src/main/listen.c               |   11 ++++--
 src/modules/frs_dhcp/frs_dhcp.c |   69 +++++++++++++++++++++++++++++++++------
 3 files changed, 66 insertions(+), 35 deletions(-)

======================================================================
commit 53ef0b2ddcb3e888bca120f62560305524582028
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Tue Jun 16 16:38:02 2009 +0200

    Added udpfromto support for sending, too

Files changed:
 src/modules/frs_dhcp/dhcp.c |   20 +++++++++++++-------
 1 files changed, 13 insertions(+), 7 deletions(-)

======================================================================
commit 4932587583ff6c085a373c55b0bdf5dd028da655
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Tue Jun 16 15:55:08 2009 +0200

    Added the ability to selectively mark a module as alive/dead
    
    This is useful for when you KNOW that a server is down for a long
    time, but you don't want to edit your configuration.

Files changed:
 src/include/modpriv.h                 |    1 +
 src/main/modcall.c                    |    8 +++++++
 src/modules/frs_control/frs_control.c |   38 +++++++++++++++++++++++++++++++++
 3 files changed, 47 insertions(+), 0 deletions(-)

======================================================================
commit 240d07c2c9fb8d7d196e2dbb59f33dbea91ce713
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Tue Jun 16 14:52:40 2009 +0200

    Option to suppress packet contents

Files changed:
 src/main/radsniff.c |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

======================================================================
commit e30c2b8d5e17fb967ed888cefdd117dcd5926db7
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Tue Jun 16 14:22:47 2009 +0200

    Make radsniff more useful.
    
    It now prints out LESS information, like the RADIUS filters && secret.
    That information can be printed out using '-X' (should be -x)
    
    Fixed pointer type for IP, to catch alignment issues.
    	use data + size, NOT ethernet + size
    
    Cleaned up output so it's easier to read, and includes timestamps.
    
    Added packet tree for filters.  IF there's a filter, AND it matches
    a request packet, THEN also print out the reply packet for that request

Files changed:
 src/main/radsniff.c |  179 +++++++++++++++++++++++++++++----------------------
 1 files changed, 103 insertions(+), 76 deletions(-)

======================================================================



More information about the Freeradius-Devel mailing list