freebsd-ports/mail/dbmail/files
Muhammad Moinur Rahman 9eff14e488 mail/dbmail: adopt latest fixes from git:
- login_disabled option before starttls for pop3
- fix compiler warnings for GCC5
- Fix IMAP mailbox maintanence
- prevent assertion in p_string_erase
- improve crypt authentication, also don't segfault when spasswd is empty
- simplify log_query_time duration logic
- Disconnect IMAP clients if only few free FDs left
- Add primary key constraint to dbmail_authlog
- Rework temporary connection failures
- Give sensible default for retry 120s
- Add retries for binding and searching
- Bump search timeout to 60s
- Increase ldap timeout to 600s 10 mins
- Refactor deprecated functions
- Get timeout from config
- Remove redundant event_assign
- Remove deprecated non functioning g_mem_profile
- Add definition for authldap_free
- Revert inadvertent event_assign removal
- Reduce failed LDAP connection for search to error
- Update LDAP to non deprecated search
- Clear the ldap connection
- Update ldap deprecated unbind
- Fix typo
- Update to ldap_unbind_ext_s and remove redundant sigaction
- Rebalance commit rollback
- Ensure mailbox2dbmail is using Python 2
- Tidy mailbox2dbmail man page
- Update description of pid file location in server man page
- Boundaries fixups ordering of parts do not add newline on
- Prepend headers during delivery
- Allow for systems that don't use proc

PR:		210274
Submitted by:	fluffy
2017-02-24 21:15:52 +00:00
..
dbmail-imapd.in
dbmail-lmtpd.in
dbmail-pop3d.in
dbmail-timsieved.in
patch-0001-login_disabled-option-before-starttls-for-pop3
patch-0002-fix-compiler-warnings-for-GCC5
patch-0003-Fix-IMAP-mailbox-maintanence
patch-0004-prevent-assertion-in-p_string_erase
patch-0005-improve-crypt-authentication
patch-0006-simplify-log_query_time-duration-logic
patch-0007-Disconnect-IMAP-clients-if-only-few-free-FDs-left
patch-0008-Add-primary-key-constraint-to-dbmail_authlog
patch-0009-Rework-temporary-connection-failures
patch-0010-Give-sensible-default-for-retry-120s
patch-0011-Add-retries-for-binding-and-searching
patch-0012-Bump-search-timeout-to-60s
patch-0013-Increase-ldap-timeout-to-600s-10-mins
patch-0014-Refactor-deprecared-functions
patch-0015-Get-timeout-from-config
patch-0016-Remove-redundant-event_assign
patch-0017-Remove-deprecated-non-functioning-g_mem_profile
patch-0018-Add-definition-for-authldap_free
patch-0019-Revert-inadvertant-event_assign-removal
patch-0020-Reduce-failed-LDAP-connection-for-search-to-error
patch-0021-Update-LDAP-to-non-deprecated-search
patch-0022-Clear-the-ldap-connection
patch-0023-Update-ldap-deprecated-unbind
patch-0024-Fix-typo
patch-0025-Update-to-ldap_unbind_ext_s-and-remove-redundant-sigaction
patch-0026-Rebalance-commit-rollback
patch-0027-ensure-mailbox2dbmail-is-using-Python-2
patch-0028-tidy-mailbox2dbmail-man-page
patch-0029-update-description-of-pid-file-location-in-server-man-page
patch-0031-boundaries-fixups-ordering-of-parts-do-not-add-newline-on-
patch-0032-10083-prepend-headers-during-delivery
patch-0099-Allow-for-systems-that-don-t-use-proc
patch-acinclude.m4
patch-src_clientbase.c
patch-src_dbmail.h.in