search for: mysql_request

Displaying 2 results from an estimated 2 matches for "mysql_request".

2004 Jul 30
2
Patch for 0.99.10.8
...to get it to compile. --- dovecot-0.99.10.8.orig/src/auth/db-mysql.h +++ dovecot-0.99.10.8/src/auth/db-mysql.h @@ -1,7 +1,8 @@ #ifndef __DB_MYSQL_H #define __DB_MYSQL_H -#include <mysql.h> +#include <mysql/mysql.h> +#include <mysql/errmsg.h> struct mysql_connection; struct mysql_request; -- Jaldhar H. Vyas <jaldhar at debian.org> La Salle Debain - http://www.braincells.com/debian/
2003 Nov 04
0
PATCH: make local IP address available to auth modules
The attached patch makes the local IP address to which the client connected available to the authentication modules; i.e., the local IP address is available for substitution as %i for the mysql and pgsql modules. We needed this feature to support thousands of our legacy accounts which are authenticated by username/local_part (not the full email address) and IP address (one per domain). Timo,