freeradius.git
2002-07-03 aland Last set of updates before 0.6 release_0_6_0
2002-07-03 fcusack it's nice when it actually compiles
2002-07-03 fcusack PAM portability changes
2002-07-01 kkalevFix the logic when we get an LDAP_SERVER_DOWN or we...
2002-06-26 fcusack update for new user/group defaults
2002-06-26 kkalevPass the whole password as salt in da_encrypt() in...
2002-06-25 cparker Updated with recent changes to the server.
2002-06-25 cparker Change behaviour so that if user/group are specified...
2002-06-25 kkalevDeclare rlm_pap thread safe
2002-06-25 kkalevAdd a mutex around crypt so that we can make rlm_pap...
2002-06-24 kkalev- Add a variable locked in the LDAP_CONN structure...
2002-06-24 fcusack updates from Marko Myllynen
2002-06-24 fcusack don't start radiusd by default
2002-06-24 fcusack lib/radius.c:tunnel_pwencode() now does salting and...
2002-06-24 fcusack make saltoffset static and comment it
2002-06-24 fcusack remove a reference
2002-06-24 fcusack format for 80 cols
2002-06-24 kkalevAdd a forgotten ldap_free_urldesc in ldap_xlat()
2002-06-22 kkalev* Correct a few typos in Autz-Type
2002-06-21 cparker Added config line for variable 'connect_failure_retry_...
2002-06-21 cparker Jumbo fix to quiet compiler warnings by adding (int...
2002-06-21 cparker Added pthread_mutex_destroy to module clean-up.
2002-06-21 cparker Incorporated patch from Todd T. Fries to rotate throug...
2002-06-20 kkalevAdd Autz-Type file with a few examples and words about...
2002-06-20 aland If we receive a duplicate reply from the home server...
2002-06-20 kkalevAdd SHA1 support. Declare the module thread unsafe...
2002-06-20 kkalevFix a small bug in user_admin.php3
2002-06-20 fcusack move sha1 and md4 code into lib
2002-06-19 kkalevAdd another configuration directive: access_attr_used_f...
2002-06-19 kkalevRemove authtype in the ldap section of radiusd.conf...
2002-06-19 3APA3A! should include md4.h rather than md5.h
2002-06-18 aland One more stab at working around autoconf stupidities
2002-06-18 kkalevAdd the ability to do a paircmp on the check items...
2002-06-18 aland Fix use of 'test'
2002-06-18 3APA3A! netinet/in.h moved after sys/types.h in sha1.c to...
2002-06-18 3APA3A! Fixed rad_tunnel_pwdecode for passwords longer than...
2002-06-18 aland Define top_srcdir, too, for new libtool.
2002-06-17 aland Removed checks for unused programs
2002-06-17 aland Allow lines without \n, when at the end of the file.
2002-06-17 fcusack valid type is actually 2, not 1.
2002-06-14 aland Make a soft link in two steps.
2002-06-14 aland Added initial handlers for pre-proxy, post-proxy,...
2002-06-14 aland Include more header files.
2002-06-12 aland Minor changes to follow the RFC's. If we receive...
2002-06-11 aland Add Freeradius-Proxied-To attribute as a VSA in the...
2002-06-11 aland Minor changes to simplify the rules
2002-06-11 aland Patch to add radrelay (from the Cistron server) to...
2002-06-11 aland Preliminary driver for sybase database, from mattias...
2002-06-11 aland Corrected typo in last commit
2002-06-11 kkalev* html fixes in user_finger.php3
2002-06-11 aland Don't assert things are working, check for error codes.
2002-06-11 fcusack -spam
2002-06-10 fcusack quiet compiler
2002-06-10 fcusack uhh sql_select_query() should actually return the...
2002-06-10 fcusack quiet compiler
2002-06-10 fcusack quiet compiler (auth_name -> auth_type to avoid shadow...
2002-06-10 fcusack add missing <string.h>, add (void) arg to usage()...
2002-06-10 fcusack quiet compiler
2002-06-10 fcusack vradlog() prototype no longer needed
2002-06-10 fcusack add prototype for vradlog()
2002-06-10 fcusack fix type for lt_dlhandle
2002-06-10 fcusack add <stdlib.h> for free(),atoi(),exit()
2002-06-10 fcusack fix arg for pairread()
2002-06-10 fcusack quiet compiler
2002-06-10 fcusack cleaner removal of mppe_gen_respkey()
2002-06-10 fcusack oops, that <stdlib.h> should have been <netinet/in...
2002-06-10 fcusack <stdlib.h> for free()
2002-06-10 fcusack lt_dlopenext() returns an lt_dlhandle, not lt_dlhandle *;
2002-06-10 fcusack signal handlers take an int arg
2002-06-10 fcusack add missing <stdlib.h> for free()
2002-06-10 fcusack add missing <string.h>
2002-06-10 fcusack quite (incorrect) compiler warning
2002-06-10 fcusack add missing <stdlib.h> for free()
2002-06-10 fcusack quiet compiler
2002-06-10 fcusack fix install rule for empty target
2002-06-10 fcusack Fix for freeradius' location for mkinstalldirs
2002-06-10 fcusack Fix up a poor attempt to make libtool do something...
2002-06-10 fcusack no changes, documentation only.
2002-06-10 fcusack DESTDIR = $(R)
2002-06-10 fcusack updated for libtool-1.4.2
2002-06-10 fcusack update libtool to 1.4.2
2002-06-07 aland Added : and space to list of un-escaped characters.
2002-06-07 aland Correct variable declaration to get rid of compile...
2002-06-07 aland Removed unused variables
2002-06-07 fcusack tweak noreplace settings per Marko Myllynen.
2002-06-06 aland Added 'AND AcctStopTime = 0' to queries. This means...
2002-06-06 cparker Added VSA Ascend-Auth-Delay to dictionary. This is...
2002-06-06 aland crypt() may fail, so we check for that.
2002-06-06 aland Copy sql user name over.
2002-06-06 aland Use -liodbc, not -lodbc
2002-06-05 aland Remove the garbage Proxy-Reply attributes which we...
2002-06-05 aland Removed iodbc configuration checks from the top-level...
2002-06-05 ramooreCorrecting problem of bad patch of simultaneous use...
2002-06-04 ramooreAdded simultaneous use checking capability to rlm_sql
2002-06-04 aland Attributes for SIP accounting, from sipd:
2002-06-04 aland Moved sql_set_user() to rlm_sql.c, which allows us...
2002-06-04 cparker Correct order of arguments to debug statement.
2002-06-04 aland When parsing tags, only allow numeric tags. If we...
2002-06-03 aland Added preliminary list of changes in 0.6
2002-06-03 aland In refresh_request(), if the home server never respond...
next