History log of /openbsd-current/lib/libkeynote/parse_assertion.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.17 27-Dec-2022 jmc

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


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE OPENBSD_7_2_BASE
# 1.16 14-Dec-2015 mmcc

s/begining/beginning/g


# 1.15 19-Nov-2015 mmcc

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


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.14 29-Nov-2013 deraadt

fairly simple unsigned char casts for ctype
ok krw


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE
# 1.13 29-Jun-2004 msf

Header cleanup.
ok hshoexer@


# 1.12 25-Jun-2004 msf

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

ok millert@ deraadt@ hshoexer@


Revision tags: OPENBSD_3_0_BASE OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE
# 1.11 03-Sep-2001 deraadt

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


# 1.10 07-Jun-2001 angelos

Rogue debug printf.


Revision tags: OPENBSD_2_8_BASE OPENBSD_2_9_BASE
# 1.9 13-Jun-2000 angelos

Fix some compile warnings.


Revision tags: OPENBSD_2_7_BASE
# 1.8 12-Feb-2000 angelos

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


# 1.7 03-Nov-1999 angelos

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


# 1.6 26-Oct-1999 angelos

sync


Revision tags: OPENBSD_2_6_BASE
# 1.5 09-Oct-1999 angelos

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


# 1.4 09-Oct-1999 angelos

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


# 1.3 01-Oct-1999 angelos

Update for version 2.0


# 1.2 31-May-1999 angelos

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


# 1.1 23-May-1999 angelos

branches: 1.1.1;
Initial revision


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.16 14-Dec-2015 mmcc

s/begining/beginning/g


# 1.15 19-Nov-2015 mmcc

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


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.14 29-Nov-2013 deraadt

fairly simple unsigned char casts for ctype
ok krw


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE
# 1.13 29-Jun-2004 msf

Header cleanup.
ok hshoexer@


# 1.12 25-Jun-2004 msf

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

ok millert@ deraadt@ hshoexer@


Revision tags: OPENBSD_3_0_BASE OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE
# 1.11 03-Sep-2001 deraadt

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


# 1.10 07-Jun-2001 angelos

Rogue debug printf.


Revision tags: OPENBSD_2_8_BASE OPENBSD_2_9_BASE
# 1.9 13-Jun-2000 angelos

Fix some compile warnings.


Revision tags: OPENBSD_2_7_BASE
# 1.8 12-Feb-2000 angelos

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


# 1.7 03-Nov-1999 angelos

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


# 1.6 26-Oct-1999 angelos

sync


Revision tags: OPENBSD_2_6_BASE
# 1.5 09-Oct-1999 angelos

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


# 1.4 09-Oct-1999 angelos

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


# 1.3 01-Oct-1999 angelos

Update for version 2.0


# 1.2 31-May-1999 angelos

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


# 1.1 23-May-1999 angelos

branches: 1.1.1;
Initial revision