| Commit message (Expand) | Author | Age | Files | Lines |
* | rpc: convert all uid and gid variables of the type uid_t and gid_t. | Pedro F. Giffuni | 2012-10-03 | 1 | -5/+5 |
* | libtirpc: be sure to free cl_netid and cl_tp | Pedro F. Giffuni | 2012-10-02 | 1 | -0/+4 |
* | Fix __rpc_getconfip | Pedro F. Giffuni | 2012-10-02 | 1 | -2/+4 |
* | RPC: Convert all uid and gid variables of the type uid_t and gid_t. | Pedro F. Giffuni | 2012-10-02 | 4 | -11/+9 |
* | Complete revert of r239963: | Pedro F. Giffuni | 2012-09-27 | 8 | -41/+19 |
* | Partial revert of r239963: | Pedro F. Giffuni | 2012-09-24 | 1 | -4/+0 |
* | Rework all non-contributed files that use `struct timezone'. | Ed Schouten | 2012-09-01 | 2 | -2/+2 |
* | Bring some changes from Bull's NFSv4 libtirpc implementation. | Pedro F. Giffuni | 2012-09-01 | 9 | -19/+45 |
* | Jump to the failed label instead of doing cleanup ourselves. | Christian Brueffer | 2012-07-15 | 1 | -2/+1 |
* | General mdoc(7) and typo fixes. | Glen Barber | 2012-05-11 | 1 | -2/+2 |
* | Plug a leak. | Konstantin Belousov | 2012-05-08 | 1 | -2/+5 |
* | Fix several memory and lock leaks on the out of memory condition. | Konstantin Belousov | 2012-04-28 | 2 | -2/+22 |
* | Remove unnecessary Xo/Xc. | Joel Dahl | 2012-03-29 | 1 | -10/+5 |
* | Minor mdoc nit. | Joel Dahl | 2012-03-27 | 1 | -1/+1 |
* | Globally replace u_int*_t from (non-contributed) man pages. | Ed Schouten | 2012-02-12 | 2 | -10/+10 |
* | Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor | Dimitry Andric | 2012-02-07 | 1 | -1/+1 |
* | In lib/libc/rpc/crypt_client.c, fix a clang warning about an implicit | Dimitry Andric | 2011-12-15 | 1 | -2/+2 |
* | Fix a bug in the userland rpc library, where it would use a | Rick Macklem | 2011-04-10 | 1 | -1/+2 |
* | Revert most of r210764, now that mdocml does the right | Ulrich Spörlein | 2010-12-28 | 1 | -1/+1 |
* | Move most of the remaining USD/PSD/SMM papers into share/doc | Ulrich Spörlein | 2010-12-04 | 7 | -9696/+0 |
* | mdoc: make sure to pass at least one argument to quotation macros | Ulrich Spörlein | 2010-08-02 | 1 | -1/+1 |
* | Fix a bug in the previous change: remove function-local definition of | John Baldwin | 2010-03-11 | 1 | -1/+0 |
* | Use thr_once() with once_t controls to initialize various thread_key_t | John Baldwin | 2010-03-10 | 8 | -64/+81 |
* | Use the correct types to store uids and gids in the credential cache. | Brooks Davis | 2010-01-09 | 1 | -4/+4 |
* | Fix a double free(). | Christian Brueffer | 2010-01-05 | 1 | -1/+1 |
* | The fd_mask type is an unsigned long, not an int, so treat the mask as a | John Baldwin | 2009-12-03 | 1 | -2/+2 |
* | Style: use structure assignment rather than memcpy() to copy a | Garrett Wollman | 2009-11-25 | 1 | -1/+1 |
* | In clnt_raw_create(), avoid minor race condition initializing the | Garrett Wollman | 2009-11-25 | 1 | -4/+7 |
* | In svc_raw_reply(), don't leave stat uninitialized if the MSG_ACCEPTED | Garrett Wollman | 2009-11-25 | 1 | -3/+2 |
* | Eliminate more dead stores. | Garrett Wollman | 2009-11-25 | 2 | -3/+3 |
* | Lock around access to nc_file and netconfig_info ("ni"). The RPC | Xin LI | 2009-06-24 | 1 | -3/+49 |
* | Rework the credential code to support larger values of NGROUPS and | Brooks Davis | 2009-06-19 | 2 | -10/+3 |
* | In preparation for raising NGROUPS and NGROUPS_MAX, change base | Brooks Davis | 2009-06-19 | 1 | -6/+12 |
* | Re-do r192913 in less intrusive way. Only do IP_RECVDSTADDR/IP_SENDSRCADDR | Alexander Kabaev | 2009-06-18 | 2 | -21/+36 |
* | Do not attempt to set source address on outgoing messages | Alexander Kabaev | 2009-06-08 | 1 | -2/+2 |
* | Match type for socket option (in practice, unnecessary, but stylistically it'... | Zachary Loafman | 2009-05-28 | 1 | -1/+1 |
* | Handle UDP RPC replies correctly on a multi-homed system, in userland RPC. Co... | Zachary Loafman | 2009-05-27 | 2 | -6/+107 |
* | Include a space between "send" and "broadcast". | Ed Maste | 2009-04-09 | 1 | -1/+1 |
* | Remove a warning which is supposed to have been removed on 20030301. | Xin LI | 2009-04-02 | 1 | -12/+0 |
* | Fix async mode (required for ypbind in manycast mode). | Doug Rabson | 2008-09-15 | 1 | -2/+2 |
* | Initialise the SVCAUTH field for new transport structures when they are | Doug Rabson | 2008-09-09 | 2 | -2/+3 |
* | Add an implementation of the RPCSEC_GSS authentication protocol for RPC. This | Doug Rabson | 2008-08-06 | 11 | -79/+347 |
* | Don't call xdrrec_skiprecord in the non-blocking case. If | Doug Rabson | 2008-03-30 | 1 | -1/+2 |
* | Use intermediate pointers to avoid strict alias type check failures | John Birrell | 2007-11-20 | 7 | -15/+47 |
* | Fix some improper handling of malloc failures | Matteo Riondato | 2007-09-20 | 5 | -30/+53 |
* | Use an array of size NGROUP_MAX for the getgroups() call instead of NGRP. | Hartmut Brandt | 2007-06-14 | 1 | -2/+4 |
* | Some libc symbol map cleanups. | Daniel Eischen | 2007-05-31 | 1 | -1/+0 |
* | endrpcent belongs with rpc name service db, not services. | Jonathan Chen | 2007-05-17 | 1 | -1/+1 |
* | Use C comments since we now preprocess these files with CPP. | Daniel Eischen | 2007-04-29 | 1 | -7/+11 |
* | Disable RPC exponential back-off for FreeBSD.org systems (IE. hidden | Simon L. B. Nielsen | 2007-03-04 | 1 | -0/+7 |