summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/crypt_client.c
AgeCommit message (Expand)Author
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2015-09-01Use ANSI C prototypes.Craig Rodrigues
2015-02-01Resource leakPedro F. Giffuni
2011-12-15In lib/libc/rpc/crypt_client.c, fix a clang warning about an implicitDimitry Andric
2003-02-16Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine
2002-04-28Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav
2002-03-22Fix the style of the SCM ID's.David E. O'Brien
2002-02-05The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacksAlfred Perlstein
2001-03-19Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1998-06-09Fix potential resource leak: when call to des_crypt_1() fails, rememberBill Paul
1997-05-28Now the biggest step: import the changes to the main RPC code.Bill Paul