search for: crashfix

Displaying 20 results from an estimated 40 matches for "crashfix".

2004 Nov 10
0
[PATCH] NTLM update and crashfix
Hello, attached patch allows LM authentication for older (Win9x) clients which do not pass NTLM response in type 3 message. It also fixes crash in dovecot-auth (empty credentials could be passed to hex_to_binary function if NTLM2 was negotiated). Please consider applying. Best regards. -- Andrey Panin | Linux and UNIX system administrator pazke at donpac.ru | PGP key: wwwkeys.pgp.net
2012 Feb 16
2
v2.1.0 released
...//dovecot.org/releases/2.1/dovecot-2.1.0.tar.gz http://dovecot.org/releases/2.1/dovecot-2.1.0.tar.gz.sig Here's finally the the stable v2.1 release. I expect this release to be quite stable, since it's already being used in several large installations. Changes since rc7: FS layout related crashfix, two man pages added. The biggest changes since v2.0: * Plugins now use UTF-8 mailbox names rather than mUTF-7: acl, autocreate, expire, trash, virtual * auth_username_format default changed to %Lu. If you really want case sensitive usernames, set it back to empty. * Solr full text searc...
2012 Feb 16
2
v2.1.0 released
...//dovecot.org/releases/2.1/dovecot-2.1.0.tar.gz http://dovecot.org/releases/2.1/dovecot-2.1.0.tar.gz.sig Here's finally the the stable v2.1 release. I expect this release to be quite stable, since it's already being used in several large installations. Changes since rc7: FS layout related crashfix, two man pages added. The biggest changes since v2.0: * Plugins now use UTF-8 mailbox names rather than mUTF-7: acl, autocreate, expire, trash, virtual * auth_username_format default changed to %Lu. If you really want case sensitive usernames, set it back to empty. * Solr full text searc...
2008 Mar 04
2
v1.0.11 released
...mizations added in v1.0.8. This makes some commands slower, but should fix the rest of the problems. - IMAP: SEARCH BEFORE/ON/SINCE didn't handle timezones correctly. - ldap: auth_bind was doing lookups using subtree scope instead of the scope specified in config file. - zlib plugin crashfixes by Richard Platel - master passdbs: pass=yes setting was broken with blocking passdbs (e.g. MySQL) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part U...
2003 Apr 15
2
0.99.9-test4
http://procontrol.fi/test/ - Crashfix for multipart messages - More optimized mbox rewriting, should be "good enough" for most uses I think. I've been using it for a while now, seems to work. Still some problems: imap(cras): Apr 15 01:48:48 Warning: Our dotlock file /home/cras/mail//full-disclosure.lock was overridden...
2005 Aug 18
3
1.0 alpha1 released
As promised a few days ago, 1.0.alpha1 release is now available from Dovecot web page. Changes since 1.0-test80 include only one mbox assert crashfix and removed fsync() call when writing to transaction log, making it a bit faster. I changed the version number also since 1.0-tests to 1.0.alpha. I know '-' is problematic to binary package builders, maybe the new versioning is better? -------------- next part -------------- A non-text att...
2005 Sep 11
1
1.0alpha2 released
Changes: - Some cache file corruption fixes (shouldn't be any left?) - Some index file fixes with mmap_disable=yes - Some mbox syncing fixes - Timezones in mbox From-lines were handled wrong - Added pop3_reuse_xuidl setting. Patch by Chris Wakelin - "stack frame changed" crashfix for FETCH BODYSTRUCTURE - Added %R (reverse string) and %H (hash string) variable modifiers. These can be useful if you want to automatically split users to multiple partitions (eg. %3RHu gives values 0..2 based on the given username). See doc/variables.txt for more information. The POP3 bug ment...
2008 Mar 04
2
v1.0.11 released
...mizations added in v1.0.8. This makes some commands slower, but should fix the rest of the problems. - IMAP: SEARCH BEFORE/ON/SINCE didn't handle timezones correctly. - ldap: auth_bind was doing lookups using subtree scope instead of the scope specified in config file. - zlib plugin crashfixes by Richard Platel - master passdbs: pass=yes setting was broken with blocking passdbs (e.g. MySQL) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part U...
2008 Jun 20
2
v1.1.rc13 released
...couple of minutes before summer solstice (23:59 UTC according to Wikipedia). Maybe it'll bring luck to the release. :) - mbox: Fixed a crash when adding a new X-IMAPbase: header with keywords. - Message parser: Fixed assert-crash if cached MIME structure was broken. - Squat: Potential crashfix with mmap_disable=yes. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://dovecot.org/pipermail/dovecot-news/attachments/20080620/62fbae3a/attac...
2008 Jun 20
2
v1.1.rc13 released
...couple of minutes before summer solstice (23:59 UTC according to Wikipedia). Maybe it'll bring luck to the release. :) - mbox: Fixed a crash when adding a new X-IMAPbase: header with keywords. - Message parser: Fixed assert-crash if cached MIME structure was broken. - Squat: Potential crashfix with mmap_disable=yes. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://dovecot.org/pipermail/dovecot-news/attachments/20080620/62fbae3a/attac...
2006 Jul 03
1
RE: [dovecot-cvs] dovecot/src/lib-storage/index index-mail.c, 1.102, 1.103
...eld < view->cache->fields_count) Bill On Mon, July 3, 2006 7:12 am, tss-movial at dovecot.org said: > Update of /var/lib/cvs/dovecot/src/lib-storage/index > In directory talvi:/tmp/cvs-serv31265/lib-storage/index > > Modified Files: > index-mail.c > Log Message: > Crashfix: Added missing date.save field. > > > > Index: index-mail.c > =================================================================== > RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-mail.c,v > retrieving revision 1.102 > retrieving revision 1.103 > diff -u -d...
2007 Sep 30
1
Released v1.1.beta2
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta2.tar.gz http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta2.tar.gz.sig Several bug/crashfixes. deliver now supports -a parameter (see http://wiki.dovecot.org/LDA) which allows Sieve plugin v1.1.2 to use envelope :detail "to" checks. I also did one more API change for mailbox_transaction_commit*(). There's probably something still wrong with SORT command, but other than tha...
2009 Jan 08
2
Panic in v1.1.8
I just tried installing dovecot 1.1.8 as an upgrade to 1.1.7 and encountered Panics like the following with pop3 accesses Jan 8 10:55:31 sbh16 dovecot: Killed with signal 15 Jan 8 10:55:49 sbh16 dovecot: Dovecot v1.1.8 starting up Jan 8 10:57:01 sbh16 dovecot: pop3-login: Login: user=<user2>, method=PLAIN, rip=72.52.113.36, lip=72.52.113.36, secured Jan 8 10:57:01 sbh16 dovecot: Panic:
2008 Feb 21
4
v1.1.rc1 released
...ertainly much less than 31 anyway..) Changes since beta16: - ioloop defaults now to best one availablable instead of poll - IMAP SEARCH correctness fixes - Fixed proxy_maybe handling with caching and with mysql - IMAP: ENVELOPE's subject field now always has TABs changed to spaces - Some crashfixes -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://dovecot.org/pipermail/dovecot-news/attachments/20080221/7eff8030/attachment.bin
2008 Feb 21
4
v1.1.rc1 released
...ertainly much less than 31 anyway..) Changes since beta16: - ioloop defaults now to best one availablable instead of poll - IMAP SEARCH correctness fixes - Fixed proxy_maybe handling with caching and with mysql - IMAP: ENVELOPE's subject field now always has TABs changed to spaces - Some crashfixes -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://dovecot.org/pipermail/dovecot-news/attachments/20080221/7eff8030/attachment.bin
2005 Oct 20
2
1.0.alpha4 released
...pdated in http://dovecot.org/patches/1.0/zlib-plugin.tar.gz to be much faster than before - Added ssl_username_from_cert setting. Not actually tested yet, does it work? - epoll was broken with 64bit systems - Added deny password databases. - Dovecot can be run from inetd again - Index breakage/crashfix related to adding new keywords -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://dovecot.org/pipermail/dovecot/attachments/20051020/cd09e5c9/at...
2004 Jun 23
4
1.0-test22 - maildir fixed?
...r all, and then forgot about it. Finally after lots of debugging, I came to same conclusion again. The code was wrong, and cause of the remaining "Maildir sync: UID < next_uid (312 < 3)" errors. So, please try and see if you still can break this release. Other changes include some crashfixes for cache file and fix for mbox which kept constantly rewriting headers for \recent messages if we had selected the mailbox as read-only (EXAMINE, STATUS). -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189...
2005 Apr 02
4
1.0-test66
...lease :) The new keyword code hasn't been tested much, so this might be less stable than earlier versions. - Renamed oe6-fetch-no-newmail workaround to delay-newmail and changed it to work more like the name says: only newmail notifications are skipped and not only for FETCH command. - LDAP crashfixes - Changed FETCH to return smaller items first. Should fix all kmail and Thunderbird problems. Removed tb-negative-fetch workaround as it shouldn't be needed anymore. - Cache file was breaking constantly with test65 - Blocking passdb fixes and proper RPA realm support patches from Andrey -...
2015 Sep 28
1
v2.2.19 release candidate 2 released
...o here's RC2. Hopefully this will be stable enough to become v2.2.19 final. Please test now rather than wait for v2.2.19 final, since v2.2.20 is unlikely to arrive anytime soon (unless there are some major problems). Some fixes since RC1: - dict fixes, especially with pgsql - virtual plugin crashfixes - quota "count" backend fixes - lib-http fixes - some compiling fixes
2015 Sep 28
1
v2.2.19 release candidate 2 released
...o here's RC2. Hopefully this will be stable enough to become v2.2.19 final. Please test now rather than wait for v2.2.19 final, since v2.2.20 is unlikely to arrive anytime soon (unless there are some major problems). Some fixes since RC1: - dict fixes, especially with pgsql - virtual plugin crashfixes - quota "count" backend fixes - lib-http fixes - some compiling fixes