]> git.entuzijast.net Git - freeradius-dialup-admin.git/log
freeradius-dialup-admin.git
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.

23 years agoRemove the auto password generator from the user edit page. It has no
kkalev [Sun, 8 Sep 2002 12:30:09 +0000 (12:30 +0000)]
Remove the auto password generator from the user edit page. It has no
meaning since the password is not shown

23 years agoFix a few bugs
kkalev [Sun, 8 Sep 2002 12:10:35 +0000 (12:10 +0000)]
Fix a few bugs

23 years agoAlso cache the admin.conf if use_session is set to 1 in config.php3
kkalev [Sun, 8 Sep 2002 11:27:32 +0000 (11:27 +0000)]
Also cache the admin.conf if use_session is set to 1 in config.php3

23 years agoUpdate Changelog
kkalev [Sun, 8 Sep 2002 00:25:08 +0000 (00:25 +0000)]
Update Changelog

23 years agoAdd sessions in order to cache the various mappings. Add a corresponding
kkalev [Sun, 8 Sep 2002 00:17:18 +0000 (00:17 +0000)]
Add sessions in order to cache the various mappings. Add a corresponding
configuration directive general_use_session. Also add a session cache
destroy page.

23 years agoCall config.php3 before outputing any html
kkalev [Sat, 7 Sep 2002 21:10:07 +0000 (21:10 +0000)]
Call config.php3 before outputing any html

23 years ago* If an sql attribute is not contained in sql, assume that it has the same name as...
kkalev [Sat, 7 Sep 2002 20:46:41 +0000 (20:46 +0000)]
* If an sql attribute is not contained in sql, assume that it has the same name as in dialup_admin and that
  it is a reply item. Add a comment for that in conf/sql.attrmap.
* Change the way radius attributes are read from the sql database. The change should make things somewhat
  faster. Create a reverse mapping from radius attributes to dialup_admin attributes.
* Add a configuration directive called ldap_use_http_credentials. If it is set to yes then we try to
  connect to the ldap server with the username/password given in http authentication, not those contained
  in admin.conf. That way multiple admins with different permissions on the ldap tree can work on a single
  dialup_admin.
* With the same logic we allow for multiple buttons html pages. We now create a folder html/buttons which
  by default contains a folder default. If the user logs in with http authentication then we try
  to open the file html/buttons/<username>/buttons.html.php3. If we can't we open
  html/buttons/default/buttons.html.php3. That way we can create muiltiple views of say the online users
  page based on which admin requests the page.

23 years agoIn sql.attrmap User-Password should map to User-Password, not Password
kkalev [Sat, 7 Sep 2002 16:55:39 +0000 (16:55 +0000)]
In sql.attrmap User-Password should map to User-Password, not Password

23 years ago* If we are editing a group show a comment that in the radiusd sql module the group...
kkalev [Sat, 7 Sep 2002 14:52:33 +0000 (14:52 +0000)]
* If we are editing a group show a comment that in the radiusd sql module the group tables are evaluated
  after the user tables. As a result user values should in general overwrite default values.
* Add support for the default_user_profile of the sql module in lib/sql/defaults.php3

23 years ago* In the user edit page print a message under the User Password field about if it...
kkalev [Sat, 7 Sep 2002 04:03:52 +0000 (04:03 +0000)]
* In the user edit page print a message under the User Password field about if it exists or not. Update
  the user_info.php3 lib files to check for it.
* In lib/ldap/defaults.php3 Dialup-Access should not be added in the default_vals. It is not inherited.

23 years ago* Allow for multiple default values. Also add a generic flag in ldap attrmap. If...
kkalev [Fri, 6 Sep 2002 16:17:26 +0000 (16:17 +0000)]
* Allow for multiple default values. Also add a generic flag in ldap attrmap. If it exists then the
  attribute is generic and user values *do not* overwrite default values. The operators in the generic
  attribute can be used for that. The same is very difficult to implement for sql, so for now user
  values overwrite default values in sql (user edit page).
  A lot of code and a lot of files where changed so there may be bugs somewhere.

23 years agoAdd the caller id in the connection status attributes in the show user page
kkalev [Wed, 4 Sep 2002 19:46:55 +0000 (19:46 +0000)]
Add the caller id in the connection status attributes in the show user page

23 years agoAdd credits
kkalev [Wed, 4 Sep 2002 14:36:20 +0000 (14:36 +0000)]
Add credits

23 years agoFix a bug in lib/sql/change_passwd.php3 when not using operators.
kkalev [Wed, 4 Sep 2002 14:34:20 +0000 (14:34 +0000)]
Fix a bug in lib/sql/change_passwd.php3 when not using operators.

23 years ago* In config.php3 include a relative admin.conf file not an absolute
kkalev [Tue, 3 Sep 2002 20:51:30 +0000 (20:51 +0000)]
* In config.php3 include a relative admin.conf file not an absolute
* Add an entry in the FAQ about php magic quotes
* Escape double quotes in attribute values in the user edit page

23 years agoShow date in the user/server test page
kkalev [Sun, 1 Sep 2002 09:55:32 +0000 (09:55 +0000)]
Show date in the user/server test page

23 years agoShow number of failed logins in the last 7 days in the user admin page
kkalev [Wed, 28 Aug 2002 12:26:58 +0000 (12:26 +0000)]
Show number of failed logins in the last 7 days in the user admin page

23 years agoRemove simul_zap_query and replace it with a call to session_zap.
kkalev [Mon, 26 Aug 2002 18:53:50 +0000 (18:53 +0000)]
Remove simul_zap_query and replace it with a call to session_zap.
Fix a typo in the dialup_admin Changelog

23 years agoSmall html fix in password.php3
kkalev [Thu, 22 Aug 2002 14:16:54 +0000 (14:16 +0000)]
Small html fix in password.php3

23 years agoSmall html fix in user_edit.php3
kkalev [Thu, 22 Aug 2002 14:09:52 +0000 (14:09 +0000)]
Small html fix in user_edit.php3

23 years agoAdd support for the user ldap regular profile attribute
kkalev [Wed, 21 Aug 2002 12:25:24 +0000 (12:25 +0000)]
Add support for the user ldap regular profile attribute

23 years agoAdd support for the max results setting in the user find page
kkalev [Tue, 20 Aug 2002 14:49:56 +0000 (14:49 +0000)]
Add support for the max results setting in the user find page

23 years agoAdd find pages
kkalev [Tue, 20 Aug 2002 14:34:45 +0000 (14:34 +0000)]
Add find pages

23 years ago Add a user find page. User can be searched based on the full name, department or...
kkalev [Tue, 20 Aug 2002 14:34:10 +0000 (14:34 +0000)]
 Add a user find page. User can be searched based on the full name, department or RADIUS attribute.
  The radius attribute should be included in the _user_ profile, not in a group/regular/default profile.

23 years agoAdd a help page for the Expiration attribute
kkalev [Tue, 20 Aug 2002 11:59:06 +0000 (11:59 +0000)]
Add a help page for the Expiration attribute

23 years ago* Add support for the Expiration attribute. Add it in the sql attribute map, in user_...
kkalev [Tue, 20 Aug 2002 11:58:34 +0000 (11:58 +0000)]
* Add support for the Expiration attribute. Add it in the sql attribute map, in user_edit.attrs and
  check for it in user_admin
* Add a few more keys in the userinfo and badusers tables.
* Fix a problem with lib/sql/defaults.php3 where the first character in the default value when using
  operators was set to the opeator

23 years agoFix a few typos
kkalev [Tue, 20 Aug 2002 10:53:27 +0000 (10:53 +0000)]
Fix a few typos

23 years agoUpdate the FAQ about missing attributes from the user/group edit pages and add a...
kkalev [Tue, 20 Aug 2002 10:50:45 +0000 (10:50 +0000)]
Update the FAQ about missing attributes from the user/group edit pages and add a few comments
in the configuration files

23 years agoUpdate Changelog
kkalev [Fri, 16 Aug 2002 16:32:15 +0000 (16:32 +0000)]
Update Changelog

23 years agoAdd attributes for the sql group tables in admin.conf. Now SQL group support should...
kkalev [Fri, 16 Aug 2002 16:32:03 +0000 (16:32 +0000)]
Add attributes for the sql group tables in admin.conf. Now SQL group support should really work!

23 years agoComment out Reply-Message in conf/user_edit.attrs since in sql it maps to the same...
kkalev [Fri, 16 Aug 2002 11:23:26 +0000 (11:23 +0000)]
Comment out Reply-Message in conf/user_edit.attrs since in sql it maps to the same attribute as
the lock message

23 years agoWhen updating ldap user information don't do an update if the new attribute value
kkalev [Wed, 14 Aug 2002 14:00:12 +0000 (14:00 +0000)]
When updating ldap user information don't do an update if the new attribute value
is '-' (default value)

23 years agoAlso use da_sql_error when reporting errors
kkalev [Tue, 13 Aug 2002 16:18:21 +0000 (16:18 +0000)]
Also use da_sql_error when reporting errors

23 years agoCall da_sql_error with correct arguments
kkalev [Tue, 13 Aug 2002 15:55:52 +0000 (15:55 +0000)]
Call da_sql_error with correct arguments

23 years agoComment out the Reply-Message entry in user_edit.attrs.
kkalev [Tue, 13 Aug 2002 15:50:13 +0000 (15:50 +0000)]
Comment out the Reply-Message entry in user_edit.attrs.

23 years agoWhen reporting sql errors also print the output of da_sql_error
kkalev [Tue, 13 Aug 2002 15:42:45 +0000 (15:42 +0000)]
When reporting sql errors also print the output of da_sql_error

23 years agohtml fixes in show_groups.php3
kkalev [Tue, 13 Aug 2002 15:03:06 +0000 (15:03 +0000)]
html fixes in show_groups.php3

23 years agoAdd a show_groups.php3 to show all active user groups
kkalev [Tue, 13 Aug 2002 11:08:39 +0000 (11:08 +0000)]
Add a show_groups.php3 to show all active user groups

23 years ago* Allow the administrator to specify a group in the New User page. Update lib/sql...
kkalev [Tue, 13 Aug 2002 10:18:30 +0000 (10:18 +0000)]
* Allow the administrator to specify a group in the New User page. Update lib/sql/create_user.php3 to add
  the user to the specified group
* Call user_info.php3 and defaults.php3 in user_new.php3 after creating a user
* Only run if $login is not NULL in lib/sql/defaults.php3
* In group admin add a button to administer the selected user which will redirect the administrator to the
  corresponding user_admin page

23 years agoAdd Reply-Message in conf/user_edit.attrs so that it appears in the user/group edit...
kkalev [Tue, 13 Aug 2002 08:33:24 +0000 (08:33 +0000)]
Add Reply-Message in conf/user_edit.attrs so that it appears in the user/group edit pages

23 years ago* Only call user_info.php3 in user_new.php3 when we are creating a user
kkalev [Tue, 13 Aug 2002 07:59:56 +0000 (07:59 +0000)]
* Only call user_info.php3 in user_new.php3 when we are creating a user
* Fix a bug with personal information attributes in user_new.php3

23 years ago* Have adddress and home address in user personal info
kkalev [Tue, 13 Aug 2002 07:00:23 +0000 (07:00 +0000)]
* Have adddress and home address in user personal info
* Set $user_info in lib/{ldap,sql}/user_info.php3 and only if the user exists and has personal info
* Show language attributes only if general_prefered_lang is not 'en'

23 years agoSet personal information attributes to defaults in lib/ldap/user_info.php3
kkalev [Tue, 13 Aug 2002 06:27:25 +0000 (06:27 +0000)]
Set personal information attributes to defaults in lib/ldap/user_info.php3

23 years agoFix a typo for department
kkalev [Tue, 13 Aug 2002 06:26:12 +0000 (06:26 +0000)]
Fix a typo for department

23 years agoSet a few more personal information attributes to defaults in lib/sql/user_info.php3
kkalev [Mon, 12 Aug 2002 21:47:20 +0000 (21:47 +0000)]
Set a few more personal information attributes to defaults in lib/sql/user_info.php3

23 years agoUse a textarea for new members in group_admin.php3 and group_new.php3. Update lib...
kkalev [Mon, 12 Aug 2002 13:38:05 +0000 (13:38 +0000)]
Use a textarea for new members in group_admin.php3 and group_new.php3. Update lib/sql/create_group.php3 and
lib/sql/group_admin.php3

23 years ago* Fix a small bug in lib/sql/create_user.php3 where work and home phone were stored...
kkalev [Mon, 12 Aug 2002 13:08:20 +0000 (13:08 +0000)]
* Fix a small bug in lib/sql/create_user.php3 where work and home phone were stored in the wrong fields.
* Set personal information attributes in lib/sql/user_info.php3 to default values.
* Add a page to change the user's personal information. Changed the user toolbar and added htdocs/user_info.php3
  along with lib/{sql,ldap}/change_info.php3
* Print a message if we can't connect to the ldap server in lib/ldap/user_info.php3

23 years agoUpdate Changelog
kkalev [Sat, 10 Aug 2002 18:52:24 +0000 (18:52 +0000)]
Update Changelog

23 years agoThe new group page should only be available if the general library type is sql
kkalev [Sat, 10 Aug 2002 18:46:33 +0000 (18:46 +0000)]
The new group page should only be available if the general library type is sql

23 years ago* Add support for groups in SQL. Added several new files and modified a few more.
kkalev [Sat, 10 Aug 2002 16:49:21 +0000 (16:49 +0000)]
* Add support for groups in SQL. Added several new files and modified a few more.
* Default values in SQL are now extracted from the group membership. Added a lib/sql/defaults.php3 file.
  As a result the default operator is not '=' anymore but whatever we find in the group check and reply tables.
* In lib/sql/user_info.php3 set user_exists in more than one places.
* Add support for the '=*' and '!*' operators
* Added a HELP_WANTED file describing what are the major things missing which people could contribute.
* Updated TODO

23 years ago* If the same attribute appears more than once in the user edit page then show a...
kkalev [Wed, 10 Jul 2002 14:53:51 +0000 (14:53 +0000)]
* If the same attribute appears more than once in the user edit page then show a count of the number of
  occurences next to the attribute name
* Add a server argument to user_finger.php3. If it is set then the page will only show the logged in users
  in that access server instead of all of them. Update the README with documentation for that fact.

23 years agoCheck if the last logged in server and client ip are valid before calling gethostbyaddr
kkalev [Thu, 4 Jul 2002 08:06:36 +0000 (08:06 +0000)]
Check if the last logged in server and client ip are valid before calling gethostbyaddr

23 years agoRefresh the online users page every 50 secs. Patch by Alexandre Strube <surak@barroco...
kkalev [Wed, 3 Jul 2002 22:05:50 +0000 (22:05 +0000)]
Refresh the online users page every 50 secs. Patch by Alexandre Strube <surak@barroco.com.br>

23 years agoPass the whole password as salt in da_encrypt() in password_check.php3
kkalev [Wed, 26 Jun 2002 00:36:41 +0000 (00:36 +0000)]
Pass the whole password as salt in da_encrypt() in password_check.php3

23 years agoFix a small bug in user_admin.php3
kkalev [Thu, 20 Jun 2002 11:13:56 +0000 (11:13 +0000)]
Fix a small bug in user_admin.php3

23 years ago* html fixes in user_finger.php3
kkalev [Tue, 11 Jun 2002 17:09:56 +0000 (17:09 +0000)]
* html fixes in user_finger.php3
* Fix a bug in lib/add_badusers.php3 which did not allow inserts in the badusers table.
* Make lib/ldap/password_check.php3 behave properly when it is passed a null password
* Allow for daily/weekly/monthly limits to be set to none and show correct results in the show user page

23 years ago* Change log_badlogins to use the mysql binary instead of the DBI module. That way...
kkalev [Fri, 3 May 2002 22:10:54 +0000 (22:10 +0000)]
* Change log_badlogins to use the mysql binary instead of the DBI module. That way we don't have any dependencies
  and we don't need to bother with connection maintainance (dead mysql connections etc).
* Add a few comments in  rlm_ippool.c

23 years agoReaarange a few things in user_admin. Put Subscription Analysis first and 'Account...
kkalev [Tue, 30 Apr 2002 15:27:10 +0000 (15:27 +0000)]
Reaarange a few things in user_admin. Put Subscription Analysis first and 'Account Status' second. Make a
few things bold.

23 years agoFix a bug in time2strclock() in lib/functions.php3. Seconds ammount more than 9 would...
kkalev [Mon, 29 Apr 2002 17:31:56 +0000 (17:31 +0000)]
Fix a bug in time2strclock() in lib/functions.php3. Seconds ammount more than 9 would not show.
Bug noted by Timophey <bcloud@mail.ru>

23 years agoAdd an option to specify the maximum results returned from the sql query
kkalev [Tue, 16 Apr 2002 14:31:18 +0000 (14:31 +0000)]
Add an option to specify the maximum results returned from the sql query

23 years agoAdd the corresponding attributes for Max-{Daily,Weekly}-Session in sql.attrmap
kkalev [Tue, 16 Apr 2002 14:22:34 +0000 (14:22 +0000)]
Add the corresponding attributes for Max-{Daily,Weekly}-Session in sql.attrmap

23 years agoPass the nas server community as an argument to the snmpfinger script
kkalev [Tue, 16 Apr 2002 11:55:40 +0000 (11:55 +0000)]
Pass the nas server community as an argument to the snmpfinger script

23 years agoUpdate Changelog
kkalev [Sun, 10 Mar 2002 13:46:12 +0000 (13:46 +0000)]
Update Changelog

23 years agofix a bug in da_sql_query.
kkalev [Sun, 10 Mar 2002 12:54:54 +0000 (12:54 +0000)]
fix a bug in da_sql_query.
Bug noted by Peter Santiago <peter.santiago@psinergybbs.com>

23 years ago* Fix a small bug in log_badlogins. The nas domain should be a variable not hard...
kkalev [Sat, 9 Feb 2002 13:41:25 +0000 (13:41 +0000)]
* Fix a small bug in log_badlogins. The nas domain should be a variable not hard coded.

23 years ago* Add support for the rest of the operators. Created the lib/operators.php3 file...
kkalev [Fri, 8 Feb 2002 14:55:41 +0000 (14:55 +0000)]
* Add support for the rest of the operators. Created the lib/operators.php3 file containing helper functions