Add a missing.php3 file with functions that may be missing from the PHP version used...
[freeradius.git] / dialup_admin / lib / sql /
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-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...
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-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 kkalevIn user_new show a select box with all the available...
2003-01-13 kkalevFix a small problem with debugging
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-09-17 kkalevUse require_once when including lib/functions.php3...
2002-09-16 kkalevAdd a missing WHERE UserName = '$login' in the UPDATE...
2002-09-08 kkalevIn lib/sql/defaults.php3 instead of doing a select...
2002-09-08 kkalevFix a few bugs
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-13 kkalevAlso use da_sql_error when reporting errors
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-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-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...