summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/auth_unix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for timeconting in userland.pirofti2020-07-061-3/+3
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* delete old lint ARGSUSED commentsguenther2015-11-011-2/+1
* Wrap <rpc/*.h> so that calls go direct and the symbols are all weak.guenther2015-09-131-1/+3
* Delete 3 more stderr messages, right before returning a proper error.deraadt2015-09-021-2/+2
* Remove all bogus writes to stderr. Only explicit requests shouldderaadt2015-09-011-8/+3
* Oracle has re-licensed sunrpc under a three-clause BSD license.millert2010-09-011-28/+29
* eliminate call to abort(), which is very bad in libs. I forgat howotto2007-03-251-6/+9
* add void set_rpc_maxgrouplist(int), to be able to make mount_nfs -ggrunk2006-11-101-1/+18
* zap remaining rcsid.espie2005-08-081-4/+1
* ansify. ok deraadt@ jaredy@otto2005-04-011-23/+10
* Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. Pointedkrw2005-01-081-4/+4
* do not leak if mem_alloc failsderaadt2003-09-201-1/+4
* label abort() from inside library as ILLEGALderaadt2002-01-021-3/+3
* prototype cleanupderaadt2001-09-151-23/+23
* plug many memory leaksderaadt2001-03-031-1/+2
* fix includesderaadt2000-08-241-1/+2
* alphabetize function forward decls for prettinessmillert1998-12-201-3/+3
* clarify gethostname() callderaadt1998-07-091-2/+2
* avoid more abort()deraadt1997-11-081-3/+3
* verf is a ptrderaadt1997-07-171-4/+4
* Clean up lint and compile warningstholo1996-12-141-3/+6
* memcpy needs proto from string.h.etheisen1996-11-141-1/+2
* Remove dead codetholo1996-09-151-2/+2
* Fix RCS idstholo1996-08-191-7/+2
* bcopy->memcpy & tagderaadt1996-07-201-2/+3
* Pull prototypes into scopetholo1996-03-251-5/+6
* initial import of NetBSD treederaadt1995-10-181-0/+324