Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2002-02-16 | Part 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-13 | Prototype changed. | Angelos D. Keromytis | |
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-07-18 | no, size_t can be unsigned long or int | Theo de Raadt | |
2001-07-10 | Style. | Angelos D. Keromytis | |
2001-07-10 | -Wall | Theo de Raadt | |
2001-07-07 | another size_t printf format missmatch | Todd C. Miller | |
2001-07-06 | Fix warning on, use "%lu" to print a size_t since it is a u_long | Todd C. Miller | |
2001-06-07 | Rogue debug printf. | Angelos D. Keromytis | |
2001-03-22 | it is kn_add_action, not keynote_add_action | Todd C. Miller | |
2001-03-22 | typo in ERROR_NOTFOUND error message | Todd C. Miller | |
2001-03-22 | Fix thinko in kn_do_query error checking; angelos OK'd | Todd C. Miller | |
2001-03-08 | exit(-1) -> exit(1) | Angelos D. Keromytis | |
2001-02-13 | Fix authorizer removal problem. | Angelos D. Keromytis | |
2000-10-09 | Sync. | Angelos D. Keromytis | |
2000-10-03 | Sync again. | Angelos D. Keromytis | |
2000-10-03 | Sync. | Angelos D. Keromytis | |
2000-09-27 | Sync again (remove unneeded RAND_set calls). | Angelos D. Keromytis | |
2000-09-26 | Sync. | Angelos D. Keromytis | |
2000-09-17 | Arguments to .Dt macros should be all-caps. | Aaron Campbell | |
2000-08-11 | Fix lexer bug (bad handling of escaped double-quote). | Angelos D. Keromytis | |
2000-06-13 | Fix some compile warnings. | Angelos D. Keromytis | |
2000-06-13 | Cast to avoid warning. | Angelos D. Keromytis | |
2000-05-19 | Fix macro typo. | Angelos D. Keromytis | |
2000-05-18 | Really find the requested assertions, and fix authorizer retrieval. | Angelos D. Keromytis | |
2000-05-18 | Grrr...typo'ed on the typo correction...I'll call it a day (or night). | Angelos D. Keromytis | |
2000-05-18 | Oops, typo. | Angelos D. Keromytis | |
2000-05-18 | Manpage links. | Angelos D. Keromytis | |
2000-05-18 | Plug a minor memory leak associated with kn_get_licensees(), and make | Angelos D. Keromytis | |
the latter work before a query has been issued. |