freeradius.git
2008-01-05 pnixonGet rid of freetds as we no longer have that code in...
2008-01-05 aland Note valgrind usage
2008-01-05 aland Added RCSID macros
2008-01-05 aland Catch corner cases / race conditions on no...
2008-01-05 nbk Remove --enable-strict-dependencies from the top-level...
2008-01-05 nbk Declare variables before code
2008-01-05 aland Cleaned up error messages.
2008-01-05 nbk Note unused parameters with a gcc attribute.
2008-01-05 aland Removed unused variables
2008-01-05 aland Be a little more forgiving about parsing realms.
2008-01-05 aland Re-arrange parsing of things so that people's existing
2008-01-05 nbk Declare variables before code
2008-01-05 nbk Renamed 2.0.0-pre2 to 2.0.0, in preparation for the...
2008-01-05 nbk Update Standards-Version to 3.7.3 (no changes required).
2008-01-04 aland Make installation directories before installing stuff...
2008-01-04 aland Declare variables before code
2008-01-04 aland Declare buffers before code
2008-01-04 aland Client may be IPv6, too
2008-01-04 aland Patches from Apple to build without <membershipPriv.h>
2008-01-03 aland It's ldflags, not libs... that may help
2008-01-03 aland Removed unused prototypes and functions
2008-01-03 aland Don't call client_* functions.
2008-01-03 aland Don't call client_find. The REQUEST now holds a point...
2008-01-03 aland Updated copyrights
2008-01-02 aland clean it up even more
2008-01-02 aland Notes on eap2
2008-01-01 aland Add "require_message_authenticator" to client config...
2008-01-01 aland Much better way of starting the server and running...
2008-01-01 aland Revert last commit
2008-01-01 aland Use Merit
2008-01-01 aland New dictionary from EAP-SRP
2007-12-31 aland Removed obseleted RFC's
2007-12-31 aland fix typo...
2007-12-31 aland note changes
2007-12-31 aland Note changes to test harness
2007-12-31 aland Better test harness using virtual servers
2007-12-31 aland Better way of handling dictionaries
2007-12-31 aland If '-n' isn't used, the argument is by default progname
2007-12-31 aland*** empty log message ***
2007-12-31 aland Add "dictionary" config item, so dictionaries don...
2007-12-31 aland Added '-n name' back again. It's too useful to live...
2007-12-31 aland Don't refer to config file by name
2007-12-31 aland Cleaned up text, and added notes on 2.0
2007-12-31 aland Don't talk about clients and naslist
2007-12-31 aland Install templates.conf, too
2007-12-31 aland Added common headers for "look and feel"
2007-12-31 aland Common headers
2007-12-31 aland Add common header to configuration files for "look...
2007-12-31 aland Update copyrights for the new year
2007-12-31 aland -y is no longer supported. This closes #499
2007-12-30 aland Corrected typo
2007-12-29 aland include new field
2007-12-29 aland Clean up example
2007-12-29 aland Make (!foo) work, which is easier to understand than...
2007-12-29 aland Set default site for config file
2007-12-29 aland Print passwords if we have them
2007-12-29 aland rlm_policy has been marked stable. Let's document...
2007-12-28 aland Added key (which is clear-text... what are they thinking?)
2007-12-28 aland Decrement references and free memory on error
2007-12-28 aland free memory on error
2007-12-28 aland Free memory *after* using it, not before
2007-12-28 aland free module structure on error
2007-12-28 aland Free listen structure on error
2007-12-28 aland free vp on error
2007-12-28 aland use new cf_log_info.
2007-12-28 aland strdup may return NULL
2007-12-28 aland Free policy on parse error
2007-12-28 aland Fix compiler warnings
2007-12-28 aland Close fp on error
2007-12-28 aland EAP-IKEv2 is type 49, not 47
2007-12-28 aland <sigh> Don't use AC_MSG_ERROR. It's stupid.
2007-12-27 aland Don't need config.h
2007-12-27 aland Based on Apple's patches to 1.1.4, with changes so...
2007-12-27 aland Added minor documentation for rlm_policy
2007-12-27 aland It's in wide use in a number of places.
2007-12-27 aland Patch from Joe Maimon to add more functionality
2007-12-27 aland Add EAP-IKEv2 attributes to the dictionary
2007-12-27 aland Add EAP-IKEv2
2007-12-27 aland Added sample EAP-IKEv2 configuration.
2007-12-27 aland Added ikev2 from eap-ikev2.sourceforge.net/
2007-12-27 aland Remove support for deprecated command-line options
2007-12-27 aland Move log_foo into log { foo .. } for clarity.
2007-12-27 aland Make the log directory only if we're not in debugging...
2007-12-27 aland Removed useless message
2007-12-27 aland Replaced DEBUG2 stuff with log of config/modules,...
2007-12-26 aland Added new "policy.conf" to permit simplified configura...
2007-12-26 aland Virtual modules that are groups to themselves are...
2007-12-26 aland Don't get excited if virtual modules have only one...
2007-12-26 aland document escaping of strings
2007-12-26 aland Not needed any more
2007-12-25 aland No one is using this module. It doesn't build, and it
2007-12-25 aland Free memory after use. Patch from Jouni Malinen,...
2007-12-25 aland Free memory after we're done using it, not before.
2007-12-25 aland Corrected typo. Patch from Jouni Malinen
2007-12-25 aland Call va_end() after va_start(). Patch from Jouni...
2007-12-25 aland Free packet on return. Patch from Jouni Malinen
2007-12-25 aland Free packet on OOM
2007-12-23 pnixonReformat
2007-12-23 pnixonFix paths to work with new layout
2007-12-20 aland Use less data from the PRNG when creating State.
next