Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
[freeradius.git] / src / main /
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2007-02-14 aland Port OpenSSL locking mutexes from the CVS head
2007-02-14 aland Free allocated memory
2007-02-14 aland Added call to dict_free(). valgrind now shows no...
2007-02-13 aland replace strncpy strlcpy `cat filelist`
2007-02-13 aland replace strNcpy strlcpy -- `cat file_list`
2007-02-13 aland Free allocated memory
2007-02-13 aland Free all REQUEST's on exit
2007-02-12 aland Pass the correct arguments to packet list walk in...
2007-02-12 aland Free the parsed data prior to calling the modules...
2007-02-12 aland Added code to free module configuration automagically.
2007-02-12 aland Corrected typo
2007-02-12 aland Free allocated memory
2007-02-12 aland Added '-m' option from 1.1
2007-02-12 aland Don't initialize the wait hash if we're not threaded
2007-02-12 aland Include filenames, too
2007-02-12 aland Added 'base' and 'variables' to CONF_SECTION, so that the
2007-02-12 aland Free allocated memory
2007-02-12 aland Added 'base' and 'variables' to a CONF_SECTION, which...
2007-02-12 aland Added undocumented '-m' so that for debugging, CTRL...
2007-02-12 aland free another tree
2007-02-09 aland Be more aggressive about freeing memory on clean exit.
2007-02-09 aland Free more stuff on exit
2007-02-09 aland Caching request->password is probably a bad idea
2007-02-09 aland Don't start if radius_dir is globally writable
2007-02-09 aland Don't allow radius_dir to be globally writable
2007-02-09 aland increase size of buffer to allow longer SQL qeuries
2007-02-09 aland use correct lineno
2007-02-09 aland use correct lineo.
2007-02-09 aland cleaned up the exec stuff again, and moved the "wait for
2007-02-09 aland Cleaned up exec stuff, to make it more like the CVS...
2007-02-06 aland Support Status-Server on accounting ports, too
2007-02-06 aland Return -1 on error, not NULL
2007-02-06 aland One more check
2007-02-06 aland Check for existence of c->shortname before dereferenci...
2007-02-04 pnixonAdd -pie patch thanks to SUSE
2007-02-04 pnixonAdd -pie patch thanks to SUSE
2007-02-03 pnixonAdd new log type (L_ACCT) and use it in rlm_acctlog
2007-01-30 aland Don't allow globally readable or writeable configurati...
2007-01-30 aland Don't start if the config files are globally readable...
2007-01-26 aland use fork() where we don't need to wait.
2006-12-14 nbk Include "autoconf.h" before testing the macro WITH_SNMP.
2006-12-12 aland Fix stupid bug. rad_send() takes secret as second...
2006-11-28 aland Print out more information about bad packets
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Remove rfc_clean function
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-18 nbk Fix a corner case where the proxy port isn't set either in
2006-11-16 aland Move action2str to where it needs to be.
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-20 aland fix stdarg.h
2006-10-09 aland re-arrange the "apply priority" code so that it does...
2006-10-09 aland print out module return code, too. This appears to...
2006-10-06 aland Pull code from CVS head to split argv BEFORE radius_xl...
2006-10-03 aland ./scripts/min-includes +n <files listed here>
2006-09-30 mgriegoSleep for 1 second if the child hasn't returned yet...
2006-09-28 aland Set component and module when processing a request...
2006-09-27 aland Call proxy_listener->send, not listener->send
2006-09-27 mgriegoFix a race condition when running in threaded mode...
2006-09-20 mgriegoIf we're using syslog, we have to parse the log {}...
2006-09-14 aland Don't NULL self->request until after we're done using it
2006-09-13 aland When walking over a section, handle the case of CONF_DATA
2006-09-11 aland get rid of race condition on proxying by moving the...
2006-09-06 aland Pick a proxy port for radrelay
2006-09-05 aland Don't call cf_section_read() recursively. Instead...
2006-09-05 aland Catch more cases of start section without end, and...
2006-09-05 aland 'X' means 'print output to stdout'
2006-09-05 aland Separate reading of a file from $INCLUDEing a file.
2006-09-01 aland All components and indices for module calling are...
2006-09-01 aland Move the module lists to hash tables, which are simple...
2006-09-01 aland cf_section_read() is called from two places:
2006-08-24 aland Don't copy User-Password to Cleartext-Password, if...
2006-08-24 aland If debugging, set output to stdout.
2006-08-23 aland Until we read radiusd.conf, all errors should go to...
2006-08-21 nbk Don't link mainconfig.lo to radrelay, it's not necessary.
2006-08-18 aland Pulled from branch_1_1
2006-08-18 aland Use correct catch for lines that are too long\18
2006-08-17 aland Don't free cs if it was uninitialized
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-08-15 aland Now that we have Cleartext-Password and Password-With...
2006-07-13 aland Yank & de-allocate ID after verifying signature, not...
2006-07-13 aland Don't go up too far in open braces. Otherwise:
2006-07-13 aland Rename index to count, to avoid compiler warnings.
2006-07-07 aland When reading the detail file, look for Packet-Src...
2006-07-07 aland When printing IPv6 address, print IPv6 ones...
2006-07-01 fcusackimport from branch_1_1:
2006-06-28 aland When we get a new packet, IF the old one is not curren...
2006-06-27 aland Don't retransmit accounting packets, the NAS should...
2006-06-27 aland Move to new packet list for main request handler,...
2006-06-27 aland Clean up API for packet list stuff, and a minor bug.
2006-06-21 aland Cleaned up fork code (again) so that when a module...
2006-06-16 aland Added "hash" back to RADIUS_PACKET, for speed.
2006-06-14 aland else and elsif can't be used in load-balance sections...
next