Don't use $num in stats.php3, change it to $stats_num
[freeradius.git] / dialup_admin / lib /
2005-03-16 kkalevRevert back to using postgresql specific functions...
2005-03-15 pnixonA first stab at using DBX for database abstraction...
2005-03-15 pnixonFirst cut at making a working DBX driver.
2005-03-14 kkalev* Show the correct nas type in nas_admin. Bug noted...
2005-02-19 kkalevUpdate password_check to work with all password attribu...
2005-01-04 kkalev* Add an sqlrelay functions file. The user_admin page...
2004-10-28 kkalevIn lib/sql/group_info.php3 only unset variables if...
2004-10-27 kkalevOn group creation, if member list is empty report that...
2004-10-25 kkalev* Add lib/sql/group_change.php3 to add and delete a...
2004-09-16 kkalevFix bug #136, bugs found by Pawel Foremski
2004-07-31 kkalevFix operator escaping in lib/sql/change_attrs.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-12 kkalevFix a small error in lib/sql/find.php3. This closes...
2004-07-09 kkalevAdd a missing.php3 file with functions that may be...
2004-07-08 kkalev* Use require_once instead of require when including...
2004-06-29 kkalev* Escape special characters in the sql password. This...
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-18 kkalevAdd da_sql_escape_string for all relevant variables...
2004-04-06 kkalev* Add a check_user_passwd() and a get_user_dn() functio...
2004-04-03 kkalevAdd ldap_userdn as a configuration directive. If set...
2004-01-16 kkalev* Add a message when adding a user in the badusers...
2003-12-15 kkalev* Huge PostgreSQL compatibility patch by Guy Fraser...
2003-10-20 kkalev* Add a captions.conf file with a few configurable...
2003-10-10 kkalevFix a small bug in bytes2str. It will now also show...
2003-09-29 kkalevAllow for defining the ldap_filter used when searching...
2003-04-15 kkalevLimit the split() to 2 elements in lib/defaults.php3
2003-02-05 kkalev* Fix a typo in lib/sql/attrmap.php3
2003-02-03 kkalev Use sql_extra_servers directive when adding users...
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-13 kkalevFix a small problem with debugging
2003-01-12 kkalevFix a small bug in lib/ldap/create_user.php3. Unset...
2003-01-12 kkalevAdd a missing {
2003-01-12 kkalevMake things a little bit more simple in lib/ldap/change...
2003-01-12 kkalevAdd a few missing {
2003-01-11 kkalevIn debug, output the sql queries in italic. Refer to...
2003-01-11 kkalev* Add a directive ldap_debug. Add debuging statements...
2003-01-11 kkalevAdd a directive sql_debug. Add debuging statements...
2002-12-28 kkalevAdd more error messages when interacting with the SQL...
2002-12-22 kkalevAdd sql_use_http_credentials configuration directive...
2002-11-13 kkalev* Now the create user page should work with sql
2002-11-12 kkalevWhen searching a user in ldap through the find page...
2002-11-11 kkalevInclude password.php3 in lib/ldap/password_check.php3
2002-11-09 kkalevFix a bug in lib/defaults.php3 which did not allow...
2002-10-13 kkalev* Add a string encoder for greek
2002-10-13 kkalevMap a specific username to the directory manager if...
2002-10-12 kkalevFix a small bug in lib/ldap/defaults.php3. We should...
2002-10-05 kkalevAllow for normal ldap user attributes to be utf8 encode...
2002-10-02 kkalevAllow for multiple regular profile attributes in a...
2002-09-29 kkalev* In lib/ldap/functions.php3 only ask for the cn attrib...
2002-09-17 kkalevUse require_once when including lib/functions.php3...
2002-09-16 kkalevAdd a missing WHERE UserName = '$login' in the UPDATE...
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 kkalevRemove previous change. It was causing problems
2002-09-09 kkalevOnly connect and bind to the ldap server if we haven...
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 kkalevFix a few bugs
2002-09-08 kkalevAdd sessions in order to cache the various mappings...
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 kkalevFix a bug in lib/sql/change_passwd.php3 when not using...
2002-08-20 kkalevAdd support for the max results setting in the user...
2002-08-20 kkalevAdd find pages
2002-08-20 kkalev* Add support for the Expiration attribute. Add it...
2002-08-14 kkalevWhen updating ldap user information don't do an update...
2002-08-13 kkalevAlso use da_sql_error when reporting errors
2002-08-13 kkalevCall da_sql_error with correct arguments
2002-08-13 kkalevWhen reporting sql errors also print the output of...
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 kkalevSet personal information attributes to defaults in...
2002-08-12 kkalevSet a few more personal information attributes to defau...
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 kkalev* Add support for groups in SQL. Added several new...
2002-06-26 kkalevPass the whole password as salt in da_encrypt() in...
2002-06-11 kkalev* html fixes in user_finger.php3
2002-04-29 kkalevFix a bug in time2strclock() in lib/functions.php3...
2002-03-10 kkalevfix a bug in da_sql_query.
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-01-23 kkalevFix a small typo
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...