Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-05 | fix cross references to self; found with mandoc -Tlint | Ingo Schwarze | |
2017-06-10 | fix imprecise .Fa markup; found with mandoc -Tlint | Ingo Schwarze | |
2015-11-20 | No longer direct bug reports to keynote@research.att.com - it bounces mail. | mmcc | |
"fair enough" jmc@ | |||
2015-11-10 | update NAME section to include all documented functions, | Jason McIntyre | |
or otherwise change Dt to reflect the name of an existing function; feedback/ok schwarze | |||
2015-09-23 | fix function argument. | Igor Sobrado | |
ok jmc@, schwarze@ | |||
2015-09-10 | use .In rather than .Fd #include | Ingo Schwarze | |
2014-12-05 | macro cleanup: remove bogus .Nm and split joint .Fn arguments | Ingo Schwarze | |
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-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze | |
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 | |
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 | |||
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 | |
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 | |
2004-06-26 | kill whitespace at eol; | Jason McIntyre | |
2004-06-24 | Document kn_get_string() a bit better and describe the return value. | Hans-Joerg Hoexer | |
ok ho@ msf@ | |||
2003-07-08 | - fix some lists/displays | Jason McIntyre | |
- .Dl for one-line displays - simplify macros - .An/.Aq for AUTHORS | |||
2003-05-24 | - typos; | Jason McIntyre | |
- new sentence, new line; - whitespace at EOL | |||
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 | |||
2001-09-03 | with or without fee; received mail permitting this change from angelos | Theo de Raadt | |
2001-09-03 | indent fixes | Theo de Raadt | |
2001-08-16 | o) -mdoc syntax improvements; | Mike Pechkin | |
o) typos; o) "start new line" issues; o) improve enclosure/quoting macros; millert@ help and ok | |||
2001-08-06 | o) 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-03-22 | it is kn_add_action, not keynote_add_action | Todd C. Miller | |
2000-09-17 | Arguments to .Dt macros should be all-caps. | Aaron Campbell | |
2000-05-19 | Fix macro typo. | Angelos D. Keromytis | |
2000-05-18 | Manpage links. | Angelos D. Keromytis | |
2000-05-17 | Add kn_free_key() | Angelos D. Keromytis | |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-03-06 | Various mdoc fixups. | Aaron Campbell | |
1999-12-02 | Minor repairs. | Aaron Campbell | |
1999-11-05 | Add a sample application as a usage guide, minor manpage correction. | Angelos D. Keromytis | |
1999-11-03 | Handle multiple assertions per file in signature verification, better | Angelos D. Keromytis | |
detection of malformed credentials, update manpages, sync with release. | |||
1999-10-11 | Lower-case the name. | Angelos D. Keromytis | |
1999-10-11 | Greatly expand keynote.4 to include query semantics, cross references. | 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 | |
in all files including keynote.h, update manpage. | |||
1999-10-09 | Better handling of errors in kn_query, update manpage accordingly. | Angelos D. Keromytis | |
1999-10-06 | Fix a typo in manpage, as well as bogus error reporting. | Angelos D. Keromytis | |
1999-10-01 | Update for version 2.0 | Angelos D. Keromytis | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-07-07 | when using `-' as a negative sign, escape it with a backslash so troff knows | Aaron Campbell | |
it's not supposed to be a hyphen/dash | |||
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell | |
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one. | |||
1999-07-02 | remove redundant .Pp macros | Aaron Campbell | |
1999-05-27 | Single manpage for command-line tool. | Angelos D. Keromytis | |