Allow building WITHOUT_STATS
[freeradius.git] / src / include / radiusd.h
2010-09-30 Alan T. DeKokAllow building WITHOUT_STATS
2010-09-29 Alan T. DeKokEnable building WITHOUT_ACCOUNTING
2010-09-21 Alan T. DeKokMade listener_print be CONST
2010-08-26 Alan T. DeKokEnsure WITHOUT flags are set if they're not being used
2010-06-30 Alan T. DeKokChange default lifetime for dynamic clients from 1d...
2010-05-31 Alan T. DeKokAll of the modules now build.
2010-04-14 Alan T. DeKokMake request->number unsigned
2010-03-09 Alan T. DeKokMove struct definition to the correct place
2009-12-08 Alan T. DeKokComplain about too many sockets earlier
2009-10-06 Alan T. DeKokForgot to include this...
2009-09-27 Alan T. DeKokInclude proto in API, no matter what build options
2009-09-24 Alan T. DeKokJumbo patch to clean up socket handling
2009-09-16 DanteAllow outgoing TCP connections to home servers.
2009-09-16 DanteAdd scaffolding for proxy listeners.
2009-09-15 DanteTrack the number of outstanding packets on a TCP connec...
2009-09-15 DanteAllow clients to use TCP
2009-07-05 Alan T. DeKokMade thread pool section optional
2009-07-02 Alan T. DeKokExtend the logging capabilities of auth good/badpass
2009-05-23 Alan T. DeKokHave the server automatically create proxy listeners
2009-05-21 Alan T. DeKokAllow src_ipaddr to be specified for home servers
2009-05-19 Alan T. DeKokThe server can now listen on CoA ports.
2009-04-23 Alan T. DeKokMoved HUP code to mainconfig
2009-01-02 Alan T. DeKokEnable the server to originate CoA-Request && Disconnec...
2008-12-14 Alan T. DeKokChange where we do suid up/down.
2008-09-24 Alan T. DeKokMove "unknown" client code to common area
2008-09-23 Alan T. DeKokdefine DEBUG4
2008-09-14 Alan T. DeKokRemoved need for global NO_SUCH_CHILD_PID
2008-09-14 Alan T. DeKokOne more flag to client_read
2008-09-03 Alan T. DeKokWrappers around listen types
2008-09-03 Alan T. DeKokNew command sockets.
2008-09-03 Alan T. DeKokevent_fd_delete API
2008-09-01 Alan T. DeKokDynamic clients can read files from a directory
2008-06-30 aland Define RDEBUG macros which implicitely take a "request",
2008-06-21 aland Remove ALL references to SNMP from the server source.
2008-06-21 aland Replace fr_client_stats_t with fr_stats_t. They have the
2008-06-20 aland Include statistics per-home-server
2008-06-20 aland Simplify stats stuff
2008-06-20 aland Allow more slicing && dicing of statistics.
2008-06-19 aland Added statistics gathering via RADIUS packets, to...
2008-06-13 aland The feature everyone's been waiting for.
2008-06-06 aland Compile-time option WITH_ACCOUNTING
2008-06-06 aland Check for HAVE_PTHREAD_H, and remove more structure...
2008-06-05 aland Compile-time WITH_UNLANG feature
2008-06-05 aland Compile-time options to remove session management...
2008-06-05 aland Corrected typo in last commit
2008-06-05 aland Added WITH_PROXY and WITH_DETAIL pre-processor defines to
2008-05-12 aland Added support for comparing dynamically expanded compa...
2008-04-30 aland Expose the "fixed" pairmove function
2008-04-20 aland Define DHCP listener
2008-03-07 aland Debug two new functions debug_pair && debug_pair_list to
2008-02-11 aland Added signal self for new proxy fd's, so that we will...
2008-01-06 nbk Prototype for function client_listener_find() in main...
2008-01-03 aland Removed unused prototypes and functions
2008-01-03 aland Updated copyrights
2008-01-01 aland Add "require_message_authenticator" to client config...
2007-12-31 aland Added '-n name' back again. It's too useful to live...
2007-11-25 aland More changes from previous commit
2007-11-23 aland More changes to make a common naming scheme. This...
2007-10-22 aland radius_pairmake(), to mirror radius_paircreate().
2007-10-16 aland Moved do_snmp back into mainconfig
2007-10-09 aland Clean up threads, and add thread pool lock/unlock...
2007-10-09 aland Move uid_name and gid_name out of global variable...
2007-10-09 aland Increment/decrement refcount on mainconfig, in prepara...
2007-10-09 aland Added %{client:foo} expansion
2007-09-28 aland Removed all references to mainconfig.clients.
2007-09-28 aland Moved nearly all remaining code out of radiusd.c,...
2007-09-26 aland Pass the top-level configuration to the thread pool...
2007-09-26 aland Moved snmp config from global to local variables.
2007-09-26 aland Add 'mainconfig_t' entry to REQUEST*, so that each...
2007-09-26 aland Removed all references to "mainconfig" from realms.c.
2007-08-13 aland Pulled fix from branch_1_1
2007-07-02 aland Added module return codes to conditions in unlang
2007-06-29 aland Pass CONF_SECTION to listen_init(), for better error...
2007-06-29 aland If we're a fake request, AND the parent says to stop
2007-06-19 aland More use of new cf_section_filename(cs) API
2007-06-19 aland Rename "identity" to "server", for virtual server...
2007-06-19 aland Added "identity" field to the REQUEST struct. It...
2007-06-12 aland Include component and module name in REQUEST, and...
2007-05-30 aland Try to compile the update foo {} sections at run time...
2007-05-28 aland Call new vmps_process() function
2007-05-28 aland Add support for "update foo" to the configuration...
2007-05-25 aland Add new complex conditions in radiusd.conf
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-05-04 aland Added a self-pipe as per Emile's ideas at:
2007-04-23 aland Re-ordered RAD_LISTEN_TYPE by priority, and added...
2007-04-23 aland Added RADCLIENT* pointer to the REQUEST structure...
2007-04-20 aland New radius_paircreate() function that takes a REQUEST...
2007-04-20 aland RADCLIENT is not const, as it gets updated for SNMP...
2007-04-17 aland Clean up event stuff... add event ptr to request ...
2007-04-16 nbk Declare a prototype for xlat_free().
2007-04-16 aland Added pair compare's for packet src/dst IP, src/dst...
2007-04-10 aland Keep SNMP statistics for packets we receive from clien...
2007-04-10 aland Moved SNMP socket handling to listen.c, in preparation for
2007-04-10 aland rad_panic never returns
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-07 aland add "client-balance", which is load-balancing to home...
next