From murch at andrew.cmu.edu Tue Jun 2 08:27:52 2009 From: murch at andrew.cmu.edu (murch at andrew.cmu.edu) Date: Tue, 02 Jun 2009 08:27:52 EDT Subject: [Cyrus-CVS] src/cyrus by murch Message-ID: <200906021227.n52CRrgL021829@cyrusimap1.andrew.cmu.edu> Update of /afs/andrew/system/cvs/src/cyrus In directory cyrusimap1.andrew.cmu.edu:/afs/andrew.cmu.edu/usr20/murch/public/cyrus-imapd Modified Files: README.andrew Log Message: added reminder to update documentation on cyrusimap.web --- links to diffs follow --- http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/README.andrew.diff?r1=1.38&r2=1.39 From murch at andrew.cmu.edu Thu Jun 11 10:23:57 2009 From: murch at andrew.cmu.edu (murch at andrew.cmu.edu) Date: Thu, 11 Jun 2009 10:23:57 EDT Subject: [Cyrus-CVS] src/cyrus/imap by murch Message-ID: <200906111423.n5BENvfh011287@unix33.andrew.cmu.edu> Update of /afs/andrew/system/cvs/src/cyrus/imap In directory unix33.andrew.cmu.edu:/var/tmp/cvs-serv9870/imap Modified Files: annotate.c global.c global.h mboxlist.c Log Message: - make defaultpartition optional. if not specified, then new mailboxes are created on the partition with the most available free space - added read-only server annotation which returns the total amount of free space on the server (sum of free space on all partitions) this is the first step in allowing CREATE of top-level mailboxes to be executed on a frontend machine --- links to diffs follow --- http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/annotate.c.diff?r1=1.44&r2=1.45 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/global.c.diff?r1=1.30&r2=1.31 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/global.h.diff?r1=1.11&r2=1.12 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/mboxlist.c.diff?r1=1.266&r2=1.267 From murch at andrew.cmu.edu Thu Jun 11 10:23:57 2009 From: murch at andrew.cmu.edu (murch at andrew.cmu.edu) Date: Thu, 11 Jun 2009 10:23:57 EDT Subject: [Cyrus-CVS] src/cyrus/lib by murch Message-ID: <200906111423.n5BENwva011293@unix33.andrew.cmu.edu> Update of /afs/andrew/system/cvs/src/cyrus/lib In directory unix33.andrew.cmu.edu:/var/tmp/cvs-serv9870/lib Modified Files: imapoptions libconfig.c Log Message: - make defaultpartition optional. if not specified, then new mailboxes are created on the partition with the most available free space - added read-only server annotation which returns the total amount of free space on the server (sum of free space on all partitions) this is the first step in allowing CREATE of top-level mailboxes to be executed on a frontend machine --- links to diffs follow --- http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/lib/imapoptions.diff?r1=1.64&r2=1.65 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/lib/libconfig.c.diff?r1=1.22&r2=1.23 From murch at andrew.cmu.edu Fri Jun 19 12:34:07 2009 From: murch at andrew.cmu.edu (murch at andrew.cmu.edu) Date: Fri, 19 Jun 2009 12:34:07 EDT Subject: [Cyrus-CVS] src/cyrus/imap by murch Message-ID: <200906191634.n5JGY7UM006698@unix31.andrew.cmu.edu> Update of /afs/andrew/system/cvs/src/cyrus/imap In directory unix31.andrew.cmu.edu:/var/tmp/cvs-serv6643/imap Modified Files: imapd.c mboxlist.c Log Message: added 'defaultserver' option, which is used by frontend servers to determine where to proxy CREATE of a toplevel mailbox --- links to diffs follow --- http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/imapd.c.diff?r1=1.562&r2=1.563 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/mboxlist.c.diff?r1=1.267&r2=1.268 From murch at andrew.cmu.edu Fri Jun 19 12:34:07 2009 From: murch at andrew.cmu.edu (murch at andrew.cmu.edu) Date: Fri, 19 Jun 2009 12:34:07 EDT Subject: [Cyrus-CVS] src/cyrus/lib by murch Message-ID: <200906191634.n5JGY7QZ006704@unix31.andrew.cmu.edu> Update of /afs/andrew/system/cvs/src/cyrus/lib In directory unix31.andrew.cmu.edu:/var/tmp/cvs-serv6643/lib Modified Files: imapoptions Log Message: added 'defaultserver' option, which is used by frontend servers to determine where to proxy CREATE of a toplevel mailbox --- links to diffs follow --- http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/lib/imapoptions.diff?r1=1.65&r2=1.66 From murch at andrew.cmu.edu Mon Jun 29 13:21:06 2009 From: murch at andrew.cmu.edu (murch at andrew.cmu.edu) Date: Mon, 29 Jun 2009 13:21:06 EDT Subject: [Cyrus-CVS] src/cyrus/imap by murch Message-ID: <200906291721.n5THL6GL012748@unix33.andrew.cmu.edu> Update of /afs/andrew/system/cvs/src/cyrus/imap In directory unix33.andrew.cmu.edu:/var/tmp/cvs-serv12743/imap Modified Files: imap_proxy.c imap_proxy.h imapd.c mboxlist.c Log Message: added 'serverlist' option which allows frontend servers to poll backend servers for available space to determine where to proxy CREATE of a toplevel mailbox --- links to diffs follow --- http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/imap_proxy.c.diff?r1=1.14&r2=1.15 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/imap_proxy.h.diff?r1=1.5&r2=1.6 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/imapd.c.diff?r1=1.563&r2=1.564 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/mboxlist.c.diff?r1=1.268&r2=1.269 From murch at andrew.cmu.edu Mon Jun 29 13:21:06 2009 From: murch at andrew.cmu.edu (murch at andrew.cmu.edu) Date: Mon, 29 Jun 2009 13:21:06 EDT Subject: [Cyrus-CVS] src/cyrus/lib by murch Message-ID: <200906291721.n5THL6Ul012754@unix33.andrew.cmu.edu> Update of /afs/andrew/system/cvs/src/cyrus/lib In directory unix33.andrew.cmu.edu:/var/tmp/cvs-serv12743/lib Modified Files: imapoptions Log Message: added 'serverlist' option which allows frontend servers to poll backend servers for available space to determine where to proxy CREATE of a toplevel mailbox --- links to diffs follow --- http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/lib/imapoptions.diff?r1=1.66&r2=1.67 From murch at andrew.cmu.edu Mon Jun 29 13:39:31 2009 From: murch at andrew.cmu.edu (murch at andrew.cmu.edu) Date: Mon, 29 Jun 2009 13:39:31 EDT Subject: [Cyrus-CVS] src/cyrus/imap by murch Message-ID: <200906291739.n5THdVrk012971@unix11.andrew.cmu.edu> Update of /afs/andrew/system/cvs/src/cyrus/imap In directory unix11.andrew.cmu.edu:/var/tmp/cvs-serv12958/imap Modified Files: append.c index.c sync_client.c Log Message: squash some compiler warnings --- links to diffs follow --- http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/append.c.diff?r1=1.120&r2=1.121 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/index.c.diff?r1=1.250&r2=1.251 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/sync_client.c.diff?r1=1.45&r2=1.46 From murch at andrew.cmu.edu Mon Jun 29 14:22:57 2009 From: murch at andrew.cmu.edu (murch at andrew.cmu.edu) Date: Mon, 29 Jun 2009 14:22:57 EDT Subject: [Cyrus-CVS] src/cyrus/imap by murch Message-ID: <200906291822.n5TIMvIp013457@unix31.andrew.cmu.edu> Update of /afs/andrew/system/cvs/src/cyrus/imap In directory unix31.andrew.cmu.edu:/var/tmp/cvs-serv13452 Modified Files: imapd.c Log Message: allow frontends to set ACLs on, and delete toplevel mailboxes --- links to diffs follow --- http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/imapd.c.diff?r1=1.564&r2=1.565