Added more simple text to help people get the server up and running.
[freeradius.git] / src /
2002-07-16 aland Updated to match latest changes.
2002-07-16 aland Updated prototype to match function def.
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-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-12 aland Don't use <sys/fcntl.h>, use <fcntl.h>
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 More files for rlm_perl
2002-07-10 aland New experimental perl module, from
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 pamFix of LDAPS support (LDAP over SSL without TLS negotia...
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 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 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 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 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-03 kkalev- Try to minimize the penalty of having the ldap server...
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-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 lib/radius.c:tunnel_pwencode() now does salting and...
2002-06-24 fcusack make saltoffset static and comment it
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 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 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 fcusack move sha1 and md4 code into lib
2002-06-19 kkalevAdd another configuration directive: access_attr_used_f...
2002-06-19 3APA3A! should include md4.h rather than md5.h
2002-06-18 kkalevAdd the ability to do a paircmp on the check items...
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-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 aland Don't assert things are working, check for error codes.
2002-06-10 fcusack quiet compiler
2002-06-10 fcusack uhh sql_select_query() should actually return the...
next