freeradius.git
2007-04-17 aland Define SHA1-Password, as the documentation references it.
2007-04-17 aland Remember per-listener clients in the "tree by number...
2007-04-17 aland removed unused variable
2007-04-17 aland Reduce the verbosity of SNMP when in debug level 2
2007-04-17 aland Remove array of old configs on HUP
2007-04-17 aland Remember the tree of clients by number.
2007-04-17 aland More replace vp->lvalue with vp->vp_*
2007-04-17 aland Replace vp->lvalue with vp->vp_*, in preparation for...
2007-04-17 aland When done, return the last result.
2007-04-17 aland C files depend on libradius.h, too
2007-04-16 aland Don't skip over SMUX registration on HUP
2007-04-16 aland Allow HUPs to work from debugging mode, and to NOT...
2007-04-16 aland Don't do SNMP counters for detail file
2007-04-16 aland Try to keep SNMP going on HUP.
2007-04-16 nbk Link libradius to radsniff, too.
2007-04-16 nbk Declare a prototype for xlat_free().
2007-04-16 nbk Remove dead link from the documentation. (closes:...
2007-04-16 aland Move libradius to link BEFORE the other libraries...
2007-04-16 aland Allow non-regex matches to work, too
2007-04-16 aland Added pair compare's for packet src/dst IP, src/dst...
2007-04-16 aland Add check for gettimeofday
2007-04-16 nbk Include missing header "udpfromto.h".
2007-04-14 aland Update timers when moving request from one home server to
2007-04-14 aland revert earlier change
2007-04-14 aland Ensure reset_signal returns something (not that the...
2007-04-14 aland Take care of more missing functions
2007-04-14 aland When building without pthreads, call correct function
2007-04-14 aland open is a function, not a variable name
2007-04-14 aland Define gettimeofday() for systems that don't have it
2007-04-14 aland Clean up header files
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...
next