freeradius.git
2005-07-21 nbk Install radsqlrelay, too. (the new Perl version)
2005-07-21 aland Document "ipv6addr" in listen{}
2005-07-21 aland Added support for per-socket client lists.
2005-07-19 aland No more radrelay. Say so.
2005-07-19 aland Updates
2005-07-19 aland Removed radrelay & radsqlrelay
2005-07-19 aland Lower the work we do to find a client.
2005-07-19 aland Enable SNMP support for clients again.
2005-07-18 aland Call client_free() if client_add() fails.
2005-07-18 aland Move RADCLIENT* in mainconfig to rbtree's. This means...
2005-07-13 aland Add note re: RFC compliance
2005-07-13 aland Let's document EAP, too
2005-07-13 nbk Missing rad_free()
2005-07-11 aland Make name lookups case sensitive.
2005-07-11 aland Make '-p' work again, and catch some corner cases
2005-07-11 aland Initialize modules AFTER forking, which may help some...
2005-07-11 aland Be less verbose
2005-07-11 aland Don't copy VSA's to an Access-Reject packet
2005-07-11 nbk It's 'realm->acct_ipaddr' instead of 'realm->ipaddr'.
2005-07-10 nbk Allow to cancel proxy of accounting with Proxy-To...
2005-07-08 aland New function lrad_hash_fold(). Not used, but it shoul...
2005-07-08 aland Pull "verify packet" into separate routine, to mirror...
2005-07-07 aland A bit better checks for packet length.
2005-07-07 nbk Remove length restrictions on strings in generate_sql_...
2005-07-07 aland Use MSG_PEEK to get the first 4 bytes of the packet...
2005-07-07 aland clarify rad_tunnel_pwdecode
2005-07-06 aland Re-write rad_pwencode() and rad_pwdecode() to be clear...
2005-07-06 aland Added 'text' to top of the files, so editors will...
2005-07-06 aland Use 'void *' rather than 'unsigned char *'
2005-07-05 aland Use certificate chain. Patch from bug #112, and close...
2005-07-05 aland Hack to allow it to build
2005-07-01 pnixonAlso store h323voicequality in SQL. Thanks to Ilia...
2005-07-01 pnixonChange default servername
2005-07-01 nbk Fix the IPv4 addresses comparison in client_find()
2005-06-29 aland NetBSD compatibility
2005-06-29 aland Added one more (important) call to reap_children
2005-06-28 aland Updates, as posted to the list
2005-06-28 aland Aruba vendor dictionary, as posted to the list
2005-06-27 fcusack soft PIN
2005-06-25 nbk Fix quote removal of the value in sql_userparse (close...
2005-06-21 aland Removed errant ^G
2005-06-20 aland Properly initialize radlog_dest
2005-06-19 nbk Man page for radsqlrelay (the new Perl version)
2005-06-18 aland Make parser more forgiving.
2005-06-16 aland Suppress sending rejects *unless* DELAYED_REJECT is...
2005-06-15 aland Be a little more forgiving about where the time may be
2005-06-14 aland Set Session-Timout if we find an expiration attribute.
2005-06-14 aland When parsing dates, if they don't give seconds, that...
2005-06-14 aland More random hacking at random pools
2005-06-13 aland Put CONF_DATA into rbtree's, too
2005-06-13 aland Don't leak CONF_DATA
2005-06-13 aland From Shawn K. O'Shea
2005-06-13 aland More hacks to random number stuff. We now have lrad_r...
2005-06-11 nbk Apply a patch from Thor Spruyt (closes: #169)
2005-06-11 nbk Add an example for a specific realm
2005-06-11 nbk Add an example for the preproxy_users file (closes...
2005-06-11 nbk Error in previous commit: pre_proxy_log should remain...
2005-06-11 nbk Make the file more readable and add a few comments...
2005-06-11 nbk Corrections in the text and a supplementary example...
2005-06-11 nbk Add a module instance attr_filter.pre-proxy (closes...
2005-06-11 nbk Install attrs.pre-proxy, too.
2005-06-11 nbk Add an example file for rlm_attr_filter in pre-proxy...
2005-06-10 aland Update random vector & random number code, so that...
2005-06-09 nbk radzap is a shell script, therefore it doesn't need...
2005-06-03 aland Call eaptls_fail on reject, and unknown packet codes...
2005-06-03 aland If the callback fails, do eap_fail() to get an EAP...
2005-06-03 aland More docs for peap
2005-06-03 nbk Add rlm_sql_log
2005-06-03 nbk Add a configuration example for the rlm_sql_log module
2005-06-02 aland Use default update function, so we don't core dump...
2005-06-02 aland Updates from Graeme Hinchliffe
2005-06-02 aland Add pointer to other docs
2005-06-02 aland Add more copyright statements
2005-06-01 aland Don't log endless informational messages.
2005-06-01 aland Update pointers for proxy types. Whoops...
2005-05-31 aland Move net/if.h
2005-05-31 aland Updates, reformatting, etc
2005-05-31 aland Add re-transmits of accounting packets back in, that...
2005-05-31 aland Don't send Proxy-State from home server in reply,...
2005-05-30 nbk This Perl script tails a SQL logfile and forwards...
2005-05-30 nbk Man page for module rlm_sql_log
2005-05-30 nbk Generated from configure.in revison 1.1 using autoconf...
2005-05-30 nbk File necessary to build the module
2005-05-30 nbk This module appends the SQL queries in a log file...
2005-05-28 aland More fixes to refresh_request.
2005-05-27 aland Afte rre-config
2005-05-27 aland re-autogen
2005-05-27 aland See "man radrelay.conf"
2005-05-27 aland Document radrelay.conf
2005-05-27 aland Rename structure elements for sanity
2005-05-27 aland Moved per-type data for rad_listen_t to dynamically...
2005-05-27 aland Expose rad_encode() and rad_sign()
2005-05-27 aland Added simple, fast, non-cryptographic hash function
2005-05-27 aland clean up ifdef's and too many variables
2005-05-27 aland Update rad_sendto && rad_recvfrom, to not call udpfrom...
2005-05-27 aland set recv/send/update for "bind_address", too
2005-05-27 aland Break rad_send() into rad_encode(), rad_sign(), and...
2005-05-26 aland detail'd packets have a random vector.
2005-05-26 aland Fix offset for xlat_config
2005-05-26 aland Make new request_list_t structure, and return it from...
next