Massively cleaned up #include's, so they're in a consistent
[freeradius.git] / src / main / acct.c
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-04-03 aland Massive change to the server core to remove horrid...
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-03-05 aland Catch a corner case where use of Exec-Program and...
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
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-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-10-31 nbk Always use a "switch" statement after calling the...
2005-10-29 nbk Print a debug message with the name of the stanza...
2005-10-23 nbk Check the return value of accounting modules and don...
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-08-11 nbk Delete deprecated attributes 'Exec-Program' and 'Exec...
2005-07-11 nbk It's 'realm->acct_ipaddr' instead of 'realm->ipaddr'.
2005-07-10 nbk Allow to cancel proxy of accounting with Proxy-To...
2005-04-27 aland Don't include libradius.h right after autoconf.h,...
2004-12-29 phampsonAdd an option to rlm_exec to control whether shell...
2004-04-14 aland Moved acct_unique to preacct, as it's *not* a "log...
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2003-04-10 aland Made names of Auth-Type, etc. more consistent across the
2003-01-29 aland Last stage of getting rlm_exec to work in multiple...
2003-01-24 aland Made exec program return the VP's which were parsed...
2003-01-23 aland Modified the 'exec program' functionality to be thread...
2003-01-14 kkalevAdd support for Acct-Type,Session-Type and PostAuth...
2001-08-27 aland Final patches to get Exec-Program to work, too.
2001-08-16 aland Run Exec-Program, or Exec-Program-Wait when we first...
2001-08-02 aland On accounting, if NO proxy packet, do preacct, acct...
2001-07-05 cparker Patch to correct the behaviour of proxy-acct packets...
2001-03-05 cmiller Code "cleanups." I confess that I sometimes went...
2001-02-20 pacmanGet rid of references to my old address
2001-01-24 miquels* Corrected spelling of my name in several .c files
2001-01-15 pacmanMoved all radutmp functionality from radiusd into rlm_r...
2000-12-30 aland Corrected my email address to aland@ox.org
2000-12-27 cmiller Added or cleaned up copyright and license info. Cross...
2000-11-13 aland deleted unneeded 'fixme', and cleaned up comments
2000-11-10 aland seperated include for libradius.h from radiusd.h....
2000-10-05 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-10-02 aland Create the request->reply data structure as soon as...
2000-09-25 aland updated rcsid, instead of sccs_id
2000-09-25 aland cleaning up #include files
2000-04-25 aland regularized the module return codes to RLM_MODULE_...
2000-04-18 aland removed <sys/time.h> and <time.h>, to let "libradius...
2000-02-05 aland added functionality for Proxy-To-Realm and Replicate...
1999-12-22 aland renamed radrespond() to rad_process, and created new...
1999-09-22 alandmain/util.c build_reply: packet->reply = rp
1999-09-21 alandinclude/libradius.h RADIUS_PACKET now has a sockfd...
1999-08-16 alandInitial revision origin/aland