head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.6 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.4 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.2 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.4.0.66 pkgsrc-2011Q2-base:1.4 pkgsrc-2011Q1:1.4.0.64 pkgsrc-2011Q1-base:1.4 pkgsrc-2010Q4:1.4.0.62 pkgsrc-2010Q4-base:1.4 pkgsrc-2010Q3:1.4.0.60 pkgsrc-2010Q3-base:1.4 pkgsrc-2010Q2:1.4.0.58 pkgsrc-2010Q2-base:1.4 pkgsrc-2010Q1:1.4.0.56 pkgsrc-2010Q1-base:1.4 pkgsrc-2009Q4:1.4.0.54 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.4.0.52 pkgsrc-2009Q3-base:1.4 pkgsrc-2009Q2:1.4.0.50 pkgsrc-2009Q2-base:1.4 pkgsrc-2009Q1:1.4.0.48 pkgsrc-2009Q1-base:1.4 pkgsrc-2008Q4:1.4.0.46 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.44 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.42 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.40 pkgsrc-2008Q2-base:1.4 cwrapper:1.4.0.38 pkgsrc-2008Q1:1.4.0.36 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.34 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.32 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.30 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.28 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.26 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.24 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.22 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.20 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.18 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.16 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.14 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.12 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.1.1.1.0.2 netbsd-1-6-1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2011.09.16.12.07.32; author obache; state dead; branches; next 1.4; 1.4 date 2003.09.13.23.03.18; author jlam; state Exp; branches; next 1.3; 1.3 date 2003.08.16.09.23.59; author recht; state Exp; branches; next 1.2; 1.2 date 2003.05.26.06.53.07; author martti; state Exp; branches; next 1.1; 1.1 date 2002.10.27.16.08.53; author chris; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.10.27.16.08.53; author chris; state Exp; branches; next ; desc @@ 1.5 log @Remove cyrus-imapd21, unsupported version by upstream. @ text @$NetBSD: patch-ac,v 1.4 2003/09/13 23:03:18 jlam Exp $ --- imap/imapd.c.orig Sat Sep 13 16:49:05 2003 +++ imap/imapd.c Sat Sep 13 16:49:22 2003 @@@@ -5838,7 +5838,7 @@@@ { int i=0, j=0; char tagbuf[128]; - char c; + int c; struct buf tag, cmd, tmp, user; int r = 0; @@@@ -5953,7 +5953,7 @@@@ char *mailbox, char *acl_in) { int r = 0; - char c; + int c; char tag[128]; int tagnum = 1; char *rights, *nextid; @ 1.4 log @Update mail/cyrus-imapd21 to 2.1.15. Changes from version 2.1.14 include: * Correct a potential DOS attack in the fud daemon. * Arbitron now works again * Telemetry logging for mupdate * Duplicate Suppression logging for redirect sieve actions * A number of bugs in reconstruct have been fixed. also added the -p and -x options * Better stubbing out of user_deleteacl * No longer log any shutdown() failures * Improved IPv6 support (for systems with two getnameinfo implementations) * Misc Documentation Improvements @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Update to 2.1.14. Changes to the Cyrus IMAP Server since 2.1.13 * Be more forgiving in the parsing of MIME boundry headers, specificly those generated by eudora where the outer boundries are substrings of the inner boundries. This feature can be disabled by enabling the rfc2046_strict option. * Allow cyradm to handle aggregate mailbox sets for ACL and DELETE operations. * Add a lmtp_downcase_rcpt option to force the lowercasing of recipient addresses (Henrique de Moraes Holschuh ). * Include more MIME headers in sieve rejection notices * Add an mbexamine command for debugging purposes * LMTP will now fatal error if we cannot initialize the duplicate delivery database. * Continued audit by Security Appraisers and Bynari * Correctly terminate the processes by calling service_abort even on successful exit (helps to fix a db3 lockers problem) * Fix some murder+altnamespace/unixhiersep issues * Fix imclient's handling of literals. * Add support for the windows-1256 character set * Don't log 'could not shut down filedescriptor' messages when the socket is already not connected * Now include a script to convert sieve script names to the altnamespace format * Added a --with-extraident configure option to make it easier to set the extra version information that is compiled into the binary. * Minor build fixes. * Minor other bug fixes. OK'ed by chris@@ @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.2 2003/05/26 06:53:07 martti Exp $ d3 3 a5 3 --- imap/imapd.c.orig 2003-06-25 05:33:59.000000000 +0200 +++ imap/imapd.c 2003-07-26 14:26:27.000000000 +0200 @@@@ -5839,7 +5839,7 @@@@ d14 1 a14 1 @@@@ -5954,7 +5954,7 @@@@ @ 1.2 log @Updated cyrus-imapd to 2.1.13 * New IPv6 patch * Add maxfds= option in cyrus.conf * "The shutdown() Patch" * Now report both built-with and running-with OpenSSL versions * Misc other small bugfixes * Security Appraisers and Bynari review of the majority of the modules in imap/ Approved by chris. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1.1.1 2002/10/27 16:08:53 chris Exp $ d3 3 a5 3 --- imap/imapd.c.orig 2003-04-22 19:02:06.000000000 +0300 +++ imap/imapd.c 2003-05-21 10:19:38.000000000 +0300 @@@@ -5837,7 +5837,7 @@@@ d14 1 a14 1 @@@@ -5952,7 +5952,7 @@@@ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- imap/imapd.c.orig Fri Aug 30 16:34:24 2002 +++ imap/imapd.c Sat Aug 31 17:57:56 2002 @@@@ -5801,7 +5801,7 @@@@ d14 1 a14 1 @@@@ -5916,7 +5916,7 @@@@ @ 1.1.1.1 log @Initial import of cyrus-imapd 2.1.9. Cyrus imapd provides IMAP, POP3 and KPOP services for mail. It differs from other IMAP servers by providing a "sealed" server where users do not normally login directly to the server. The mailbox database is private to the Cyrus IMAP system. Cyrus also provides server side mail filtering using sieve (see RFC 3028) @ text @@