Date: Wed, 11 Apr 2001 02:17:27 -0300 From: "Duwde (Fabio V. Dias)" <duwde@duwde.com.br> To: freebsd-stable@FreeBSD.ORG Subject: Little fix needed in /usr/src/etc/security (4.x-stable) Message-ID: <3AD3E8E7.AB85B459@duwde.com.br>
next in thread | raw e-mail | index | archive | help
Hi.
The /usr/src/etc/security in the 4.x-stable needs a little fix.
As we can see in /usr/src/contrib/bind/CHANGES line 495
there was a little change in the logging method since
BIND 8.2.3-T1A, thus affecting all new versions.
(8.2.3-REL is the 4.x-stable version)
-- line 495 /usr/src/contrib/bind/CHANGES
940. [clarity] unapproved -> denied in log messages.
--
/etc/security greps for "unapproved AXFR from" and the new bind
logging method is "denied AXFR from", no big deal.
Just to clarify, patch follows. Someone with access to the branch,
please commit it or fix things up on your own way.
----------------------------------------------------------------------------
*** security.old Wed Apr 11 02:00:06 2001
--- security Wed Apr 11 02:00:26 2001
***************
*** 201,207 ****
#
separator
echo "$host checking for denied secondary zone transfers:"
! n=$(catmsgs | grep -i "unapproved AXFR from" | tee /dev/stderr | wc
-l)
[ $n -gt 0 -a $rc -lt 1 ] && rc=1
rm -f ${TMP}
--- 201,207 ----
#
separator
echo "$host checking for denied secondary zone transfers:"
! n=$(catmsgs | grep -i "denied AXFR from" | tee /dev/stderr | wc -l)
[ $n -gt 0 -a $rc -lt 1 ] && rc=1
rm -f ${TMP}
----------------------------------------------------------------------------
My $0.01 contribution to the upcoming 4.3-release.
PS: Reply, if needed (don't think so) to my email, as I'm not
subscribed to the list.
--
Fabio Vilan Dias / Duwde <duwde@duwde.com.br>
PGP key @ http://www.duwde.com.br/duwdepgp.asc
FP = BB35 50F2 7F83 655D 6B11 F0A2 F8E2 FF3D
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3AD3E8E7.AB85B459>
