freeradius.git
2007-04-14 aland Clean up header files
2007-04-14 aland Don't build the module if there's no regex.h
2007-04-14 aland Check for more #ifdef's
2007-04-14 aland Added more header files && libraries
2007-04-14 aland Check for pwd.h && grp.h, and don't build rlm_unix...
2007-04-14 aland We don't need pwd.h or grp.h
2007-04-14 aland Include getaddrinfo, too
2007-04-14 aland Corrected typos, etc. so it builds
2007-04-14 aland Removed unused label
2007-04-14 aland Third argument to strlcpy is size of output buffer...
2007-04-13 aland Clean up some header files
2007-04-13 aland Clean up header files
2007-04-12 aland Don't re-initialize SNMP on HUP.
2007-04-12 aland It's OK if we can't create a Post-Auth-Type = Reject.
2007-04-12 aland Use new lrad_ipaddr_cmp() function
2007-04-11 aland move lrad_ipaddr_cmp() from packet.c to misc.c, make...
2007-04-11 aland pairfree(&vp) on parse error.
2007-04-11 aland Update more SNMP counters after double-checking them.
2007-04-11 aland Note new SNMP support
2007-04-11 aland Don't return c->ipaddr, it's a struct. Return c-...
2007-04-11 aland removed rad_postauth_reject(), and multiple...
2007-04-11 aland Quench reject_delay to be no less than zero
2007-04-11 aland Allow cleanup_delay() to be called with REQUEST_DONE...
2007-04-10 aland Set no such child PID for reject/cleanup requests
2007-04-10 aland Keep SNMP statistics for packets we receive from clien...
2007-04-10 aland Remember the new home server
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
next