Codebase list cyrus-imapd / bb5a4fe
Update patches for 2.4.17+caldav~beta7 release Ondřej Surý 10 years ago
5 changed file(s) with 4 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
4343
4444 { "defaultpartition", NULL, STRING }
4545 /* The partition name used by default for new mailboxes. If not
46 @@ -737,7 +741,10 @@ Blank lines and lines beginning with ``#
46 @@ -744,7 +748,10 @@ Blank lines and lines beginning with ``#
4747 /* The list of remote realms whose users may authenticate using cross-realm
4848 authentication identifiers. Separate each realm name by a space. (A
4949 cross-realm identity is considered any identity returned by SASL
1515 Also, it is possible that new daemons and utils in Cyrus 2.2 and 2.3 may
1616 need similar patches.
1717
18 --- cyrus-imapd-2.4.orig/imap/backend.c
19 +++ cyrus-imapd-2.4/imap/backend.c
20 @@ -700,6 +700,7 @@ struct backend *backend_connect(struct b
21
22 if (r) {
23 if (!ret_backend) free(ret);
24 + shutdown(sock, SHUT_RDWR);
25 close(sock);
26 ret = NULL;
27 }
2818 --- cyrus-imapd-2.4.orig/imap/fud.c
2919 +++ cyrus-imapd-2.4/imap/fud.c
3020 @@ -163,6 +163,15 @@ void shut_down(int code)
1313
1414 --- cyrus-imapd-2.4.orig/configure.in
1515 +++ cyrus-imapd-2.4/configure.in
16 @@ -1554,7 +1554,11 @@ enum {
16 @@ -1561,7 +1561,11 @@ enum {
1717 SQUAT_ENGINE = 1,
1818
1919 /* should we have long LMTP error messages? */
00 --- cyrus-imapd-2.4.orig/lib/imapoptions
11 +++ cyrus-imapd-2.4/lib/imapoptions
2 @@ -1044,12 +1044,13 @@ And the notification message will be ava
2 @@ -1051,12 +1051,13 @@ And the notification message will be ava
33 in minutes. The minimum value is 10, the default. */
44
55 { "popuseacl", 0, SWITCH }
6565
6666 --- cyrus-imapd-2.4.orig/lib/imapoptions
6767 +++ cyrus-imapd-2.4/lib/imapoptions
68 @@ -1565,6 +1565,11 @@ product version in the capabilities */
68 @@ -1572,6 +1572,11 @@ product version in the capabilities */
6969 the special use flag "\Drafts" added. Later versions of Cyrus
7070 have a much more flexible RFC 6154 compatible system. */
7171