Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use Lk for links; | 2012-08-15 | 4 | -12/+12 | |
| | |||||
* | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | 2012-08-02 | 1 | -2/+1 | |
| | | | | ok guenther@ | ||||
* | make -j# fix, I had this forever actually. | 2012-07-11 | 1 | -3/+6 | |
| | | | | okay millert@ | ||||
* | ssl.8: Certifying Authority -> Certificate Authority | 2011-09-29 | 1 | -5/+4 | |
| | | | | | | | isakmpd.8: rsa:1024 -> rsa:2048 (ok markus) all: X509 -> X.509 from Lawrence Teo | ||||
* | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | 2011-04-06 | 2 | -4/+4 | |
| | | | | for chars. | ||||
* | seemingly the "Decentralized Trust Management" paper comes from the | 2010-12-22 | 4 | -12/+12 | |
| | | | | | | | IEEE Symposium on Security and Privacy, not the IEEE Conference on Privacy and Security; from Lawrence Teo | ||||
* | more wacky macro fixing; | 2010-09-19 | 1 | -5/+5 | |
| | |||||
* | libkeynote development has been paused for a while. ok deraadt | 2010-07-01 | 1 | -10/+0 | |
| | |||||
* | dispense with some wacky escape sequences; | 2010-03-26 | 1 | -9/+9 | |
| | |||||
* | clean up the realloc code to make a parfait false positive go away. | 2009-12-11 | 1 | -5/+3 | |
| | | | | | parfait still does not completely understand how realloc() behaves (or %, ?:, >>, or << and its terminal function tracking remains weak) | ||||
* | Update URL of the keynote webpage. While there, update angelos' email | 2007-08-03 | 4 | -16/+16 | |
| | | | | | | | | address. Noticed by qgiovanni@gmail.co, thanks! ok jmc@ (URL snippet), angelos@ | ||||
* | convert to new .Dd format; | 2007-05-31 | 4 | -8/+8 | |
| | |||||
* | remove duplicate option; spotted by Igor Sobrado | 2007-03-03 | 1 | -3/+2 | |
| | |||||
* | strlen fix. | 2006-12-16 | 1 | -2/+2 | |
| | | | | OK jaredy@ and millert@. | ||||
* | new sentence, new line; | 2006-04-09 | 1 | -7/+9 | |
| | |||||
* | macro fix; from moritz grimm | 2006-04-09 | 1 | -2/+2 | |
| | |||||
* | use WANTLINT= (on all architectures) | 2005-11-24 | 1 | -1/+2 | |
| | |||||
* | grammar/mdoc fixes; | 2005-05-05 | 1 | -95/+92 | |
| | |||||
* | remove wrong free() after realloc(). | 2005-01-05 | 1 | -2/+1 | |
| | | | | ok miod millert markus | ||||
* | RFC documents are not free enough | 2004-12-20 | 2 | -2470/+0 | |
| | |||||
* | typos from -f (PR #3907); | 2004-08-25 | 1 | -3/+3 | |
| | |||||
* | Header cleanup. | 2004-06-29 | 15 | -39/+46 | |
| | | | | ok hshoexer@ | ||||
* | kill whitespace at eol; | 2004-06-26 | 1 | -2/+2 | |
| | |||||
* | Remove config.h. Last of the remaining configure artifacts. | 2004-06-25 | 1 | -93/+0 | |
| | | | | ok millert@ deraadt@ hshoexer@ | ||||
* | Make crufty configure stuff go away. Remove all unused code paths. | 2004-06-25 | 17 | -760/+86 | |
| | | | | | | No change in binaries. ok millert@ deraadt@ hshoexer@ | ||||
* | Remove unused gnu style configure stuff. | 2004-06-25 | 4 | -3073/+0 | |
| | | | | ok hshoexer@ deraadt@ | ||||
* | Remove unused getopt implementation. These files are not used. | 2004-06-24 | 2 | -97/+0 | |
| | | | | ok hshoexer@ theo@ | ||||
* | Document kn_get_string() a bit better and describe the return value. | 2004-06-24 | 1 | -1/+6 | |
| | | | | ok ho@ msf@ | ||||
* | make keynote.h C++ safe | 2004-06-24 | 1 | -1/+3 | |
| | | | | ok todd@ | ||||
* | Remove unsupported algortihm types from keynote keygen section of the manpage. | 2004-06-24 | 1 | -3/+1 | |
| | | | | ok hshoexer@ ho@ | ||||
* | typos from Jonathon Gray; | 2003-11-08 | 1 | -2/+2 | |
| | |||||
* | - fix some lists/displays | 2003-07-08 | 4 | -82/+57 | |
| | | | | | | - .Dl for one-line displays - simplify macros - .An/.Aq for AUTHORS | ||||
* | protos | 2003-07-05 | 5 | -6/+16 | |
| | |||||
* | simple protos | 2003-06-26 | 2 | -5/+5 | |
| | |||||
* | section reorder; | 2003-06-02 | 1 | -6/+6 | |
| | |||||
* | - typos; | 2003-05-24 | 1 | -2/+2 | |
| | | | | | - new sentence, new line; - whitespace at EOL | ||||
* | invalid mdoc macros | 2003-04-08 | 1 | -2/+2 | |
| | | | | | caused words to disappear from the output ok jmc@ a while ago | ||||
* | Use snprintf instead of sprintf; deraadt@ OK | 2003-04-02 | 2 | -17/+34 | |
| | |||||
* | typos; | 2003-03-20 | 1 | -4/+4 | |
| | | | | ok millert@ | ||||
* | RSA blinding on private keys. angelos@ ok. | 2003-03-14 | 1 | -1/+9 | |
| | |||||
* | typos; jmc@prioris.mini.pw.edu.pl | 2003-01-19 | 1 | -6/+6 | |
| | |||||
* | typos; jmc@prioris.mini.pw.edu.pl | 2003-01-15 | 1 | -4/+4 | |
| | |||||
* | Make the stupid warnings go away. | 2002-06-17 | 1 | -5/+5 | |
| | |||||
* | use strchr() instead of index() | 2002-06-09 | 2 | -6/+6 | |
| | |||||
* | snprintf and strlcpy cleanup; angelos ok | 2002-05-27 | 6 | -36/+43 | |
| | |||||
* | Fix typo. | 2002-05-03 | 1 | -3/+3 | |
| | |||||
* | o) start new sentence on a new line; | 2002-05-01 | 4 | -36/+55 | |
| | | | | | | | o) always close .Bl tags; o) fix usage of .Xr; millert@ ok | ||||
* | Initial cleanup: | 2002-04-30 | 4 | -27/+27 | |
| | | | | | | | | | | | | 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 | ||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -3/+3 | |
| | |||||
* | Prototype changed. | 2001-09-13 | 1 | -6/+2 | |
| |