aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/rpc/crypt_client.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* Use ANSI C prototypes.Craig Rodrigues2015-09-011-4/+1
* Resource leakPedro F. Giffuni2015-02-011-0/+1
* In lib/libc/rpc/crypt_client.c, fix a clang warning about an implicitDimitry Andric2011-12-151-2/+2
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine2003-02-161-0/+1
* Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav2002-04-281-1/+1
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-4/+3
* The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacksAlfred Perlstein2002-02-051-6/+17
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
* Fix potential resource leak: when call to des_crypt_1() fails, rememberBill Paul1998-06-091-2/+3
* Now the biggest step: import the changes to the main RPC code.Bill Paul1997-05-281-0/+89