Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-14 | Avoid .Ns right after .Pf, it's pointless. | Ingo Schwarze | |
In some cases, do additional cleanup in the immediate vicinity. | |||
2015-09-10 | use .In rather than .Fd #include | Ingo Schwarze | |
2015-02-04 | Replace realloc() with reallocarray() in libkeynote. Do not free | Alexander Bluhm | |
keynote_lex_list after it has been reallocated. Found by Benjamin Baier with llvm/scan-build; OK florian@ | |||
2014-12-05 | macro cleanup: remove bogus .Nm and split joint .Fn arguments | Ingo Schwarze | |
2014-10-08 | obvious reallocarray() | Theo de Raadt | |
2014-09-17 | diff From: Theo Buehler who notes of kn_encode_base64(): | Jason McIntyre | |
"Since the function is a simple wrapper around b64_ntop(), there is no restriction on the possible lengths of the raw data in `src'." ok millert | |||
2013-11-29 | fairly simple unsigned char casts for ctype | Theo de Raadt | |
ok krw | |||
2013-11-13 | correct types for arguments to the x509 functions | Theo de Raadt | |
ok markus | |||
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze | |
2013-07-16 | more macro simplification; from Jan Stary | Jason McIntyre | |
2012-12-21 | remove makefile hacks that are no longer needed with t1 t2: working properly | Marc Espie | |
okay krw@ | |||
2012-09-27 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre | |
references into a STANDARDS section; | |||
2012-08-15 | use Lk for links; | Jason McIntyre | |
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen | |
ok guenther@ | |||
2012-07-11 | make -j# fix, I had this forever actually. | Marc Espie | |
okay millert@ | |||
2011-09-29 | ssl.8: Certifying Authority -> Certificate Authority | Jason McIntyre | |
isakmpd.8: rsa:1024 -> rsa:2048 (ok markus) all: X509 -> X.509 from Lawrence Teo | |||
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat | |
for chars. | |||
2010-12-22 | seemingly the "Decentralized Trust Management" paper comes from the | Jason McIntyre | |
IEEE Symposium on Security and Privacy, not the IEEE Conference on Privacy and Security; from Lawrence Teo | |||
2010-09-19 | more wacky macro fixing; | Jason McIntyre | |
2010-07-01 | libkeynote development has been paused for a while. ok deraadt | Ted Unangst | |
2010-03-26 | dispense with some wacky escape sequences; | Jason McIntyre | |
2009-12-11 | clean up the realloc code to make a parfait false positive go away. | Theo de Raadt | |
parfait still does not completely understand how realloc() behaves (or %, ?:, >>, or << and its terminal function tracking remains weak) | |||
2007-08-03 | Update URL of the keynote webpage. While there, update angelos' email | Hans-Joerg Hoexer | |
address. Noticed by qgiovanni@gmail.co, thanks! ok jmc@ (URL snippet), angelos@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-03-03 | remove duplicate option; spotted by Igor Sobrado | Jason McIntyre | |
2006-12-16 | strlen fix. | Ray Lai | |
OK jaredy@ and millert@. | |||
2006-04-09 | new sentence, new line; | Jason McIntyre | |
2006-04-09 | macro fix; from moritz grimm | Jason McIntyre | |
2005-11-24 | use WANTLINT= (on all architectures) | Theo de Raadt | |
2005-05-05 | grammar/mdoc fixes; | Jason McIntyre | |
2005-01-05 | remove wrong free() after realloc(). | Hans-Joerg Hoexer | |
ok miod millert markus | |||
2004-12-20 | RFC documents are not free enough | Theo de Raadt | |
2004-08-25 | typos from -f (PR #3907); | Jason McIntyre | |
2004-06-29 | Header cleanup. | Mathieu Sauve-Frankel | |
ok hshoexer@ | |||
2004-06-26 | kill whitespace at eol; | Jason McIntyre | |
2004-06-25 | Remove config.h. Last of the remaining configure artifacts. | Mathieu Sauve-Frankel | |
ok millert@ deraadt@ hshoexer@ | |||
2004-06-25 | Make crufty configure stuff go away. Remove all unused code paths. | Mathieu Sauve-Frankel | |
No change in binaries. ok millert@ deraadt@ hshoexer@ | |||
2004-06-25 | Remove unused gnu style configure stuff. | Mathieu Sauve-Frankel | |
ok hshoexer@ deraadt@ | |||
2004-06-24 | Remove unused getopt implementation. These files are not used. | Mathieu Sauve-Frankel | |
ok hshoexer@ theo@ | |||
2004-06-24 | Document kn_get_string() a bit better and describe the return value. | Hans-Joerg Hoexer | |
ok ho@ msf@ | |||
2004-06-24 | make keynote.h C++ safe | Mathieu Sauve-Frankel | |
ok todd@ | |||
2004-06-24 | Remove unsupported algortihm types from keynote keygen section of the manpage. | Mathieu Sauve-Frankel | |
ok hshoexer@ ho@ | |||
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-07-08 | - fix some lists/displays | Jason McIntyre | |
- .Dl for one-line displays - simplify macros - .An/.Aq for AUTHORS | |||
2003-07-05 | protos | Theo de Raadt | |
2003-06-26 | simple protos | Theo de Raadt | |
2003-06-02 | section reorder; | Jason McIntyre | |
2003-05-24 | - typos; | Jason McIntyre | |
- new sentence, new line; - whitespace at EOL | |||
2003-04-08 | invalid mdoc macros | David Krause | |
caused words to disappear from the output ok jmc@ a while ago | |||
2003-04-02 | Use snprintf instead of sprintf; deraadt@ OK | Todd C. Miller | |