Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102775037
D37119.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
888 B
Referenced Files
None
Subscribers
None
D37119.diff
View Options
diff --git a/contrib/sendmail/src/sendmail.h b/contrib/sendmail/src/sendmail.h
--- a/contrib/sendmail/src/sendmail.h
+++ b/contrib/sendmail/src/sendmail.h
@@ -706,7 +706,7 @@
# 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 */
@@ -721,6 +721,9 @@
# 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 *));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 18, 12:22 AM (21 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14687519
Default Alt Text
D37119.diff (888 B)
Attached To
Mode
D37119: sendmail: fix auth with cyrus-sasl-2.1.28
Attached
Detach File
Event Timeline
Log In to Comment