summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in the previous change: remove function-local definition ofjhb2010-03-111-1/+0
* Use thr_once() with once_t controls to initialize various thread_key_tjhb2010-03-108-64/+81
* Use the correct types to store uids and gids in the credential cache.brooks2010-01-091-4/+4
* Fix a double free().brueffer2010-01-051-1/+1
* The fd_mask type is an unsigned long, not an int, so treat the mask as ajhb2009-12-031-2/+2
* Style: use structure assignment rather than memcpy() to copy awollman2009-11-251-1/+1
* In clnt_raw_create(), avoid minor race condition initializing thewollman2009-11-251-4/+7
* In svc_raw_reply(), don't leave stat uninitialized if the MSG_ACCEPTEDwollman2009-11-251-3/+2
* Eliminate more dead stores.wollman2009-11-252-3/+3
* Lock around access to nc_file and netconfig_info ("ni"). The RPCdelphij2009-06-241-3/+49
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-192-10/+3
* In preparation for raising NGROUPS and NGROUPS_MAX, change basebrooks2009-06-191-6/+12
* Re-do r192913 in less intrusive way. Only do IP_RECVDSTADDR/IP_SENDSRCADDRkan2009-06-182-21/+36
* Do not attempt to set source address on outgoing messageskan2009-06-081-2/+2
* Match type for socket option (in practice, unnecessary, but stylistically it'...zml2009-05-281-1/+1
* Handle UDP RPC replies correctly on a multi-homed system, in userland RPC. Co...zml2009-05-272-6/+107
* Include a space between "send" and "broadcast".emaste2009-04-091-1/+1
* Remove a warning which is supposed to have been removed on 20030301.delphij2009-04-021-12/+0
* Fix async mode (required for ypbind in manycast mode).dfr2008-09-151-2/+2
* Initialise the SVCAUTH field for new transport structures when they aredfr2008-09-092-2/+3
* Add an implementation of the RPCSEC_GSS authentication protocol for RPC. Thisdfr2008-08-0611-79/+347
* Don't call xdrrec_skiprecord in the non-blocking case. Ifdfr2008-03-301-1/+2
* Use intermediate pointers to avoid strict alias type check failuresjb2007-11-207-15/+47
* Fix some improper handling of malloc failuresmatteo2007-09-205-30/+53
* Use an array of size NGROUP_MAX for the getgroups() call instead of NGRP.harti2007-06-141-2/+4
* Some libc symbol map cleanups.deischen2007-05-311-1/+0
* endrpcent belongs with rpc name service db, not services.jon2007-05-171-1/+1
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-7/+11
* Disable RPC exponential back-off for FreeBSD.org systems (IE. hiddensimon2007-03-041-0/+7
* o Remove duplicate includes.maxim2007-01-202-2/+0
* Markup fixes.ru2006-09-171-1/+1
* Sync with NetBSD rev. 1.16 + 1.17mbr2006-09-091-2/+5
* Sync with NetBSD rev. 1.29mbr2006-09-091-0/+4
* Sync with NetBSD rev. 1.6 + 1.7mbr2006-09-091-4/+4
* Sync with NetBSD rev. 1.20 + 1.21mbr2006-09-091-6/+11
* Sync with NetBSD rev. 1.10mbr2006-09-091-0/+1
* Sync with NetBSD rev. 1.15mbr2006-09-091-0/+1
* Sync part of NetBSD rev. 1.14mbr2006-09-091-1/+1
* Sync with NetBSD rev. 1.16 + 1.17mbr2006-09-091-1/+4
* - Extend the nsswitch to support Services, Protocols and Rpcume2006-04-281-214/+942
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.deischen2006-03-131-0/+244
* Const'ify arguments to a couple of functions to fix breakagedeischen2006-02-281-2/+2
* Don't do a time travel to 12006...delphij2006-02-281-1/+1
* Staticize a couple of functions.deischen2006-02-2723-71/+106
* I wrote getnetconfig where I meant getnetpath in the previous revision.ceri2006-01-111-2/+2
* o Document the possibility of putting 'b' in the flag field.ceri2006-01-061-5/+11
* Fix prototypes.ru2005-11-233-4/+4
* Add a couple of missing MLINKS.stefanf2005-09-111-0/+17
* Avoid pointer arithmetics on void *.stefanf2005-03-101-1/+1
OpenPOWER on IntegriCloud