head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.44 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.42 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.40 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.38 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.36 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.34 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.32 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.30 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.28 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.26 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.24 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.22 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.20 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.18 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.16 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.14 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.12 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.10 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.8 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.6 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.4 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.2 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.3.0.2 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.2.0.4 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.2 pkgsrc-2004Q2-base:1.2; locks; strict; comment @# @; 1.4 date 2005.03.02.21.43.48; author wiz; state dead; branches; next 1.3; 1.3 date 2004.11.28.14.34.07; author recht; state Exp; branches; next 1.2; 1.2 date 2004.05.28.23.02.02; author recht; state dead; branches; next 1.1; 1.1 date 2004.05.27.09.28.16; author recht; state Exp; branches; next ; desc @@ 1.4 log @Moved cyrus-imapd22 to cyrus-imapd. @ text @$NetBSD: patch-ba,v 1.3 2004/11/28 14:34:07 recht Exp $ --- imap/mboxlist.c.orig Sun Nov 28 15:04:44 2004 +++ imap/mboxlist.c Sun Nov 28 15:05:06 2004 @@@@ -60,7 +60,9 @@@@ #include #include +#if !defined(__APPLE__) #include +#endif #include "acl.h" #include "annotate.h" @ 1.3 log @update to cyrus-imapd-2.2.10. Patch by adrianp@@. While at it also make it build on OSX. Changes to the Cyrus IMAP Server since 2.2.9 Fix 0 termination in mysasl_canon_user. Check for imap magic plus buffer overflow in proxyd also (CAN-2004-1015). Changes to the Cyrus IMAP Server since 2.2.8 Change ACLs correctly when renaming a user Do not abandon std{in,out,err} file descriptors; syslog assumes it can use stderr if syslogd isn't running. Clean up imap magic plus to avoid buffer overrun (CAN-2004-1011) Fix lack of bounds checking in PARTIAL and FETCH (CAN-2004-1012, CAN-2004-10 13) Do not attempt to reuse a freed connection in lmtpproxyd. Allow login without authentication with -N switch in proxyd. Fix use of xrealloc and fold pointers in lmtpengine. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @update to 2.2.5 Changes to the Cyrus IMAP Server since 2.2.4 - Bug fixed in hash table code that could sometimes cause crashes with the quotalegacy database - Net-SNMP compatibility - Significantly improved com_err detection - Assorted minor NNTP improvements - Assorted other minor bugfixes @ text @d1 1 a1 1 $NetBSD: patch-ba,v 1.1 2004/05/27 09:28:16 recht Exp $ d3 12 a14 11 --- imap/lmtpd.c.orig 2004-03-11 15:59:12.000000000 +0100 +++ imap/lmtpd.c 2004-05-27 11:08:51.000000000 +0200 @@@@ -97,7 +97,7 @@@@ /* forward declarations */ static int deliver(message_data_t *msgdata, char *authuser, struct auth_state *authstate); -static int verify_user(const char *user, const char *domain, const char *mailhox, +static int verify_user(const char *user, const char *domain, const char *mailbox, long quotacheck, struct auth_state *authstate); static char *generate_notify(message_data_t *m); @ 1.1 log @Add two patches from CVS: - allow deletions in the middle of a hash_enumerate - typo Posted by Jukka Salmi on tech-pkg@@. While at it add a knob for changing cyrus' default idle method. # CYRUS_IDLE # use METHOD for IMAP IDLE # METHOD is poll, idled or no # Default: not defined (Idea from FreeBSD) Bump PKGREVISION to 2. @ text @d1 1 a1 1 $NetBSD$ @