Date: Wed, 22 Mar 2006 16:02:17 +0000 (UTC) From: Colin Percival <cperciva@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING src/contrib/opie opiepasswd.c src/contrib/sendmail/libsm fflush.c local.h refill.c src/contrib/sendmail/src collect.c conf.c deliver.c headers.c mime.c parseaddr.c savemail.c sendmail.h sfsasl.c sfsasl.h ... Message-ID: <200603221602.k2MG2HCw067246@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
cperciva 2006-03-22 16:02:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_4) . UPDATING contrib/opie opiepasswd.c contrib/sendmail/libsm fflush.c local.h refill.c contrib/sendmail/src collect.c conf.c deliver.c headers.c mime.c parseaddr.c savemail.c sendmail.h sfsasl.c sfsasl.h srvrsmtp.c usersmtp.c util.c sys/conf newvers.sh sys/netipsec xform_esp.c Log: Add missing code needed for the detection of IPSec packet replays. [1] Correctly identify the user running opiepasswd(1) when the login name differs from the account name. [2] Modify timeout handling logic in sendmail(8) to correct a reported signal handling race condition. [3] Approved by: so (cperciva) Security: FreeBSD-SA-06:11.ipsec [1] Security: FreeBSD-SA-06:12.opie [2] Security: FreeBSD-SA-06:13.sendmail [3] Revision Changes Path 1.342.2.24.2.22 +11 -0 src/UPDATING 1.3.12.1 +9 -2 src/contrib/opie/opiepasswd.c 1.1.1.3.12.1 +1 -0 src/contrib/sendmail/libsm/fflush.c 1.1.1.7.6.1 +10 -8 src/contrib/sendmail/libsm/local.h 1.1.1.5.6.1 +6 -3 src/contrib/sendmail/libsm/refill.c 1.1.1.19.2.1.2.1 +77 -88 src/contrib/sendmail/src/collect.c 1.26.2.1.2.1 +9 -12 src/contrib/sendmail/src/conf.c 1.1.1.21.2.1.2.1 +85 -153 src/contrib/sendmail/src/deliver.c 1.20.2.1.2.1 +40 -27 src/contrib/sendmail/src/headers.c 1.1.1.12.2.1.2.1 +82 -40 src/contrib/sendmail/src/mime.c 1.1.1.20.2.1.2.1 +6 -6 src/contrib/sendmail/src/parseaddr.c 1.16.2.1.2.1 +160 -95 src/contrib/sendmail/src/savemail.c 1.1.1.23.2.1.2.1 +9 -10 src/contrib/sendmail/src/sendmail.h 1.1.1.14.2.1.2.1 +181 -41 src/contrib/sendmail/src/sfsasl.c 1.1.1.4.12.1 +2 -0 src/contrib/sendmail/src/sfsasl.h 1.1.1.20.2.1.2.1 +9 -84 src/contrib/sendmail/src/srvrsmtp.c 1.1.1.18.2.1.2.1 +24 -72 src/contrib/sendmail/src/usersmtp.c 1.1.1.17.2.1.2.1 +19 -49 src/contrib/sendmail/src/util.c 1.62.2.18.2.18 +1 -1 src/sys/conf/newvers.sh 1.9.2.1.2.1 +17 -0 src/sys/netipsec/xform_esp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603221602.k2MG2HCw067246>