Patches from "Alan Curry" <pacman-radius@cqc.com>
[freeradius.git] / src / include / radiusd.h
2000-07-27 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
2000-07-25 aland Patched from "Alan Curry" <pacman-radius@cqc.com>:
2000-06-25 aland the macro NO_SUCH_CHILD_PID should be cast to child_pi...
2000-05-11 aland added 'magic' to REQUEST structure (if we're debugging...
2000-05-05 aland added global config 'lib_dir', in preparation for...
2000-05-03 aland removed '-c' option (but '-c is ignored for politeness)
2000-05-01 aland radius_pid is 'pid_t', not 'int'
2000-04-18 aland use autoconf checks for <sys/time.h>, and <time.h...
2000-04-13 aland make rad_respond() take over all of the work of checki...
2000-04-06 aland removed un-needed parameter from 'thread_pool_init...
2000-04-05 aland remove untrusted attributes, again.
2000-04-04 aland removed last touches of parts of old (now unused)...
2000-04-04 aland clean the thread pool occasionally.
2000-04-04 aland first pass at updating the proxy code to work with...
2000-03-31 aland added 'secret' element to the REALM structure. The...
2000-03-31 aland changes for thread pools.
2000-03-02 aland moved rad_getpwnam() out of util.c (and the main radiu...
2000-03-02 aland moved the function 'auth_name' to put the output strin...
2000-03-02 aland modified radius_xlate() to NOT use a static buffer...
2000-03-01 aland removed extra debugging messages about threads
2000-02-29 aland preliminary support (with lots of extra debug messages...
2000-02-28 aland renamed the CLIENT structure to RADCLIENT, as CLIENT...
2000-02-25 aland renamed sun_signal() to reset_signal(). Added checks...
2000-02-25 aland massive conversion of types.
2000-02-05 aland added functionality for Proxy-To-Realm and Replicate...
2000-02-04 aland added necessary defines for the 'pre-accounting' entry...
2000-01-31 aland include/radiusd.h
2000-01-31 aland include/radiusd.h
2000-01-29 aland This is the first step at getting rid of passing a...
2000-01-18 aland added 'prev' entry to REQUEST structure, so that we...
2000-01-03 alandconfigure.in pthread.h and libpthread
1999-12-17 alandinclude/radiusd.h new global variables proxy_port and...
1999-12-16 aland moved auth.c to use new rad_chap_encode function
1999-12-14 aland define the request->password element, and have it...
1999-12-02 jgolovAdded trusted int to struct realm.
1999-11-24 alandinclude/radiusd.h added 'config_items' to the REQUEST...
1999-11-03 aland added yet more 'const'
1999-11-03 aland added more 'static' and 'const'
1999-11-03 aland dded more 'const'
1999-11-03 aland added a bunch of 'const'
1999-11-03 aland sanity updates to clear compiler warnings, as suggested by
1999-09-29 aland rad_getpwnam() now uses strNcopy() and sizeof(), instead
1999-09-21 alandinclude/libradius.h RADIUS_PACKET now has a sockfd...
1999-09-20 ivanfmIncluded radlog_dir - 1999-09-20 - ivanfm
1999-09-18 miquelsChange a couple of Makefile.ins to plain Makefiles
1999-08-25 miquels*** empty log message ***
1999-08-18 aland moved stuff around
1999-08-16 alandInitial revision origin/aland