aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/rpc
Commit message (Expand)AuthorAgeFilesLines
* MFC: r265238Christian Brueffer2014-05-161-8/+6
* MFC r241007, r241008:Pedro F. Giffuni2012-09-308-41/+19
* MFC 240880:Pedro F. Giffuni2012-09-271-4/+0
* MFC r239963:Pedro F. Giffuni2012-09-229-19/+45
* MFC r235286:Glen Barber2012-05-181-2/+2
* MFC r235143:Konstantin Belousov2012-05-151-2/+5
* MFC r234769:Konstantin Belousov2012-05-052-2/+22
* MFC r231118:Dimitry Andric2012-02-141-1/+1
* MFC: r220519Rick Macklem2011-04-241-1/+2
* MFC r218965, 219055:Rebecca Cran2011-03-051-1/+1
* MFC 204950,205020:John Baldwin2010-03-228-65/+81
* MFC r201959Brooks Davis2010-03-031-4/+4
* MFC: r201603Christian Brueffer2010-01-191-1/+1
* MFC 200061:John Baldwin2009-12-071-2/+2
* MFC revs 199781,199782,199784,199785,199786:Garrett Wollman2009-12-024-10/+12
* Lock around access to nc_file and netconfig_info ("ni"). The RPCXin LI2009-06-241-3/+49
* Rework the credential code to support larger values of NGROUPS andBrooks Davis2009-06-192-10/+3
* In preparation for raising NGROUPS and NGROUPS_MAX, change baseBrooks Davis2009-06-191-6/+12
* Re-do r192913 in less intrusive way. Only do IP_RECVDSTADDR/IP_SENDSRCADDRAlexander Kabaev2009-06-182-21/+36
* Do not attempt to set source address on outgoing messagesAlexander Kabaev2009-06-081-2/+2
* Match type for socket option (in practice, unnecessary, but stylistically it'...Zachary Loafman2009-05-281-1/+1
* Handle UDP RPC replies correctly on a multi-homed system, in userland RPC. Co...Zachary Loafman2009-05-272-6/+107
* Include a space between "send" and "broadcast".Ed Maste2009-04-091-1/+1
* Remove a warning which is supposed to have been removed on 20030301.Xin LI2009-04-021-12/+0
* Fix async mode (required for ypbind in manycast mode).Doug Rabson2008-09-151-2/+2
* Initialise the SVCAUTH field for new transport structures when they areDoug Rabson2008-09-092-2/+3
* Add an implementation of the RPCSEC_GSS authentication protocol for RPC. ThisDoug Rabson2008-08-0611-79/+347
* Don't call xdrrec_skiprecord in the non-blocking case. IfDoug Rabson2008-03-301-1/+2
* Use intermediate pointers to avoid strict alias type check failuresJohn Birrell2007-11-207-15/+47
* Fix some improper handling of malloc failuresMatteo Riondato2007-09-205-30/+53
* Use an array of size NGROUP_MAX for the getgroups() call instead of NGRP.Hartmut Brandt2007-06-141-2/+4
* Some libc symbol map cleanups.Daniel Eischen2007-05-311-1/+0
* endrpcent belongs with rpc name service db, not services.Jonathan Chen2007-05-171-1/+1
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-7/+11
* Disable RPC exponential back-off for FreeBSD.org systems (IE. hiddenSimon L. B. Nielsen2007-03-041-0/+7
* o Remove duplicate includes.Maxim Konovalov2007-01-202-2/+0
* Markup fixes.Ruslan Ermilov2006-09-171-1/+1
* Sync with NetBSD rev. 1.16 + 1.17Martin Blapp2006-09-091-2/+5
* Sync with NetBSD rev. 1.29Martin Blapp2006-09-091-0/+4
* Sync with NetBSD rev. 1.6 + 1.7Martin Blapp2006-09-091-4/+4
* Sync with NetBSD rev. 1.20 + 1.21Martin Blapp2006-09-091-6/+11
* Sync with NetBSD rev. 1.10Martin Blapp2006-09-091-0/+1
* Sync with NetBSD rev. 1.15Martin Blapp2006-09-091-0/+1
* Sync part of NetBSD rev. 1.14Martin Blapp2006-09-091-1/+1
* Sync with NetBSD rev. 1.16 + 1.17Martin Blapp2006-09-091-1/+4
* - Extend the nsswitch to support Services, Protocols and RpcHajimu UMEMOTO2006-04-281-214/+942
* Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.Daniel Eischen2006-03-131-0/+244
* Const'ify arguments to a couple of functions to fix breakageDaniel Eischen2006-02-281-2/+2
* Don't do a time travel to 12006...Xin LI2006-02-281-1/+1