wpaul 3c9467d883 Fix long standing bogosity in ypbind: if /var/yp/binding doesn't exist,
ypbind is supposed to create it but it doesn't. This is because when
it checks the return value for the attempted open() of
/var/yp/binding/DOMAIN.VERSION, it tests only for a value of -1. This
is bogus because open() doesn't return -1 in this case. Now it checks
for < 0 instead.

This should make life easier for many NIS-newbies who would otherwise
be left scratching their heads wondering why the NIS client stuff won't
work despite their best efforts. ("I set the domain name on my machine,
and /var/yp exists, but when I start ypbind and try a 'ypcat passwd,'
it says it can't bind to a server for this domain! Please help!")

*long, heavy sigh*
1995-04-02 03:10:55 +00:00
..
1994-11-14 20:26:52 +00:00
1994-12-12 00:32:36 +00:00
1995-03-08 22:44:37 +00:00
1994-11-02 07:20:58 +00:00
1994-11-04 02:14:13 +00:00
1994-09-23 10:02:21 +00:00
1995-03-29 06:13:08 +00:00
1994-12-21 19:08:45 +00:00
1994-11-10 13:39:01 +00:00
1995-01-24 08:30:13 +00:00
1995-02-15 17:33:04 +00:00
1995-03-31 21:18:13 +00:00
1995-02-10 03:12:42 +00:00
1995-01-30 18:56:06 +00:00
1995-04-01 17:16:40 +00:00
1994-09-29 09:36:16 +00:00
1995-03-12 12:03:48 +00:00
1994-12-28 00:47:03 +00:00
1994-12-12 00:38:01 +00:00
1994-11-02 09:43:38 +00:00
1995-03-09 21:53:12 +00:00
1995-02-27 19:48:19 +00:00