Age | Commit message (Expand) | Author |
2024-10-22 | remove duplicate rcs id | Jonathan Gray |
2024-05-21 | remove prototypes with no matching function | Jonathan Gray |
2024-02-07 | libkeynote: use DSA_generate_parameters_ex() | Theo Buehler |
2023-04-13 | Use ANSI-style functions for Base64 wrappers | Theo Buehler |
2022-12-27 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-11-30 | Passing preallocated keys to d2i_RSAPublicKey() does not work anymore | Alexander Bluhm |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-02-18 | prefer https links in man pages | Jonathan Gray |
2022-02-06 | remove please from manual pages | Jonathan Gray |
2022-01-14 | libkeynote: fix build with opaque RSA and DSA | Theo Buehler |
2022-01-11 | Garbage collect historical setting of dsa->write_params = 1. | Theo Buehler |
2021-11-24 | libkeynote: stop reaching into EVP_PKEY internals. | Theo Buehler |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-06-12 | space between rfc and number; | Jason McIntyre |
2021-01-18 | Move sessid definition to keynote-verify.c to avoid issues with -fno-common | mortimer |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2017-08-28 | Add %option noinput to suppress an unused function warning. | Todd C. Miller |
2017-07-05 | fix cross references to self; found with mandoc -Tlint | Ingo Schwarze |
2017-07-02 | repair the tree, make sure y.tab.h is there before compiling yacc files. | Marc Espie |
2017-06-10 | remove lots of bogus escaping, some of which even broke the output; | Ingo Schwarze |
2017-06-10 | fix imprecise .Fa markup; found with mandoc -Tlint | Ingo Schwarze |
2017-05-09 | Prevent memory leak on sbuf by freeing it unconditionally and ensure | Ricardo Mestre |
2017-04-27 | Remove useless check for ks_env_table being NULL. Since ks_env_table | Todd C. Miller |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2015-12-23 | remove two NULL casts | mmcc |
2015-12-23 | Remove the rest of the scaffolding for nonexistent ElGamal support, | mmcc |
2015-12-23 | Remove NULL casts and tweak style in a few places. A more invasive | mmcc |
2015-12-23 | remove a few NULL-checks before free() | mmcc |
2015-12-20 | Clean up a condition. No functional change. ok tb@ | mmcc |
2015-12-19 | Style cleanup and removal of needless casts. ok tb@ | mmcc |
2015-12-19 | More style improvement and removal of NULL/allocation casts. | mmcc |
2015-12-18 | Remove code for unimplemented ElGamel support that's been disabled for | mmcc |
2015-12-18 | A few more NULL casts and style tweaks. No functional change. | mmcc |
2015-12-18 | Cleanup and modernization. No functional change. Discussed with halex@. | mmcc |
2015-12-14 | Remove more needless casts of NULL and allocations. | mmcc |
2015-12-14 | Remove casts of allocations and NULL. There are a *ton* of these to | mmcc |
2015-12-14 | Remove NULL-checks before free(). | mmcc |
2015-12-14 | s/begining/beginning/g | mmcc |
2015-11-20 | No longer direct bug reports to keynote@research.att.com - it bounces mail. | mmcc |
2015-11-19 | lexer fixes to work with new flex. from Serguey Parkhomovsky | Ted Unangst |
2015-11-19 | Fix typo in previous commit | Philip Guenther |
2015-11-19 | Remove a sixteen-year-old testing macro. | mmcc |
2015-11-19 | Remove a ton of ugly, needless casts for NULL, calloc(), and strdup(). | mmcc |
2015-11-18 | Remove memory.h includes. | mmcc |
2015-11-10 | update NAME section to include all documented functions, | Jason McIntyre |
2015-09-23 | fix function argument. | Igor Sobrado |
2015-09-14 | Avoid .Ns right after .Pf, it's pointless. | Ingo Schwarze |
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 |
2014-12-05 | macro cleanup: remove bogus .Nm and split joint .Fn arguments | Ingo Schwarze |