Commit a86abc99 a86abc992e0dbf10499bbb37997fdf0be9ac5f7e by Sergey Poznyakoff

Updated

1 parent d488bfe8
Showing 1 changed file with 10 additions and 0 deletions
1 2004-12-17 Sergey Poznyakoff
2
3 * configure.ac: Do not allow to specify modules more than once
4 * auth/sql.c (sql_escape_string): Escape ocurrences of ' and "
5 in string.
6 (mu_sql_expand_query): prevent possible sql injection
7 * mail.local/mailquota.c (sql_retrieve_quota): Allow for NULL
8 columns
9 * sql/postgres.c (destroy): Bugfix: do not free pgconn
10
1 2004-12-05 Sergey Poznyakoff 11 2004-12-05 Sergey Poznyakoff
2 12
3 * Makefile.am: Added sql/ 13 * Makefile.am: Added sql/
......