Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2003-03-20 | typos; | Jason McIntyre | |
ok millert@ | |||
2003-03-14 | RSA blinding on private keys. angelos@ ok. | Hakan Olsson | |
2003-01-19 | typos; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2003-01-15 | typos; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2002-06-17 | Make the stupid warnings go away. | Angelos D. Keromytis | |
2002-06-09 | use strchr() instead of index() | Theo de Raadt | |
2002-05-27 | snprintf and strlcpy cleanup; angelos ok | Theo de Raadt | |
2002-05-03 | Fix typo. | Angelos D. Keromytis | |
2002-05-01 | o) start new sentence on a new line; | Mike Pechkin | |
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok | |||
2002-04-30 | Initial 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 |