aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/rpc/getpublickey.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+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
* Use proper function prototypes.Craig Rodrigues2015-10-071-1/+1
* Use ANSI C prototypes.Craig Rodrigues2015-09-011-9/+3
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,Hiroki Sato2013-11-251-27/+25
* Const'ify arguments to a couple of functions to fix breakageDaniel Eischen2006-02-281-2/+2
* 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/+2
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+2
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,Alfred Perlstein2002-02-051-1/+1
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-0/+2
* strtok() -> strsep() (no strtok() in libraries allowed)Andrey A. Chernov2000-08-291-5/+9
* Replace the getpublickey() stub with the real thing.Bill Paul1998-05-181-33/+160
* Add a stub version of getpublickey(), in order to eliminate anJohn Polstra1997-08-281-0/+45