newlib/winsup/cygwin/include
Corinna Vinschen 697b9afe00 Add setsockopt(sd, SOL_SOCKET, SO_PEERCRED, NULL, 0) to disable
initial handshake on AF_LOCAL sockets.
	* fhandler.h (class fhandler_socket): Add no_getpeereid status flag.
	(fhandler_socket::af_local_set_no_getpeereid): New prototype.
	* fhandler_socket.cc (fhandler_socket::af_local_connect): Skip handshake
	if no_getpeereid is set.  Add debug output.
	(fhandler_socket::af_local_accept): Likewise.
	(fhandler_socket::af_local_set_no_getpeereid): New function.
	(fhandler_socket::af_local_copy): Copy no_getpeereid.
	(fhandler_socket::getpeereid): Fail if no_getpeereid is set.
	* net.cc (cygwin_setsockopt): Add SO_PEERCRED for AF_LOCAL/SOCK_STREAM
	sockets.  Add comment to explain why we need it.
	* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
2014-10-11 18:28:04 +00:00
..
arpa
asm
attr
bits
cygwin Add setsockopt(sd, SOL_SOCKET, SO_PEERCRED, NULL, 0) to disable 2014-10-11 18:28:04 +00:00
machine
net
netinet
sys * include/sys/file.h: Add extern "C". 2014-08-06 08:46:12 +00:00
a.out.h
byteswap.h
dlfcn.h
elf.h
endian.h
err.h
error.h
fcntl.h
features.h
fenv.h
fnmatch.h
fts.h
ftw.h
getopt.h
glob.h
icmp.h
ifaddrs.h
inttypes.h
io.h
lastlog.h
libgen.h
limits.h
mapi.h
memory.h
mntent.h
monetary.h
mqueue.h
netdb.h
paths.h
poll.h
process.h
pthread.h headers: properly decorate attributes 2014-08-01 15:48:37 +00:00
pty.h
regex.h
resolv.h
search.h
semaphore.h
stdint.h
sysexits.h
syslog.h
termio.h
tzfile.h
utmpx.h
wait.h