Enable building WITHOUT_ACCOUNTING
[freeradius.git] / src / modules / rlm_detail / rlm_detail.c
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.