summaryrefslogtreecommitdiff
path: root/usr.bin/newkey/update.c
Commit message (Expand)AuthorAgeFilesLines
* newkey(8): fix 'tmpname' memory leak (always) and input file descriptor leakAndriy Voskoboinyk2019-02-081-4/+12
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* Fix compilation of newkey(8) with WITHOUT_NIS=yes.Ed Schouten2009-02-281-6/+2
* Avoid usage of implicit int.Stefan Farfeleder2005-02-071-1/+2
* ANSIfy, VCS inclusions and some very minor style.Mark Murray2002-04-281-30/+16
* remove __PWarner Losh2002-03-221-3/+3
* WARNS=2 fixup.Mark Murray2001-12-021-16/+11
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() orDag-Erling Smørgrav1998-10-131-5/+1
* Replace incomplete malloc prototype with #include <stdlib.h>John Birrell1998-02-201-2/+2
* Add usage(), use err(3).Philippe Charnier1997-07-291-3/+5
* Import newkey.Bill Paul1997-05-281-0/+356