I guess the RCing in 0.99.12 didn't help that much. SQL/LDAP authentication crashed because memory was freed wrong. Please test so it would actually work in 0.99.13.
Also fixed SEARCH UNKEYWORD which wasn't working.
Also added 1.0-test's oe-ns-eoh POP3 workaround built-in.
Timo Sirainen tss@iki.fi writes:
I guess the RCing in 0.99.12 didn't help that much. SQL/LDAP authentication crashed because memory was freed wrong. Please test so it would actually work in 0.99.13.
Also fixed SEARCH UNKEYWORD which wasn't working.
Also added 1.0-test's oe-ns-eoh POP3 workaround built-in.
The configure script picks GNUTLS on my machine but then fails compiling dovecot (I have gnutls 1.0.13) - perhaps a version check for GNUTLS is in order, with a fallback to OpenSSL (which works for me, I have OpenSSL 0.9.7).
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/lib -DPKG_RUNDIR=\""/usr/local/var/run/dovecot"\" -DSBINDIR=\""/usr/local/sbin"\" -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -c ssl-proxy-openssl.c
ssl-proxy-gnutls.c: In function ssl_handshake': ssl-proxy-gnutls.c:279: warning: implicit declaration of function
gnutls_handshake_get_direction'
ssl-proxy-gnutls.c: In function initialize_state': ssl-proxy-gnutls.c:301: warning: implicit declaration of function
gnutls_cert_type_set_priority'
ssl-proxy-gnutls.c: In function ssl_proxy_new': ssl-proxy-gnutls.c:317: warning: passing arg 2 of
gnutls_transport_set_ptr' makes pointer from integer without a cast
ssl-proxy-gnutls.c: In function read_dh_parameters': ssl-proxy-gnutls.c:415: warning:
gnutls_dh_params_set' is deprecated (declared at /usr/include/gnutls/compat8.h:82)
-- Matthias Andree
participants (2)
-
Matthias Andree
-
Timo Sirainen