* Fix a FIXME. Replace a call to rad_log() with DEBUG()
[freeradius.git] / src / main / exec.c
2000-12-17 hartwick * Fix a FIXME. Replace a call to rad_log() with DEBUG()
2000-11-20 aland updated arguments to pairfree()
2000-11-16 aland point 'buf' to the answer
2000-11-13 aland removed old 'radius_xlate' function, and replaced...
2000-11-10 aland seperated include for libradius.h from radiusd.h....
2000-10-17 pacmanQuiet many instances of "warning: passing arg N of...
2000-09-25 aland cleaning up #include files
2000-09-13 aland changed log() to radlog(). Over-loading function...
2000-07-25 aland Patched from "Alan Curry" <pacman-radius@cqc.com>:
2000-05-17 aland patch the parsing of returned attributes/commas from...
2000-04-18 aland checks for <sys/wait.h>, as recommended by the autocon...
2000-04-18 aland removed <sys/time.h> and <time.h>, to let "libradius...
2000-04-04 aland added xlat support for %{Attribute-Name}, so %u is...
2000-04-04 aland add '%U' to radius_xlat, too.
2000-03-07 aland took an idea from XTRadius. When doing an Exec-Progra...
2000-03-02 aland modified radius_xlate() to NOT use a static buffer...
1999-11-03 aland added yet one more 'const'
1999-11-03 aland added more 'const'
1999-09-28 miquels * Changed some strcpy()s over to strNcpy. It...
1999-08-16 alandInitial revision origin/aland