freeradius.git
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...
2002-06-03 aland Don't bother reprocessing usernames/passwords through the
2002-06-03 aland Do NOT call rad_free(). Instead, call free(). rad_fr...
2002-06-03 aland In request_free(), assert that there is no thread...
2002-06-03 aland Added note on '-d raddb'
2002-06-03 aland Added '-d' command line option, to find out where...
2002-05-31 aland Added '@' to the list of un-escaped characters
2002-05-30 aland Set SQL user name for ALIVE packets, too.
2002-05-30 aland Look for radcheck and if the user isn't found, try...
2002-05-30 fcusack changes for PAM portability + add a module message...
2002-05-30 fcusack Move PW_X99_FAST and reserve it's id in the dictionary
2002-05-29 fcusack Change Module-Message to Module-Failure-Message,
2002-05-29 aland Include autoconf.h BEFORE any other includes.
2002-05-29 aland Added checks for uint16_t, which is used by the EAP...
2002-05-29 aland Use port-specific checking for realms, now that we...
2002-05-29 cparker Fixed typo in examples. ( dstpost --> dstpoRt )
2002-05-29 kkalevIf perform_search fails check the ld != NULL before...
2002-05-29 fcusack -release is ignored for static archives; remove to...
2002-05-28 aland Change -- to -
2002-05-28 aland Added note on when/where we should translate and split the
2002-05-28 aland Added '.' to the list of un-escaped characters, for...
2002-05-28 3APA3A! we do not encrypt MS-MPPE-Send-Key MS-MPPE-Recv-Key...
2002-05-28 3APA3A! MS-MPPE-Send-Key and MS-MPPE-Recv-Key are changed...
2002-05-27 3APA3A! rad_tunnel_pwencode changed to produce unique salt...
2002-05-26 fcusack Move struct x99_token_t to x99.h for PAM use.
2002-05-26 aland Updated log message when re-sending packets to say...
2002-05-26 fcusack added the 'd' on /var/run/radiusd
2002-05-26 fcusack Change run_dir default from /var/run to /var/run/radiusd.
2002-05-26 fcusack Load versioned libs.
2002-05-26 fcusack x99_log() and x99 radius-specific header separation
2002-05-26 fcusack Use x99_log() in favor of radlog(), to make some of...
2002-05-25 fcusack Rename do_log() to vradlog(), and export it, it will...
2002-05-24 aland Don't bother locking the FD ourselves, as it appears...
2002-05-24 aland Added sql_escape_string function, so garbage character...
2002-05-23 aland Remove all references to nas_name(), as it's a bad...
2002-05-23 aland Make it work right
2002-05-22 aland Enable new code to handle forking child programs,...
2002-05-21 aland Include string.h, to declare memcmp() and friends.
2002-05-17 aland Include <sys/wait.h>, on systems which need it.
2002-05-17 aland Look for <sys/wait.h>, too
2002-05-16 aland Corrected buffer size of stored pid/thread-id/status
2002-05-16 aland If we have no effective user, don't call getpwnam().
2002-05-16 aland Added prototypes for new functions in threads.c, to...
2002-05-16 aland Fix up some issues with SIGHUP && thread pool re-initi...
2002-05-16 aland Add docs on command-line options "-r server" and ...
2002-05-14 aland Re-arrange some of the code in rad_check_list() to...
2002-05-13 aland Change includes to stop compiler warnings
2002-05-13 kkalevMake the default behaviour for access_group = NULL...
2002-05-13 cparker Skip over := when walking through the reply-list.
2002-05-13 aland POSIX functions return the error, and don't set errno.
2002-05-11 kkalevChange the nas entry in the ippool_key structure from...
2002-05-10 fcusack correct 'users' file check-item example
2002-05-09 aland If we're proxying, we may not be able to sleep forever...
2002-05-09 kkalevAdd an entry for the ippool module
2002-05-09 kkalevRealm attribute should be radiusRealm
2002-05-08 kkalevAdd a few more comments for the counter module
2002-05-07 ramooreFix several debug messages in rlm_sqlcounter that mista...
2002-05-07 aland Implemented digest authentication, as per RFC 2617...
2002-05-07 kkalevCheck the return value of a gdbm_fetch() we didn't...
2002-05-07 kkalevAdd support for the Ldap-Group attribute in the ldap...
2002-05-06 aland If no password or group files have been specified...
2002-05-06 aland If we're delaying the reject message, then don't delet...
2002-05-06 aland Cleaned up, extendend, and small re-arrangements of...
2002-05-06 aland Include netinet/in.h, as apparently OpenBSD needs it.
2002-05-06 aland Look for BSD style gethostbyaddrr()
2002-05-03 kkalev* Change log_badlogins to use the mysql binary instead...
2002-04-30 kkalevReaarange a few things in user_admin. Put Subscription...
2002-04-29 aland Do NOT call rad_process() from a child thread to zap...
2002-04-29 raghuAdded XP-freeradius (EAP/TLS) HOWTO link.
2002-04-29 kkalevFix a bug in time2strclock() in lib/functions.php3...
2002-04-29 aland Make all stable modules
2002-04-27 3APA3A! replyItem changed to checkItem for MS-CHAP related...
2002-04-26 raghuProper fix to handle Unexpected ACKs from XP
2002-04-26 raghuFixed Datatypes
2002-04-26 raghuFixed memory leaks
2002-04-26 aland If rad_check_ts() returns an error, then close the...
2002-04-26 cparker Updated example to show 'nastype', 'login', and 'passw...
2002-04-26 cparker Added 'naslist' and 'naspasswd' items to RADCLIENT...
2002-04-25 aland Added prio field
2002-04-25 cparker Changed return code to RLM_MODULE_FAIL from NOOP when...
2002-04-25 aland Updated with patches from original author
next