Fix the calls to da_sql_limit
[freeradius.git] / dialup_admin / htdocs /
2005-03-21 pnixonFix the calls to da_sql_limit
2005-03-21 kkalevRename the badusers date field to incidentdate to avoid...
2005-03-21 kkalevCreate a new function da_sql_limit() and use that to...
2005-03-18 kkalevDon't use $num in stats.php3, change it to $stats_num
2005-03-18 kkalevcheck_ip() should now work in nas_admin.php3. Only...
2005-03-15 kkalevRemove snmp_clearsession. It is replaced by clearsessio...
2005-03-14 kkalevCorrectly check nas validity in nas_admin.php3. Bug...
2005-03-14 kkalev* Show the correct nas type in nas_admin. Bug noted...
2005-03-13 kkalevurlencode() all occurrences of the $login variable...
2005-03-09 kkalev* Make nasXX_finger_type actually work since the place...
2005-02-19 kkalevIn clear_opensessions depending on sql type use either...
2004-12-20 kkalev* In bin/snmpfinger also accept @,. in the username
2004-12-08 kkalevAlso delete sessions from sql_extra_servers. Add the...
2004-10-27 kkalevIn the show groups page, note that we only show groups...
2004-10-25 kkalev* Add lib/sql/group_change.php3 to add and delete a...
2004-10-15 kkalevSmall type in login_time_create, close bug #141
2004-09-07 kkalevFix a small bug in user_admin.php3 found by Joerg Staedele
2004-09-02 kkalevMake 'Add NAS' function in the nas admin page more...
2004-09-02 kkalevMake pagesize 'all' work again. Bug found by apellido...
2004-08-14 kkalevMove a few header() calls after including config.php3...
2004-08-09 kkalevIn user_state also take into account any open sessions...
2004-07-31 kkalevWrong foreach in show_groups and group_new.
2004-07-27 kkalevUse lower cased row names in badusers page
2004-07-27 kkalev* Add the style sheet in the content.html
2004-07-27 kkalevSmall fix to show_groups.php3
2004-07-26 kkalev* Add a drop down menu with existing groups in group_ne...
2004-07-26 kkalev* A LOT of security related fixes. Now dialupadmin...
2004-07-08 kkalev* Use require_once instead of require when including...
2004-06-29 kkalevChange is_int to is_numeric. This closes Bug #90
2004-06-18 kkalevFix a few bugs
2004-06-18 kkalev* Move the xlat function to a separate file in lib...
2004-04-20 kkalevKeep the nas list in a separate array $nas_list. Update...
2004-04-17 kkalevFix small bugs in accounting.php3 and user_stats.php3...
2004-04-16 kkalevAdd a nas administration page for sql based clients
2004-04-06 kkalev* Add a check_user_passwd() and a get_user_dn() functio...
2004-04-03 kkalev* Sort the servers list in failed_logins,user_stats...
2004-01-16 kkalev* Add the ability to erase rows from the badusers table
2003-12-22 kkalevSmall fix in user_finger.php3
2003-12-15 kkalev* Huge PostgreSQL compatibility patch by Guy Fraser...
2003-12-09 kkalevUse the User-Password attribute instead of Password...
2003-11-02 kkalev* Check for the binaries used (mysql/snmpwalk) in the...
2003-11-01 kkalev* Add a few help pages for the nomadix radius attribute...
2003-10-20 kkalev* Add a captions.conf file with a few configurable...
2003-10-17 kkalevUpdate the badusers page to also use the general_accoun...
2003-10-16 kkalevUpdate the help page for the lock message attribute
2003-10-06 kkalevDon't show an account as locked if Dialup-Access does...
2003-10-06 kkalevShow correct calculation of the montlhy usage time.
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
next