aboutsummaryrefslogtreecommitdiff
path: root/include/rpc
Commit message (Expand)AuthorAgeFilesLines
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-4/+4
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,Alfred Perlstein2002-02-052-4/+14
* Move arguments in prototype out of application namespace.Dag-Erling Smørgrav2002-02-051-1/+1
* Add compatibility functions for the AF_LOCAL RPC transport stuffBill Paul2001-10-042-0/+15
* Stop gcc's fixincludes making an exception for this filePeter Wemm2001-09-101-2/+3
* Add a new clnt_control() request `CLSET_CONNECT' that controlsIan Dowse2001-06-231-0/+1
* Add a CLSET_ASYNC command, which allows us to (ab)use the clnt_dg transportBill Paul2001-03-271-0/+1
* fix: text following `#else' violates ANSI standardAlfred Perlstein2001-03-261-1/+1
* change callrpc() from taking "char *" args, I'm quite sure they really meantAlfred Perlstein2001-03-231-2/+2
* forgot prototyle for __rpc_get_local_uid()Alfred Perlstein2001-03-221-0/+2
* Unbreak LINT.Alfred Perlstein2001-03-201-0/+2
* The TI-RPC spammed over a '#ifdef _KERNEL' hack for the xdrproc_t typedefAlfred Perlstein2001-03-201-1/+6
* comment out #pragma directive containing Sun SCM tagsAlfred Perlstein2001-03-201-1/+1
* Add missing comma when KERBEROS is defined.Alfred Perlstein2001-03-191-1/+2
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-1925-465/+2242
* Back out 1.15. It caused more harm than good. Something, however,Nick Sayer2000-07-211-4/+4
* Moving forward on my commitment to always make at least one commit fromNick Sayer2000-06-221-4/+4
* bindresvport related changesYoshinobu Inoue2000-01-261-1/+1
* libc rcmd update for IPv6.Yoshinobu Inoue2000-01-131-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-293-3/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2712-12/+12
* #ifdef out DES ioctls which don't exist in FreeBSD. These originatedBill Paul1998-09-261-0/+10
* Don't declare functions without a prototype if KERNEL is defined. ThisBruce Evans1998-09-212-4/+11
* Add support for the RPC 64-bit integer type ``hyper''.David E. O'Brien1998-09-081-1/+3
* Uncommit the generated file key_prot.h. Install it from where itBruce Evans1998-02-131-261/+0
* Null change to attach the correct log message for the previous commit:Bruce Evans1998-01-161-1/+1
* Added a forward struct declaration so that this file is lessBruce Evans1998-01-162-4/+10
* Commented out `#pragma ident' so that the K&R support isn't gratuitouslyBruce Evans1998-01-161-1/+1
* Removed ifndef of AUTH_NONE. The conflict with login_cap.h was fixedBruce Evans1997-08-211-3/+1
* Resolve conflicts.Bill Paul1997-05-2812-20/+150
* This commit was generated by cvs2svn to compensate for changes in r26209,Bill Paul1997-05-285-0/+639
|\
| * Step two: import Secure RPC changes to include/rpc.Bill Paul1997-05-2817-305/+1288
| * This commit was manufactured by cvs2svn to create branch 'WPAUL'.cvs2svn1996-01-1212-0/+1703
* fix missing close comment in login_cap additionsPeter Wemm1997-05-181-2/+2
* Back out all of yesterdays include file changes.Eivind Eklund1997-05-0710-38/+10
* Make a lot of include-files self-contained. I excluded the patches changingEivind Eklund1997-05-0710-10/+40
* Fixed missing __P() to complete the K&R support in this header.Bruce Evans1997-05-071-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2312-12/+12
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1412-12/+12
* Missed prototype for svc_getreqset2()Peter Wemm1996-12-311-1/+2
* First commit of a series of cleanups for the libc rpc code which has beenPeter Wemm1996-12-308-84/+137
* Remove unnecessary typedef. All inclusions of <rpc/auth.h> in the sourceJeffrey Hsu1996-01-311-7/+3
* Fix a bunch of spelling errors in the comment fieldsMike Pritchard1996-01-3012-31/+31
* Remove trailing whitespace.Rodney W. Grimes1995-05-3012-88/+88
* Forward-declare `struct rpc_err' so that it isn't declared inside aBruce Evans1995-03-121-1/+2
* Remove a couple of nested comments.Poul-Henning Kamp1995-02-242-4/+6
* Use the header files that are compatible with the code just moved overGarrett Wollman1994-08-0712-142/+301
* Install RPC headers from include, like they always should have been.Garrett Wollman1994-08-0412-0/+1703