GIT Log for 2009-01-06 00:33 GMT

aland aland at deployingradius.com
Tue Jan 6 01:33:01 CET 2009


commit 885d4329748651fae019a9907ff34acd2d054a80
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Fri Nov 28 11:42:59 2008 +0100

    Limit the maximum number of queries over one SQL socket.
    
    Similar to the "lifetime" change.  If there are issues such as DB
    memory leaks per client socket, then it is a good idea to periodically
    close the client sockets.

Files changed:
 raddb/sql.conf                |    5 -----
 src/modules/rlm_sql/conf.h    |    1 -
 src/modules/rlm_sql/rlm_sql.c |    2 --
 src/modules/rlm_sql/rlm_sql.h |    1 -
 src/modules/rlm_sql/sql.c     |   13 -------------
 5 files changed, 0 insertions(+), 22 deletions(-)

======================================================================
commit e77f5126525db69cfbf04627d6e3357a0d384ecc
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Fri Nov 28 11:00:25 2008 +0100

    Add "lifetime" to SQL sockets.
    
    After "lifetime" seconds, an open connection is closed.  This can help
    address issues such as firewalls that time out open connections...

Files changed:
 raddb/sql.conf                |    7 -------
 src/modules/rlm_sql/conf.h    |    1 -
 src/modules/rlm_sql/rlm_sql.c |    2 --
 src/modules/rlm_sql/rlm_sql.h |    1 -
 src/modules/rlm_sql/sql.c     |   20 ++++----------------
 5 files changed, 4 insertions(+), 27 deletions(-)

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



More information about the Freeradius-Devel mailing list