Projects
Kolab:3.4
cyrus-imapd
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 137
View file
cyrus-imapd.spec
Changed
@@ -38,13 +38,13 @@ Name: cyrus-imapd Summary: A high-performance mail server with IMAP, POP3, NNTP and SIEVE support Version: 2.5 -Release: 0.2.dev20141204.git7f5b99ba%{?dist} +Release: 0.2.dev20141209.gitf0131008%{?dist} License: BSD Group: System Environment/Daemons URL: http://www.cyrusimap.org # Upstream sources -# From 7f5b99bab9641d89735a882761e4d16eca3a4068 +# From f01310085cbf58958412deda9c61ecfd7c82a19b Source0: ftp://ftp.andrew.cmu.edu/pub/cyrus/%{_name}-%{real_version}%{?dot_snapshot_version}.tar.gz Source1: cyrus-imapd.imap-2.3.x-conf Source2: cyrus-imapd.cvt_cyrusdb_all @@ -745,6 +745,9 @@ %{_libdir}/*.la %changelog +* Tue Dec 9 2014 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 2.5-11.git +- Fix Murder topologies not handling null ACLs at all + * Thu Sep 25 2014 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 2.5-10.git - Fix event notifications
View file
cyrus-imapd-2.5.tar.gz/imap/ctl_mboxlist.c
Changed
@@ -75,6 +75,7 @@ #include "dlist.h" #include "exitcodes.h" #include "imap/imap_err.h" +#include "imap/mupdate_err.h" #include "global.h" #include "libcyr_cfg.h" #include "mboxlist.h" @@ -480,20 +481,29 @@ free(realpart); break; } + r = mupdate_activate(d->h,name,realpart,acl); - free(realpart); - if (r == MUPDATE_NOCONN) { fprintf(stderr, "permanant failure storing '%s'\n", name); r = IMAP_IOERROR; } else if (r == MUPDATE_FAIL) { fprintf(stderr, - "temporary failure storing '%s' (update continuing)", + "temporary failure storing '%s' (update continuing)\n", name); r = 0; + } else if (r) { + fprintf( + stderr, + "error storing '%s' (update continuing): %s\n", + name, + error_message(r) + ); + r = 0; } + free(realpart); + break; }
View file
cyrus-imapd-2.5.tar.gz/imap/mupdate-client.c
Changed
@@ -180,7 +180,7 @@ const char *p; if (!handle) return MUPDATE_BADPARAM; - if (!mailbox || !location || !acl) return MUPDATE_BADPARAM; + if (!mailbox || !location) return MUPDATE_BADPARAM; if (!handle->saslcompleted) return MUPDATE_NOAUTH; /* make sure we don't have a double server!partition */ @@ -199,7 +199,7 @@ handle->tagn++, strlen(mailbox), mailbox, strlen(location), location, - strlen(acl), acl + (acl ? strlen(acl): 0), (acl ? acl : "") ); ret = mupdate_scarf(handle, mupdate_scarf_one, NULL, 1, &response);
View file
cyrus-imapd.dsc
Changed
@@ -2,7 +2,7 @@ Source: cyrus-imapd Binary: cyrus-imapd Architecture: any -Version: 2.5~dev2014120401-0~kolab1 +Version: 2.5~dev2014120901-0~kolab1 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Homepage: http://www.cyrusimap.org/
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +cyrus-imapd (2.5~dev2014120901-0~kolab1) unstable; urgency=low + + * New snapshot at f01310085cbf58958412deda9c61ecfd7c82a19b + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Tue, 9 Dec 2014 11:30:13 +0100 + cyrus-imapd (2.5~dev2014120401-0~kolab1) unstable; urgency=low * New snapshot at 7f5b99bab9641d89735a882761e4d16eca3a4068
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.