Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When system calls indicate an error they return -1, not some arbitrary | 2019-06-28 | 1 | -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 commit | 2015-11-19 | 1 | -2/+2 | |
| | |||||
* | Remove a ton of ugly, needless casts for NULL, calloc(), and strdup(). | 2015-11-19 | 1 | -8/+8 | |
| | | | | No binary change. | ||||
* | Header cleanup. | 2004-06-29 | 1 | -1/+2 | |
| | | | | ok hshoexer@ | ||||
* | Make crufty configure stuff go away. Remove all unused code paths. | 2004-06-25 | 1 | -18/+4 | |
| | | | | | | No change in binaries. ok millert@ deraadt@ hshoexer@ | ||||
* | protos | 2003-07-05 | 1 | -1/+3 | |
| | |||||
* | snprintf and strlcpy cleanup; angelos ok | 2002-05-27 | 1 | -3/+4 | |
| | |||||
* | with or without fee; received mail permitting this change from angelos | 2001-09-03 | 1 | -2/+2 | |
| | |||||
* | exit(-1) -> exit(1) | 2001-03-08 | 1 | -16/+16 | |
| | |||||
* | Flexibility in signature printing. | 1999-11-03 | 1 | -13/+25 | |
| | |||||
* | sync | 1999-10-26 | 1 | -2/+2 | |
| | |||||
* | Roll back yesterday's commit, will wait until after 2.6. | 1999-10-09 | 1 | -2/+2 | |
| | |||||
* | Move all ifdefs in header.h (instead of keynote.h), include header.h | 1999-10-09 | 1 | -2/+2 | |
| | | | | in all files including keynote.h, update manpage. | ||||
* | Update for version 2.0 | 1999-10-01 | 1 | -11/+16 | |
| | |||||
* | Sanitize prototypes and variable extern definitions, remove | 1999-05-31 | 1 | -11/+3 | |
| | | | | unnecessary header file, add prototypes header file for utility building. | ||||
* | Correct prototype and invocation, eliminate a warning or three. | 1999-05-31 | 1 | -3/+4 | |
| | |||||
* | Unified tool for keynote utils. | 1999-05-24 | 1 | -51/+11 | |
| | |||||
* | Unneeded declaration. | 1999-05-24 | 1 | -3/+1 | |
| | |||||
* | KeyNote version 2 trust-management system (security policy handling). | 1999-05-23 | 1 | -0/+250 | |
Utilities to follow. |