FreeBSD Bugzilla – Attachment 233353 Details for
Bug 262935
sendmail auth fails with cyrus-sasl-2.1.28
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Suggested patch
patch-zsasl2 (text/plain), 885 bytes, created by
Dirk Meyer
on 2022-04-20 06:27:55 UTC
(
hide
)
Description:
Suggested patch
Filename:
MIME Type:
Creator:
Dirk Meyer
Created:
2022-04-20 06:27:55 UTC
Size:
885 bytes
patch
obsolete
>--- sendmail/sendmail.h.orig 2022-04-19 21:07:42 UTC >+++ sendmail/sendmail.h >@@ -760,7 +760,7 @@ extern bool filesys_free __P((long)); > # define SASL_IS_AUTH 2 /* authenticated */ > > /* SASL options */ >-# define SASL_AUTH_AUTH 0x1000 /* use auth= only if authenticated */ >+# define SASL_AUTH_AUTH 0x10000 /* use auth= only if authenticated */ > # if SASL >= 20101 > # define SASL_SEC_MASK SASL_SEC_MAXIMUM /* mask for SASL_SEC_* values: sasl.h */ > # else /* SASL >= 20101 */ >@@ -775,6 +775,9 @@ extern bool filesys_free __P((long)); > # endif /* SASL_SEC_NOPLAINTEXT & SASL_SEC_MASK) == 0 ... */ > # endif /* SASL >= 20101 */ > # define MAXOUTLEN 8192 /* length of output buffer, should be 2^n */ >+# if (SASL_AUTH_AUTH & SASL_SEC_MASK) != 0 >+# ERROR "change SASL_AUTH_AUTH notify sendmail.org!" >+# endif > > /* functions */ > extern char *intersect __P((char *, char *, SM_RPOOL_T *));
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 262935
: 233353