summaryrefslogtreecommitdiff
path: root/lib/libkeynote
AgeCommit message (Collapse)Author
2001-09-13Prototype changed.Angelos D. Keromytis
2001-09-03with or without fee; received mail permitting this change from angelosTheo de Raadt
2001-09-03indent fixesTheo de Raadt
2001-08-16o) -mdoc syntax improvements;Mike Pechkin
o) typos; o) "start new line" issues; o) improve enclosure/quoting macros; millert@ help and ok
2001-08-06o) We always close .Bl and .Bd tags;Mike Pechkin
o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok
2001-07-18no, size_t can be unsigned long or intTheo de Raadt
2001-07-10Style.Angelos D. Keromytis
2001-07-10-WallTheo de Raadt
2001-07-07another size_t printf format missmatchTodd C. Miller
2001-07-06Fix warning on, use "%lu" to print a size_t since it is a u_longTodd C. Miller
2001-06-07Rogue debug printf.Angelos D. Keromytis
2001-03-22it is kn_add_action, not keynote_add_actionTodd C. Miller
2001-03-22typo in ERROR_NOTFOUND error messageTodd C. Miller
2001-03-22Fix thinko in kn_do_query error checking; angelos OK'dTodd C. Miller
2001-03-08exit(-1) -> exit(1)Angelos D. Keromytis
2001-02-13Fix authorizer removal problem.Angelos D. Keromytis
2000-10-09Sync.Angelos D. Keromytis
2000-10-03Sync again.Angelos D. Keromytis
2000-10-03Sync.Angelos D. Keromytis
2000-09-27Sync again (remove unneeded RAND_set calls).Angelos D. Keromytis
2000-09-26Sync.Angelos D. Keromytis
2000-09-17Arguments to .Dt macros should be all-caps.Aaron Campbell
2000-08-11Fix lexer bug (bad handling of escaped double-quote).Angelos D. Keromytis
2000-06-13Fix some compile warnings.Angelos D. Keromytis
2000-06-13Cast to avoid warning.Angelos D. Keromytis
2000-05-19Fix macro typo.Angelos D. Keromytis
2000-05-18Really find the requested assertions, and fix authorizer retrieval.Angelos D. Keromytis
2000-05-18Grrr...typo'ed on the typo correction...I'll call it a day (or night).Angelos D. Keromytis
2000-05-18Oops, typo.Angelos D. Keromytis
2000-05-18Manpage links.Angelos D. Keromytis
2000-05-18Plug a minor memory leak associated with kn_get_licensees(), and makeAngelos D. Keromytis
the latter work before a query has been issued.
2000-05-17Oops, typo.Angelos D. Keromytis
2000-05-17Add kn_free_key()Angelos D. Keromytis
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-03-10Sync.Angelos D. Keromytis
2000-03-06Various mdoc fixups.Aaron Campbell
2000-02-18Scale-down cleanup table on allocation failure (Stanley@webspective.com)Angelos D. Keromytis
2000-02-12Correctly handle comments at the beginning of an assertion (noted byAngelos D. Keromytis
ho@openbsd.org)
2000-02-12Sync.Angelos D. Keromytis
2000-02-12Simplify a couple of things in the lexer, make the compiler happy soAngelos D. Keromytis
-Wall doesn't complain at the lexers.
2000-02-01Fix typo.Angelos D. Keromytis
2000-01-30Remove bogus ~ from keynote_stringhash() which resulted in allAngelos D. Keromytis
assertions being placed in the same hash bucket (--> potentially bad performance when creating sessions with many assertions/credentials, but no correctness errors).
2000-01-25Sync with current version (just the file renamed).Angelos D. Keromytis
2000-01-10the theTheo de Raadt
1999-12-02Minor repairs.Aaron Campbell
1999-11-17add MLINKsTodd C. Miller
1999-11-05Formatting.Angelos D. Keromytis
1999-11-05Add a sample application as a usage guide, minor manpage correction.Angelos D. Keromytis
1999-11-03Handle multiple assertions per file in signature verification, betterAngelos D. Keromytis
detection of malformed credentials, update manpages, sync with release.