Clean up loopback / inaddr_any checks
[freeradius.git] / src / main / session.c
2010-05-31 Alan T. DeKokMiracle of miracles... it seems to work
2008-06-05 aland Compile-time options to remove session management...
2007-11-23 aland More changes to make a common naming scheme. This...
2007-10-29 aland More checks for functions on unsupported platforms
2007-08-15 aland Set stopreq->listener
2007-08-13 aland Pulled fix from branch_1_1
2007-06-29 aland Removed unused variable
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-05-15 aland Free "fake" on error.
2007-05-15 aland Free "fake" on parse error.
2007-04-17 aland More replace vp->lvalue with vp->vp_*
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2007-02-13 aland replace strNcpy strlcpy -- `cat file_list`
2007-02-09 aland cleaned up the exec stuff again, and moved the "wait for
2007-02-09 aland Cleaned up exec stuff, to make it more like the CVS...
2007-01-26 aland use fork() where we don't need to wait.
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-09 fcusackimport from HEAD:
2006-03-29 fcusackimport from HEAD:
2006-03-24 aland Port closefrom() patches from the head
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-11 aland Include files used to build the server are now <freera...
2005-09-16 aland Use closefrom(), which is guaranteed to close all...
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-08-26 aland Use per-system max fd to close, rather than hard-coded...
2005-07-30 nbk Add a comment about the return values of the function...
2005-07-18 aland Move RADCLIENT* in mainconfig to rbtree's. This means...
2005-04-23 aland cl->nastype may now be NULL
2005-04-19 aland Massive change to add foundational support for IPv6.
2005-03-17 phampsonAllow checkrad to be called successfully with ports...
2005-02-15 kkalevChange session_zap to include a session_time argument.
2003-08-25 phampsonPull from branch_0_9: Widen call{ed,ing}stationid from...
2003-07-23 aland request_alloc() and request_alloc_fake(), to allocate...
2003-06-20 phampsonMake NAS port unsigned
2003-03-18 aland Change use of NAS_PORT_ID for integer attribute to...
2003-03-18 aland More debugging messages when calling checkrad, so...
2002-12-03 aland Deleted unnecessary code.
2002-11-27 aland If no child is available, then keep looping.
2002-10-18 aland Deleted unused functions.
2002-10-15 aland Removed all knowledge of the pre-processor define...
2002-10-15 aland Made the call to checkrad use the new thread-safe...
2002-05-13 aland Change includes to stop compiler warnings
2002-04-29 aland Do NOT call rad_process() from a child thread to zap...
2002-03-11 aland Bump up the number of fd's we close
2002-02-21 aland Don't use a global 'acctfd'
2002-01-31 aland Changed Simultaneous-Use check behavior to trust conte...
2001-08-15 aland Give functions a return code, even if the last thing...
2001-03-14 pacmanJust another round of "quiet the gcc warnings"
2001-03-05 cmiller Code "cleanups." I confess that I sometimes went...
2001-01-15 pacmanMoved all radutmp functionality from radiusd into rlm_r...
2000-12-27 cmiller Added or cleaned up copyright and license info. Cross...
2000-11-20 aland made pairfree() take a VALUE_PAIR**, not a VALUE_PAIR...
2000-10-19 pacmanThis is the bigger part of the modular session framewor...