From brong at andrew.cmu.edu Mon Apr 6 00:01:41 2009 From: brong at andrew.cmu.edu (brong at andrew.cmu.edu) Date: Mon, 06 Apr 2009 00:01:41 EDT Subject: [Cyrus-CVS] src/cyrus/doc by brong Message-ID: <200904060401.n3641fbU022889@cyrus-devel-01.andrew.cmu.edu> Update of /afs/andrew.cmu.edu/system/cvs/src/cyrus/doc In directory cyrus-devel-01.andrew.cmu.edu:/afs/andrew.cmu.edu/usr3/brong/src/cyrus/doc Modified Files: changes.html Log Message: Close mailbox after scanning with index_scan Otherwise you can get a case where selecting a new mailbox refers to a stale mmap space, with predictably "fun" results. --- links to diffs follow --- http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/doc/changes.html.diff?r1=1.168&r2=1.169 From brong at andrew.cmu.edu Mon Apr 6 00:01:43 2009 From: brong at andrew.cmu.edu (brong at andrew.cmu.edu) Date: Mon, 06 Apr 2009 00:01:43 EDT Subject: [Cyrus-CVS] src/cyrus/imap by brong Message-ID: <200904060401.n3641hen022895@cyrus-devel-01.andrew.cmu.edu> Update of /afs/andrew.cmu.edu/system/cvs/src/cyrus/imap In directory cyrus-devel-01.andrew.cmu.edu:/afs/andrew.cmu.edu/usr3/brong/src/cyrus/imap Modified Files: imapd.c Log Message: Close mailbox after scanning with index_scan Otherwise you can get a case where selecting a new mailbox refers to a stale mmap space, with predictably "fun" results. --- links to diffs follow --- http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/imapd.c.diff?r1=1.559&r2=1.560 From murch at andrew.cmu.edu Tue Apr 7 15:49:29 2009 From: murch at andrew.cmu.edu (murch at andrew.cmu.edu) Date: Tue, 07 Apr 2009 15:49:29 EDT Subject: [Cyrus-CVS] src/cyrus/perl/imap/examples by murch Message-ID: <200904071949.n37JnTaU027609@unix10.andrew.cmu.edu> Update of /afs/andrew/system/cvs/src/cyrus/perl/imap/examples In directory unix10.andrew.cmu.edu:/var/tmp/cvs-serv27604 Modified Files: imapdu.pl Log Message: quote mailbox name in EXAMINE command --- links to diffs follow --- http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/perl/imap/examples/imapdu.pl.diff?r1=1.9&r2=1.10 From murch at andrew.cmu.edu Mon Apr 20 06:53:57 2009 From: murch at andrew.cmu.edu (murch at andrew.cmu.edu) Date: Mon, 20 Apr 2009 06:53:57 EDT Subject: [Cyrus-CVS] src/cyrus/doc by murch Message-ID: <200904201053.n3KArvca003848@unix32.andrew.cmu.edu> Update of /afs/andrew/system/cvs/src/cyrus/doc In directory unix32.andrew.cmu.edu:/var/tmp/cvs-serv3843 Modified Files: install-upgrade.html Log Message: Remove unnecessary tags --- links to diffs follow --- http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/doc/install-upgrade.html.diff?r1=1.41&r2=1.42 From murch at andrew.cmu.edu Wed Apr 22 21:30:32 2009 From: murch at andrew.cmu.edu (murch at andrew.cmu.edu) Date: Wed, 22 Apr 2009 21:30:32 EDT Subject: [Cyrus-CVS] src/cyrus/imap by murch Message-ID: <200904230130.n3N1UWUn028185@unix11.andrew.cmu.edu> Update of /afs/andrew/system/cvs/src/cyrus/imap In directory unix11.andrew.cmu.edu:/var/tmp/cvs-serv28180 Modified Files: lmtpengine.c Log Message: Fix parameterization of verify_user() callback to allow IGNOREQUOTA to work (David Carter ) --- links to diffs follow --- http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/lmtpengine.c.diff?r1=1.130&r2=1.131 From murch at andrew.cmu.edu Thu Apr 23 11:20:40 2009 From: murch at andrew.cmu.edu (murch at andrew.cmu.edu) Date: Thu, 23 Apr 2009 11:20:40 EDT Subject: [Cyrus-CVS] src/cyrus/doc by murch Message-ID: <200904231520.n3NFKeEg018139@unix31.andrew.cmu.edu> Update of /afs/andrew/system/cvs/src/cyrus/doc In directory unix31.andrew.cmu.edu:/var/tmp/cvs-serv18116/doc Modified Files: changes.html Log Message: Split mupdate_synchronize() into network scarfing and mailbox comparision pieces. This allows us to not lock out the mailboxes.db and mupdate clients while scarfing the UPDATE response, which can be quite time consuming over slow links --- links to diffs follow --- http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/doc/changes.html.diff?r1=1.169&r2=1.170 From murch at andrew.cmu.edu Thu Apr 23 11:20:41 2009 From: murch at andrew.cmu.edu (murch at andrew.cmu.edu) Date: Thu, 23 Apr 2009 11:20:41 EDT Subject: [Cyrus-CVS] src/cyrus/imap by murch Message-ID: <200904231520.n3NFKfkS018145@unix31.andrew.cmu.edu> Update of /afs/andrew/system/cvs/src/cyrus/imap In directory unix31.andrew.cmu.edu:/var/tmp/cvs-serv18116/imap Modified Files: mupdate-slave.c mupdate.c mupdate.h Log Message: Split mupdate_synchronize() into network scarfing and mailbox comparision pieces. This allows us to not lock out the mailboxes.db and mupdate clients while scarfing the UPDATE response, which can be quite time consuming over slow links --- links to diffs follow --- http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/mupdate-slave.c.diff?r1=1.30&r2=1.31 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/mupdate.c.diff?r1=1.108&r2=1.109 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/mupdate.h.diff?r1=1.19&r2=1.20 From murch at andrew.cmu.edu Thu Apr 23 13:10:05 2009 From: murch at andrew.cmu.edu (murch at andrew.cmu.edu) Date: Thu, 23 Apr 2009 13:10:05 EDT Subject: [Cyrus-CVS] src/cyrus by murch Message-ID: <200904231710.n3NHA56c027720@unix37.andrew.cmu.edu> Update of /afs/andrew/system/cvs/src/cyrus In directory unix37.andrew.cmu.edu:/var/tmp/cvs-serv27712 Modified Files: configure.in Log Message: Added support for MUPDATE COMPRESS and IMAP COMPRESS commands which help speed up bulk data commands over slow links --- links to diffs follow --- http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/configure.in.diff?r1=1.309&r2=1.310 From murch at andrew.cmu.edu Thu Apr 23 13:10:05 2009 From: murch at andrew.cmu.edu (murch at andrew.cmu.edu) Date: Thu, 23 Apr 2009 13:10:05 EDT Subject: [Cyrus-CVS] src/cmulocal by murch Message-ID: <200904231710.n3NHA5Xs027726@unix37.andrew.cmu.edu> Update of /afs/andrew/system/cvs/src/cmulocal In directory unix37.andrew.cmu.edu:/var/tmp/cvs-serv27712/cmulocal Added Files: zlib.m4 Log Message: Added support for MUPDATE COMPRESS and IMAP COMPRESS commands which help speed up bulk data commands over slow links --- links to diffs follow --- http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cmulocal/zlib.m4.diff?r1=1.1&r2=1.2 From murch at andrew.cmu.edu Thu Apr 23 13:10:05 2009 From: murch at andrew.cmu.edu (murch at andrew.cmu.edu) Date: Thu, 23 Apr 2009 13:10:05 EDT Subject: [Cyrus-CVS] src/cyrus/doc by murch Message-ID: <200904231710.n3NHA5HT027732@unix37.andrew.cmu.edu> Update of /afs/andrew/system/cvs/src/cyrus/doc In directory unix37.andrew.cmu.edu:/var/tmp/cvs-serv27712/doc Modified Files: changes.html Log Message: Added support for MUPDATE COMPRESS and IMAP COMPRESS commands which help speed up bulk data commands over slow links --- links to diffs follow --- http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/doc/changes.html.diff?r1=1.170&r2=1.171 From murch at andrew.cmu.edu Thu Apr 23 13:10:07 2009 From: murch at andrew.cmu.edu (murch at andrew.cmu.edu) Date: Thu, 23 Apr 2009 13:10:07 EDT Subject: [Cyrus-CVS] src/cyrus/imtest by murch Message-ID: <200904231710.n3NHA7H5027744@unix37.andrew.cmu.edu> Update of /afs/andrew/system/cvs/src/cyrus/imtest In directory unix37.andrew.cmu.edu:/var/tmp/cvs-serv27712/imtest Modified Files: imtest.c Log Message: Added support for MUPDATE COMPRESS and IMAP COMPRESS commands which help speed up bulk data commands over slow links --- links to diffs follow --- http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imtest/imtest.c.diff?r1=1.125&r2=1.126 From murch at andrew.cmu.edu Thu Apr 23 13:10:07 2009 From: murch at andrew.cmu.edu (murch at andrew.cmu.edu) Date: Thu, 23 Apr 2009 13:10:07 EDT Subject: [Cyrus-CVS] src/cyrus/imap by murch Message-ID: <200904231710.n3NHA78j027738@unix37.andrew.cmu.edu> Update of /afs/andrew/system/cvs/src/cyrus/imap In directory unix37.andrew.cmu.edu:/var/tmp/cvs-serv27712/imap Modified Files: backend.c deliver.c imap_proxy.c imap_proxy.h imapd.c index.c lmtpd.c lmtpengine.h mupdate-client.c mupdate.c nntpd.c pop3d.c protocol.h pushstats.snmp sync_client.c version.c Log Message: Added support for MUPDATE COMPRESS and IMAP COMPRESS commands which help speed up bulk data commands over slow links --- links to diffs follow --- http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/backend.c.diff?r1=1.59&r2=1.60 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/deliver.c.diff?r1=1.181&r2=1.182 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/imap_proxy.c.diff?r1=1.13&r2=1.14 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/imap_proxy.h.diff?r1=1.4&r2=1.5 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/imapd.c.diff?r1=1.560&r2=1.561 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/index.c.diff?r1=1.249&r2=1.250 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/lmtpd.c.diff?r1=1.163&r2=1.164 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/lmtpengine.h.diff?r1=1.26&r2=1.27 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/mupdate-client.c.diff?r1=1.60&r2=1.61 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/mupdate.c.diff?r1=1.109&r2=1.110 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/nntpd.c.diff?r1=1.71&r2=1.72 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/pop3d.c.diff?r1=1.192&r2=1.193 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/protocol.h.diff?r1=1.10&r2=1.11 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/pushstats.snmp.diff?r1=1.12&r2=1.13 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/sync_client.c.diff?r1=1.44&r2=1.45 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/version.c.diff?r1=1.22&r2=1.23 From murch at andrew.cmu.edu Thu Apr 23 13:10:07 2009 From: murch at andrew.cmu.edu (murch at andrew.cmu.edu) Date: Thu, 23 Apr 2009 13:10:07 EDT Subject: [Cyrus-CVS] src/cyrus/lib by murch Message-ID: <200904231710.n3NHA7Xg027750@unix37.andrew.cmu.edu> Update of /afs/andrew/system/cvs/src/cyrus/lib In directory unix37.andrew.cmu.edu:/var/tmp/cvs-serv27712/lib Modified Files: imapoptions prot.c prot.h Log Message: Added support for MUPDATE COMPRESS and IMAP COMPRESS commands which help speed up bulk data commands over slow links --- links to diffs follow --- http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/lib/imapoptions.diff?r1=1.63&r2=1.64 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/lib/prot.c.diff?r1=1.96&r2=1.97 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/lib/prot.h.diff?r1=1.46&r2=1.47 From murch at andrew.cmu.edu Thu Apr 23 13:10:07 2009 From: murch at andrew.cmu.edu (murch at andrew.cmu.edu) Date: Thu, 23 Apr 2009 13:10:07 EDT Subject: [Cyrus-CVS] src/cyrus/timsieved by murch Message-ID: <200904231710.n3NHA7j1027762@unix37.andrew.cmu.edu> Update of /afs/andrew/system/cvs/src/cyrus/timsieved In directory unix37.andrew.cmu.edu:/var/tmp/cvs-serv27712/timsieved Modified Files: parser.c Log Message: Added support for MUPDATE COMPRESS and IMAP COMPRESS commands which help speed up bulk data commands over slow links --- links to diffs follow --- http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/timsieved/parser.c.diff?r1=1.53&r2=1.54 From murch at andrew.cmu.edu Thu Apr 23 13:10:07 2009 From: murch at andrew.cmu.edu (murch at andrew.cmu.edu) Date: Thu, 23 Apr 2009 13:10:07 EDT Subject: [Cyrus-CVS] src/cyrus/man by murch Message-ID: <200904231710.n3NHA76i027756@unix37.andrew.cmu.edu> Update of /afs/andrew/system/cvs/src/cyrus/man In directory unix37.andrew.cmu.edu:/var/tmp/cvs-serv27712/man Modified Files: imtest.1 mupdatetest.1 Log Message: Added support for MUPDATE COMPRESS and IMAP COMPRESS commands which help speed up bulk data commands over slow links --- links to diffs follow --- http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/man/imtest.1.diff?r1=1.16&r2=1.17 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/man/mupdatetest.1.diff?r1=1.8&r2=1.9 From murch at andrew.cmu.edu Thu Apr 30 14:20:58 2009 From: murch at andrew.cmu.edu (murch at andrew.cmu.edu) Date: Thu, 30 Apr 2009 14:20:58 EDT Subject: [Cyrus-CVS] src/cyrus/imap by murch Message-ID: <200904301820.n3UIKwrC013287@unix37.andrew.cmu.edu> Update of /afs/andrew/system/cvs/src/cyrus/imap In directory unix37.andrew.cmu.edu:/var/tmp/cvs-serv13282 Modified Files: mupdate.c Log Message: can't access C->next_idle after C has been freed this fixes crashes that we have seen in Qatar --- links to diffs follow --- http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/mupdate.c.diff?r1=1.110&r2=1.111