| 1 |
|
| 2 |
gk/1-may-2007 1.10 various changes. Detailed desscription:
|
| 3 |
- added MySQL SSL support; 6 new directives added
|
| 4 |
in order to specify SSL certs, cipher, and usage.
|
| 5 |
Needs MYSQL_USE_SSL defined.
|
| 6 |
Please read the file INSTALL
|
| 7 |
- added accessible() function to check if certificates
|
| 8 |
are readable.
|
| 9 |
- changed mysql_init() to initialize mysql_conn rather
|
| 10 |
than mysql_handle.
|
| 11 |
- added MODULE_RELEASE define.
|
| 12 |
- added auth_mysql_init() to call ap_add_version_component()
|
| 13 |
and show MODULE_RELEASE when SHOW_VERSION_COMPONENT defined.
|
| 14 |
|
| 15 |
uh/1-mar-2007 1.9.1 add a short description for MD5 and SHA
|
| 16 |
password hashes
|
| 17 |
|
| 18 |
uh/2-dec-2006 1.9 Fixes to support apache 2.2
|
| 19 |
1.8 internal version
|
| 20 |
|
| 21 |
uh/26-may-2006 1.7 fix a missing argument by the group-query
|
| 22 |
|
| 23 |
uh/25-may-2006 1.6 add config directives to configure the names of
|
| 24 |
the tables and filednames of the SQL-Queries
|
| 25 |
|
| 26 |
uh/21-aug-2005 1.5 add mysql_ping to the open_db_function
|
| 27 |
this'll check if the mysql-server ist still there
|
| 28 |
most important if you'll are using persistent connection
|
| 29 |
|
| 30 |
uh/22-sep-2004 1.4 add AuthMySQLPort: that makes possible to define the
|
| 31 |
port of your MySQL-database
|
| 32 |
|
| 33 |
uh/02-apr-2003 1.3 add a patch from "Günter Knauf" <gk(at)gknw.de> makes
|
| 34 |
the module working foe netware and win32. Thanks
|
| 35 |
|
| 36 |
uh/22-dec-2002 1.2 - Following new features are added:
|
| 37 |
AuthMySQLEnable: Set to 'no' if you want switch
|
| 38 |
off the module for a VirtualHost
|
| 39 |
Default set to 'Yes'
|
| 40 |
|
| 41 |
AuthMySQLVirtualHost: Set to 'yes' if you want to use
|
| 42 |
the virtualhostname (aka
|
| 43 |
ServerAlias) instead of the
|
| 44 |
ServerName in the queries
|
| 45 |
Default set to 'No'
|
| 46 |
|
| 47 |
- All module directives begin now with AuthMySQL...
|
| 48 |
this means that following directives have changed:
|
| 49 |
|
| 50 |
AuthSQLKeepAlive -> AuthMySQLKeepAlive
|
| 51 |
AuthSQLAuthoritative -> AuthMySQLAuthoritative
|
| 52 |
|
| 53 |
- The Module Mysql works now with MySQL 4.0 too (of
|
| 54 |
course it still works with MySQL 3.23 too)
|
| 55 |
|
| 56 |
|
| 57 |
uh/-jun-2002 add a short example for the table data -> example.html
|
| 58 |
|
| 59 |
uh/2-mai-2002 1.0 first release
|
| 60 |
|
| 61 |
1.1 fixing possible "SQL code insertion attack"
|
| 62 |
http://cert.uni-stuttgart.de/advisories/apache_auth.php
|
| 63 |
|
| 64 |
|
| 65 |
|