summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc
Commit message (Expand)AuthorAgeFilesLines
* Replace structure copy form ifreq obtained by SIOCGIFADDRshin2000-03-032-2/+2
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-026-48/+96
* Grammar fix: ``Different than'' should really be ``different from''.chris2000-01-291-1/+1
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-2715-36/+36
* Fixed wrong includes in synopsis.bde2000-01-271-8/+11
* bindresvport related changesshin2000-01-263-73/+136
* libc rcmd update for IPv6.shin2000-01-133-18/+63
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-1215-36/+40
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-292-4/+9
* Commented outnik1999-12-141-1/+1
* For the TCP transport, put the listening socket in non-blockingjdp1999-11-181-0/+18
* Fix a bug in the hack that protects against FTP bounce attacks.jdp1999-11-171-3/+2
* $Id$ -> $FreeBSD$peter1999-08-2850-51/+51
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-1212-1/+20
* Document type for 'req' argument to clnt_control.alex1999-01-311-0/+1
* s/yellow pages/NIS/phk1998-09-171-3/+2
* Fixed printf format errors.bde1998-06-302-5/+5
* Fixed scanf format errors. The error handling is not quite bug for bugbde1998-06-301-7/+4
* Fix potential resource leak: when call to des_crypt_1() fails, rememberwpaul1998-06-091-2/+3
* The incorrect select() timeout calculation that I fixed in svc_tcp.cwpaul1998-05-211-2/+2
* Replace the getpublickey() stub with the real thing.wpaul1998-05-181-33/+160
* Improve DoS avoidance in RPC stream oriented transports. The TCP transportwpaul1998-05-182-34/+70
* Patch RPC library to avoid possible denial of service attacks as describedwpaul1998-05-152-2/+4
* Fixed the usual missing dependencies on headers generated by rpcgen.bde1998-05-101-2/+2
* Fixed wrong prototypes. Most of the prototypes had missing return types,bde1998-01-161-9/+19
* Convert to mdoc format.charnier1998-01-051-248/+146
* In clntudp_call(), it is possible that xdr_replymsg() might failwpaul1997-10-261-0/+14
* Sorted lists.bde1997-10-211-23/+22
* Fix two bugs which caused various RPC programs (mountd, nfsd, ...)jdp1997-10-171-3/+3
* Removed the subdirectory paths from the definitions of MAN[1-9]. Theybde1997-10-151-7/+6
* Correct a bug in the 'allow arbitrary number of socket descriptors' changeswpaul1997-10-141-4/+4
* Make selection logic more strict. Only select AF_INET loopback interfaceswpaul1997-09-211-3/+6
* Add a stub version of getpublickey(), in order to eliminate anjdp1997-08-282-1/+47
* Add to CLEANFILES instead of setting it absolutely. Cleaning of *.S andbde1997-07-211-1/+1
* Show the real revision date and not the date that thissteve1997-06-234-4/+4
* Hm... wonder how long this has been here.wpaul1997-06-201-3/+3
* Remember to zero sockaddr_in struct before calling uaddr_to_sockaddr() towpaul1997-06-151-0/+1
* getnetid() crashes if no /etc/netid file is present (it tries to fclose()wpaul1997-06-121-1/+2
* Fix other small things that got lost in the merge:wpaul1997-05-282-3/+3
* Resolve conflicts.wpaul1997-05-2833-84/+425
* This commit was generated by cvs2svn to compensate for changes in r26219,wpaul1997-05-2820-0/+4989
* Changed all paths to be relative to src/lib instead of src/lib/libcjb1997-05-031-2/+6
* Fixed wrong #include in synopsis.bde1997-04-131-1/+1
* Revert $FreeBSD$ to $Id$peter1997-02-2231-31/+31
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1431-31/+31
* Correct logic braino when attempting to exclude loopback addresses onpeter1997-01-091-2/+2
* Two minor changes to try and make it more robust in the face of manypeter1997-01-091-2/+4
* Eliminate unnecessary warning introduced by a missing forward declaration.jkh1997-01-011-1/+3
* prototype of shared function now in include filepeter1996-12-311-3/+1
* use svc_maxfd + 1 in the select() call.peter1996-12-311-3/+3
OpenPOWER on IntegriCloud