summaryrefslogtreecommitdiffstats
path: root/include/unistd.h
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2011-12-23 15:00:37 +0000
committercperciva <cperciva@FreeBSD.org>2011-12-23 15:00:37 +0000
commit6d6844d3db7a60700aba1a03b565183435faab20 (patch)
tree7006a336edec7e2e646d67e3d9e61837cdb2fa3f /include/unistd.h
parentd5cd91d7ec78cfb129089f34ccefa523b77425ce (diff)
downloadFreeBSD-src-6d6844d3db7a60700aba1a03b565183435faab20.zip
FreeBSD-src-6d6844d3db7a60700aba1a03b565183435faab20.tar.gz
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
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index f073f8d..90694ed 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -511,6 +511,7 @@ int initgroups(const char *, gid_t);
int iruserok(unsigned long, int, const char *, const char *);
int iruserok_sa(const void *, int, int, const char *, const char *);
int issetugid(void);
+void __FreeBSD_libc_enter_restricted_mode(void);
long lpathconf(const char *, int);
#ifndef _MKDTEMP_DECLARED
char *mkdtemp(char *);
OpenPOWER on IntegriCloud