freeradius.git
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...
2007-12-08 aland Don't duplicate a function. It's stupid
2007-12-08 aland Catch corner case, as posted to the list
2007-12-06 aland Use local array for FD's. It's marginally faster.
2007-12-06 aland Enabled O_NONBLOCK for UDP sockets
2007-12-06 aland Updated log message
2007-12-06 aland Delay a little longer in wait_a_bit. It can't hurt.
2007-12-05 aland Signed / unsigned issues
2007-12-05 aland Remove 'caseless' from VALUE_PAIR flags. It's not...
2007-12-02 aland Safer way of setting things
2007-12-02 aland Reference net-snmp API, if it exists
2007-12-02 aland Fix more compiler warnings
2007-12-02 aland Fix all compiler warnings. With luck, this will fix...
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.
next