History log of /openbsd/lib/libc/rpc/clnt_udp.c (Results 26 – 42 of 42)
Revision Date Author Comments
# 41aa8645 15-Sep-2001 deraadt <deraadt@openbsd.org>

prototype cleanup


# 0029bc2b 24-Aug-2000 deraadt <deraadt@openbsd.org>

uninit variables


# db6ffca9 01-Mar-1998 deraadt <deraadt@openbsd.org>

match xid nicer; plus notes for later work


# b1ed0aaa 05-Nov-1997 deraadt <deraadt@openbsd.org>

if xdr_replymsg() fails, it can leave memory still allocated. thus we
need to go XDR_FREE it; wpaul@freebsd. clnt_raw.c also appears to have
the same problem, and there is precedent for the solutio

if xdr_replymsg() fails, it can leave memory still allocated. thus we
need to go XDR_FREE it; wpaul@freebsd. clnt_raw.c also appears to have
the same problem, and there is precedent for the solution in various
other rpc code.

show more ...


# 8e26201b 22-Sep-1997 millert <millert@openbsd.org>

Some -Wall.


# fc371f7f 29-Apr-1997 deraadt <deraadt@openbsd.org>

something is wrong with this level of randomness; let 2.1 go out with this "problem"


# 76404e9a 27-Apr-1997 deraadt <deraadt@openbsd.org>

re-randomize xid on reuse of a CLIENT *; pointed out by adam@math.tau.ac.il


# 17ba8417 02-Jan-1997 deraadt <deraadt@openbsd.org>

use arc4random for xid generation


# 52091252 14-Nov-1996 etheisen <etheisen@openbsd.org>

Missed one cast.


# a19f8807 02-Sep-1996 deraadt <deraadt@openbsd.org>

perturb xid further. confuse the world


# efbe1aca 20-Aug-1996 deraadt <deraadt@openbsd.org>

memset 0; also fix for byte order botch in __svc_fdset handling; thanks to mw@openbsd.org


# e9b2b68c 19-Aug-1996 tholo <tholo@openbsd.org>

Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly


# 76f3f357 15-Aug-1996 deraadt <deraadt@openbsd.org>

support descriptors > FD_SETSIZE and correct timeout handling


# 73b69cd9 20-Jul-1996 deraadt <deraadt@openbsd.org>

bcopy->memcpy & tag


# 46a09de7 29-Jun-1996 deraadt <deraadt@openbsd.org>

typo


# 48dcfcda 25-Mar-1996 tholo <tholo@openbsd.org>

Pull prototypes into scope
Remove graticious casts


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree


12