freeradius.git
2002-07-09 aland Updates to the python module, from migs paraz
2002-07-09 aland Experimental code (commented out by default) to allow...
2002-07-09 aland Corrected typo
2002-07-09 aland When decoding IP addresses, put their string represent...
2002-07-09 aland Put the string representation (nnn.nnn.nnn.nnn) of...
2002-07-09 aland Make the functions specific to libradius, so they...
2002-07-09 aland Added 'install' target, so libradius.so gets installed...
2002-07-09 fcusack Add a config file check, fix memory leaks that could...
2002-07-09 fcusack Add back headers mandated by SUSv2
2002-07-08 raghuEAP documentation
2002-07-08 aland When rejecting authentication due to external Exec...
2002-07-08 aland Make Exec-Program and Exec-Program-Wait work in debugg...
2002-07-08 aland Move definitions outside of ifdef
2002-07-08 aland Finalize the radrelay additions, based on Cistron...
2002-07-08 3APA3A+ rlm_cram is EXPEREMENTAL module for Challenge-Respons...
2002-07-08 raghuTake advantage of Configure
2002-07-08 raghuEAP can now take advantage of configure scripts
2002-07-08 aland Re-write to use libtool, which allows us to build...
2002-07-08 aland Added Cisco SSG VSA's, from
2002-07-08 pamBacking out removal of "modules.h".
2002-07-08 pamemoved superficial #include statements
2002-07-08 pamRemoved superficial #include statements
2002-07-06 fcusack avoid multiple inclusion of md4 and sha1 headers
2002-07-06 fcusack remove extraneous includes per Alan
2002-07-06 fcusack my autoconf appears to be broken. this looks a little...
2002-07-06 fcusack update for configure.in#1.158
2002-07-05 aland Make libradius-specific MD4 functions and structures
2002-07-04 aland Don't include the '\0' in the number of characters...
2002-07-04 aland If there's an error reading the configuration files...
2002-07-04 aland Added '/', and most importantly, '=' to the list of...
2002-07-04 aland Add proper pre-processor magic to get them to play...
2002-07-04 aland Removed GNU specific commands, which broke 'configure...
2002-07-04 aland Now that sha1 and md4 are in 'lib', their header files...
2002-07-04 fcusack Link all of libradius.a, not just referenced symbols.
2002-07-04 kkalevCheck if the last logged in server and client ip are...
2002-07-03 kkalev- Try to minimize the penalty of having the ldap server...
2002-07-03 kkalevRefresh the online users page every 50 secs. Patch...
2002-07-03 aland change version to 0.7-pre
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()
next