summaryrefslogtreecommitdiffstats
path: root/lib/libkeynote/parse_assertion.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* s/begining/beginning/gmmcc2015-12-141-2/+2
|
* Remove a ton of ugly, needless casts for NULL, calloc(), and strdup().mmcc2015-11-191-43/+43
| | | | No binary change.
* fairly simple unsigned char casts for ctypederaadt2013-11-291-4/+4
| | | | ok krw
* Header cleanup.msf2004-06-291-2/+2
| | | | ok hshoexer@
* Make crufty configure stuff go away. Remove all unused code paths.msf2004-06-251-14/+5
| | | | | | No change in binaries. ok millert@ deraadt@ hshoexer@
* with or without fee; received mail permitting this change from angelosderaadt2001-09-031-2/+2
|
* Rogue debug printf.angelos2001-06-071-2/+1
|
* Fix some compile warnings.angelos2000-06-131-4/+5
|
* Correctly handle comments at the beginning of an assertion (noted byangelos2000-02-121-1/+3
| | | | ho@openbsd.org)
* Handle multiple assertions per file in signature verification, betterangelos1999-11-031-3/+20
| | | | detection of malformed credentials, update manpages, sync with release.
* syncangelos1999-10-261-1/+2
|
* Roll back yesterday's commit, will wait until after 2.6.angelos1999-10-091-2/+1
|
* Move all ifdefs in header.h (instead of keynote.h), include header.hangelos1999-10-091-1/+2
| | | | in all files including keynote.h, update manpage.
* Update for version 2.0angelos1999-10-011-1/+11
|
* Sanitize prototypes and variable extern definitions, removeangelos1999-05-311-9/+3
| | | | unnecessary header file, add prototypes header file for utility building.
* KeyNote version 2 trust-management system (security policy handling).angelos1999-05-231-0/+623
Utilities to follow.