Update version number for 1.1.5 release.
[freeradius.git] / src /
2007-03-05 aland This would be useful
2007-03-05 aland Don't de-reference packet->vps if there's no packet.
2007-03-05 aland Free packet on successful return, too.
2007-03-05 aland Free packet if the contents are badly formatted. ...
2007-03-05 aland Free resources when using Exec-Program && Exec-Program...
2007-03-05 aland Free clients on error. Mostly a theoretical bug,...
2007-03-05 aland Free packet on error.
2007-03-05 aland Free packet if there was an allocation problem.
2007-03-05 aland Catch a corner case where use of Exec-Program and...
2007-03-05 aland Don't allow escapes (\\) if the input buffer is full
2007-03-05 aland Turned an assert into a run-time check, as it can...
2007-03-05 pnixonrewrite, using latest python C api thanks to Paul P...
2007-03-05 aland prev_eap_ds may be NULL. Don't dereference it.
2007-03-05 aland "randvp", not "rand".
2007-03-05 aland Fix base64 decoding
2007-03-01 aland Don't retransmit accounting packets. The NAS should...
2007-02-27 pnixonadd rlm_sqlhpwippool from cvs head
2007-02-25 nbk Fix a typo in log message.
2007-02-23 aland If we find Cleartext-Password but not User-Password...
2007-02-23 aland type.data is malloc'd by everyone BUT radeapclient...
2007-02-16 aland When we have a tunneled MS-CHAP2-Success attribute...
2007-02-15 aland Handle Client-Error code. If the client sends us...
2007-02-14 aland Port OpenSSL locking mutexes from the CVS head
2007-02-13 aland Port Status-Server requirements for Message-Authenticator
2007-02-13 aland Free all REQUEST's on exit
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 memory on detach
2007-02-09 aland Free more stuff on exit
2007-02-09 aland Define dict_free
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 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 Cleaned up exec stuff, to make it more like the CVS...
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-04 pnixonAdd -pie patch thanks to SUSE
2007-01-30 aland Don't start if the config files are globally readable...
2007-01-30 aland Die if we see globally writable dictionaries. That...
2007-01-30 aland Increase the size of the value buffer to allow parsing...
2007-01-26 aland use strNcpy, not strncpy, and use the size of the...
2007-01-24 aland Fix longstanding bug where the session wasn't being...
2007-01-10 pnixonteach sqlippool to report if it allocated and IP or...
2006-12-19 aland Updated functionality for rlm_pap
2006-12-09 aland Defined Cleartext-Password and Password-With-Header...
2006-11-29 aland Vista workarounds
2006-11-28 aland Print out more information about bad packets
2006-11-27 aland Pull -r1.23 -> -r1.24 from CVS head
2006-11-26 aland Parse a VALUE as an integer only if ALL of its characters
2006-11-26 aland VALUEs can only be defined for 'string' and 'octets...
2006-11-18 nbk Fix a corner case where the proxy port isn't set either in
2006-11-18 nbkPull from CVS head:
2006-11-16 aland Check return code of malloc
2006-11-16 aland Check return code of malloc in testing code
2006-11-15 aland Corrected typo
2006-10-26 aland Removed double free. This fixes bug #404
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusack add new header ident.h
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 fcusack otp_putfd(): add disconnect arg, to allow just mutex...
2006-10-24 fcusack remove trailing "\n"s from some radlog() calls
2006-10-20 aland fix stdarg.h
2006-10-20 fcusack prevent rcsid from being optimized out
2006-10-18 aland Send MS-CHAP2-Success, which makes EAP-TTLS/MSCHAP...
2006-10-18 aland Send MS-CHAP2-Success, which makes EAP-TTLS/MSCHAP...
2006-10-18 aland Print ntlm_auth failure reason in Module-Failure-Message
2006-10-18 aland Added preliminary code to support Firebird. Untested!
2006-10-18 aland Check return codes. This fixes bug #394
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-05 aland use struct sockaddr_storage, not struct sockaddr.
2006-10-05 aland don't call librad_log
2006-10-03 aland ./scripts/min-includes +n <files listed here>
2006-10-03 aland margin notes on which tokens have what numbers
2006-10-03 pnixonMoved schema to main sql files
2006-10-03 pnixonAdd new module to do configurable logging of accounting...
2006-10-03 pnixonso that we dont leak on a HUP
2006-10-03 pnixonNew patch for configurable logging
2006-10-03 pnixonRollback this patch.
2006-10-03 pnixonLogging update
2006-09-30 mgriegoSleep for 1 second if the child hasn't returned yet...
2006-09-30 fcusack another state->radstate fix
2006-09-30 fcusack s/bad state/bad radstate/ to be clear that it's not...
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-22 pnixonKill this stupid check for NULL username.
2006-09-21 pnixonRemove mutexes and log Called/Calling-Station-Id when...
2006-09-20 mgriegoIf we're using syslog, we have to parse the log {}...
2006-09-18 aland Calculate reply digest for Disconnect && CoA packets...
2006-09-18 pnixonUpdate to check the error codes properly so we only...
2006-09-14 aland Reverted the change from 1.36 -> 1.37.
next