freeradius.git
2008-04-01 aland Allow "virtual_server" in realm && home_server configu...
2008-04-01 aland Add more rants for people who think that destroying...
2008-04-01 aland Added sample "mac2vlan" module for VMPS.
2008-04-01 aland Enable passwd to be listed in accounting && post-auth
2008-03-29 aland Don't complain about Proxy-To-Realm := LOCAL.
2008-03-29 aland Added comment on "listen" section to test inner tunnel
2008-03-29 aland Return NOOP if there request is going to be proxied
2008-03-29 aland Removed reference to config item that no longer exists
2008-03-28 aland Removed check-radiusd-config. It's no longer needed.
2008-03-28 aland -1 as a delimitst is for length, not for quotes...
2008-03-28 aland Fixes
2008-03-28 aland Reverted change in 1.134 that allowed known attributes...
2008-03-28 aland Move "clean up child pid" code to where it will be hit
2008-03-24 aland Check for -lTNCS. It's better to do this at build...
2008-03-24 aland Look in share/freeradius. The spec file SHOULD be...
2008-03-24 aland List "exec" in post-auth so that Exec-Program-Wait...
2008-03-22 aland Correct logic in check
2008-03-19 aland Don't crash... patch from Apple
2008-03-18 aland Install all files in raddb/sites-available/ except...
2008-03-17 aland Update after release of 2.0.3
2008-03-17 aland Added signature line so the .deb builds
2008-03-17 aland Last set of updates before 2.0.3 release_2_0_3
2008-03-17 aland Make event system use heaps, which are simpler &&...
2008-03-17 aland Added heap functions which are better used in some...
2008-03-16 aland Added Module-Return-Code
2008-03-16 aland Fix display issues. Patch from Stephen Gran
2008-03-15 aland If not threaded, update timers as soon as the request...
2008-03-14 pnixonFix Bug#: 531 "The mysql sample configuration uses...
2008-03-14 aland Allow detail packets to sit in the queue forever
2008-03-14 aland Cap delay at 250ms. If the other system can't handle...
2008-03-14 aland Note fixes and updates
2008-03-14 aland Updated for version 2.0.3
2008-03-14 aland Add index on session time, too
2008-03-13 aland Chop attributes at 253 octets, not 254
2008-03-11 aland Set Auth-Type based on name2
2008-03-11 aland Ignore non-pairs when instantiating modules in "instan...
2008-03-10 aland Don't use %s in a format string with no parameters.
2008-03-10 aland Added "printf format" to prototypes for GCC type checking
2008-03-08 aland Initialize fr_log_fp
2008-03-08 aland Include new VALUE definitions
2008-03-07 aland Don't over-write log_fp if fp is NULL
2008-03-07 aland Use new fr_log_fp
2008-03-07 aland Use fr_log_fp
2008-03-07 aland Use new fr_log_fp variable
2008-03-07 aland If we're in debug mode, we don't need to fflush(stdout),
2008-03-07 aland Use new debug_pair_list function
2008-03-07 aland Call printf ONLY if we're debugging, not always!
2008-03-07 aland Remove references to stdout, and use new debug_pair...
2008-03-07 aland Debug two new functions debug_pair && debug_pair_list to
2008-03-07 aland Close log_fp only if it's to a file
2008-03-06 aland Added '-t' command-line options. (Undocumented)
2008-03-06 aland Catch race conditions in log files for child threads...
2008-03-06 aland Print debugging messages to fr_log_fp, and not stdout
2008-03-06 aland Add '-l logfile' back again (it's good for something)
2008-03-06 aland Added fr_printf_log function, to permit libfreeradius...
2008-03-05 aland Note recent bug fixes
2008-03-05 aland Fixed compiler warnings. SQL database is based off of
2008-03-05 aland Builds in 2.0
2008-03-05 aland Preliminary configure/make stuff
2008-03-05 aland As developed by Apple, as posted in bug #470.
2008-03-05 aland Enable more than 1 match in a "hints" file using
2008-03-05 aland Add deprecated flag, to let it build && run on 64...
2008-03-05 aland Use correct function. This closes bug #512
2008-03-05 aland Clear all allocated memory. Closes bug #518
2008-03-05 aland Use correct key (ca.key, not server.key)
2008-03-05 aland Target to print CA cert too
2008-03-05 aland Don't make old log_foo over-ride new one. This closes...
2008-03-04 aland More links
2008-03-04 aland Added notes on Novell
2008-03-04 aland Update the log message to make it excruciating clear...
2008-03-03 aland Move if/elsif/.... to switch
2008-02-27 aland added preliminary syslog support
2008-02-27 aland Corrected typo
2008-02-27 aland Note that proxying of VMPS requests is not supported
2008-02-27 aland Added a few more examples
2008-02-27 aland Add samples of creating VMPS-Mac field, if it doesn...
2008-02-26 aland Obseletes RFC 3576
2008-02-26 aland Corrected typo
2008-02-26 aland Clean up warning messages.
2008-02-26 aland Added notes on inner/outer tunnel identities being...
2008-02-26 aland Corrected typo. Closes bug #521
2008-02-26 aland Corrected typo. Close bug #522
2008-02-25 aland use strncmp, not memcmp
2008-02-19 aland Clean up handling of detail files && events. It's...
2008-02-19 aland Initialize buffer properly...
2008-02-18 aland Set fake->request->src_ipaddr from request->packet...
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-14 aland 2.0.2 release_2_0_2
2008-02-14 aland Notes on attr_filter
2008-02-14 aland Updated to 2.0.2
2008-02-14 aland Added 'deb' target
2008-02-14 aland Corrected behavior to match documentation.
2008-02-14 aland strncat is useless. Use strlcpy instead
2008-02-14 aland Corrected reference to schema
2008-02-13 aland Deleted code handling massaging of sockets on HUP...
2008-02-13 aland As per recent changes
2008-02-13 aland Added note on SSL performance
2008-02-13 aland Corrected typo
next