]> git.entuzijast.net Git - freeradius-dialup-admin.git/log
freeradius-dialup-admin.git
22 years agoAdd a link for extra documentation from Stadler Karel (<Karel.Stadler@psi.ch>)
kkalev [Thu, 12 Jun 2003 21:22:30 +0000 (21:22 +0000)]
Add a link for extra documentation from Stadler Karel (<Karel.Stadler@psi.ch>)

22 years agoEscape " in login_time create page before parsing the login-time string
kkalev [Thu, 22 May 2003 09:28:31 +0000 (09:28 +0000)]
Escape " in login_time create page before parsing the login-time string

22 years agoSmall change in user_accounting.php3
kkalev [Mon, 19 May 2003 07:43:51 +0000 (07:43 +0000)]
Small change in user_accounting.php3

22 years agoAdd a config directive general_stats_use_totacct. If set we use the totacct table...
kkalev [Mon, 12 May 2003 13:34:57 +0000 (13:34 +0000)]
Add a config directive general_stats_use_totacct. If set we use the totacct table in the stats page instead of
radacct

22 years agoUse $config[sql_usergroup_table] in show_groups.php3
kkalev [Sun, 11 May 2003 14:03:37 +0000 (14:03 +0000)]
Use $config[sql_usergroup_table] in show_groups.php3

22 years agoAdd a usage_summary parameter in user_finger. If it is passed then we only output...
kkalev [Sat, 10 May 2003 13:49:46 +0000 (13:49 +0000)]
Add a usage_summary parameter in user_finger. If it is passed then we only output a text like:
"Online: <num> Free: <num>" which can be used in outside pages

22 years ago* Use Max-Monthly-Session not Max-Weekly-Session for the monthly limit
kkalev [Mon, 5 May 2003 23:10:04 +0000 (23:10 +0000)]
* Use Max-Monthly-Session not Max-Weekly-Session for the monthly limit
* When checking the weekly limit check first that $remaining is numeric before doing any comparisons

22 years agoCreate an AcctUniqueId before adding a row in radacct in log_badlogins.
kkalev [Sat, 19 Apr 2003 16:26:10 +0000 (16:26 +0000)]
Create an AcctUniqueId before adding a row in radacct in log_badlogins.

22 years agoLimit the split() to 2 elements in lib/defaults.php3
kkalev [Tue, 15 Apr 2003 13:04:25 +0000 (13:04 +0000)]
Limit the split() to 2 elements in lib/defaults.php3

22 years agoAdd support for regexp and like operators in accounting report generator
kkalev [Mon, 14 Apr 2003 22:17:43 +0000 (22:17 +0000)]
Add support for regexp and like operators in accounting report generator

22 years agoAdd a <?php tag instead of a <?. Bug noted by Isam Ishaq <isam@planet.edu>
kkalev [Thu, 10 Apr 2003 16:10:06 +0000 (16:10 +0000)]
Add a <?php tag instead of a <?. Bug noted by Isam Ishaq <isam@planet.edu>

22 years agoUpdate the README file with notes about the scripts present in the bin folder
kkalev [Sun, 6 Apr 2003 13:55:34 +0000 (13:55 +0000)]
Update the README file with notes about the scripts present in the bin folder

22 years agoFix a problem with user_stats.php3
kkalev [Sun, 6 Apr 2003 13:49:54 +0000 (13:49 +0000)]
Fix a problem with user_stats.php3

22 years agoAlso add support for @ in usernames in log_badlogins
kkalev [Wed, 12 Mar 2003 16:26:15 +0000 (16:26 +0000)]
Also add support for @ in usernames in log_badlogins

22 years agoCall gethostbyaddr with an @ in front to suppress error messages
kkalev [Wed, 12 Mar 2003 15:57:57 +0000 (15:57 +0000)]
Call gethostbyaddr with an @ in front to suppress error messages

22 years agoAdd support for ! in usernames in log_badlogins
kkalev [Wed, 12 Mar 2003 14:44:28 +0000 (14:44 +0000)]
Add support for ! in usernames in log_badlogins

22 years agoAdd a few installation notes
kkalev [Mon, 10 Mar 2003 22:28:05 +0000 (22:28 +0000)]
Add a few installation notes

22 years agoAdd an entry in the FAQ about adding .php3 handling
kkalev [Sat, 1 Mar 2003 13:01:07 +0000 (13:01 +0000)]
Add an entry in the FAQ about adding .php3 handling

22 years agoUpdate the TODO file
kkalev [Mon, 17 Feb 2003 23:39:36 +0000 (23:39 +0000)]
Update the TODO file

22 years agoAdd a per nas finger_type directive
kkalev [Thu, 13 Feb 2003 21:23:16 +0000 (21:23 +0000)]
Add a per nas finger_type directive

22 years agoOnly show the personal attributes in the New User page if we have ldap or
kkalev [Thu, 6 Feb 2003 00:46:02 +0000 (00:46 +0000)]
Only show the personal attributes in the New User page if we have ldap or
we are using the userinfo table in sql

22 years agoAdd an entry in the FAQ about duplicate personal attributes in the user_admin page
kkalev [Thu, 6 Feb 2003 00:24:58 +0000 (00:24 +0000)]
Add an entry in the FAQ about duplicate personal attributes in the user_admin page

22 years ago* Fix a typo in lib/sql/attrmap.php3
kkalev [Wed, 5 Feb 2003 21:26:22 +0000 (21:26 +0000)]
* Fix a typo in lib/sql/attrmap.php3
* Add an entry in the FAQ about the Dialup-Access attribute

22 years ago Use sql_extra_servers directive when adding users in the badusers table. Add a...
kkalev [Mon, 3 Feb 2003 16:15:25 +0000 (16:15 +0000)]
  Use sql_extra_servers directive when adding users in the badusers table. Add a da_sql_host_connect() function
  to connect to a specific sql host

22 years ago* Call lib/{ldap,sql}/user_info in user_info before displaying any information about...
kkalev [Sat, 1 Feb 2003 16:33:26 +0000 (16:33 +0000)]
* Call lib/{ldap,sql}/user_info in user_info before displaying any information about the user
* Add a configuration directive general_charset. Add a language meta tag in all pages

22 years ago* Do an eval on the attribute description strings in the user_edit page. That will...
kkalev [Sat, 1 Feb 2003 16:06:05 +0000 (16:06 +0000)]
* Do an eval on the attribute description strings in the user_edit page. That will allow the login-time creation
  page to work properly.
* Add a login-time creation page which will allow the administrator to create the login-time string through a gui
  instead of writing it directly in UUCP format.

22 years agoAdd a few comments in the tot_stats and monthly_tot_stats scripts
kkalev [Wed, 29 Jan 2003 22:42:48 +0000 (22:42 +0000)]
Add a few comments in the tot_stats and monthly_tot_stats scripts

22 years ago Add two new tables totacct and mtotacct containing per user aggregated statistics...
kkalev [Tue, 28 Jan 2003 15:59:16 +0000 (15:59 +0000)]
  Add two new tables totacct and mtotacct containing per user aggregated statistics for each day and month
  respectively. Also add two corresponding scripts in the bin folder, tot_stats and monthly_tot_stats. Lastly,
  create a new page, user_stats.php3 which will show the top users in connections or connections duration based
  on the data in the totacct table.

22 years agoAdd a column Admin in the badusers table which will contain the administrator usernam...
kkalev [Tue, 28 Jan 2003 15:32:19 +0000 (15:32 +0000)]
Add a column Admin in the badusers table which will contain the administrator username if that is available

22 years agoIn user_new show a select box with all the available groups. Based on an idea by...
kkalev [Tue, 28 Jan 2003 14:14:53 +0000 (14:14 +0000)]
In user_new show a select box with all the available groups. Based on an idea by Karel Stadler (kstadler)

22 years agoDo a write lock in radacct before truncating it in truncate_radacct
kkalev [Sun, 26 Jan 2003 16:54:12 +0000 (16:54 +0000)]
Do a write lock in radacct before truncating it in truncate_radacct

22 years agoFix a small problem with debugging
kkalev [Mon, 13 Jan 2003 08:01:43 +0000 (08:01 +0000)]
Fix a small problem with debugging

22 years agoFix a small bug in lib/ldap/create_user.php3. Unset the mod array before adding any...
kkalev [Sun, 12 Jan 2003 11:15:03 +0000 (11:15 +0000)]
Fix a small bug in lib/ldap/create_user.php3. Unset the mod array before adding any values to it

22 years agoAdd a missing {
kkalev [Sun, 12 Jan 2003 11:07:07 +0000 (11:07 +0000)]
Add a missing {

22 years agoMake things a little bit more simple in lib/ldap/change_attrs.php3
kkalev [Sun, 12 Jan 2003 11:03:13 +0000 (11:03 +0000)]
Make things a little bit more simple in lib/ldap/change_attrs.php3

22 years agoAdd a few missing {
kkalev [Sun, 12 Jan 2003 10:55:14 +0000 (10:55 +0000)]
Add a few missing {

22 years agoDon't include user_info.php3 in the user_test page.
kkalev [Sat, 11 Jan 2003 23:29:24 +0000 (23:29 +0000)]
Don't include user_info.php3 in the user_test page.

22 years agoAdd ldap_debug in admin.conf
kkalev [Sat, 11 Jan 2003 18:46:34 +0000 (18:46 +0000)]
Add ldap_debug in admin.conf

22 years agoIn debug, output the sql queries in italic. Refer to enabling debugging in the FAQ
kkalev [Sat, 11 Jan 2003 18:45:32 +0000 (18:45 +0000)]
In debug, output the sql queries in italic. Refer to enabling debugging in the FAQ

22 years ago* Add a directive ldap_debug. Add debuging statements in the ldap library
kkalev [Sat, 11 Jan 2003 18:33:10 +0000 (18:33 +0000)]
* Add a directive ldap_debug. Add debuging statements in the ldap library
* Add debug statements in the pg driver

22 years agoAlso update the admin.conf
kkalev [Sat, 11 Jan 2003 16:54:48 +0000 (16:54 +0000)]
Also update the admin.conf

22 years agoAdd a directive sql_debug. Add debuging statements in the sql library
kkalev [Sat, 11 Jan 2003 16:53:06 +0000 (16:53 +0000)]
Add a directive sql_debug. Add debuging statements in the sql library

22 years agoIn log_badlogins create a separate sql input file for each sql server and append...
kkalev [Wed, 1 Jan 2003 23:30:29 +0000 (23:30 +0000)]
In log_badlogins create a separate sql input file for each sql server and append sql commands to it. If the
sql command succeeds we delete the corresponding input file. That way if an sql server is down we store the
accounting info in the input file and then send it all when it comes back up.

22 years agoAdd sql_connect_timeout and sql_extra_servers configuration directives to be
kkalev [Mon, 30 Dec 2002 10:15:15 +0000 (10:15 +0000)]
Add sql_connect_timeout and sql_extra_servers configuration directives to be
used by the log_badlogins script

22 years agoAdd more error messages when interacting with the SQL database
kkalev [Sat, 28 Dec 2002 11:33:20 +0000 (11:33 +0000)]
Add more error messages when interacting with the SQL database

22 years agoAdd sql_use_http_credentials configuration directive to connect to the sql database...
kkalev [Sun, 22 Dec 2002 15:44:14 +0000 (15:44 +0000)]
Add sql_use_http_credentials configuration directive to connect to the sql database using the http user
credentials (that way there can be more than one administrator usernames, each with different privileges
on the sql database).

23 years agoAdd a missing <?php tag. Bug noted by Simon Burns <simon@ababa.org>
kkalev [Thu, 28 Nov 2002 18:33:39 +0000 (18:33 +0000)]
Add a missing <?php tag. Bug noted by Simon Burns <simon@ababa.org>

23 years agoReplace single quotes with double quotes in log_badlogins
kkalev [Tue, 26 Nov 2002 17:37:39 +0000 (17:37 +0000)]
Replace single quotes with double quotes in log_badlogins

23 years agoRemember a few things in the user_test page. Also add another configuration file...
kkalev [Tue, 26 Nov 2002 12:30:56 +0000 (12:30 +0000)]
Remember a few things in the user_test page. Also add another configuration file directive
general_radius_server_auth_proto specifying the default authentication protocol of the radius
server (pap or chap).

23 years ago* Use CISCO-POP-MGMT-MIB in snmpfinger instead of CISCO-CALL-HISTORY-MIB. Thanks to
kkalev [Mon, 25 Nov 2002 16:35:35 +0000 (16:35 +0000)]
* Use CISCO-POP-MGMT-MIB in snmpfinger instead of CISCO-CALL-HISTORY-MIB. Thanks to
  Evren Yurtesen <eyurtese@turkuamk.fi> for the suggestion.
* Also do the same in checkrad for cisco routers

23 years agoWe don't need ORDER BY GroupName in show_groups.php3 since we have GROUP BY
kkalev [Sun, 24 Nov 2002 15:08:20 +0000 (15:08 +0000)]
We don't need ORDER BY GroupName in show_groups.php3 since we have GROUP BY

23 years agoWork even when register_globals if off. Suggestion from Evren Yurtesen <eyurtese...
kkalev [Sun, 24 Nov 2002 15:01:36 +0000 (15:01 +0000)]
Work even when register_globals if off. Suggestion from Evren Yurtesen <eyurtese@turkuamk.fi>
Also add an entry in the FAQ about that.

23 years agoFix a typo in sql.attrmap. Fix by Evren Yurtesen <eyurtese@turkuamk.fi>
kkalev [Sat, 23 Nov 2002 16:20:17 +0000 (16:20 +0000)]
Fix a typo in sql.attrmap. Fix by Evren Yurtesen <eyurtese@turkuamk.fi>

23 years ago* Remove one sql query from user_admin which was not needed.
kkalev [Thu, 21 Nov 2002 23:33:32 +0000 (23:33 +0000)]
* Remove one sql query from user_admin which was not needed.
* Instead of a query like "LIKE 'YYYY-MM-DD%'" use "AcctStopTime >= 'YYYY-MM-DD 00:00:00 AND AcctStopTime
  <= 'YYYY-MM-DD 23:59:59'" which will allow us to use sql indexes better.
* Add a few comments in bin/clean_radacct
* Add a new script bin/truncate_radacct which will delete all sessions from the radacct table which
  are older than a configurable number of days.
* Add an entry in tuning_guide about creating a multi column index for (UserName,AcctStopTime). This
  will really help sql_checksimul and the corresponding queries.

23 years ago* Now the create user page should work with sql
kkalev [Wed, 13 Nov 2002 20:57:52 +0000 (20:57 +0000)]
* Now the create user page should work with sql
* Make the default general_lib_type sql instead of ldap

23 years agoAlso show server:port in the user test page (so that it shows when used for server...
kkalev [Wed, 13 Nov 2002 13:12:21 +0000 (13:12 +0000)]
Also show server:port in the user test page (so that it shows when used for server checks)

23 years ago* Allow selecting a specific access server in the failed logins page
kkalev [Tue, 12 Nov 2002 21:55:12 +0000 (21:55 +0000)]
* Allow selecting a specific access server in the failed logins page
* In the user admin page use AcctStartTime not AcctStopTime when calculating usage for the last 7 days

23 years agoWhen searching a user in ldap through the find page only try to find the users which...
kkalev [Tue, 12 Nov 2002 09:04:12 +0000 (09:04 +0000)]
When searching a user in ldap through the find page only try to find the users which have a uid attribute (username)

23 years agoInclude password.php3 in lib/ldap/password_check.php3
kkalev [Mon, 11 Nov 2002 16:02:49 +0000 (16:02 +0000)]
Include password.php3 in lib/ldap/password_check.php3

23 years agoFix a bug in lib/defaults.php3 which did not allow the default.vals file to be used...
kkalev [Sat, 9 Nov 2002 19:43:13 +0000 (19:43 +0000)]
Fix a bug in lib/defaults.php3 which did not allow the default.vals file to be used correctly

23 years agoFix a parse error in failed_logins.php3
kkalev [Fri, 8 Nov 2002 15:07:09 +0000 (15:07 +0000)]
Fix a parse error in failed_logins.php3

23 years agoFix a few bugs in log_badlogins
kkalev [Fri, 8 Nov 2002 07:18:13 +0000 (07:18 +0000)]
Fix a few bugs in log_badlogins

23 years agoAdd a configuration directive about how many days back we should clean the db
kkalev [Sun, 27 Oct 2002 22:45:08 +0000 (22:45 +0000)]
Add a configuration directive about how many days back we should clean the db

23 years ago* Add a string encoder for greek
kkalev [Sun, 13 Oct 2002 20:18:17 +0000 (20:18 +0000)]
* Add a string encoder for greek
* If general_decode_normal_attributes is set then encode attributes in lib/ldap/change_info. In the near future
  language specific user attributes will be added in the change info and new user pages. Remove comments from
  admin.conf about the change info page not working if this directive is used.
* When spliting cn in lib/ldap/create_user.php3 limit the split to 2 new elements not 3.

23 years agoMap a specific username to the directory manager if we are using ldap and http authen...
kkalev [Sun, 13 Oct 2002 18:46:48 +0000 (18:46 +0000)]
Map a specific username to the directory manager if we are using ldap and http authentication

23 years agoAdd a comment in admin.conf about ldap server failover
kkalev [Sun, 13 Oct 2002 18:29:16 +0000 (18:29 +0000)]
Add a comment in admin.conf about ldap server failover

23 years agoFix a small bug in lib/ldap/defaults.php3. We should not be using $i in a for() loop...
kkalev [Sat, 12 Oct 2002 11:45:31 +0000 (11:45 +0000)]
Fix a small bug in lib/ldap/defaults.php3. We should not be using $i in a for() loop but a new variable

23 years agoAllow for normal ldap user attributes to be utf8 encoded instead of ascii. Changing...
kkalev [Sat, 5 Oct 2002 09:04:52 +0000 (09:04 +0000)]
Allow for normal ldap user attributes to be utf8 encoded instead of ascii. Changing attribute values through
user_info will not work in that case.

23 years agoAllow for multiple regular profile attributes in a user entry.
kkalev [Wed, 2 Oct 2002 09:15:11 +0000 (09:15 +0000)]
Allow for multiple regular profile attributes in a user entry.

23 years agoFix a problem in failed_logins when NASIPAddress is not set.
kkalev [Tue, 1 Oct 2002 19:16:06 +0000 (19:16 +0000)]
Fix a problem in failed_logins when NASIPAddress is not set.

23 years agoFix a small issue with the general_accounting_info_order
kkalev [Mon, 30 Sep 2002 08:12:07 +0000 (08:12 +0000)]
Fix a small issue with the general_accounting_info_order

23 years ago* In lib/ldap/functions.php3 only ask for the cn attribute in ldap_search not the...
kkalev [Sun, 29 Sep 2002 11:39:42 +0000 (11:39 +0000)]
* In lib/ldap/functions.php3 only ask for the cn attribute in ldap_search not the whole entry. That should make
  user_finger a lot faster when the user database is in ldap
* In lib/functions.php3 pass a second argument to date2timediv with the current time. user_finger calls that
  function for each online user so we now don't need to do a lot of calls to time() but only one. That should make
  user_finger somewhat faster.

23 years agoUse CISCO-AAA-SESSION-MIB in snmpfinger
kkalev [Thu, 26 Sep 2002 21:37:11 +0000 (21:37 +0000)]
Use CISCO-AAA-SESSION-MIB in snmpfinger

23 years agoFix a problem in user_accounting when NASIPAddress is not set.
kkalev [Thu, 26 Sep 2002 10:01:23 +0000 (10:01 +0000)]
Fix a problem in user_accounting when NASIPAddress is not set.

23 years agohtml fixes in accounting.php3
kkalev [Wed, 25 Sep 2002 13:23:58 +0000 (13:23 +0000)]
html fixes in accounting.php3

23 years agoAdd a few comments in log_badlogins, support auth logs containing the password, work...
kkalev [Tue, 24 Sep 2002 09:02:42 +0000 (09:02 +0000)]
Add a few comments in log_badlogins, support auth logs containing the password, work nice when the client
is localhost, add an option to scan the whole radius.log and add failed logins in the sql database (can be
used for initialization).

23 years agoAllow the user to add extra attributes in the test user page
kkalev [Mon, 23 Sep 2002 12:38:18 +0000 (12:38 +0000)]
Allow the user to add extra attributes in the test user page

23 years agoUpdate the FAQ with an entry about sessions.
kkalev [Sun, 22 Sep 2002 08:26:42 +0000 (08:26 +0000)]
Update the FAQ with an entry about sessions.

23 years agoUpdate the FAQ with an entry about the Online Users page not showing anything.
kkalev [Sat, 21 Sep 2002 16:04:25 +0000 (16:04 +0000)]
Update the FAQ with an entry about the Online Users page not showing anything.

23 years agoAdd a few more comments in the admin.conf
kkalev [Sat, 21 Sep 2002 13:51:38 +0000 (13:51 +0000)]
Add a few more comments in the admin.conf

23 years agoAdd support for realm in username and allow for realm striping in the web pages and...
kkalev [Sat, 21 Sep 2002 13:38:23 +0000 (13:38 +0000)]
Add support for realm in username and allow for realm striping in the web pages and in log_badlogins

23 years agoIn snmpfinger also consider '-' as a valid character for a username
kkalev [Wed, 18 Sep 2002 12:38:17 +0000 (12:38 +0000)]
In snmpfinger also consider '-' as a valid character for a username

23 years agoAdd an arrow gif in htdocs/images to be used in the buttons page when adding multiple...
kkalev [Tue, 17 Sep 2002 21:41:37 +0000 (21:41 +0000)]
Add an arrow gif in htdocs/images to be used in the buttons page when adding multiple finger pages

23 years agoIn the buttons toolbar Edit User should not be clickable.
kkalev [Tue, 17 Sep 2002 12:33:17 +0000 (12:33 +0000)]
In the buttons toolbar Edit User should not be clickable.

23 years agoUse require_once when including lib/functions.php3 in lib/sql
kkalev [Tue, 17 Sep 2002 12:25:05 +0000 (12:25 +0000)]
Use require_once when including lib/functions.php3 in lib/sql

23 years agoAdd a missing WHERE UserName = '$login' in the UPDATE statement in lib/sql/change_inf...
kkalev [Mon, 16 Sep 2002 10:31:51 +0000 (10:31 +0000)]
Add a missing WHERE UserName = '$login' in the UPDATE statement in lib/sql/change_info.php3. Patch by
Eddie Bindt <eddieb@users.sourceforge.net>

23 years agoAdd the failed logins page in the buttons page
kkalev [Tue, 10 Sep 2002 07:57:13 +0000 (07:57 +0000)]
Add the failed logins page in the buttons page

23 years agoFix a bug with failed logins in user_admin.
kkalev [Tue, 10 Sep 2002 07:47:05 +0000 (07:47 +0000)]
Fix a bug with failed logins in user_admin.

23 years agoChange use of AcctStartTime with AcctStopTime in failed_logins.php3 to match that...
kkalev [Tue, 10 Sep 2002 07:46:01 +0000 (07:46 +0000)]
Change use of AcctStartTime with AcctStopTime in failed_logins.php3 to match that in user_admin

23 years agoFix a bug in the failed logins page
kkalev [Tue, 10 Sep 2002 07:41:54 +0000 (07:41 +0000)]
Fix a bug in the failed logins page

23 years agoAdd a failed logins page, to show the most recent failed logins.
kkalev [Tue, 10 Sep 2002 07:35:56 +0000 (07:35 +0000)]
Add a failed logins page, to show the most recent failed logins.

23 years agoFix a stupid bug in accounting.php3. We should not use the show_attrs array.
kkalev [Mon, 9 Sep 2002 14:28:52 +0000 (14:28 +0000)]
Fix a stupid bug in accounting.php3. We should not use the show_attrs array.

23 years agoFix a few more bugs in the ldap library
kkalev [Mon, 9 Sep 2002 13:59:15 +0000 (13:59 +0000)]
Fix a few more bugs in the ldap library

23 years agoAdd a new config directive, ldap_write_server. If it is set then when we update the...
kkalev [Mon, 9 Sep 2002 13:27:48 +0000 (13:27 +0000)]
Add a new config directive, ldap_write_server. If it is set then when we update the directory we try to
connect to that one instead of the ldap_server. That way we can read from the fast read-only replicas and
write to a slower master.

23 years agoIn the user test page ignore comments from the auth.request file
kkalev [Mon, 9 Sep 2002 10:22:23 +0000 (10:22 +0000)]
In the user test page ignore comments from the auth.request file

23 years agoRemove previous change. It was causing problems
kkalev [Mon, 9 Sep 2002 08:06:31 +0000 (08:06 +0000)]
Remove previous change. It was causing problems

23 years agoOnly connect and bind to the ldap server if we haven't done that before.
kkalev [Mon, 9 Sep 2002 07:57:01 +0000 (07:57 +0000)]
Only connect and bind to the ldap server if we haven't done that before.

23 years agoUpdate documentation
kkalev [Sun, 8 Sep 2002 23:16:21 +0000 (23:16 +0000)]
Update documentation

23 years agoAlso cache the default.vals file.
kkalev [Sun, 8 Sep 2002 14:36:58 +0000 (14:36 +0000)]
Also cache the default.vals file.

23 years agoIn lib/sql/defaults.php3 instead of doing a select for each group the user
kkalev [Sun, 8 Sep 2002 13:24:19 +0000 (13:24 +0000)]
In lib/sql/defaults.php3 instead of doing a select for each group the user
belongs to, do one select with a where in () caluse.