freeradius.git
2002-09-18 kkalevIn snmpfinger also consider '-' as a valid character...
2002-09-17 kkalevAdd an arrow gif in htdocs/images to be used in the...
2002-09-17 aland Added a bunch of missing 'p++'
2002-09-17 cparkerEAP TLS patch from Rainer Weikusat <weikusat@students...
2002-09-17 aland Use 'sizeof' to pass buffer sizes, as it's better...
2002-09-17 kkalevIn the buttons toolbar Edit User should not be clickable.
2002-09-17 kkalevUse require_once when including lib/functions.php3...
2002-09-17 fcusack typo
2002-09-16 kkalevCheck that mysql_sock is not NULL in sql_close. Patch...
2002-09-16 kkalevAdd a missing WHERE UserName = '$login' in the UPDATE...
2002-09-13 fcusack move symlink "magic" into init script, where it actual...
2002-09-13 fcusack Add a symlink so 'service radiusd restart' isn't noisy
2002-09-13 aland Added configuration for log_file
2002-09-13 aland Corrected typo in last commit
2002-09-13 aland Deleted compile-time definition for 'radius.log',...
2002-09-13 fcusack fix failcount-double-increment bug introduced with...
2002-09-12 aland Sample file which isn't currently used.
2002-09-12 kkalev- Only add a failure message for bind as user failed...
2002-09-12 kkalevReplace the groupmembership_attribute value in the...
2002-09-11 aland Unix timestamps are unsigned ints.
2002-09-11 aland The PAM libraries aren't thread-safe, so make rlm_pam...
2002-09-11 aland Re-arrange the functions so that they are defined...
2002-09-11 aland Fix an error in the sql_fetch_row function where it...
2002-09-11 aland Add reconnect to the Oracle module.
2002-09-10 kkalevAdd the failed logins page in the buttons page
2002-09-10 kkalevFix a bug with failed logins in user_admin.
2002-09-10 kkalevChange use of AcctStartTime with AcctStopTime in failed...
2002-09-10 kkalevFix a bug in the failed logins page
2002-09-10 kkalevAdd a failed logins page, to show the most recent faile...
2002-09-09 vorlonKerberos fixes: don't grant access to a user whose...
2002-09-09 aland If we DO find pthread_create() in -lpthread, then...
2002-09-09 kkalevFix a stupid bug in accounting.php3. We should not...
2002-09-09 kkalevFix a few more bugs in the ldap library
2002-09-09 kkalevAdd a new config directive, ldap_write_server. If it...
2002-09-09 kkalevIn the user test page ignore comments from the auth...
2002-09-09 kkalevIf we add a check item then use the == operator. Based...
2002-09-09 kkalevRemove previous change. It was causing problems
2002-09-09 kkalevOnly connect and bind to the ldap server if we haven...
2002-09-08 kkalevUpdate documentation
2002-09-08 kkalevAllocate more room for the sql queries. Remove a wrong...
2002-09-08 kkalevAlso cache the default.vals file.
2002-09-08 kkalevIn lib/sql/defaults.php3 instead of doing a select...
2002-09-08 kkalevRemove the auto password generator from the user edit...
2002-09-08 kkalevFix a few bugs
2002-09-08 kkalevAlso cache the admin.conf if use_session is set to...
2002-09-08 kkalevUpdate Changelog
2002-09-08 kkalevAdd sessions in order to cache the various mappings...
2002-09-07 kkalevCall config.php3 before outputing any html
2002-09-07 kkalev* If an sql attribute is not contained in sql, assume...
2002-09-07 kkalevIn sql.attrmap User-Password should map to User-Passwor...
2002-09-07 kkalev* If we are editing a group show a comment that in...
2002-09-07 kkalevAdd the default_user_profile configuration directive...
2002-09-07 kkalevAdd documentation about ldap attributes
2002-09-07 kkalev* In the user edit page print a message under the User...
2002-09-06 aland Removed incorrect comments, as noted on the devel...
2002-09-06 3APA3A+ More logging added
2002-09-06 kkalev* Allow for multiple default values. Also add a generic...
2002-09-06 aland Don't do too much work to discover strings to xlat...
2002-09-06 kkalevOnly add Session-Timeout if the count attribute is...
2002-09-05 kkalevIstead of checking for date type check for acct-session...
2002-09-05 kkalevAdd radiusExpiration and dialupAccess in LDAPv3 schema...
2002-09-05 fcusack libtool fix from Marko
2002-09-04 kkalevrlm_ippool.c:
2002-09-04 kkalevAdd a post-auth section.
2002-09-04 kkalevippool should now be added in the post auth section
2002-09-04 kkalevAdd the caller id in the connection status attributes...
2002-09-04 kkalevMove from authorize to post-auth
2002-09-04 cmillerWichert Akkerman notes in <20020904132324.GH23656@wiggy...
2002-09-04 aland Added handler for post-auth.
2002-09-04 aland Allow the module to be listed in preacct and authorize...
2002-09-04 kkalevAdd credits
2002-09-04 kkalevFix a bug in lib/sql/change_passwd.php3 when not using...
2002-09-04 aland Added helpful script, copied from
2002-09-04 cmillerOnly create directories if they don't already exist.
2002-09-04 kkalevAdd comment that the bug was found by Stefan Radovanovi...
2002-09-04 kkalevFix a crash in ldap_pairget when the attribute value...
2002-09-04 kkalevAdd a handler for USR1 (sig_stats) which will print...
2002-09-03 kkalev* In config.php3 include a relative admin.conf file...
2002-09-03 aland Allow CHAP passwords to work from radclient.
2002-09-02 kkalevFix a server crash when a thread handling a request...
2002-09-02 kkalevAdd an entry about using the sql instead of the radutmp
2002-09-01 kkalevShow date in the user/server test page
2002-08-31 kkalevSet the cache size *before* doing any operations on...
2002-08-30 kkalevAdd a mutex around gdbm_fetch and gdmb_store and declar...
2002-08-30 kkalevMove an sql_finish_select_query in the correct place...
2002-08-30 aland Change '=' in comparison to '=='
2002-08-30 fcusack don't close a nonexistent connection (null dereference)
2002-08-28 kkalevRemove sql_check_multi and sql_check_ts. All the work...
2002-08-28 aland Be a little smarter about parsing dates.
2002-08-28 kkalevShow number of failed logins in the last 7 days in...
2002-08-28 kkalevDon't delete existing generic attributes in ldap_pairge...
2002-08-28 fcusack Implement 'ewindow2', an "extended ewindow" which...
2002-08-27 aland Comment out the U, P, S, and C prefix hints by default...
2002-08-27 aland Edited description of how the server works, as posted...
2002-08-27 aland Renamed the file to be more consistent
2002-08-27 aland Moved the MIB file to a more intelligent place.
2002-08-27 aland Merged two documents into one.
2002-08-27 aland Belated update, to make it more in line with the chang...
2002-08-27 aland Preliminary docs, from ram@princess1.net
2002-08-27 kkalevhopefully make rad_check_ts work in rlm_sql_checksimul
next