Renamed paircmp to paircompare, as we should probably have a
[freeradius.git] / src / include / radiusd.h
2005-10-18 aland Renamed paircmp to paircompare, as we should probably...
2005-09-14 aland Allow NULL as the log destination, in which case logs...
2005-08-23 aland Make rad_check_password 'static', as no one else needs it
2005-08-22 aland Removed support for old-style "naslist" file, and...
2005-08-22 aland Removed support for old-style "clients" file, as it...
2005-08-18 aland Got rid of read_radius_conf(), as it's no longer needed
2005-08-11 aland Removed {lower,nospace}_{user,pass}. They're terrible...
2005-08-08 nbk Delete post_proxy_authorize. The modules dealing with...
2005-08-01 aland Removed usercollide functionality. It can be done...
2005-07-25 aland Make realm_disable() work for all kinds of packets.
2005-07-21 aland Allow multiple "listen" sections to use the same clien...
2005-07-21 aland Added support for per-socket client lists.
2005-07-19 aland Enable SNMP support for clients again.
2005-07-18 aland Call client_free() if client_add() fails.
2005-07-18 aland Move RADCLIENT* in mainconfig to rbtree's. This means...
2005-05-31 aland Add re-transmits of accounting packets back in, that...
2005-05-27 aland Moved per-type data for rad_listen_t to dynamically...
2005-05-26 aland Make new request_list_t structure, and return it from...
2005-05-24 aland Look for, and set, timestamp & client IP, so that...
2005-05-20 aland Abstracted listen parse/free/send/recv into callbacks...
2005-05-17 aland Add name for "radiusd.conf" to mainconfig, so that...
2005-05-13 aland Include "identity" in the listen{} section, so that...
2005-05-12 aland Implemented a "max_outstanding" directive for detail...
2005-05-12 aland Multiple integrated patches:
2005-05-12 aland First pass at have a "listen" directive for reading...
2005-05-11 raghuNetmask is replaced with Prefix that can be used for...
2005-05-04 aland Prototypes for functions in main/listen.c
2005-05-03 aland Add entry for new per-socket receive function.
2005-04-28 aland make radlog_stdout = 0, so that memset will make logs...
2005-04-27 aland include missing.h BEFORE libradius.h
2005-04-22 aland remove length restrictions on strings in RADCLIENT...
2005-04-21 aland rad_listen_t now has lrad_ipaddr_t instead of uint32_t
2005-04-19 aland Massive change to add foundational support for IPv6.
2005-03-02 aland Re-enable '-i ipaddr' and '-p port'.
2005-02-28 aland Moved copy_string && copy_var from exec.c to util...
2005-02-16 aland removed external declaration of rad_savepid. This...
2005-02-15 kkalevChange session_zap to include a session_time argument.
2005-02-09 aland When log_dest == stdout/stderr, DUP it to another...
2004-12-29 phampsonAdd an option to rlm_exec to control whether shell...
2004-10-20 aland Move yet more code around.
2004-10-20 aland move rad_respond() to threads.c. It's not the perfect...
2004-10-20 aland If we've rejected a request because it's taken too...
2004-10-20 aland More debug messages in request_reject
2004-10-20 aland When we're rejecting a request, include the reason...
2004-09-09 aland Define a macro for max regex matches, so we don't...
2004-08-27 aland Removed unnecessary xfree, and all references to it
2004-07-05 aland Move "missing", so we don't have bogus complaints
2004-06-10 aland Add two new fields to the REQUEST: module & component.
2004-06-10 aland Permit logging to syslog, after:
2004-05-28 aland Get rid of "proxyfd", and use the new rad_listen_t...
2004-05-19 aland Made "live" new code to allocate packet Id's on a...
2004-04-06 aland Implemented support for multiple listen{} directives.
2004-03-23 aland Preliminary support for xlat's of regex results: ...
2004-03-08 aland Export rad_postauth()
2004-02-19 aland Added rl_add_proxy() to request_list.c, and made radiu...
2003-12-11 aland Moved request list walking functions from radiusd...
2003-12-05 aland Re-arranged the rad_check_list & proxy_check_list...
2003-12-05 aland container is a ptr, not a ptr to a ptr
2003-12-03 aland Add the ability to associate arbitrary data with a...
2003-11-20 mcr change prototype to use "size_t" since it is a buffer...
2003-10-31 mcr define debug_pair() if not building the library.
2003-09-24 aland Improved debugging messages...
2003-09-24 aland If a request was rejected, do it only once.
2003-09-03 cparkerGlob patch to change #if to #ifdef when checking variab...
2003-08-31 phampsonDeleted rad_assert_fail declaration: This should only...
2003-08-25 phampsonPull from branch_0_9: Widen call{ed,ing}stationid from...
2003-07-23 aland request_alloc() and request_alloc_fake(), to allocate...
2003-07-04 aland Minor cleanups from Steve G
2003-06-20 phampsonMake NAS port unsigned
2003-05-21 cparkerFixed bug in reporting authserver in warnings when...
2003-04-15 aland When deleting requests from the list/cache, delete...
2003-04-09 aland Patch from Chris Brotsos: If all home servers for...
2003-03-10 cparkerPatch to fix potential core-dump on race condition...
2003-02-14 aland removed more garbage functions
2003-02-14 aland Remove crap function from server core, and put it...
2003-01-31 aland Removed 'static' functions from the radiusd header...
2003-01-29 aland Last stage of getting rlm_exec to work in multiple...
2003-01-24 aland Made exec program return the VP's which were parsed...
2003-01-23 aland Modified the 'exec program' functionality to be thread...
2002-12-23 aland Now that we're about to add post-proxying, add a confi...
2002-12-04 aland Removed 'max proxies', as there's no need for a hard...
2002-12-02 aland Deleted round-robin code, as we're about to commit...
2002-12-02 aland Added top-level 'snmp' configuration directive, so...
2002-11-29 aland Added 'last reply' field to 'realm' structure. Every...
2002-11-29 aland Added NULL destination for logging messages, so they...
2002-11-12 aland Made Status-Server support configurable, so that peopl...
2002-10-30 aland Made read_radius_conf_file() return the actual CONF_SE...
2002-10-30 aland New 'free mainconfig' function, to remove more code...
2002-10-29 aland Massive changes to configuration handling (re-arrangin...
2002-10-28 aland Moved the 'clients', 'realms', and 'config' variables...
2002-10-21 aland Enable SIGTERM to shut down the server a little more...
2002-10-15 aland Made the call to checkrad use the new thread-safe...
2002-10-15 aland Read the location of 'checkrad' from the configuration...
2002-10-01 cparkerPatch to add support for a 'round_robin' load balancing...
2002-09-13 aland Deleted compile-time definition for 'radius.log',...
2002-08-14 aland Added new function: 'pairxlatmove', which works like...
2002-07-29 aland C++ compatibility patch from Andrey Kotrekhov <kota...
2002-07-22 ramooreAdd vp_listdebug function that prints a list of value...
2002-07-11 aland Removed 'use_dbm' variable, which is unused anywhere...
2002-07-08 aland Make Exec-Program and Exec-Program-Wait work in debugg...
next