summaryrefslogtreecommitdiff
path: root/lib/libc/rpc
AgeCommit message (Expand)Author
1999-12-01Document the 64-bit XDR routines that Sun also documents. This manualthorpej
1999-12-01Implement XDR routines for 64-bit integer data types:thorpej
1999-11-28remove unnecessary exit() after err()lukem
1999-11-26check __sh3__msaitoh
1999-09-29Fix incorrectly initialized value from _DIAGASSERT() changes.explorer
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-17since clnt_p*error() are expected to print an error message, print one if the...lukem
1999-09-16Let this build without _DIAGNOSTICsommerfeld
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1999-05-09Fix bug I introduced on 19990503 by renaming a variable.christos
1999-05-03int -> socklen_tchristos
1999-05-03int -> size_tchristos
1999-04-19Declare more local items static.kleink
1999-04-17Use TCP to register RPC services with the portmapper.drochner
1999-03-25* don't close the socket unless it was opened by the functionlukem
1999-03-04avoid possible denial of service attack. from freebsdlukem
1999-03-04* don't reference rpc_secure(3N) (yet)lukem
1999-01-31xdrproc_t casts.christos
1999-01-20* ensure memory is released if operations fail (in authunix_create(),lukem
1999-01-20* svctcp_create():lukem
1998-11-22deal with printf()ing another size_t. print a u_int %u.mrg
1998-11-22deal with printf()ing a size_t.mrg
1998-11-15delintchristos
1998-11-15Restructure the send and recv buffers slightly to avoid lint warnings andchristos
1998-11-15Use a union again to make sure that we are aligned; this is not necessarychristos
1998-11-15avoid potential buffer overflow and alignment problem that was causedchristos
1998-11-15delint:christos
1998-11-15int -> uid_t, gid_tchristos
1998-10-19Change #ifdef vax to __vax__.matt
1998-07-26const poisoning.mycroft
1998-07-26const poisoning.mycroft
1998-07-26const poisoning.mycroft
1998-07-26const poisoning.mycroft
1998-07-26const poisoning.mycroft
1998-07-26constify some tables.mycroft
1998-07-26constify some tables.mycroft
1998-07-09KNF.msaitoh
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
1998-05-23Initialize variable "stat" in case it falls through the timeout "for" loop.tv
1998-04-24If poll(2) times out, report failure.pk
1998-03-30add "int" to bare staticmrg
1998-03-18regsterrpc.3 -> registerrpc.3jtc
1998-02-13* in get_myaddress(); always return sockaddr_in containing localhost:PMAP_PORT.lukem
1998-02-12revert; we can't break the existing ABI and APIlukem
1998-02-11use u_int32_t instead of size_t...lukem
1998-02-11use u_int instead of size_t in clntraw_control (oops!)lukem
1998-02-10major cleanup (to sync with changes made in include/rpc/*.h):lukem
1998-02-05add LIBRARY section to man pageperry
1998-02-03fix tyoplukem
1998-02-02<netdb.h> -> <rpc/rpc.h>perry