]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/commit
Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]
authorcperciva <cperciva@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 23 Dec 2011 15:00:37 +0000 (15:00 +0000)
committercperciva <cperciva@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 23 Dec 2011 15:00:37 +0000 (15:00 +0000)
commitdaa0470f287c3849c5090ce47fc71ebfd8d0b219
tree202026c216109c19f9b35e677ca1d793b3423c84
parentf251c2105428cf7c60f1fc155a524ea9fbe63779
Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]

Add an API for alerting internal libc routines to the presence of
"unsafe" paths post-chroot, and use it in ftpd. [11:07]

Fix a buffer overflow in telnetd. [11:08]

Make pam_ssh ignore unpassphrased keys unless the "nullok" option is
specified. [11:09]

Add sanity checking of service names in pam_start. [11:10]

Approved by:    so (cperciva)
Approved by:    re (bz)
Security:       FreeBSD-SA-11:06.bind
Security:       FreeBSD-SA-11:07.chroot
Security:       FreeBSD-SA-11:08.telnetd
Security:       FreeBSD-SA-11:09.pam_ssh
Security:       FreeBSD-SA-11:10.pam

git-svn-id: svn://svn.freebsd.org/base/releng/8.1@228843 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
17 files changed:
UPDATING
contrib/bind9/bin/named/query.c
contrib/bind9/lib/dns/rbtdb.c
contrib/openpam/lib/openpam_configure.c
contrib/telnet/libtelnet/encrypt.c
crypto/heimdal/appl/telnet/libtelnet/encrypt.c
include/unistd.h
lib/libc/Versions.def
lib/libc/gen/Makefile.inc
lib/libc/gen/Symbol.map
lib/libc/gen/libc_dlopen.c [new file with mode: 0644]
lib/libc/include/libc_private.h
lib/libc/net/nsdispatch.c
lib/libpam/modules/pam_ssh/pam_ssh.c
libexec/ftpd/ftpd.c
libexec/ftpd/popen.c
sys/conf/newvers.sh