aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/rpc/svc_vc.c
Commit message (Expand)AuthorAgeFilesLines
* rpc: Fix typo in commentAssume-Zhan2024-02-131-1/+1
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-4/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* libc/rpc: replace comma with semicolon when pertinent.Pedro F. Giffuni2016-08-091-1/+1
* libc: spelling fixes.Pedro F. Giffuni2016-04-301-1/+1
* libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk2016-04-181-1/+0
* RPC: populate local address for rendezvous transporter.Stanislav Sedov2015-12-101-2/+16
* Remove unnecessary `if (x)` tests before calling `free(x)`; free(3)Enji Cooper2015-11-021-4/+2
* Use ANSI C prototypes.Craig Rodrigues2015-09-011-57/+18
* rpc: Uninitialized pointer readPedro F. Giffuni2015-02-021-1/+1
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,Hiroki Sato2013-11-251-26/+25
* Fix a bug in the userland rpc library, where it would use aRick Macklem2011-04-101-1/+2
* Add an implementation of the RPCSEC_GSS authentication protocol for RPC. ThisDoug Rabson2008-08-061-13/+32
* Don't call xdrrec_skiprecord in the non-blocking case. IfDoug Rabson2008-03-301-1/+2
* Sync with NetBSD rev. 1.16 + 1.17Martin Blapp2006-09-091-2/+5
* Staticize a couple of functions.Daniel Eischen2006-02-271-4/+1
* Try to bring some sanity to the SCM ID's.David E. O'Brien2004-10-161-1/+1
* Avoid using void pointers in additive expressions.Stefan Farfeleder2004-08-131-1/+1
* Kill prototype for __msgwrite too. It is not needed anymore.Martin Blapp2003-06-151-1/+0
* Replace the old SCM_CREDS cred procedures. They can now beMartin Blapp2003-06-151-122/+21
* Don't return -1 and abort if msg.msg_controllen is 0. ForMartin Blapp2003-05-291-2/+1
* Fix a problem introduced in the last commit. sa and cmMartin Blapp2003-05-291-2/+2
* If AF_LOCAL is used, we need to use __msgread_withcred() instead ofMartin Blapp2003-05-281-1/+6
* Fix namespace pollution introduced in previous commit.Martin Blapp2003-01-261-4/+4
* Implement non-blocking tcp-connections.Martin Blapp2003-01-161-31/+197
* Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav2002-04-281-18/+18
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+2
* Remove multi-line __P() usage.David E. O'Brien2002-03-221-3/+3
* Remove __P() usage.David E. O'Brien2002-03-211-14/+14
* Move the AF_LOCAL check to the AF_INET check since portmap protocolAlfred Perlstein2002-02-061-5/+1
* For RPC v2 we need to fill in ret->xp_raddr too. INET_6Alfred Perlstein2002-02-051-1/+1
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,Alfred Perlstein2002-02-051-1/+0
* style: return(x) -> return (x)Alfred Perlstein2002-02-051-2/+2
* Fix the credential handling code.Alfred Perlstein2002-02-051-2/+24
* Hopefully improve control message passing over Unix domain sockets.David Malone2001-10-041-9/+14
* Move the #includes of reentrant.h to after the `#include "namespace.h"',Ian Dowse2001-04-021-1/+1
* Remove struct cmessage from sys/socket.h and reintroduce the privateAlfred Perlstein2001-03-221-2/+4
* Hopefully fix some of the bugs in passing credentials over UNIX ...Alfred Perlstein2001-03-221-19/+30
* whitespace cleanupAlfred Perlstein2001-03-201-16/+14
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-0/+689