freeradius.git
2007-12-02 aland Call lt_dlexit() AFTER detach modules.
2007-12-02 aland Include file for prototypes
2007-12-01 nbk Add an example of the option "sql_user_name" to the...
2007-11-28 aland Corrected typos
2007-11-28 aland More OS portability issue
2007-11-28 aland Corrected typo in name
2007-11-28 aland Corrected typo
2007-11-28 aland Define TNC-VLAN-{Access,Isolate}, and look for them in
2007-11-28 aland Use FreeRADIUS configuration files to set vlan_access and
2007-11-28 aland Use libtool for linking, rather than dlopen().
2007-11-27 aland If the client puts many types into a NAK, pick the...
2007-11-27 aland TNC can only be run inside of a tunneled method.
2007-11-27 aland Changes to make EAP-TLS inside of EAP-TTLS at least...
2007-11-27 aland Removed hack-y generate_state() and verify_state(...
2007-11-27 aland Convert radlog(L_INFO, ... to DEBUG2(... to avoid...
2007-11-27 aland Cleaned up debugging
2007-11-27 aland Changed radlog(L_INFO... to DEBUG2(... to avoid pollut...
2007-11-27 aland Made some functions static.
2007-11-27 aland Re-assemble fragments properly for tunneled data
2007-11-27 aland *Correctly* Re-assemble large amounts of data inside...
2007-11-26 aland Removed UTF-8 text.
2007-11-26 aland Minor edits to configure.in, and re-generated configure
2007-11-26 aland This is auto-generated, and not needed
2007-11-26 aland Added verbatim from the TNC project. This commit...
2007-11-26 aland Corrected typo
2007-11-26 aland More fixes for -Werror
2007-11-26 aland More portability fixes
2007-11-25 aland removed unnecessary line
2007-11-25 aland More changes from previous commit
2007-11-25 aland Many "unsigned char" to "uint8_t" and "int" to "size_t...
2007-11-25 aland Rename libeap to libfreeradius-eap
2007-11-25 aland Define functions
2007-11-25 aland Fixed compiler warnings so it now builds with -Werror
2007-11-24 aland More notes on what's new
2007-11-24 aland Use new LIBRADIUS definition
2007-11-24 aland Define LIBRADIUS
2007-11-24 aland Renamed libeap to libfreeradius-eap, which avoids...
2007-11-23 aland Be a little more forgiving about includes
2007-11-23 aland Added definitions for more EAP types
2007-11-23 aland More changes to make a common naming scheme. This...
2007-11-23 aland permit -c to work
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
next