| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Constify the first arg to callrpc(3). | alfred | 2002-03-22 | 1 | -1/+1 |
* | Remove multi-line __P() usage. | obrien | 2002-03-22 | 8 | -22/+18 |
* | Remove __P() usage. | obrien | 2002-03-21 | 26 | -112/+112 |
* | Remove 'register' keyword. | obrien | 2002-03-21 | 7 | -35/+35 |
* | o Move NTOHL() and associated macros into <sys/param.h>. These are | mike | 2002-02-18 | 5 | -1/+4 |
* | Fix two file descriptor leaks in the internal function local_rpcb() | iedowse | 2002-02-16 | 1 | -1/+8 |
* | Move the AF_LOCAL check to the AF_INET check since portmap protocol | alfred | 2002-02-06 | 1 | -5/+1 |
* | For RPC v2 we need to fill in ret->xp_raddr too. INET_6 | alfred | 2002-02-05 | 1 | -1/+1 |
* | Fix cc -Wall, fix rcsid warnings, add missing prototypes, | alfred | 2002-02-05 | 16 | -20/+31 |
* | Do not call addrinfo on local transport adresses, if returning a | alfred | 2002-02-05 | 1 | -5/+25 |
* | style: return(x) -> return (x) | alfred | 2002-02-05 | 1 | -2/+2 |
* | Fix the credential handling code. | alfred | 2002-02-05 | 1 | -2/+24 |
* | The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacks | alfred | 2002-02-05 | 1 | -6/+17 |
* | clnt_bcast.c:420:33: warning: extra tokens at end of #endif directive | peter | 2001-12-15 | 1 | -1/+1 |
* | mdoc(7) police: consistently use the .Ux macro. | ru | 2001-11-20 | 1 | -4/+4 |
* | s/kernal/kernel | alfred | 2001-10-19 | 2 | -2/+2 |
* | Add compatibility functions for the AF_LOCAL RPC transport stuff | wpaul | 2001-10-04 | 3 | -0/+235 |
* | Hopefully improve control message passing over Unix domain sockets. | dwmalone | 2001-10-04 | 2 | -14/+25 |
* | Fixed bitrot in synopsis. The TI-RPC changes gave mounds of it, mainly | bde | 2001-10-03 | 10 | -31/+33 |
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 19 | -24/+24 |
* | Fixed namespace pollution related to `warn' in libc (but not in other | bde | 2001-08-29 | 1 | -1/+1 |
* | Handle snrintf() returning -1. | brian | 2001-08-20 | 1 | -16/+30 |
* | mdoc(7) police: join split punctuation to macro calls. | ru | 2001-08-10 | 1 | -2/+2 |
* | In getclnthandle(), if the address is found in the cache we need | iedowse | 2001-08-02 | 1 | -2/+5 |
* | Finish the sweep of changes that fix doubled 'the'. | sheldonh | 2001-07-24 | 1 | -1/+1 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 4 | -5/+5 |
* | Fix a memory leak in __rpcb_findaddr(), avoid compiler warnings. | iedowse | 2001-07-14 | 1 | -1/+4 |
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | ru | 2001-07-06 | 2 | -2/+2 |
* | mdoc(7) police: sort xrefs. | ru | 2001-07-04 | 1 | -2/+2 |
* | Remove duplicate words. | dd | 2001-06-24 | 2 | -2/+2 |
* | Add a new clnt_control() request `CLSET_CONNECT' that controls | iedowse | 2001-06-23 | 2 | -4/+27 |
* | Fix typo: clnt_destroy() only takes one arg. | mikeh | 2001-06-18 | 1 | -1/+1 |
* | Correct cross-reference: | sobomax | 2001-06-07 | 1 | -15/+15 |
* | Fix cross-references: | sobomax | 2001-06-05 | 1 | -2/+2 |
* | Copy the sockaddr from the netbuf data area, not from the netbuf | iedowse | 2001-06-01 | 1 | -1/+1 |
* | The function clnt_dg_call(), which is used for UDP RPC calls, could | iedowse | 2001-05-18 | 1 | -4/+2 |
* | Extract the path from an AF_LOCAL sockaddr_un in a way that correctly | iedowse | 2001-05-12 | 1 | -2/+5 |
* | The function __rpc_uaddr2taddr_af() converts an RPC "universal | iedowse | 2001-04-26 | 1 | -0/+2 |
* | The maximum RPC message size was set at 8k for UDP. This is lower | iedowse | 2001-04-08 | 1 | -5/+6 |
* | Fix some very broken code in __nc_error() that implements per-thread | iedowse | 2001-04-03 | 2 | -17/+28 |
* | Remove some hacks that were apparently added to avoid problems with | iedowse | 2001-04-03 | 2 | -4/+2 |
* | There were a few error cases where the RPC code would return with | iedowse | 2001-04-02 | 2 | -1/+5 |
* | Move the #includes of reentrant.h to after the `#include "namespace.h"', | iedowse | 2001-04-02 | 23 | -23/+23 |
* | Add a CLSET_ASYNC command, which allows us to (ab)use the clnt_dg transport | wpaul | 2001-03-27 | 1 | -3/+19 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -2/+2 |
* | const'ify | alfred | 2001-03-27 | 1 | -1/+1 |
* | Fix rcsid/$FreeBSD$. | obrien | 2001-03-24 | 1 | -2/+15 |
* | fix Alpha support | alfred | 2001-03-24 | 1 | -10/+0 |
* | change callrpc() from taking "char *" args, I'm quite sure they really meant | alfred | 2001-03-23 | 2 | -3/+3 |
* | Remove struct cmessage from sys/socket.h and reintroduce the private | alfred | 2001-03-22 | 2 | -2/+9 |