summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/rpc_prot.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove duplicate definition of _null_auth.mortimer2020-08-301-3/+1
| | | | ok millert@ deraadt@
* Nuke whitespace foolish enough to expose itself during the greatkrw2017-01-211-5/+5
| | | | "warning:" rectification.
* Add 'default:' cases to switch statements that gcc whines about.krw2016-12-201-1/+4
| | | | ok jung@
* Wrap <rpc/*.h> so that calls go direct and the symbols are all weak.guenther2015-09-131-2/+7
| | | | | | Hide __xprt_register() and _authenticate(); truncate <rpc/svc_auth.h> ok deraadt@
* Move to the <limits.h> universe.deraadt2015-01-161-3/+1
| | | | review by millert, binary checking process with doug, concept with guenther
* Oracle has re-licensed sunrpc under a three-clause BSD license.millert2010-09-011-29/+30
| | | | Update our sources appropriately. OK deraadt@ jsg@
* zap remaining rcsid.espie2005-08-081-4/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* ansify. ok deraadt@ jaredy@otto2005-04-011-28/+10
|
* Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. Pointedkrw2005-01-081-3/+3
| | | | | | out by mickey@, seconded by millert@. ok deraadt@.
* prototype cleanupderaadt2001-09-151-19/+19
|
* Some -Wallmillert1998-03-191-2/+3
|
* indentderaadt1998-02-271-15/+11
|
* in rejected(), RPC_MISMATCH is what we are interested in; christosderaadt1997-07-161-2/+2
|
* Fix RCS idstholo1996-08-191-7/+2
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* bcopy->memcpy & tagderaadt1996-07-201-1/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+293