freebsd-dev/usr.sbin/ypbind
Bill Paul 5a21993c2d The ypbind_setdom_2 procedure returns NULL in the success case. This is
incorrect; returning NULL here means that the dispatcher won't send any
response back to the caller, which means the caller will sit there waiting
until it times out. I don't know how this ever worked before. The effect
is that using 'ypset foo' to get the local ypbind to change servers would
work, but would sit there hanging for a long time for no reason.
1999-02-10 20:04:22 +00:00
..
Makefile This commit adds support to ypbind(8) for binding to non-local servers. 1997-05-25 19:49:33 +00:00
yp_ping.c Also fix ypbind to compile with ANSI-fied /usr/include/rpcsvc. One of 1998-01-19 23:31:38 +00:00
yp_ping.h This commit adds support to ypbind(8) for binding to non-local servers. 1997-05-25 19:49:33 +00:00
ypbind.8 .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. 1998-03-23 08:31:20 +00:00
ypbind.c The ypbind_setdom_2 procedure returns NULL in the success case. This is 1999-02-10 20:04:22 +00:00