freeradius.git
2007-02-14 aland Removed all free(inst->foo) where "foo" comes from...
2007-02-14 aland Don't free the ID, it's allocated as part of a larger...
2007-02-14 aland Added call to dict_free(). valgrind now shows no...
2007-02-13 aland Remove diameter hack. The new radext extended attribu...
2007-02-13 aland Casts to quiet the compiler
2007-02-13 aland Minor casts to quiet the compiler
2007-02-13 aland replace strncpy strlcpy `cat filelist`
2007-02-13 aland replace local StrnCpy with strlcpy
2007-02-13 aland strNcpy is no longer used. Delete it
2007-02-13 aland replace strNcpy strlcpy -- `cat file_list`
2007-02-13 aland un-register things
2007-02-13 aland Free allocated memory
2007-02-13 aland Permissions are now 750 for directories, and 644 for...
2007-02-13 aland Use definitions for Tunnel-Medium-Type from RFC 2868...
2007-02-13 aland New text for Status-Server, saying it's useful.
2007-02-13 aland Message-Authenticator is required in Status-Server...
2007-02-12 aland Do a better job of freeing allocated memory
2007-02-12 aland Pass the correct arguments to packet list walk in...
2007-02-12 aland call paircompare_unregister
2007-02-12 aland Unregister PW_TIME_OF_DAY, too
2007-02-12 aland We register Expiration, not Current-Time.
2007-02-12 aland Don't free strings allocated by cf_section_parse()
2007-02-12 aland Free the parsed data prior to calling the modules...
2007-02-12 aland Don't free formatstring on instantiate, free it on...
2007-02-12 aland Added code to free module configuration automagically.
2007-02-12 aland Free allocated memory
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 Correctly parse Base64 encoded strings
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 use chap->foo, not request->password->foo
2007-02-09 aland Free memory on detach
2007-02-09 aland When a duplicate attribute is found, delete the old one
2007-02-09 aland Fix lrad_hash_table_free()
2007-02-09 aland request->password is User-Password or CHAP-Password.
2007-02-09 aland Caching request->password is probably a bad idea
2007-02-09 aland Use pairfind() to get CHAP-Password, not request-...
2007-02-09 aland Don't start if radius_dir is globally writable
2007-02-09 aland Updated with new attributes from bug #417
2007-02-09 aland use correct lineo.
2007-02-09 aland cleaned up the exec stuff again, and moved the "wait for
2007-02-08 aland If a packet is too long, truncate at the last good...
2007-02-08 aland Don't leave 'vp' pointing to a deleted attribute
2007-02-08 aland Apply patch from 1.67 to accounting requests, too
2007-02-06 pnixonChange BEGIN to SQL99 conformant START TRANSACTION
2007-02-06 pnixonAdd non-mandatory pool-check statement to allow detecti...
2007-02-06 aland Support Status-Server on accounting ports, too
2007-02-06 aland Don't copy too much data && crash the client
2007-02-06 aland Return -1 on error, not NULL
2007-02-06 aland One more check
2007-02-06 aland Build on non-IPv6 aware systems
2007-02-06 aland Build on systems without IPv6 addresses
2007-02-06 aland Check for existence of c->shortname before dereferenci...
2007-02-05 pnixonAdded new option sqlippool_log_clear to log when an...
2007-02-05 pnixonOn query error, emit the failed query to the log so...
2007-02-05 pnixonAdd configure to the tree
2007-02-04 pnixonChange the order back. Turns out that we get unwanted...
2007-02-04 pnixonAdd sqlippool and acctlog to the list of stable modules
2007-02-04 pnixonApply SUSE's edir.patch to explicitly set edir_account_...
2007-02-04 pnixonApplied radiusd-pamd.diff. 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-02-03 pnixonAdd Acct-Session-Time to Stop logs and adjust other...
2007-02-03 pnixonFix spelling in comments
2007-02-03 pnixonReturn RLM_MODULE_FAIL instead of RLM_MODULE_NOOP if...
2007-02-03 pnixonSwitch the order of Framed-IP-Address and Pool-Name...
2007-01-30 aland List include files as being OK to install
2007-01-30 aland Don't allow globally readable or writeable configurati...
2007-01-30 aland Don't allow globally writable dictionaries. This...
2007-01-28 aland As posted to the list
2007-01-27 pnixonAdd version line and allow code to be executed from...
2007-01-26 aland use fork() where we don't need to wait.
2007-01-26 aland Use strlcpy rather than strncpy, and use the size...
2007-01-24 aland Pull fix from 1.1 branch
2007-01-23 pnixonClean up the comments a little
2007-01-23 pnixonUpdate comments to correctly reflect which detail files...
2007-01-22 pnixonfix 2 minor typos in the comments
2007-01-10 pnixonteach sqlippool to report if it allocated and IP or...
2007-01-09 pnixonFix Bug 413 sqlippool_query1 freeing results too early
2007-01-08 pnixonSomeone added attrs.access_reject and attrs.accounting_...
2007-01-08 pnixonin case of a non-SQL_DOWN fatal error that occurs on...
2007-01-05 pnixonAdd X-Ascend-Session-Svr-Key to table to allow Packet...
2007-01-02 pnixonFixed incorrect spelling of "occurred" in 2 places
2006-12-14 nbk Include "autoconf.h" before testing the macro WITH_SNMP.
2006-12-14 nbk Include "autoconf.h" before testing the macro WITH_UDP...
2006-12-13 pnixonFix list address
2006-12-12 aland Fix stupid bug. rad_send() takes secret as second...
2006-12-12 pnixonMinor formatting cleanups.
2006-12-12 pnixonCode is a bit clearer this way. Functionality should...
2006-12-12 pnixonFix syntax typo
2006-12-12 pnixonFix a STUPID memory leak introduced by yours truely..
2006-12-04 bjordanov Added new hash RAD_CONFIG
2006-11-29 aland Workarounds for Vista
2006-11-28 aland If less than 4 bytes are read, tell the caller...
2006-11-28 aland Updated names so that upper/lower case matches. Patch...
2006-11-27 aland VALUEs can only be defined for BYTE, SHORT, and INTEGER
next