freeradius.git
2007-04-10 aland Moved SNMP socket handling to listen.c, in preparation for
2007-04-10 aland make ':-' work again
2007-04-10 aland cleaned up debug messages
2007-04-10 aland Update the copyright years
2007-04-10 aland rad_panic never returns
2007-04-10 aland*** empty log message ***
2007-04-09 aland use sizeof()
2007-04-08 aland Added RFC 4679 dictionary
2007-04-08 aland Added DSL forum informational RFC
2007-04-08 aland Pulled new RFC's from IETF.org
2007-04-08 aland Add more LDAP escaping rules from RFC 2253
2007-04-08 aland Corrected typo
2007-04-08 aland Use memcmp, rather than doing the comparison by hand.
2007-04-08 aland Force response to be in uppercase
2007-04-08 aland Corrected typo.
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-08 aland Don't print errors if the error is zero.
2007-04-07 aland We treat openbraces as normal.
2007-04-07 aland Border-line case where cache may be NULL...
2007-04-07 aland Don't de-reference NULL on exec
2007-04-07 aland If we failed to create a VP on OOM, exit from the...
2007-04-07 aland Complain if we get an error reading the radutmp file.
2007-04-07 aland One-liner to quiet Coverity
2007-04-07 aland Should use (sizeof(array)/sizeof(array[0]) for looping...
2007-04-07 aland On continuation, die if the buffer is nearing full.
2007-04-07 aland call fclose() on error.
2007-04-07 aland free(c) on parse error
2007-04-07 aland free handler on OOM.
2007-04-07 aland free(inst) on OOM
2007-04-07 aland On failed open, free memory.
2007-04-07 aland free strdup'd memory on error.
2007-04-07 aland free(c) on error.
2007-04-07 aland free(c) on error.
2007-04-07 aland free(this) on error.
2007-04-07 aland If we've run out of memory, free(challenge), too.
2007-04-07 aland free(vp) on decoding error.
2007-04-07 aland free(newhash) on error.
2007-04-07 aland dict_init() && my_dict_init() require a non-NULL ...
2007-04-07 aland sql_poolfree dereferences inst->config, too. Move...
2007-04-07 aland Move free of xlat_name into section that checks for...
2007-04-07 aland Free dval on error reading the dictionary files, or...
2007-04-07 aland prev_eap_ds might be NULL. Check it, too.
2007-04-07 aland Documentation and examples for new templates feature
2007-04-07 alandfile dictionary.rfc4675 was added on branch branch_1_1...
2007-04-07 aland Added another recent RFC
2007-04-07 alandfile dictionary.rfc4372 was added on branch branch_1_1...
2007-04-07 aland New RADIUS dictionary
2007-04-07 aland Add templates, which are taken from an idea by Arran...
2007-04-07 aland add "client-balance", which is load-balancing to home...
2007-04-07 aland Template for load-balance, etc. tests
2007-04-07 aland work around CVS issues
2007-04-06 nbk Add rlm_sql_firebird (author: Vitaly Bodzhgua) to...
2007-04-05 aland Initial stab at an automated test harness for FreeRADIUS.
2007-04-05 aland casts, etc. to quiet compiler warnings
2007-04-05 aland More casts to avoid -std=c99 warnings
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-04-05 nbk Regenerate from configure.in.
2007-04-05 aland include <string.h> if necessary, too
2007-04-05 aland Include missing.h from libradius.h
2007-04-04 nbk Add support for "./configure --without-docdir" which...
2007-04-04 nbk Add support for "./configure --without-docdir" which...
2007-04-03 nbk Include missing header "radius_snmp.h".
2007-04-03 aland Massive change to the server core to remove horrid...
2007-04-03 aland -I ..../libltdl
2007-04-03 aland print one-line per-file summary, if asked
2007-04-03 aland more sanity checks
2007-04-03 aland corrected typo
2007-04-02 nbk Fix compilation errors.
2007-04-02 nbk Don't include the same header multiple times.
2007-04-02 nbk The variable "rcsid" is defined twice.
2007-03-30 nbk otppasswd.sample is no longer used.
2007-03-27 aland use sizeof(), rather than hard-coded number
2007-03-27 aland with strlcpy, we don't need an extra -1
2007-03-26 aland Update version number
2007-03-26 aland port fix from branch_1_1
2007-03-26 aland corrected typo
2007-03-26 aland close socket only if it's unconnected
2007-03-25 nbk Compile the file sql_fbapi.c, too.
2007-03-21 nbk The libpq manpage says the PGconn pointer should not...
2007-03-21 nbk The libpq manpage says the PGconn pointer should not...
2007-03-21 fcusack document removal of delete_blocked_requests
2007-03-21 fcusack regenerate
2007-03-21 fcusack re-apply ltdl.c#1.8:
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusack Shoot. ltdl.h#1.4 was not unmodified libltdl-1.5...
2007-03-21 fcusackimport from branch_1_1:
2007-03-20 fcusack remove delete_blocked_requests option due to unsafe...
2007-03-20 fcusack lowercase URL
2007-03-19 nbk Add libtool-ltdl-devel as a prerequisite for building.
2007-03-19 nbk Add libtool-ltdl-devel as a prerequisite for building.
2007-03-16 aland Use braces. This closes #429
2007-03-16 aland be a little more forgiving about format
2007-03-16 aland pass filenames via argv
2007-03-14 aland Hmm.. why was this patch added?
2007-03-14 aland With updates from the last release
2007-03-14 aland From Chillispot's web site
2007-03-12 aland We malloc(len + 1), so strlcpy(..., len + 1), rather...
2007-03-12 aland third argument to strlcpy is the size of the first...
2007-03-12 aland strcpy doesn't need a '-1' in the sizeof
2007-03-12 aland Initialize pd. Return 0 on error, rather than -1
next