summaryrefslogtreecommitdiff
path: root/lib/libkeynote
AgeCommit message (Collapse)Author
2007-08-03Update URL of the keynote webpage. While there, update angelos' emailHans-Joerg Hoexer
address. Noticed by qgiovanni@gmail.co, thanks! ok jmc@ (URL snippet), angelos@
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-03remove duplicate option; spotted by Igor SobradoJason McIntyre
2006-12-16strlen fix.Ray Lai
OK jaredy@ and millert@.
2006-04-09new sentence, new line;Jason McIntyre
2006-04-09macro fix; from moritz grimmJason McIntyre
2005-11-24use WANTLINT= (on all architectures)Theo de Raadt
2005-05-05grammar/mdoc fixes;Jason McIntyre
2005-01-05remove wrong free() after realloc().Hans-Joerg Hoexer
ok miod millert markus
2004-12-20RFC documents are not free enoughTheo de Raadt
2004-08-25typos from -f (PR #3907);Jason McIntyre
2004-06-29Header cleanup.Mathieu Sauve-Frankel
ok hshoexer@
2004-06-26kill whitespace at eol;Jason McIntyre
2004-06-25Remove config.h. Last of the remaining configure artifacts.Mathieu Sauve-Frankel
ok millert@ deraadt@ hshoexer@
2004-06-25Make crufty configure stuff go away. Remove all unused code paths.Mathieu Sauve-Frankel
No change in binaries. ok millert@ deraadt@ hshoexer@
2004-06-25Remove unused gnu style configure stuff.Mathieu Sauve-Frankel
ok hshoexer@ deraadt@
2004-06-24Remove unused getopt implementation. These files are not used.Mathieu Sauve-Frankel
ok hshoexer@ theo@
2004-06-24Document kn_get_string() a bit better and describe the return value.Hans-Joerg Hoexer
ok ho@ msf@
2004-06-24make keynote.h C++ safeMathieu Sauve-Frankel
ok todd@
2004-06-24Remove unsupported algortihm types from keynote keygen section of the manpage.Mathieu Sauve-Frankel
ok hshoexer@ ho@
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-07-08- fix some lists/displaysJason McIntyre
- .Dl for one-line displays - simplify macros - .An/.Aq for AUTHORS
2003-07-05protosTheo de Raadt
2003-06-26simple protosTheo de Raadt
2003-06-02section reorder;Jason McIntyre
2003-05-24- typos;Jason McIntyre
- new sentence, new line; - whitespace at EOL
2003-04-08invalid mdoc macrosDavid Krause
caused words to disappear from the output ok jmc@ a while ago
2003-04-02Use snprintf instead of sprintf; deraadt@ OKTodd C. Miller
2003-03-20typos;Jason McIntyre
ok millert@
2003-03-14RSA blinding on private keys. angelos@ ok.Hakan Olsson
2003-01-19typos; jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-15typos; jmc@prioris.mini.pw.edu.plTheo de Raadt
2002-06-17Make the stupid warnings go away.Angelos D. Keromytis
2002-06-09use strchr() instead of index()Theo de Raadt
2002-05-27snprintf and strlcpy cleanup; angelos okTheo de Raadt
2002-05-03Fix typo.Angelos D. Keromytis
2002-05-01o) start new sentence on a new line;Mike Pechkin
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
2002-04-30Initial cleanup:Mike Pechkin
o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
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