freeradius.git
2007-10-23 aland We no longer need radrelay.conf, as we have virtual...
2007-10-23 aland Now that we have virtual servers, we don't need radrel...
2007-10-23 aland More samples of using radrelay functionality in 2.0
2007-10-22 aland detail file is in ${radacctdir}, not ${confdir}
2007-10-22 aland Changed
2007-10-22 aland Allow "local" filenames. e.g.
2007-10-22 aland Corrected typos
2007-10-22 aland radius_pairmake(), to mirror radius_paircreate().
2007-10-22 aland It's now 2.0.0-beta.
2007-10-22 aland For authentication logging, log if the request came...
2007-10-21 aland Try to open the log file (and complain on error) ONLY if
2007-10-18 aland Check for NULL
2007-10-18 aland Document outer.request and outer.reply
2007-10-18 aland Allow "update" sections to update outer request, confi...
2007-10-18 aland Add %{outer.request:Attribute-Name} and
2007-10-18 aland Parse clients from the main config section, which...
2007-10-18 aland Made a fake client for each detail file
2007-10-18 aland Check SNMP pointers, too. Increment accounting counte...
2007-10-18 aland t may be NULL. This fixes bug #488
2007-10-18 aland Removed -pie, as it's a GCC-ism, and isn't necessarily...
2007-10-16 aland Reference mainconfig again
2007-10-16 aland Print "Ready to process requests" at L_INFO when starting,
2007-10-16 aland Print that core dumps are enabled
2007-10-16 aland Reformatted and clarified text
2007-10-16 aland Moved do_snmp back into mainconfig
2007-10-16 aland Corrected typo
2007-10-15 aland Look for <sys/prctl.h>. Checks for prctl() will come...
2007-10-15 aland Clarify code allowing core dumps
2007-10-15 aland Define ALL types first, so that config in one section can
2007-10-15 aland Define dynamic types (Autz-type foo) etc. before tryin...
2007-10-14 aland request->proxy may be set for requests with inner...
2007-10-14 aland Cleaned up warning and error messages
2007-10-14 aland remove dumb assert
2007-10-14 aland Update clients from root_clients, if possible
2007-10-14 aland Add "method" to modcallable, so that we can call different
2007-10-13 aland If there's no proxy section, use the defaults
2007-10-13 aland Corrected fix
2007-10-13 aland *ev_p may be NULL.
2007-10-12 aland Close ref. Patch as posted to the list by Apple.
2007-10-11 aland Fix from bug #483
2007-10-11 aland Made it work with non-GNU makes
2007-10-10 aland More cleanups and warnings
2007-10-09 aland Clean up threads, and add thread pool lock/unlock...
2007-10-09 aland Clarify thread handling and debug messages
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 Parse, validate, and use "virtual_server" configuration in
2007-10-09 aland listen / client config changes server -> virtual_serve...
2007-10-09 aland Rename "server_pool" to "home_server_pool". It's...
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 Debug print IP addresses.
2007-10-09 aland Recommend that people don't use rlm_policy
2007-10-09 aland No one uses protocol_filter. It's useless now that...
2007-10-09 aland In preparation for 2.0
2007-10-09 aland Add argument to loop exit, and cache FD_SET
2007-10-09 aland Whitespace changes (indenting and formatting to meet...
2007-10-09 aland // -> /* ... */
2007-10-09 aland #if __APPLE__
2007-10-09 aland Move add_reply to mschap_add_reply, so that the opendi...
2007-10-05 aland As posted to the list
2007-10-03 aland More re-arrangements to clarify the code.
2007-10-03 aland Removed useless error message
2007-10-03 aland Clean up compiler warnings and remove exit(0)
2007-10-03 aland More sanity checks on the module instance handles.
2007-09-28 aland Re-arrange code, one less reference to global variables
2007-09-28 aland No longer reference mainconfig.clients
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-27 aland Added the OpenSER dictionary from their web site.
2007-09-27 aland No need to reset snmp stuff. It's done in radius_snmp...
2007-09-27 aland Corrected return type of init.
2007-09-26 aland Clarify difference between normal and enforcement...
2007-09-26 aland Add == as a filtering operator in unlang, and document it.
2007-09-26 aland Now that we have request->root, we don't need to call
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 Use new request->root variable
2007-09-26 aland Add 'mainconfig_t' entry to REQUEST*, so that each...
2007-09-26 aland Moved mainconfig references to a pointer, in preparati...
2007-09-26 aland Removed unused variable
2007-09-26 aland Removed all references to "mainconfig" from realms.c.
2007-09-25 aland Pass src port to udpfromto, also.
2007-09-25 aland We don't need to call openlog() any more.
2007-09-25 aland We don't need mainconfig
2007-09-25 aland Free listen type correctly.
2007-09-25 aland Use uint32_t, rather than int. int MAY be 64-bits.
2007-09-25 aland Include jradius
2007-09-25 aland Reformatted to match other dictionaries
2007-09-24 dwbird- initial version of rlm_jradius with directions and...
2007-09-24 aland Cleaned up proxy handling, trying to get away from...
2007-09-24 aland Generalized the module handling even more, which allow...
2007-09-24 aland Removed a number of function call arguments that are...
2007-09-24 aland Clean up auto-creation of dictionary types
2007-09-20 aland Note overlap with dictionary.huawei
2007-09-20 aland As posted to the list
2007-09-20 aland as posted to the list
next