Added tolower function
[freeradius.git] / dialup_admin / htdocs /
2003-10-05 kkalevAdd a configuration directive counter_monthly_calculate...
2003-09-23 kkalevCalculate weekly used time correctly (from Sunday 00...
2003-09-12 kkalevConsider the account locked either if Dialup-Access...
2003-08-28 kkalevAlso check for $server != '' in stats.php3. Bug noted...
2003-08-26 kkalevAdd a few more attribute help pages from Ulrich Walcher...
2003-08-25 phampsonPull from branch_0_9: Widen call{ed,ing}stationid from...
2003-08-11 kkalevChange AcctStopTime = '0' with AcctStopTime IS NULL
2003-07-23 kkalev* Only delete sessions which are not open in truncate_r...
2003-07-18 kkalevAdd 3 more help pages from Stadler Karel <Karel.Stadler...
2003-07-12 kkalevIn user_finger page if $user is NULL then set it to...
2003-05-22 kkalevEscape " in login_time create page before parsing the...
2003-05-19 kkalevSmall change in user_accounting.php3
2003-05-12 kkalevAdd a config directive general_stats_use_totacct. If...
2003-05-11 kkalevUse $config[sql_usergroup_table] in show_groups.php3
2003-05-10 kkalevAdd a usage_summary parameter in user_finger. If it...
2003-05-05 kkalev* Use Max-Monthly-Session not Max-Weekly-Session for...
2003-04-14 kkalevAdd support for regexp and like operators in accounting...
2003-04-10 kkalevAdd a <?php tag instead of a <?. Bug noted by Isam...
2003-03-12 kkalevCall gethostbyaddr with an @ in front to suppress error...
2003-02-13 kkalevAdd a per nas finger_type directive
2003-02-06 kkalevOnly show the personal attributes in the New User page...
2003-02-01 kkalev* Call lib/{ldap,sql}/user_info in user_info before...
2003-02-01 kkalev* Do an eval on the attribute description strings in...
2003-01-28 kkalev Add two new tables totacct and mtotacct containing...
2003-01-28 kkalevAdd a column Admin in the badusers table which will...
2003-01-28 kkalevIn user_new show a select box with all the available...
2003-01-11 kkalevDon't include user_info.php3 in the user_test page.
2002-12-28 kkalevAdd more error messages when interacting with the SQL...
2002-11-28 kkalevAdd a missing <?php tag. Bug noted by Simon Burns ...
2002-11-26 kkalevRemember a few things in the user_test page. Also add...
2002-11-24 kkalevWe don't need ORDER BY GroupName in show_groups.php3...
2002-11-21 kkalev* Remove one sql query from user_admin which was not...
2002-11-13 kkalevAlso show server:port in the user test page (so that...
2002-11-12 kkalev* Allow selecting a specific access server in the faile...
2002-11-08 kkalevFix a parse error in failed_logins.php3
2002-10-05 kkalevAllow for normal ldap user attributes to be utf8 encode...
2002-10-01 kkalevFix a problem in failed_logins when NASIPAddress is...
2002-09-30 kkalevFix a small issue with the general_accounting_info_order
2002-09-29 kkalev* In lib/ldap/functions.php3 only ask for the cn attrib...
2002-09-26 kkalevFix a problem in user_accounting when NASIPAddress...
2002-09-25 kkalevhtml fixes in accounting.php3
2002-09-23 kkalevAllow the user to add extra attributes in the test...
2002-09-17 kkalevAdd an arrow gif in htdocs/images to be used in the...
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 kkalevFix a stupid bug in accounting.php3. We should not...
2002-09-09 kkalevIn the user test page ignore comments from the auth...
2002-09-08 kkalevRemove the auto password generator from the user edit...
2002-09-08 kkalevFix a few bugs
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 kkalev* If we are editing a group show a comment that in...
2002-09-07 kkalev* In the user edit page print a message under the User...
2002-09-06 kkalev* Allow for multiple default values. Also add a generic...
2002-09-04 kkalevAdd the caller id in the connection status attributes...
2002-09-03 kkalev* In config.php3 include a relative admin.conf file...
2002-09-01 kkalevShow date in the user/server test page
2002-08-28 kkalevShow number of failed logins in the last 7 days in...
2002-08-22 kkalevSmall html fix in password.php3
2002-08-22 kkalevSmall html fix in user_edit.php3
2002-08-20 kkalevAdd support for the max results setting in the user...
2002-08-20 kkalevAdd find pages
2002-08-20 kkalev Add a user find page. User can be searched based on...
2002-08-20 kkalevAdd a help page for the Expiration attribute
2002-08-20 kkalev* Add support for the Expiration attribute. Add it...
2002-08-13 kkalevWhen reporting sql errors also print the output of...
2002-08-13 kkalevhtml fixes in show_groups.php3
2002-08-13 kkalevAdd a show_groups.php3 to show all active user groups
2002-08-13 kkalev* Allow the administrator to specify a group in the...
2002-08-13 kkalev* Only call user_info.php3 in user_new.php3 when we...
2002-08-13 kkalev* Have adddress and home address in user personal info
2002-08-13 kkalevFix a typo for department
2002-08-12 kkalevUse a textarea for new members in group_admin.php3...
2002-08-12 kkalev* Fix a small bug in lib/sql/create_user.php3 where...
2002-08-10 kkalevThe new group page should only be available if the...
2002-08-10 kkalev* Add support for groups in SQL. Added several new...
2002-07-10 kkalev* If the same attribute appears more than once in the...
2002-07-04 kkalevCheck if the last logged in server and client ip are...
2002-07-03 kkalevRefresh the online users page every 50 secs. Patch...
2002-06-20 kkalevFix a small bug in user_admin.php3
2002-06-11 kkalev* html fixes in user_finger.php3
2002-04-16 kkalevAdd an option to specify the maximum results returned...
2002-02-08 kkalev* Add support for the rest of the operators. Created...
2002-02-07 kkalev* Added operator support in sql. The eq(=),set(:=)...
2002-02-07 kkalevAdd ordering in user_accounting.php3. The results can...
2002-01-25 kkalevAdd a password generator for new/edit user. Based on...
2002-01-18 kkalev* Add general_ld_library_path directive and set LD_LIBR...
2002-01-15 kkalevAdd the dialup_admin web interface. Hope everything...