Enable building WITHOUT_ACCOUNTING
[freeradius.git] / src / modules / rlm_radutmp / rlm_radutmp.c
2010-09-29 Alan T. DeKokEnable building WITHOUT_ACCOUNTING
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2009-05-08 Alan T. DeKokFix issues found by LLVM checker.
2008-10-15 Alan T. DeKokInitialize nas_address to INADDR_NONE
2008-01-06 nbk Fix some compiler warnings.
2007-12-10 aland Now that we have request->client, we don't need client...
2007-11-13 aland marked more modules HUP-safe
2007-11-12 aland Mark more modules safe for -C
2007-08-13 aland Pulled fix from branch_1_1
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-14 nbk Delete trailing whitespace.
2007-04-17 aland Rename vp->lvalue to vp->vp_*, as appropriate.
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-07 aland Complain if we get an error reading the radutmp file.
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-14 aland Removed all free(inst->foo) where "foo" comes from...
2007-02-13 aland replace strncpy strlcpy `cat filelist`
2007-02-13 aland replace strNcpy strlcpy -- `cat file_list`
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-09-01 aland s/->strvalue/->vp_strvalue/g
2005-08-17 aland Re-arrange entries in the module_t structure, and...
2005-07-30 nbk Don't zap the session if the function rad_check_ts...
2005-07-18 aland Move RADCLIENT* in mainconfig to rbtree's. This means...
2005-04-23 aland cl->shortname may now be NULL
2005-04-19 aland Massive change to add foundational support for IPv6.
2005-04-08 aland 'static' to 'static const'
2005-02-15 kkalevChange session_zap to include a session_time argument.
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-01-05 aland When we have a stop record, don't compare it to unused...
2003-09-01 phampsonFix redundant check for uint32_t >= 0.
2003-08-25 phampsonPull from branch_0_9: Widen call{ed,ing}stationid from...
2003-08-06 aland Updated for new prototype of session_zap
2003-07-11 aland patch from the head
2003-07-11 aland free allocated memory
2003-07-07 aland check & memset
2003-06-20 phampsonMake NAS port unsigned
2003-03-18 aland More debug messages, more NAS_PORT_ID cleanups
2002-12-11 aland Clean ups and code re-arrangements
2002-12-05 aland Added 'case sensitive' configuration item, which shoul...
2002-08-24 aland Add more NULL's to module data structures, in preparat...
2002-05-23 aland Remove all references to nas_name(), as it's a bad...
2002-04-26 aland If rad_check_ts() returns an error, then close the...
2002-02-22 aland Use new library file lock/unlock functions
2002-02-21 aland Don't use a global 'acctfd'
2002-01-28 aland The patch below fixes a problem that Simultaneous_Use...
2001-10-15 aland Also use Calling-Station-ID to find multilink users...
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-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-02-26 miquelsPorted some fixes from the upcoming radiusd-cistron...
1999-12-07 aland merge of alpha code from Alan Curry. It doesn't build...