SOURCES (DEVEL): postfix-ident.patch - one more fix
sparky
sparky at pld-linux.org
Thu Jul 13 16:41:20 CEST 2006
Author: sparky Date: Thu Jul 13 14:41:20 2006 GMT
Module: SOURCES Tag: DEVEL
---- Log message:
- one more fix
---- Files affected:
SOURCES:
postfix-ident.patch (1.2.2.2 -> 1.2.2.3)
---- Diffs:
================================================================
Index: SOURCES/postfix-ident.patch
diff -u SOURCES/postfix-ident.patch:1.2.2.2 SOURCES/postfix-ident.patch:1.2.2.3
--- SOURCES/postfix-ident.patch:1.2.2.2 Thu Jul 13 16:37:23 2006
+++ SOURCES/postfix-ident.patch Thu Jul 13 16:41:14 2006
@@ -233,14 +233,14 @@
static CONFIG_RAW_TABLE raw_table[] = {
--- postfix-2.3-RC9/src/smtpd/smtpd.h.orig 2006-07-09 21:49:21.000000000 +0200
+++ postfix-2.3-RC9/src/smtpd/smtpd.h 2006-07-11 20:30:43.993322048 +0200
-@@ -57,6 +57,7 @@
- char *addr; /* address for access control */
- char *namaddr; /* name[address] */
+@@ -77,6 +77,7 @@
+ char *addr; /* client host address string */
+ char *namaddr; /* combined name and address */
char *rfc_addr; /* address for RFC 2821 */
+ char *ident_user; /* user name returned by ident RFC 1413 */
- char *protocol; /* email protocol */
- char *helo_name; /* helo/ehlo parameter */
- char *ident; /* message identifier */
+ int addr_family; /* address family */
+ struct sockaddr_storage sockaddr; /* binary client endpoint */
+ int name_status; /* 2=ok 4=soft 5=hard 6=forged */
@@ -266,6 +267,8 @@
extern void smtpd_peer_init(SMTPD_STATE *state);
extern void smtpd_peer_reset(SMTPD_STATE *state);
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/postfix-ident.patch?r1=1.2.2.2&r2=1.2.2.3&f=u
More information about the pld-cvs-commit
mailing list