Removed all free(inst->foo) where "foo" comes from parsing
[freeradius.git] / src / modules / rlm_acct_unique / rlm_acct_unique.c
2007-02-14 aland Removed all free(inst->foo) where "foo" comes from...
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-08-22 aland Remove more unused, and unnecesary functions
2005-08-17 aland Re-arrange entries in the module_t structure, and...
2005-04-27 aland Remove libradius.h from the top of the standard header...
2005-04-08 aland 'static' to 'static const'
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2003-09-11 phampsonCorrect GPL boilerplate in files which had it wrong...
2002-12-03 aland Code cleanups, reformatting, free memory on errors...
2002-09-04 aland Allow the module to be listed in preacct and authorize...
2002-08-24 aland Add more NULL's to module data structures, in preparat...
2001-07-05 cmillerInserted #include to prevent compoler warning of memset()
2001-02-20 pacmanMake the 5 packet methods into an array within module_t...
2001-02-15 pacmanAdded a second mode of operation to cf_section_parse...
2001-02-07 aland Patch from Thiago Rondon <maluco@mileniumnet.com.br>
2001-02-02 aland complain if we were unable to allocate memory
2000-12-27 cmiller Added or cleaned up copyright and license info. Cross...
2000-11-20 aland added comment header with description of GPL.
2000-11-06 jcarnealJeff Carneal <jeff@apex.net>
2000-11-03 aland re-formatted the file to remove whitespace, and follow...
2000-10-19 pacmanThis is the bigger part of the modular session framewor...
2000-10-17 pacman"No previous prototype for unique_detach"
2000-10-15 jcarnealJeff Carneal <jeff@apex.net>
2000-10-14 jcarnealJeff Carneal <jeff@apex.net>
2000-10-13 jcarnealJeff Carneal <jeff@apex.net>
2000-10-13 jcarnealJeff Carneal <jeff@apex.net>
2000-10-05 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-09-13 aland updated to use radlog() instead of log(), to avoid...
2000-08-25 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
2000-07-25 aland Patched from "Alan Curry" <pacman-radius@cqc.com>:
2000-04-25 aland regularized the module return codes to RLM_MODULE_...
2000-02-25 aland massive conversion of types.
2000-02-04 aland added necessary defines for the 'pre-accounting' entry...
2000-01-20 aland Added Acct-Session-Start-Time attribute. This will...
1999-08-19 aland vp_prints now returns the number of characters it...