summaryrefslogtreecommitdiff
path: root/inc/auth_mysql.php
Commit message (Collapse)AuthorAge
* variuous auth_mysql fixesandi2005-05-14
| | | | | | | | | This patch adds mor flexibility and security to the mysql_auth backend. You now can omit the getgroupid and addusergroup configs if you don't need them. The default groupname is available in addusergroup and adduser now, too. Last but not least calls to addslashes were added to avoid SQL injection. darcs-hash:20050514192208-9977f-d970834ca68a896e725c4911639a311217dee792.gz
* hash support for auth_mysqlmatthiasgrimm2005-05-13
| | | | | | | | | This patch adds support for different hash algorithms to auth_mysql. The SQL queries must be modified too and please keep an eye on the password field width in your users database. Some hash values need much more space than the good old md5 algorithm. darcs-hash:20050513182619-7ef76-a363c735e34f18b0f2b88be48a1b261e4b50fab3.gz
* mysql create user functionmatthias.grimm2005-05-08
| | | | | | | | | | This patch adds the missing function createuser in the mysql auth module. Some new SQL statements have to be defined so that it works: $conf['auth']['mysql']['getgroupid'] to get the ID of a given group $conf['auth']['mysql']['adduser'] to add a user to the database $conf['auth']['mysql']['addusergroup'] to let the user join a given group darcs-hash:20050508183140-45302-de96a42fd79801a5e9ab14cb476f56b2c9432d7c.gz
* small mysql_auth fixandi2005-04-13
| | | | darcs-hash:20050413180007-9977f-775116032aa4bda171b7585209a163de74ef45cb.gz
* removed closing php tag for includesandi2005-04-13
| | | | darcs-hash:20050413175338-9977f-c969db6f86df5df175db9a39b4fabb9f072f8f67.gz
* check for needed extensions in auth modulesandi2005-02-03
| | | | darcs-hash:20050203151721-9977f-7f2f59d9fbf175bdcec8ed583167a67d55121016.gz
* phpdoc commentsandi2005-01-14
| | | | darcs-hash:20050114164057-9977f-e4936fde9037c65c3f32c30b31b2b7df35732f3a.gz
* Initial revision.andi2005-01-12
darcs-hash:20050112202454-9977f-60936f24fe2092a30223627e0683de2df61d0c4a.gz