Allow spaces in shared secret, as posted to the list.
[freeradius.git] / src / include /
2008-08-21 Alan T. DeKokDefine COMBO IP, Signed, and TLV types
2008-06-30 aland Define RDEBUG macros which implicitely take a "request",
2008-06-22 aland Track Exponential moving average of response times for
2008-06-21 aland Add start && hup time
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 More stats for home servers
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 Removed last bit of SNMP from the statistics
2008-06-19 aland Separate stats from SNMP. We can now do stats without...
2008-06-19 aland Added statistics gathering via RADIUS packets, to...
2008-06-19 aland Remove length restrictions on dictionary names
2008-06-13 aland The feature everyone's been waiting for.
2008-06-10 aland There are more and more conversions from sockaddr to
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 option to build WITHOUT_LIBLTDL.
2008-06-05 aland SHA1, not SHA0
2008-06-05 aland Compile-time flag for WITH_OPENSSL_SHA1
2008-06-05 aland Compile-time flag of WITH_OPENSSL_MD4
2008-06-05 aland Compile-time flag of WITH_OPENSSL_MD5 causes us to...
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-14 aland Use "install", not cp && chmod
2008-05-12 aland Added support for comparing dynamically expanded compa...
2008-05-10 aland DEBUG macro is used even in non-debug builds. This...
2008-05-09 aland u_int* -> uint*
2008-04-30 aland Expose the "fixed" pairmove function
2008-04-26 aland Look for <glob.h>
2008-04-25 aland Added Packet-Original-Timestamp
2008-04-20 aland Define DHCP listener
2008-04-20 aland Send/receive packets. Dp3
2008-04-20 aland Added new option to the build. Dp1
2008-04-18 aland Define realm_find2() where the argument is the realm...
2008-04-17 aland API to copy just one VP.
2008-04-14 aland Added "fallback" in home server pool.
2008-04-01 aland Allow "virtual_server" in realm && home_server configu...
2008-03-17 aland Added heap functions which are better used in some...
2008-03-16 aland Added Module-Return-Code
2008-03-10 aland Added "printf format" to prototypes for GCC type checking
2008-03-07 aland Debug two new functions debug_pair && debug_pair_list to
2008-03-06 aland Added fr_printf_log function, to permit libfreeradius...
2008-02-19 aland Clean up handling of detail files && events. It's...
2008-02-16 aland Move offsetof into missing.h, where it really belongs
2008-02-15 aland add #else for non-GCC and non-SUN compilers
2008-02-15 aland Allow server[foo] references as singles.
2008-02-11 aland Added signal self for new proxy fd's, so that we will...
2008-02-05 aland Allow raw attributes to be sent if the server was...
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-12-27 aland Replaced DEBUG2 stuff with log of config/modules,...
2007-12-17 aland Added vp_print_name(). Made vp_prints() use it if...
2007-12-17 aland Added more 'const'
2007-12-15 aland Added more 'const'
2007-12-05 aland Remove 'caseless' from VALUE_PAIR flags. It's not...
2007-12-02 aland Reference net-snmp API, if it exists
2007-11-28 aland Define TNC-VLAN-{Access,Isolate}, and look for them in
2007-11-26 aland More fixes for -Werror
2007-11-26 aland More portability fixes
2007-11-25 aland More changes from previous commit
2007-11-23 aland More changes to make a common naming scheme. This...
2007-11-23 aland More search and replace changes to clean up the code.
2007-11-23 aland Avoid OpenSSL compilation issues
2007-11-23 aland Renamed MD4* to fr_MD4*, in order to avoid issues...
2007-11-23 aland On HUP, cache the old configuration for ~60s. After...
2007-11-12 aland Added HUP support. As it happens, it's also thread...
2007-11-11 aland Added -C command-line option, documentation, debug...
2007-11-11 aland Make cf_reference_item public, so it can be used in
2007-11-07 aland We don't need or use librad_MD4* stuff
2007-10-29 aland lockf portability
2007-10-24 aland Look for <openssl/evp.h>, for OpenSSL_add_all_algorithms()
2007-10-22 aland radius_pairmake(), to mirror radius_paircreate().
2007-10-16 aland Moved do_snmp back into mainconfig
2007-10-15 aland Look for <sys/prctl.h>. Checks for prctl() will come...
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 Add %{home_server:foo} and %{home_server_pool:foo}
2007-10-09 aland Added %{client:foo} expansion
2007-10-09 aland Add argument to loop exit, and cache FD_SET
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-28 aland Added cf_top_section()
2007-09-28 aland Added status function to be called just before select()
2007-09-27 aland Added socket handling code to the event loop. This...
2007-09-26 aland Add == as a filtering operator in unlang, and document it.
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-09-24 aland Generalized the module handling even more, which allow...
2007-09-17 aland Put text of assertion into error message
2007-09-03 aland Deal with overflow in total requests sent
next