Define a macro for max regex matches, so we don't have typos.
[freeradius.git] / src / include / radiusd.h
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().
2001-05-04 aland centralized the handling of the version number, prior...
2001-03-14 aland Renamed radius_xlat2 to radius_xlat, as the old radius...
2001-03-14 pacmanJust another round of "quiet the gcc warnings"
2001-03-06 cmillerChanged comments calling the code Cistron to FreeRADIUS...
2001-01-15 pacmanMoved all radutmp functionality from radiusd into rlm_r...
2001-01-03 cparker Added new valuepair function 'simplepaircmp()' to...
2000-12-18 hartwick * Add a couple of prototypes for rad_checkfilename...
2000-11-30 aland made more variables 'const'
2000-11-27 cmiller Generalized REQUEST structure so that core code really...
2000-11-27 aland made one more function 'static' to the only source...
2000-11-22 jcarnealJeff Carneal <jeff@apex.net>
2000-11-20 aland added a 'number' element to the REQUEST structure...
2000-11-20 aland made a request_free() and rad_free() take a '**' point...
2000-11-18 jcarnealJeff Carneal <jeff@apex.net>
2000-11-16 aland new function: rad_malloc().
2000-11-13 aland removed old PAM code. It's now in rlm_pam
2000-11-13 aland removed old 'radius_xlate' function, and replaced...
2000-11-13 aland removed extraneous 'VALUE_PAIR *reply' from radius_xla...
2000-11-10 jcarnealJeff Carneal <jeff@apex.net>
2000-11-09 aland added 'netmask' to RADCLIENT data structure.
2000-11-08 hartwick * Add client_walk() prototype.
2000-11-06 aland moved the 'client' handling code to a new file: client.c
2000-11-03 aland made paircompare_register() take a 'void *instance...
next