summaryrefslogtreecommitdiffstats
path: root/lib/libkeynote/keynote-sign.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-7/+7
| | | | | | value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
* Fix typo in previous commitguenther2015-11-191-2/+2
|
* Remove a ton of ugly, needless casts for NULL, calloc(), and strdup().mmcc2015-11-191-8/+8
| | | | No binary change.
* Header cleanup.msf2004-06-291-1/+2
| | | | ok hshoexer@
* Make crufty configure stuff go away. Remove all unused code paths.msf2004-06-251-18/+4
| | | | | | No change in binaries. ok millert@ deraadt@ hshoexer@
* protosderaadt2003-07-051-1/+3
|
* snprintf and strlcpy cleanup; angelos okderaadt2002-05-271-3/+4
|
* with or without fee; received mail permitting this change from angelosderaadt2001-09-031-2/+2
|
* exit(-1) -> exit(1)angelos2001-03-081-16/+16
|
* Flexibility in signature printing.angelos1999-11-031-13/+25
|
* syncangelos1999-10-261-2/+2
|
* Roll back yesterday's commit, will wait until after 2.6.angelos1999-10-091-2/+2
|
* Move all ifdefs in header.h (instead of keynote.h), include header.hangelos1999-10-091-2/+2
| | | | in all files including keynote.h, update manpage.
* Update for version 2.0angelos1999-10-011-11/+16
|
* Sanitize prototypes and variable extern definitions, removeangelos1999-05-311-11/+3
| | | | unnecessary header file, add prototypes header file for utility building.
* Correct prototype and invocation, eliminate a warning or three.angelos1999-05-311-3/+4
|
* Unified tool for keynote utils.angelos1999-05-241-51/+11
|
* Unneeded declaration.angelos1999-05-241-3/+1
|
* KeyNote version 2 trust-management system (security policy handling).angelos1999-05-231-0/+250
Utilities to follow.