freeradius.git
2005-08-03 aland Don't set auth-type. It's almost always wrong
2005-08-03 phampsondpatch-2 patches
2005-08-03 phampsonForward port all the interesting things from FreeRADIUS...
2005-08-03 aland Don't have a 2-byte over-run read
2005-08-02 aland Latest set of changes
2005-08-02 aland Parse Lucent 16-bit VSA's in rad_decode, too
2005-08-02 aland Create Lucent-style VSA's, too
2005-08-02 aland More sanity checking on the attribute numbers, so...
2005-08-01 aland Removed usercollide functionality. It can be done...
2005-07-31 nbk When linking, it's $(LDFLAGS) instead of $(CFLAGS).
2005-07-30 nbk Don't zap the session if the function rad_check_ts...
2005-07-30 nbk Don't zap the session if the function rad_check_ts...
2005-07-30 nbk Add a comment about the return values of the function...
2005-07-28 nbk Check the value of realm->striprealm before overwritin...
2005-07-26 aland Ports are unsigned int's
2005-07-25 aland Use new realm disable & stuff
2005-07-25 aland Make realm_disable() work for all kinds of packets.
2005-07-24 nbk Additional Cisco VoIP attributes, as posted to the...
2005-07-23 nbk Replace '%{NAS-Port}' with %{NAS-Port:-NULL} because...
2005-07-22 aland Allow Attribute-Name[stuff] to work
2005-07-22 aland Check return code for rad_send()
2005-07-22 aland Fix test for port over-ride
2005-07-22 nbk As iODBC defines success codes other than SQL_SUCCESS...
2005-07-21 aland prefer shortname, and set it if unset
2005-07-21 aland Allow multiple "listen" sections to use the same clien...
2005-07-21 nbk s/mainconfig.client_trees/mainconfig.clients/
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.
next