freebsd-dev/lib
Bill Paul 19f61b3433 Reviewed by: David Greenman
Back out the 'help NIS rebind faster' hack. This change used a
connect()/send() pair rather than the original sendto() to allow
RPC to pass ICMP host unreachable and similar errors up to RPC
programs that use UDP. This is not a terrible thing by itself, but it can
cause trouble in environments with multi-homed hosts: if the portmapper
on the multi-homed machine sends a reply with a source address
that's different than the one associated with the connection by
connect(), the kernel will send a port unreachable message and
drop the reply. For the sake of compatibility with everybody else
on the planet, it's best to revert to the old behavior.

*long, heavy sigh*
1995-08-02 09:14:23 +00:00
..
csu/i386 Numerous Makefile fixes: 1995-06-30 15:30:35 +00:00
libc Reviewed by: David Greenman 1995-08-02 09:14:23 +00:00
libcom_err Don't call _doprnt, which doesn't exist; use vfprintf. 1995-01-23 22:53:12 +00:00
libcompat Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
libcrypt Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
libcurses Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
libdisk Merge RELENG_2_0_5 into HEAD 1995-06-11 19:33:05 +00:00
libedit Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
libf2c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
libF77
libforms Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
libftp Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
libI77
libkvm 41 headers must be implicitly included and one more (<sys/param.h>) must 1995-06-25 03:35:49 +00:00
libm Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
libmd Change this to do what it should have done from the start. 1995-07-12 09:13:49 +00:00
libmytinfo Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
libncurses Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
libpam/modules Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
libpcap Fix handling NULL-encapsulated interfaces (lo & tun) 1995-06-22 16:56:00 +00:00
libresolv
librpc
librpcsvc If we are going to set the OBJS target, don't add to the old target. This 1995-03-04 17:39:24 +00:00
libscsi Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
libskey Merge RELENG_2_0_5 into HEAD 1995-06-11 19:33:05 +00:00
libss Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
libtelnet Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
libterm
libtermcap Add missing entries for 38400/57600/115200 bauds to tmspc10[] 1995-07-23 02:25:18 +00:00
libutil Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
liby
msun Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
ncurses/ncurses Bump major number instead of minor 1995-05-08 16:08:49 +00:00
rpcsvc
Makefile Add libftp to list of targets. 1995-04-25 15:08:52 +00:00
Makefile.inc