FreeBSD src
Go to file
wpaul cc8169e0f3 Fix yp_all() so that it doesn't bogusly return YP_NOMORE at the end
of a successful map retrieval. (This has to do with a previous change
to xdr_ypresp_all_seq() and ypxfr_get_map(); originally, yp_all()
would look for a return value of YP_FALSE to signal success, but now
it should be looking for YP_NOMORE. It should not be passing YP_NOMORE
back up to the caller though.)

Noticed by:  <aagero@aage.priv.no>

There is also another small bug here, which is that the call to
xdr_free() that happens immediately after the clnt_call() in yp_all()
clobbers the return status value. I've worked around this for now,
but I think the xdr_free() is actually bogus and should be removed.
I want to check some more before I do that though.
1996-03-19 19:27:03 +00:00
bin Fix 'stutter' in manpage. 1996-03-12 05:30:39 +00:00
eBones Big clean-up job. Remove ancient and never-to-be used stuff. 1996-03-11 16:17:58 +00:00
etc Fix Nate's spamming of this file - every backquote needs a matching one.. :-) 1996-03-19 03:48:53 +00:00
games add missing include files 1996-03-13 23:38:21 +00:00
gnu Fix an infinite loop for empty files in the archive, and handle 1996-03-18 23:08:29 +00:00
include Don't reference ndbm(3) manpage. Everything is covered by db(3). 1996-03-03 09:04:40 +00:00
lib Fix yp_all() so that it doesn't bogusly return YP_NOMORE at the end 1996-03-19 19:27:03 +00:00
libexec Fix bug that caused a coredump when attempting to enter passive mode when 1996-03-18 11:09:03 +00:00
lkm This commit was generated by cvs2svn to compensate for changes in r14640, 1996-03-16 22:06:26 +00:00
release sysinstall/Makefile: 1996-03-19 14:30:15 +00:00
sbin Fixed a type to match Lite2's fixed-width type changes. 1996-03-19 14:41:05 +00:00
secure Comment out the NOPROFILE=yes to make this orthogonal with the rest of our 1996-03-17 15:43:32 +00:00
share Portugal is changing timezone this month. From vendor branch. 1996-03-19 16:32:45 +00:00
sys Add some comments on the APM specs, and make the APM 'idle/busy' 1996-03-19 16:56:56 +00:00
tools Don't look in libkern, it went away. 1995-12-29 01:51:23 +00:00
usr.bin Fixed a type mismatch in crufty misconfigured compatibilty code. 1996-03-19 15:11:13 +00:00
usr.sbin Update IGMP printing, removing the obsolete packet header version number & 1996-03-19 17:25:12 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Add a hint that a make world is done so people don't think that the last 1996-03-11 14:59:10 +00:00