GIT Log for 2009-09-24 23:33 GMT

aland aland at deployingradius.com
Fri Sep 25 01:33:02 CEST 2009


commit 92ab5fef40320d1dbc3fe59db82cb20a3ec69249
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Thu Sep 24 17:37:07 2009 +0200

    Fixed compile error

Files changed:
 src/modules/rlm_mschap/rlm_mschap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

======================================================================
commit 7c638d0134c07c2481d0e7c866c1f8dd9d346048
Author: bduncan <bduncan at apple.com>
Date:   Tue Sep 22 09:24:57 2009 -0700

    64-bit fixes.

Files changed:
 src/modules/rlm_opendirectory/rlm_opendirectory.c |   34 +++++++++++++-------
 1 files changed, 22 insertions(+), 12 deletions(-)

======================================================================
commit 1a176810b6786c78ba744e1839d808cc6804788e
Author: bduncan <bduncan at apple.com>
Date:   Tue Sep 22 09:23:47 2009 -0700

    Check for NOOP from opendir.c

Files changed:
 src/modules/rlm_mschap/rlm_mschap.c |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

======================================================================
commit 215cb16a373f3cdb88a6c196c7cb53ef69b5fb4c
Author: bduncan <bduncan at apple.com>
Date:   Tue Sep 22 09:22:49 2009 -0700

    64-bit fixes and return NOOP for AD users.

Files changed:
 src/modules/rlm_mschap/opendir.c |   98 +++++++++++++++++++++----------------
 1 files changed, 56 insertions(+), 42 deletions(-)

======================================================================
commit 28d8dd3de3e4251b252a6b2846bfc4079df09c66
Author: bduncan <bduncan at apple.com>
Date:   Tue Sep 22 09:20:02 2009 -0700

    Get private key passphrase from keychain using certadmin command.

Files changed:
 .../rlm_eap/types/rlm_eap_tls/rlm_eap_tls.c        |   43 ++++++++++++++++++++
 1 files changed, 43 insertions(+), 0 deletions(-)

======================================================================
commit e04b62f1bd257489bd92ccc584b0886c7e2011e8
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Thu Sep 24 17:28:56 2009 +0200

    Jumbo patch to clean up socket handling
    
    The transport protocol code is now more merged, and the "fr_tcp_radius_t"
    structure and API are deleted.  The resulting code is simpler and smaller.
    
    Cleaned up how the listeners and even handlers deal with sockets.
    The proxy sockets are now pushed into the proxy packet list, and are
    not used in the main listener list.
    
    The proxy packet list now deals with src/dst, and not just destination.

Files changed:
 src/include/libradius.h |    4 +
 src/include/packet.h    |   12 +-
 src/include/radiusd.h   |   11 +-
 src/include/realms.h    |   11 +-
 src/include/tcp.h       |   51 +---
 src/lib/packet.c        |  412 +++++++++++--------
 src/lib/tcp.c           |   61 ++--
 src/main/event.c        | 1052 +++++++++++++++++++++++------------------------
 src/main/listen.c       |  491 +++++++++++-----------
 src/main/radclient.c    |   16 +-
 src/main/realms.c       |  194 ++-------
 11 files changed, 1103 insertions(+), 1212 deletions(-)

======================================================================
commit fa0e98d1056e22fa413078dbd8c3fe0d85532826
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Thu Sep 24 17:12:53 2009 +0200

    Changed order of code to avoid race conditions

Files changed:
 src/lib/event.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

======================================================================
commit fbdc02ad699b9bc4d410daaa54f76df7141d2f64
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Thu Sep 24 17:12:33 2009 +0200

    Ensure that cached SSL sessions have data

Files changed:
 src/modules/rlm_eap/libeap/eap_tls.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

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



More information about the Freeradius-Devel mailing list