summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/auth_unix.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-221-20/+8
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,Hiroki Sato2013-11-251-26/+25
* rpc: convert all uid and gid variables to u_int.Pedro F. Giffuni2012-10-041-3/+4
* RPC: Convert all uid and gid variables of the type uid_t and gid_t.Pedro F. Giffuni2012-10-021-6/+4
* Complete revert of r239963:Pedro F. Giffuni2012-09-271-4/+6
* Bring some changes from Bull's NFSv4 libtirpc implementation.Pedro F. Giffuni2012-09-011-6/+4
* Plug a leak.Konstantin Belousov2012-05-081-2/+5
* In preparation for raising NGROUPS and NGROUPS_MAX, change baseBrooks Davis2009-06-191-6/+12
* Use an array of size NGROUP_MAX for the getgroups() call instead of NGRP.Hartmut Brandt2007-06-141-2/+4
* Staticize a couple of functions.Daniel Eischen2006-02-271-1/+1
* Try to bring some sanity to the SCM ID's.David E. O'Brien2004-10-161-1/+1
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+2
* Move the #includes of reentrant.h to after the `#include "namespace.h"',Ian Dowse2001-04-021-1/+1
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-97/+121
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Resolve conflicts.Bill Paul1997-05-281-1/+1
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* - prototype now in common include filePeter Wemm1996-12-301-4/+2
* Code cleanup:James Raynard1996-06-101-4/+6
* Well, cvs commit core'ed on me, I belive I have got all the locks out,Poul-Henning Kamp1995-10-221-4/+6
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-10/+10
* Fix authunix_maxgrouplist testAndrey A. Chernov1995-03-181-2/+2
* Add back set_rpc_grouplistsize(), so mount_nfs compiles again. AlsoGarrett Wollman1994-08-101-3/+28
* Moving Sun RPC code into libc, part 1. Based on work done by a number ofGarrett Wollman1994-08-071-0/+322