2004-12-21 01:00:34 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Update to 0.9.12.1
Changes:
- Fix memory leaks in LDAP, MySQL and PGSQL userdb/passdb
- Fix hanging when parsing mails that have over 4096 bytes in one
line (SMTP servers normally don't allow over 1000 bytes so it
shouldn't be much of a problem)
- FETCH BODYSTRUCTURE sometimes gave a wrong reply
(eg. with FETCH (BODYSTRUCTURE RFC822.SIZE) if it wasn't cached)
- Never return more than one INBOX in LIST even if there are such
files. They don't work anyway and it just confuses clients.
- mbox: Don't allow creating INBOX directory by creating/renaming
mailboxes under it. They just wouldn't work.
- POP3: Don't return PLAIN in SASL list. We don't support initial SASL
responses, so it only breaks with most clients that try to use it.
- IMAP and POP3 login processes may have sent each line in two IP
packets, one with the data and another with CR+LF. Some clients
didn't work because of this.
|
2004-11-17 20:56:49 by Juan Romero Pardines | Files touched by this commit (14) |
Log message:
Remove obsolete variables. You'll want to use:
PKG_OPTIONS.<pkg>+= foo blah
|
2004-10-25 17:25:21 by Juan Romero Pardines | Files touched by this commit (2) | |
Log message:
Enable the patch for crammd5, which was disabled in the last update
to 0.99.11.
|
2004-10-20 18:36:03 by Quentin Garnier | Files touched by this commit (2) | |
Log message:
Update to version 0.99.11.
v0.99.11 2004-09-04 Timo Sirainen <tss@iki.fi>
+ 127.* and ::1 IP addresses are treated as secured with
disable_plaintext_auth = yes
+ auth_debug setting for extra authentication debugging
+ Some documentation and error message updates
+ Create PID file in /var/run/dovecot/master.pid
+ home setting is now optional in static userdb
+ Added mail setting to static userdb
- After APPENDing to selected mailbox Dovecot didn't always notice the
new mail immediately which broke some clients
- THREAD and SORT commands crashed with some mails
- If APPENDed mail ended with CR character, Dovecot aborted the saving
- Output streams sometimes sent data duplicated and lost part of it.
This could have caused various strange problems, but looks like in
practise it rarely caused real problems.
|
2004-08-22 21:32:52 by Johnny C. Lam | Files touched by this commit (31) |
Log message:
Change the way that legacy USE_* and FOO_USE_* options are converted
into the bsd.options.mk framework. Instead of appending to
${PKG_OPTIONS_VAR}, it appends to PKG_DEFAULT_OPTIONS. This causes
the default options to be the union of PKG_DEFAULT_OPTIONS and any
old USE_* and FOO_USE_* settings.
This fixes PR pkg/26590.
|
2004-08-05 04:22:19 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Document each of the options.
|
2004-08-04 19:12:46 by Lubomir Sedlacik | Files touched by this commit (1) |
Log message:
Fix wrong assignment in USE_OPENLDAP case, PKG_OPTIONS wants "ldap", not
"openldap".
|
2004-08-01 09:04:45 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
Convert to use bsd.options.mk.
|
2004-08-01 07:17:19 by Amitai Schlair | Files touched by this commit (4) |
Log message:
Update to 0.99.10.9. From the changelog:
0.99.10.9 2004-07-31 Timo Sirainen <tss at iki.fi>
- MySQL compiling got broken in last release
- More PostgreSQL reconnection fixing
0.99.10.8 2004-07-30 Timo Sirainen <tss at iki.fi>
+ LDAP support compiles now with Solaris LDAP library
- IMAP BODY and BODYSTRUCTURE replies were wrong for MIME parts which
didn't contain Content-Type header.
- MySQL and PostgreSQL auth didn't reconnect if connection was lost
to SQL server
- Linking fixes for dovecot-auth with some systems
- Last fix for disconnecting client when downloading mail longer than
30 seconds actually made it never disconnect client. Now it works
properly: disconnect when client hasn't read _any_ data for 30
seconds.
|
2004-07-28 17:22:07 by Amitai Schlair | Files touched by this commit (1) |
Log message:
Enable pkgviews installation. Iterate with "i" instead of "file"
to placate pkglint.
|