import from HEAD
[freeradius.git] / src / modules / rlm_detail / rlm_detail.c
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-08-15 aland Now that we have Cleartext-Password and Password-With...
2006-07-07 aland Add "log_packet_header" config, which will log src...
2006-07-05 aland Update for new hash table
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-30 aland Make hash table have comparison callback, it's needed.
2006-05-09 fcusackimport from HEAD:
2006-04-19 aland Port "suppress" attribute printing from the head
2006-04-19 aland Add configurable suppression of attribute printing
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-08-17 aland Catch the case where someone deletes a directory that...
2005-05-13 nbk Use the new locking algorithm from Alan and Miquel.
2005-04-27 aland Remove libradius.h from the top of the standard header...
2005-04-19 aland Massive change to add foundational support for IPv6.
2005-04-08 aland 'static' to 'static const'
2005-03-14 aland Make the header for the detail file configurable.
2005-03-03 aland close outfd outside of the loop, not while we're tryin...
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-01-12 aland Print timestamp as an unsigned long, which works a...
2004-01-12 aland FCNTL locks work across processes. For threads, we...
2003-12-19 aland Patch to change ctime_r to CTIME_R, which is now a...
2003-11-20 aland Don't loop forever
2003-09-11 phampsonCorrect GPL boilerplate in files which had it wrong...
2003-08-25 phampsonPull from branch_0_9: Widen call{ed,ing}stationid from...
2003-08-11 aland Added pre/post-proxy sections to detail module
2003-07-07 aland die if failed allocating memory.
2003-04-01 kkalevRun in authorize and postauth sections also
2002-08-24 aland Add more NULL's to module data structures, in preparat...
2002-07-08 aland Finalize the radrelay additions, based on Cistron...
2002-02-01 aland Moved the server to using ctime_r, instead of ctime...
2001-11-07 aland Print out the proper verified message.
2001-03-14 aland Renamed radius_xlat2 to radius_xlat, as the old radius...
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 hartwick * Replace the call to malloc() with a call to rad_mall...
2000-12-28 hartwick * Minor formatting change
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-13 aland removed extraneous 'VALUE_PAIR *reply' from radius_xla...
2000-11-10 jcarnealBugfix. Was creating 'detail' as directory.
2000-11-09 aland moved rad_mkdir() to main/util.c, where other modules...
2000-11-08 jcarnealJeff Carneal <jeff@apex.net>
2000-11-07 hartwick * Update some of the error messages to start with...
2000-11-06 aland removed un-necessary 'filename' variable.
2000-11-03 aland removed un-needed 'init' routine
2000-10-29 hartwick * Add a call to stat() to check for the existance...
2000-10-29 hartwick * Correct a bug introduced in 1.7. The wrong buffer was
2000-10-26 aland bug fix from Adrian Pavlykevych <pam@polynet.lviv.ua>
2000-10-24 aland moved code around a bit, so there's only 1 call to...
2000-10-19 pacmanThis is the bigger part of the modular session framewor...
2000-10-19 hartwick Remove the hardcoded permissions for the directories...
2000-10-18 aland clean up un-needed include files.
2000-10-18 hartwick Replace strchr() with strrchr()
2000-10-18 aland minor changes to posix-ise it, and use sizeof()
2000-10-18 hartwick Seperate the detail file generation from rlm_files.