freeradius.git
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.
2007-12-18 aland Use new wpabuf API for handling buffers.
2007-12-18 aland First RFC!
2007-12-17 aland updated "last updated" field
2007-12-17 aland Fixed typos and cross-references
2007-12-17 aland Free memory
2007-12-17 aland Casts to quiet compiler
2007-12-17 aland Use FR_DIR_SEP
2007-12-17 aland Added vp_print_name(). Made vp_prints() use it if...
2007-12-17 aland Use radius_pairmake, not pairmake.
2007-12-17 aland Added more 'const'
2007-12-17 aland Fix compiler warnings
2007-12-17 aland Added more 'const'
2007-12-17 aland Added more 'const'
2007-12-17 aland Fix compiler warnings
2007-12-17 aland Require client cert for TLS
2007-12-16 aland Catch and deny multiple levels of TLS nesting
2007-12-16 aland Re-arranged and re-named code to convert VP's to EAP...
2007-12-16 aland If we're inside of a TLS tunnel, don't require a client
2007-12-16 aland Added python
2007-12-15 aland Fix more warnings
2007-12-15 aland get rid of more warnings
2007-12-15 aland get rid of warning messages
2007-12-15 aland Corrected typo
2007-12-15 aland More 'const' fixes
2007-12-15 aland Added more 'const'
2007-12-15 aland get rid of more warnings
2007-12-15 aland More 'const'
2007-12-15 aland Added more 'const'
2007-12-15 aland Moved #ifdef's to before where they're used
2007-12-15 aland fix compile warnings
2007-12-15 aland Fixed structure from char* to const char*, and added
2007-12-15 aland Cleaned up conf file reading, continuation handling...
2007-12-15 aland removed dependency on strtok
2007-12-15 aland Pulled from GNU. This closes bug #496
2007-12-15 aland Allow tunnel password encrypted attributes in
2007-12-15 aland Fixes to allegedly make it work on more systems
2007-12-13 aland The last change seems to break things. Don't use...
2007-12-13 aland Initialize fake->client, too. If not done, this affects
2007-12-13 aland Fixed typo. it's &&, not &
2007-12-13 aland Document %{mschap:User-Name}
2007-12-11 aland Notes on eap2
2007-12-11 aland Don't load TLS if it's not necessary.
2007-12-11 aland Allow configuration file to control what EAP types...
2007-12-11 aland Added second EAP module which uses the hostap libeap...
2007-12-10 aland Now that we have request->client, we don't need client...
2007-12-09 aland let's free memory...
2007-12-08 aland After some careful code analysis, be a little more...
2007-12-08 aland Call memset AFTER checking if the ptr is NULL
2007-12-08 aland More functions that have no business being public
2007-12-08 aland map/unmap_eap_types are used ONLY for eapsim testing...
next