| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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-1013)
* 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.
Notes:
svn path=/head/; revision=122200
|
|
|
|
| |
Notes:
svn path=/head/; revision=122122
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix build problem with WITH_SNMP_5 on FreeBSD 4.X with
perl5.8 installed. Though we need 5.8's libperl.so,
/usr/lib/libperl.so was linked. [1]
Reported by: Thomas Vogt <tv@solnet.ch> [1]
Notes:
svn path=/head/; revision=114802
|
|
|
|
|
|
|
|
| |
of WITH_SNMP from net-snmp4 to net-snmp. However, if there is
net-snmp4 installed, we still use net-snmp4 for backward compatibility.
Notes:
svn path=/head/; revision=110289
|
|
|
|
| |
Notes:
svn path=/head/; revision=110243
|
|
|
|
| |
Notes:
svn path=/head/; revision=109458
|
|
|
|
|
|
|
|
|
| |
to avoid conflict with other ports.
PR: ports/60949, ports/29223, ports/47913
Notes:
svn path=/head/; revision=105990
|
|
|
|
|
|
|
| |
Reported by: "Pascal HOARAU" <pascal@hh.nl>
Notes:
svn path=/head/; revision=103553
|
|
|
|
|
|
|
|
|
|
| |
(since I don't have ia64 nor amd64, I tested at least it doesn't
break on i386.)
Obtained from: NetBSD
Notes:
svn path=/head/; revision=103215
|
|
|
|
| |
Notes:
svn path=/head/; revision=100850
|
|
|
|
|
|
|
| |
Reported by: "Stephen Marquard" <scm@marquard.net>
Notes:
svn path=/head/; revision=99824
|
|
|
|
| |
Notes:
svn path=/head/; revision=99779
|
|
|
|
|
|
|
|
| |
backend used for each database can be specified with an imapd.conf
option.
Notes:
svn path=/head/; revision=98410
|
|
|
|
|
|
|
|
|
|
|
| |
Since our db42 requires to include db.h to use. existing configure
script cannot detect our db42. AC_CHECK_LIB() simply test if a
function exists. :(
Requested by: Dmitry Sorokin <dmitry_sorokin@yahoo.ca>
Notes:
svn path=/head/; revision=98399
|
|
|
|
| |
Notes:
svn path=/head/; revision=98395
|
|
|
|
| |
Notes:
svn path=/head/; revision=98223
|
|
|
|
|
|
|
|
|
| |
as Cyrus IMAPd's default.
Requested by: ervin.nemeth@niif.hu
Notes:
svn path=/head/; revision=98134
|
|
|
|
| |
Notes:
svn path=/head/; revision=94904
|
|
|
|
| |
Notes:
svn path=/head/; revision=94702
|
|
|
|
|
|
|
| |
(disable WITH_DRAC support due to lack of acconfig.h, for now)
Notes:
svn path=/head/; revision=92473
|
|
|
|
| |
Notes:
svn path=/head/; revision=90003
|
|
|
|
|
|
|
| |
Reported by: nork
Notes:
svn path=/head/; revision=89464
|
|
|
|
| |
Notes:
svn path=/head/; revision=88167
|
|
|
|
| |
Notes:
svn path=/head/; revision=88078
|
|
|
|
|
|
|
|
|
| |
Since there are some issue to upgrading from 2.2.0-ALPHA,
you should read /usr/local/share/doc/cyrus-imapd22/install-upgrade.html
before upgrading your server.
Notes:
svn path=/head/; revision=85060
|
|
|
|
|
|
|
| |
separation from cyrus-sasl2.
Notes:
svn path=/head/; revision=81847
|
|
|
|
|
|
|
| |
Reported by: bento via kris
Notes:
svn path=/head/; revision=80662
|
|
|
|
|
|
|
|
|
| |
WITH_BDB_VER=4 for db4. The default is WITH_BDB_VER=3 which is as
before.
- The configure script should select correct version of Berkeley DB.
Notes:
svn path=/head/; revision=79160
|
|
|
|
|
|
|
|
| |
Reported by: bento via kris
Obtained from: Cyrus
Notes:
svn path=/head/; revision=78591
|
|
|
|
| |
Notes:
svn path=/head/; revision=77682
|
|
|
|
| |
Notes:
svn path=/head/; revision=74679
|
|
|
|
|
|
|
| |
Submitted by: TAKAHASHI Kaoru <kaoru@se.uec.ac.jp>
Notes:
svn path=/head/; revision=74285
|
|
|
|
|
|
|
|
|
| |
psuedo user for cyrus.
Requested by: Cyrus Anderson Yunker <cayunker@unity.ncsu.edu>
Notes:
svn path=/head/; revision=74277
|
|
|
|
| |
Notes:
svn path=/head/; revision=73782
|
|
|
|
|
|
|
|
| |
- Add WITH_SKIPLIST_MBOX to enable skiplist mboxlist.
- Add WITH_MURDER to enable murder.
Notes:
svn path=/head/; revision=72087
|
|
|
|
| |
Notes:
svn path=/head/; revision=64769
|
|
|
|
|
|
|
| |
Reported by: Joseph Scott <joseph@randomnetworks.com>
Notes:
svn path=/head/; revision=64586
|
|
|
|
|
|
|
|
|
|
| |
sockaddr correctly against PF_UNIX socket under 5-CURRENT. Because of
this behavior, PF_UNIX socket was always checked by libwrap. This
work around prevents PF_UNIX socket from checking by libwrap to always
allow LMTP.
Notes:
svn path=/head/; revision=64545
|
|
|
|
| |
Notes:
svn path=/head/; revision=64223
|
|
|
|
|
|
|
|
|
| |
PR: ports/40288
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: knu
Notes:
svn path=/head/; revision=63671
|
|
|
|
|
|
|
| |
Submitted by: KONDOU Kazuhiro <kazuhiro@alib.jp>
Notes:
svn path=/head/; revision=53260
|
|
|
|
| |
Notes:
svn path=/head/; revision=44920
|
|
|
|
| |
Notes:
svn path=/head/; revision=43342
|
|
|
|
|
|
|
|
|
| |
This patch will be applied in next cyrus-imapd release.
Reported by: Nick Sayer <nsayer@quack.kfu.com>
Notes:
svn path=/head/; revision=42349
|
|
|
|
|
|
|
| |
refer ${PREFIX}/etc/imapd.conf
Notes:
svn path=/head/; revision=41324
|
|
|
|
| |
Notes:
svn path=/head/; revision=40962
|
|
|
|
|
|
|
|
|
| |
at install time. Install mkimap script and show guidance, instead.
Reported by: David A. Koran <dak@solo.net>
Notes:
svn path=/head/; revision=40959
|
|
|
|
| |
Notes:
svn path=/head/; revision=40206
|
|
|
|
|
|
|
| |
Reported by: Alex Vasylenko <lxv@omut.org>
Notes:
svn path=/head/; revision=39917
|
|
|
|
|
|
|
|
|
|
| |
IMAP4 protocols.
PR: ports/25597
Submitted by: Christopher K Davis <ckd@ckdhr.com>
Notes:
svn path=/head/; revision=39740
|