summaryrefslogtreecommitdiff
path: root/lib/libkeynote/keynote.l
AgeCommit message (Expand)Author
2017-08-28Add %option noinput to suppress an unused function warning.Todd C. Miller
2015-11-19lexer fixes to work with new flex. from Serguey ParkhomovskyTed Unangst
2015-11-19Remove a ton of ugly, needless casts for NULL, calloc(), and strdup().mmcc
2015-02-04Replace realloc() with reallocarray() in libkeynote. Do not freeAlexander Bluhm
2013-11-29fairly simple unsigned char casts for ctypeTheo de Raadt
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2009-12-11clean up the realloc code to make a parfait false positive go away.Theo de Raadt
2004-06-29Header cleanup.Mathieu Sauve-Frankel
2004-06-25Make crufty configure stuff go away. Remove all unused code paths.Mathieu Sauve-Frankel
2003-11-08typos from Jonathon Gray;Jason McIntyre
2002-05-27snprintf and strlcpy cleanup; angelos okTheo de Raadt
2001-09-03with or without fee; received mail permitting this change from angelosTheo de Raadt
2000-08-11Fix lexer bug (bad handling of escaped double-quote).Angelos D. Keromytis
2000-06-13Fix some compile warnings.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
2000-02-18Scale-down cleanup table on allocation failure (Stanley@webspective.com)Angelos D. Keromytis
2000-02-12Simplify a couple of things in the lexer, make the compiler happy soAngelos D. Keromytis
1999-10-26syncAngelos D. Keromytis
1999-10-09Roll back yesterday's commit, will wait until after 2.6.Angelos D. Keromytis
1999-10-09Move all ifdefs in header.h (instead of keynote.h), include header.hAngelos D. Keromytis
1999-10-01Update for version 2.0Angelos D. Keromytis
1999-05-31Sanitize prototypes and variable extern definitions, removeAngelos D. Keromytis
1999-05-23KeyNote version 2 trust-management system (security policy handling).Angelos D. Keromytis