New function to validate if a comparison was registered
[freeradius.git] / src /
2008-05-12 aland New function to validate if a comparison was registered
2008-05-12 aland Added support for comparing dynamically expanded compa...
2008-05-12 aland mysql_config --cflags sometimes lies to us, if it...
2008-05-10 aland DEBUG macro is used even in non-debug builds. This...
2008-05-09 aland u_int* -> uint*
2008-05-09 aland Default for authorize_reply_query is NULL, not "".
2008-05-09 aland Install libraries in src/modules/lib, too
2008-05-09 aland Allow setting response packet type in post-proxy-type...
2008-05-09 aland Suppress most of the database "connection failed"...
2008-05-09 aland Make server logic for logging good/bad passwords match
2008-05-09 aland If radlog_dest is set from the command line, use a...
2008-05-09 aland Permit authorize_reply_query to be empty. The check...
2008-05-08 aland If there's no Auth-Type name2, look for LDAP
2008-05-08 aland Added "num fields" function. Closes #551.
2008-05-06 aland Build on systems without <regex.h>
2008-05-05 aland Regularize messages about home server status
2008-05-05 aland Use correct function here, too
2008-05-04 aland Enable internal proxying of accounting packets, too
2008-05-02 aland un-break stuff release_2_0_4
2008-05-01 aland Fix handling of request->username
2008-04-30 aland Clean up more memory
2008-04-30 aland Note dependency for dhcpd.c
2008-04-30 aland Be a little more careful about updating request->usern...
2008-04-30 aland Expose the "fixed" pairmove function
2008-04-30 aland Clean up memory on exit
2008-04-29 aland Added ability to read virtual server from SQL.
2008-04-28 aland Re-format for whitespace changes and some debug messages
2008-04-26 aland Look for <glob.h>
2008-04-26 aland Added file globbing, and some simple sorting
2008-04-25 aland Added Packet-Original-Timestamp
2008-04-24 pnixonThis should close Bug #548 as it is no longer necessary...
2008-04-20 aland Define DHCP listener
2008-04-20 aland Include encode/decode packet stuff. Dp5
2008-04-20 aland Integrate more into the server. Dp4
2008-04-20 aland Send/receive packets. Dp3
2008-04-20 aland Added new option to the build. Dp1
2008-04-20 aland Signed/unsigned issues
2008-04-18 aland In pairmake(), attribute is a const, so copy tagged...
2008-04-18 aland Delete unused variable
2008-04-18 aland Handle tags in unlang
2008-04-18 aland Define realm_find2() where the argument is the realm...
2008-04-18 aland Allow regexes in realms.
2008-04-17 aland Correct documentation, and allow client lists without the
2008-04-17 aland Update request->username && request->password, too
2008-04-17 aland Use new API to copy VP's. Don't do it by hand, as...
2008-04-17 aland API to copy just one VP.
2008-04-17 aland Move proxying message to after checks for LOCAL realm
2008-04-17 aland LDAP-UserDN is now in config items
2008-04-16 aland Delay 1s, not 1 usec.
2008-04-14 aland Look up "clients" configuration by ("clients", ref...
2008-04-14 aland When adding a client, it's OK to be in a subsection...
2008-04-14 aland Add additional check for NULL/DEFAULT duplicate realms
2008-04-14 aland Added, and documented "fallback" in home server pool
2008-04-14 aland Added "fallback" in home server pool.
2008-04-13 aland More fixes
2008-04-13 aland Moved digest tests to their own directory
2008-04-13 aland Added test for simple proxying
2008-04-13 aland Use newer style references
2008-04-13 aland Initialize all of the data structure
2008-04-13 aland Initialize home->server for lookups
2008-04-11 aland Look at correct field
2008-04-11 aland Checks for ifdef's not in 7.x
2008-04-11 aland Be a little more generous
2008-04-11 aland Fixed crash...
2008-04-11 aland Don't leak memory on catastrophic conditions. Closes...
2008-04-03 aland Updated test suite
2008-04-03 aland Call fr_printf_log instead of printf
2008-04-03 aland Work-around for callback==NULL problem
2008-04-03 aland Don't signal detail file handlers. That's taken care of
2008-04-03 aland -q means -q
2008-04-03 aland Use correct pointer to avoid memleak. Closes bug...
2008-04-03 aland This was supposed to go in 2.0.3, and didn't make it.
2008-04-01 aland use correct field
2008-04-01 aland Look for "virtual_server" in "home_server". If found...
2008-04-01 aland Allow "virtual_server" in realm && home_server configu...
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 Return NOOP if there request is going to be proxied
2008-03-28 aland -1 as a delimitst is for length, not for quotes...
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-22 aland Correct logic in check
2008-03-19 aland Don't crash... patch from Apple
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-15 aland If not threaded, update timers as soon as the request...
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-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-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
next