freeradius.git
2002-07-17 aland Added more simple text to help people get the server...
2002-07-16 aland Updated to match latest changes.
2002-07-16 aland Updated prototype to match function def.
2002-07-16 aland Added PAP, CHAP, LDAP, etc. Auth-Type's to the default...
2002-07-16 aland Don't free vp when there's an error in pair parse...
2002-07-16 aland Make certain strings 'const'
2002-07-16 aland Last set of changes to make sem_init and friends be...
2002-07-15 aland Btter changes which should fix the stupid autoconf...
2002-07-15 aland Link only the modules defined in the top-level Make...
2002-07-15 aland Check for header files in configure script, and add...
2002-07-15 aland 'test' takes '=', not '=='
2002-07-15 pamPrevious commit fixing build on HP/UX broke it for...
2002-07-12 aland Don't use <sys/fcntl.h>, use <fcntl.h>
2002-07-12 aland Patches to enable or disable using the supplied libltdl
2002-07-12 aland What the heck, look for <fcntl.h> and <sys/fcntl.h...
2002-07-12 fcusack stdio.h
2002-07-11 aland Update sample config and documentation for perl module.
2002-07-11 aland Added ifdef's around pthread-specific functions.
2002-07-11 cparker Rename local functions _sql_*() to rlm_sql_*() to...
2002-07-11 raghuResolved Initialization issues.
2002-07-11 cparker SQL Socket Reconnect patch from Todd T. Fries.
2002-07-11 aland Added ifdef's around use of pthread functions.
2002-07-11 kkalevFix a stupid bug when seting the last character of...
2002-07-11 aland Updated to add 'xs_init' into it, with patches from...
2002-07-11 aland Removed 'use_dbm' variable, which is unused anywhere...
2002-07-11 fcusack PAM portability
2002-07-11 fcusack PAM portability
2002-07-11 fcusack errno.h
2002-07-10 aland Enabled new dynamic xlat functionality in pair comparison.
2002-07-10 aland Corrected typo in last commit.
2002-07-10 aland new function: pairparsevalue(), which parses a string...
2002-07-10 aland Added new tokens: bare word, double quoted string...
2002-07-10 aland Updates pre 0.6.1
2002-07-10 aland Added sample config for new perl module
2002-07-10 aland More files for rlm_perl
2002-07-10 aland Latest set of updates, from Andrei Koulik
2002-07-10 aland New experimental perl module, from
2002-07-10 aland One more update
2002-07-10 aland Minor updates to check headers (includes)
2002-07-10 kkalev* If the same attribute appears more than once in the...
2002-07-10 kkalevSHA1 encryption in the pap module is now supported
2002-07-10 kkalevRemember to do ldap_release_conn and ldap_msgfree when...
2002-07-10 fcusack add support for user-specified include and lib paths
2002-07-10 fcusack Add test for inttypes.h; fail if not found. This...
2002-07-10 fcusack Don't include libradius' md5.h.
2002-07-10 pamAdded note about LDAPS connection mode to reflect recen...
2002-07-10 pamFix of LDAPS support (LDAP over SSL without TLS negotia...
2002-07-09 aland Add rfc2548 (Microsoft VSA's) to the list
2002-07-09 aland Add perl scripts to auto-magically convert the RADIUS...
2002-07-09 aland Added draft for digest authentication. It's expired...
2002-07-09 aland Added the IETF RADIUS RFC's to the documentation
2002-07-09 aland Added example configuration and documentation of rlm_d...
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...
next