summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/auth_unix.c
Commit message (Expand)AuthorAgeFilesLines
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-221-20/+8
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,hrs2013-11-251-26/+25
* rpc: convert all uid and gid variables to u_int.pfg2012-10-041-3/+4
* RPC: Convert all uid and gid variables of the type uid_t and gid_t.pfg2012-10-021-6/+4
* Complete revert of r239963:pfg2012-09-271-4/+6
* Bring some changes from Bull's NFSv4 libtirpc implementation.pfg2012-09-011-6/+4
* Plug a leak.kib2012-05-081-2/+5
* In preparation for raising NGROUPS and NGROUPS_MAX, change basebrooks2009-06-191-6/+12
* Use an array of size NGROUP_MAX for the getgroups() call instead of NGRP.harti2007-06-141-2/+4
* Staticize a couple of functions.deischen2006-02-271-1/+1
* Try to bring some sanity to the SCM ID's.obrien2004-10-161-1/+1
* Fix the style of the SCM ID's.obrien2002-03-221-2/+2
* Move the #includes of reentrant.h to after the `#include "namespace.h"',iedowse2001-04-021-1/+1
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-97/+121
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-3/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Resolve conflicts.wpaul1997-05-281-1/+1
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* - prototype now in common include filepeter1996-12-301-4/+2
* Code cleanup:jraynard1996-06-101-4/+6
* Well, cvs commit core'ed on me, I belive I have got all the locks out,phk1995-10-221-4/+6
* Remove trailing whitespace.rgrimes1995-05-301-10/+10
* Fix authunix_maxgrouplist testache1995-03-181-2/+2
* Add back set_rpc_grouplistsize(), so mount_nfs compiles again. Alsowollman1994-08-101-3/+28
* Moving Sun RPC code into libc, part 1. Based on work done by a number ofwollman1994-08-071-0/+322
OpenPOWER on IntegriCloud