Include "identity" in the listen{} section, so that you can do
[freeradius.git] / src / include / radiusd.h
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...
2002-06-10 fcusack add prototype for vradlog()
2002-06-10 fcusack quiet compiler
2002-05-29 aland Use port-specific checking for realms, now that we...
2002-05-16 aland Added prototypes for new functions in threads.c, to...
2002-04-26 cparker Added 'naslist' and 'naspasswd' items to RADCLIENT...
2002-04-22 aland Add 'const' to character pointers which are passed...
2002-03-02 ramoorePrevent nas_name functions from calling client_name.
2002-02-21 aland Don't use a global 'acctfd'
2002-02-18 aland There are cases where IF all of the matching realms...
2002-02-18 aland New security configuration items: max_attributes ...
2002-01-14 3APA3A! Cosmetic changes to prevent warnings during compilation
2001-11-27 kkalevAdd xlat_register and xlat_unregister functions. Now...
2001-11-09 kkalevChange paircmp,paircompare,simplapaircmp and RAD_COMPAR...
2001-11-05 aland Parse 'accthost' from the realm confgiruation, and...
2001-10-30 aland Added 'radlog_dest' variable, so we can set the destin...
2001-09-19 aland Configurable fail-over on multiple proxy hosts.
2001-07-28 cparkerUpdated to include prototype for new function in auth...
2001-07-24 aland Patch from Steve Langasek <vorlon@netexpress.net>.
2001-07-12 aland quench log messages for unresponsive children
2001-07-05 cmillerWrap child spawning and registration in a plain vanilla...
2001-05-15 cmillerAdded prototype for radlog_iswritable().
next