freeradius.git
2007-11-23 aland More search and replace changes to clean up the code.
2007-11-23 aland Avoid OpenSSL compilation issues
2007-11-23 aland Handle EAGAIN in recfrom, in preparation for non-block...
2007-11-23 aland Renamed MD4* to fr_MD4*, in order to avoid issues...
2007-11-23 aland On HUP, cache the old configuration for ~60s. After...
2007-11-23 aland Permit HUPs only every 5s. If someone tries to HUP...
2007-11-22 aland Move to snprintf. Change to use vp_octets, which...
2007-11-22 aland Track the number of round trips, and bail out on a...
2007-11-22 aland Clean up code to call tls_handshake_send(), which...
2007-11-22 aland Prepare for session resumption patch.
2007-11-22 aland Some changes to speed up dictionary initialization
2007-11-21 aland More sanity checks on fragment size, and account for...
2007-11-21 aland Examples of using new module methods
2007-11-21 aland Added pre/post-proxy sections, and postauth section.
2007-11-21 aland Fixed incorrect commit
2007-11-20 aland Pack more EAP data into VALUE_PAIR's, to allow inner...
2007-11-20 aland Permit TLS inside of PEAP/TTLS tunnels. It won't...
2007-11-20 aland Handle multiple EAP-Messages inside of a PEAP tunnel.
2007-11-18 aland Updates from:
2007-11-16 aland Move parse of CONF_SECTION -> RADCLIENT into it's...
2007-11-16 aland Write our own sscanf for %i, which is ~30 lines long...
2007-11-15 pnixonThis function hasn't been used for 4 years now, so...
2007-11-14 aland New script to print out attributes ordered by type...
2007-11-14 aland Added one attribute defined in a Diameter RFC.
2007-11-13 aland marked more modules HUP-safe
2007-11-13 aland Point to the correct directories.
2007-11-13 aland Remove unneeded lines
2007-11-13 aland Fix includes and handling of directories.
2007-11-12 aland Added HUP support. As it happens, it's also thread...
2007-11-12 aland Mark more modules safe for -C
2007-11-11 aland Mark more modules "safe for -C"
2007-11-11 aland Mark more modules "safe for -C"
2007-11-11 aland Added -C command-line option, documentation, debug...
2007-11-11 aland Make cf_reference_item public, so it can be used in
2007-11-11 aland Change raddbdir to confdir for consistency.
2007-11-10 aland sprintf -> snprintf
2007-11-10 aland More careful sanity checking on the values of attribut...
2007-11-10 aland If the EAP message in the Diameter AVP is larger than 253
2007-11-10 aland Return EAPTLS_OK only if the SSL setup is finished...
2007-11-09 nbk When s = cl->shortname we try to copy a string of...
2007-11-08 aland Call record_minus, not record_init() on handshake...
2007-11-07 aland We don't need or use librad_MD4* stuff
2007-11-07 aland Don't strip executables. The people who need the...
2007-11-06 aland If there's no User-Name, ldap is a NOOP, not a failure
2007-11-05 aland Catch some corner cases in wait_a_bit
2007-11-05 aland Clarify code
2007-11-05 aland Set el->now
2007-11-05 aland Updated Schema
2007-11-03 aland Point to MS's page
2007-11-02 aland One more sample virtual server. At this rate, we...
2007-11-02 aland Deleted blank line
2007-10-30 aland Many modules return FAIL. This means authentication...
2007-10-29 aland Remove unused header files
2007-10-29 aland Re-arrange code into common functions
2007-10-29 aland Use better function
2007-10-29 aland More checks for functions on unsupported platforms
2007-10-29 aland Build on systems without pthread (or --without-threads)
2007-10-29 aland More #ifdef's for platforms that need them
2007-10-29 aland Wrap include with #ifdef's
2007-10-29 aland lockf portability
2007-10-24 aland Call OpenSSL_add_all_algorithms()
2007-10-24 aland Look for <openssl/evp.h>, for OpenSSL_add_all_algorithms()
2007-10-24 aland Corrected typo
2007-10-23 aland Remove Auth-Type example
2007-10-23 aland Corrected name
2007-10-23 aland Notes on requiring a client certificate
2007-10-23 aland Now that we have virtual servers, we don't need vmpsd...
2007-10-23 aland Updated
2007-10-23 aland Copied VMPS stuff to a virtual server
2007-10-23 aland Update date
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...
next