index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libkeynote
/
keynote.l
Age
Commit message (
Expand
)
Author
2017-08-28
Add %option noinput to suppress an unused function warning.
Todd C. Miller
2015-11-19
lexer fixes to work with new flex. from Serguey Parkhomovsky
Ted Unangst
2015-11-19
Remove a ton of ugly, needless casts for NULL, calloc(), and strdup().
mmcc
2015-02-04
Replace realloc() with reallocarray() in libkeynote. Do not free
Alexander Bluhm
2013-11-29
fairly simple unsigned char casts for ctype
Theo de Raadt
2011-04-06
Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'
Miod Vallat
2009-12-11
clean up the realloc code to make a parfait false positive go away.
Theo de Raadt
2004-06-29
Header cleanup.
Mathieu Sauve-Frankel
2004-06-25
Make crufty configure stuff go away. Remove all unused code paths.
Mathieu Sauve-Frankel
2003-11-08
typos from Jonathon Gray;
Jason McIntyre
2002-05-27
snprintf and strlcpy cleanup; angelos ok
Theo de Raadt
2001-09-03
with or without fee; received mail permitting this change from angelos
Theo de Raadt
2000-08-11
Fix lexer bug (bad handling of escaped double-quote).
Angelos D. Keromytis
2000-06-13
Fix some compile warnings.
Angelos D. Keromytis
2000-05-18
Manpage links.
Angelos D. Keromytis
2000-05-18
Plug a minor memory leak associated with kn_get_licensees(), and make
Angelos D. Keromytis
2000-02-18
Scale-down cleanup table on allocation failure (Stanley@webspective.com)
Angelos D. Keromytis
2000-02-12
Simplify a couple of things in the lexer, make the compiler happy so
Angelos D. Keromytis
1999-10-26
sync
Angelos D. Keromytis
1999-10-09
Roll back yesterday's commit, will wait until after 2.6.
Angelos D. Keromytis
1999-10-09
Move all ifdefs in header.h (instead of keynote.h), include header.h
Angelos D. Keromytis
1999-10-01
Update for version 2.0
Angelos D. Keromytis
1999-05-31
Sanitize prototypes and variable extern definitions, remove
Angelos D. Keromytis
1999-05-23
KeyNote version 2 trust-management system (security policy handling).
Angelos D. Keromytis