freeradius.git
2005-08-12 nbk Add a comment "No Exec-Program, use rlm_exec" and...
2005-08-11 nbk Compile the file 'exec.c', too.
2005-08-11 nbk Move the file 'exec.c' from src/main to src/modules...
2005-08-11 nbk File 'exec.c' isn't needed anymore in the server core.
2005-08-11 nbk Delete deprecated attributes 'Exec-Program' and 'Exec...
2005-08-11 nbk Replace examples about 'Exec-Program' with examples...
2005-08-11 aland Removed {lower,nospace}_{user,pass}. They're terrible...
2005-08-11 aland Fix for bug #241
2005-08-11 nbk Remove special case for attribute 'Callback-Id'.
2005-08-11 aland Removed O(N^2) dependency in cf_item_add.
2005-08-10 aland After "make format"
2005-08-10 aland Put vendors into rbtree_t, too.
2005-08-10 aland Use hex, so it's more obvious what's going on
2005-08-10 aland From ericsson, with guesses
2005-08-10 aland More attributes
2005-08-10 nbk Print a warning if people are still using the deprecated
2005-08-10 nbk Remove the old directives "port" and "bind_address...
2005-08-10 nbk Delete the global variable 'auth_port'.
2005-08-10 nbk Minor fix in listen_init(): proxy socket was listening...
2005-08-10 aland More attributes, as found on the net
2005-08-09 aland More utilities to hack dictionaries
2005-08-09 aland Even more
2005-08-09 aland More attributes, as found on the net
2005-08-09 aland New dictionaries, as found on the net
2005-08-09 aland In CVS, but not used until the server can handle 16...
2005-08-09 nbk Fix compilation warnings.
2005-08-08 nbk Delete post_proxy_authorize. The modules dealing with...
2005-08-08 aland change passwd_rad_attr to PW_USER_PASSWORD
2005-08-08 aland More reformatting
2005-08-08 aland More fixes
2005-08-08 aland Run the dictionaries through the new formatting program,
2005-08-08 aland Be a little nicer
2005-08-08 aland Script to format dictionaries in a consistent manner...
2005-08-06 aland Reformatted & added attributes
2005-08-05 aland From ethereal
2005-08-05 aland From ethereal
2005-08-05 aland More attributes, as found on the net
2005-08-04 aland More attributes, as found on the net
2005-08-04 aland Added more attributes, as found on the net
2005-08-04 aland Include new Lucent dictionary for Taos16
2005-08-04 aland Added 4-octet VSA's, but commented out, because they...
2005-08-04 aland More attributes, as found on the net
2005-08-04 aland More attributes
2005-08-04 aland Lucent 16-bit VSA's. No VALUE's yet.
2005-08-04 aland More attributes, as found on the net
2005-08-04 aland More attributes, as found on the net
2005-08-04 aland Corrected typo
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...
next