| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | o Remove duplicate includes. | Maxim Konovalov | 2007-01-20 | 2 | -2/+0 |
* | Markup fixes. | Ruslan Ermilov | 2006-09-17 | 1 | -1/+1 |
* | Sync with NetBSD rev. 1.16 + 1.17 | Martin Blapp | 2006-09-09 | 1 | -2/+5 |
* | Sync with NetBSD rev. 1.29 | Martin Blapp | 2006-09-09 | 1 | -0/+4 |
* | Sync with NetBSD rev. 1.6 + 1.7 | Martin Blapp | 2006-09-09 | 1 | -4/+4 |
* | Sync with NetBSD rev. 1.20 + 1.21 | Martin Blapp | 2006-09-09 | 1 | -6/+11 |
* | Sync with NetBSD rev. 1.10 | Martin Blapp | 2006-09-09 | 1 | -0/+1 |
* | Sync with NetBSD rev. 1.15 | Martin Blapp | 2006-09-09 | 1 | -0/+1 |
* | Sync part of NetBSD rev. 1.14 | Martin Blapp | 2006-09-09 | 1 | -1/+1 |
* | Sync with NetBSD rev. 1.16 + 1.17 | Martin Blapp | 2006-09-09 | 1 | -1/+4 |
* | - Extend the nsswitch to support Services, Protocols and Rpc | Hajimu UMEMOTO | 2006-04-28 | 1 | -214/+942 |
* | Add each directory's symbol map file to SYM_MAPS. | Daniel Eischen | 2006-03-13 | 1 | -0/+2 |
* | Add symbol maps and initial symbol version definitions to libc. | Daniel Eischen | 2006-03-13 | 1 | -0/+244 |
* | Const'ify arguments to a couple of functions to fix breakage | Daniel Eischen | 2006-02-28 | 1 | -2/+2 |
* | Don't do a time travel to 12006... | Xin LI | 2006-02-28 | 1 | -1/+1 |
* | Staticize a couple of functions. | Daniel Eischen | 2006-02-27 | 23 | -71/+106 |
* | I wrote getnetconfig where I meant getnetpath in the previous revision. | Ceri Davies | 2006-01-11 | 1 | -2/+2 |
* | o Document the possibility of putting 'b' in the flag field. | Ceri Davies | 2006-01-06 | 1 | -5/+11 |
* | Fix prototypes. | Ruslan Ermilov | 2005-11-23 | 3 | -4/+4 |
* | Add a couple of missing MLINKS. | Stefan Farfeleder | 2005-09-11 | 1 | -0/+17 |
* | Avoid pointer arithmetics on void *. | Stefan Farfeleder | 2005-03-10 | 1 | -1/+1 |
* | Remove an superfluous assignment. | Stefan Farfeleder | 2005-03-10 | 1 | -1/+0 |
* | Use socklen_t where appropriate. | Stefan Farfeleder | 2005-03-10 | 2 | -2/+3 |
* | Expand *n't contractions. | Ruslan Ermilov | 2005-02-13 | 1 | -1/+1 |
* | Fixed the misplaced $FreeBSD$. | Ruslan Ermilov | 2005-02-09 | 7 | -7/+7 |