| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the correct types to store uids and gids in the credential cache. | brooks | 2010-01-09 | 1 | -4/+4 |
* | Fix a double free(). | brueffer | 2010-01-05 | 1 | -1/+1 |
* | The fd_mask type is an unsigned long, not an int, so treat the mask as a | jhb | 2009-12-03 | 1 | -2/+2 |
* | Style: use structure assignment rather than memcpy() to copy a | wollman | 2009-11-25 | 1 | -1/+1 |
* | In clnt_raw_create(), avoid minor race condition initializing the | wollman | 2009-11-25 | 1 | -4/+7 |
* | In svc_raw_reply(), don't leave stat uninitialized if the MSG_ACCEPTED | wollman | 2009-11-25 | 1 | -3/+2 |
* | Eliminate more dead stores. | wollman | 2009-11-25 | 2 | -3/+3 |
* | Lock around access to nc_file and netconfig_info ("ni"). The RPC | delphij | 2009-06-24 | 1 | -3/+49 |
* | Rework the credential code to support larger values of NGROUPS and | brooks | 2009-06-19 | 2 | -10/+3 |
* | In preparation for raising NGROUPS and NGROUPS_MAX, change base | brooks | 2009-06-19 | 1 | -6/+12 |
* | Re-do r192913 in less intrusive way. Only do IP_RECVDSTADDR/IP_SENDSRCADDR | kan | 2009-06-18 | 2 | -21/+36 |
* | Do not attempt to set source address on outgoing messages | kan | 2009-06-08 | 1 | -2/+2 |
* | Match type for socket option (in practice, unnecessary, but stylistically it'... | zml | 2009-05-28 | 1 | -1/+1 |
* | Handle UDP RPC replies correctly on a multi-homed system, in userland RPC. Co... | zml | 2009-05-27 | 2 | -6/+107 |
* | Include a space between "send" and "broadcast". | emaste | 2009-04-09 | 1 | -1/+1 |
* | Remove a warning which is supposed to have been removed on 20030301. | delphij | 2009-04-02 | 1 | -12/+0 |
* | Fix async mode (required for ypbind in manycast mode). | dfr | 2008-09-15 | 1 | -2/+2 |
* | Initialise the SVCAUTH field for new transport structures when they are | dfr | 2008-09-09 | 2 | -2/+3 |
* | Add an implementation of the RPCSEC_GSS authentication protocol for RPC. This | dfr | 2008-08-06 | 11 | -79/+347 |
* | Don't call xdrrec_skiprecord in the non-blocking case. If | dfr | 2008-03-30 | 1 | -1/+2 |
* | Use intermediate pointers to avoid strict alias type check failures | jb | 2007-11-20 | 7 | -15/+47 |
* | Fix some improper handling of malloc failures | matteo | 2007-09-20 | 5 | -30/+53 |
* | Use an array of size NGROUP_MAX for the getgroups() call instead of NGRP. | harti | 2007-06-14 | 1 | -2/+4 |
* | Some libc symbol map cleanups. | deischen | 2007-05-31 | 1 | -1/+0 |
* | endrpcent belongs with rpc name service db, not services. | jon | 2007-05-17 | 1 | -1/+1 |
* | Use C comments since we now preprocess these files with CPP. | deischen | 2007-04-29 | 1 | -7/+11 |
* | Disable RPC exponential back-off for FreeBSD.org systems (IE. hidden | simon | 2007-03-04 | 1 | -0/+7 |
* | o Remove duplicate includes. | maxim | 2007-01-20 | 2 | -2/+0 |
* | Markup fixes. | ru | 2006-09-17 | 1 | -1/+1 |
* | Sync with NetBSD rev. 1.16 + 1.17 | mbr | 2006-09-09 | 1 | -2/+5 |
* | Sync with NetBSD rev. 1.29 | mbr | 2006-09-09 | 1 | -0/+4 |
* | Sync with NetBSD rev. 1.6 + 1.7 | mbr | 2006-09-09 | 1 | -4/+4 |
* | Sync with NetBSD rev. 1.20 + 1.21 | mbr | 2006-09-09 | 1 | -6/+11 |
* | Sync with NetBSD rev. 1.10 | mbr | 2006-09-09 | 1 | -0/+1 |
* | Sync with NetBSD rev. 1.15 | mbr | 2006-09-09 | 1 | -0/+1 |
* | Sync part of NetBSD rev. 1.14 | mbr | 2006-09-09 | 1 | -1/+1 |
* | Sync with NetBSD rev. 1.16 + 1.17 | mbr | 2006-09-09 | 1 | -1/+4 |
* | - Extend the nsswitch to support Services, Protocols and Rpc | ume | 2006-04-28 | 1 | -214/+942 |
* | Add each directory's symbol map file to SYM_MAPS. | deischen | 2006-03-13 | 1 | -0/+2 |
* | Add symbol maps and initial symbol version definitions to libc. | deischen | 2006-03-13 | 1 | -0/+244 |
* | Const'ify arguments to a couple of functions to fix breakage | deischen | 2006-02-28 | 1 | -2/+2 |
* | Don't do a time travel to 12006... | delphij | 2006-02-28 | 1 | -1/+1 |
* | Staticize a couple of functions. | deischen | 2006-02-27 | 23 | -71/+106 |
* | I wrote getnetconfig where I meant getnetpath in the previous revision. | ceri | 2006-01-11 | 1 | -2/+2 |
* | o Document the possibility of putting 'b' in the flag field. | ceri | 2006-01-06 | 1 | -5/+11 |
* | Fix prototypes. | ru | 2005-11-23 | 3 | -4/+4 |
* | Add a couple of missing MLINKS. | stefanf | 2005-09-11 | 1 | -0/+17 |
* | Avoid pointer arithmetics on void *. | stefanf | 2005-03-10 | 1 | -1/+1 |
* | Remove an superfluous assignment. | stefanf | 2005-03-10 | 1 | -1/+0 |
* | Use socklen_t where appropriate. | stefanf | 2005-03-10 | 2 | -2/+3 |