Jumbo fix to quiet compiler warnings by adding (int) cast to
[freeradius.git] / src / main / exec.c
2002-06-21 cparker Jumbo fix to quiet compiler warnings by adding (int...
2002-06-11 aland Corrected typo in last commit
2002-06-11 aland Don't assert things are working, check for error codes.
2002-05-28 aland Added note on when/where we should translate and split the
2002-05-23 aland Make it work right
2002-05-22 aland Enable new code to handle forking child programs,...
2002-03-11 aland Bump up the number of fd's we close
2001-03-19 aland Corrected functionality of Exec-Program-Wait, as the...
2001-03-14 aland Implemented callbacks for escape function.
2001-03-14 aland Renamed radius_xlat2 to radius_xlat, as the old radius...
2001-03-05 cmiller Code "cleanups." I confess that I sometimes went...
2000-12-27 cmiller Added or cleaned up copyright and license info. Cross...
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