Port patch from branch_1_1 to the HEAD
[freeradius.git] / dialup_admin / lib / sql /
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-21 nbkPull downstream fixes from Debian package 1.0.5-2:
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-04-22 kkalevIn lib/sql/attrmap.php3, only register variables once...
2005-04-14 kkalevFix a small bug in lib/sql/drivers/mysql/functions...
2005-04-14 kkalevFix a small typo
2005-04-14 kkalevUse the correct max results variable in lib/*/find...
2005-03-22 pnixonForce set NLS_TIMESTAMP_TZ_FORMAT='YYYY-MM-DD HH24...
2005-03-21 pnixonFix calls to da_sql_limit
2005-03-21 kkalevCreate a new function da_sql_limit() and use that to...
2005-03-21 pnixonTrim semicolon from the end of the query if it exists.
2005-03-20 pnixonAdd native oracle support (Using the PHP OCI8 driver...
2005-03-19 pnixonpg_exec() has been replaced with pg_query()
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-08-30 aland Pull fixes 1.126, 1.127, 1.128 from HEAD
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-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...