History log of /openbsd-src/lib/libkeynote/parse_assertion.c (Results 1 – 17 of 17)
Revision Date Author Comments
# 2c53affb 27-Dec-2022 jmc <jmc@openbsd.org>

spelling fixes; from paul tagliamonte
any changes not taken noted on tech, but chiefly here i did not take the
cancelation - cancellation changes;


# 5dbcbdb5 14-Dec-2015 mmcc <mmcc@openbsd.org>

s/begining/beginning/g


# 313d0fe7 19-Nov-2015 mmcc <mmcc@openbsd.org>

Remove a ton of ugly, needless casts for NULL, calloc(), and strdup().
No binary change.


# 80c62621 29-Nov-2013 deraadt <deraadt@openbsd.org>

fairly simple unsigned char casts for ctype
ok krw


# 85616838 29-Jun-2004 msf <msf@openbsd.org>

Header cleanup.
ok hshoexer@


# e0758482 25-Jun-2004 msf <msf@openbsd.org>

Make crufty configure stuff go away. Remove all unused code paths.
No change in binaries.

ok millert@ deraadt@ hshoexer@


# 5e4ac158 03-Sep-2001 deraadt <deraadt@openbsd.org>

with or without fee; received mail permitting this change from angelos


# 8b7835ed 07-Jun-2001 angelos <angelos@openbsd.org>

Rogue debug printf.


# adf9c6c4 13-Jun-2000 angelos <angelos@openbsd.org>

Fix some compile warnings.


# de098062 12-Feb-2000 angelos <angelos@openbsd.org>

Correctly handle comments at the beginning of an assertion (noted by
ho@openbsd.org)


# 204e95a6 03-Nov-1999 angelos <angelos@openbsd.org>

Handle multiple assertions per file in signature verification, better
detection of malformed credentials, update manpages, sync with release.


# 1c338448 26-Oct-1999 angelos <angelos@openbsd.org>

sync


# dd34a27e 09-Oct-1999 angelos <angelos@openbsd.org>

Roll back yesterday's commit, will wait until after 2.6.


# f53dbc77 09-Oct-1999 angelos <angelos@openbsd.org>

Move all ifdefs in header.h (instead of keynote.h), include header.h
in all files including keynote.h, update manpage.


# 9186b70c 01-Oct-1999 angelos <angelos@openbsd.org>

Update for version 2.0


# a8a6ad51 31-May-1999 angelos <angelos@openbsd.org>

Sanitize prototypes and variable extern definitions, remove
unnecessary header file, add prototypes header file for utility building.


# 983e9580 23-May-1999 angelos <angelos@openbsd.org>

KeyNote version 2 trust-management system (security policy handling).
Utilities to follow.