| Commit message (Expand) | Author | Age | Files | Lines |
* | Move sessid definition to keynote-verify.c to avoid issues with -fno-common |  mortimer | 2021-01-18 | 2 | -3/+5 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 3 | -21/+21 |
* | Add %option noinput to suppress an unused function warning. |  millert | 2017-08-28 | 2 | -4/+4 |
* | fix cross references to self; found with mandoc -Tlint |  schwarze | 2017-07-05 | 1 | -12/+12 |
* | repair the tree, make sure y.tab.h is there before compiling yacc files. |  espie | 2017-07-02 | 1 | -1/+3 |
* | remove lots of bogus escaping, some of which even broke the output; |  schwarze | 2017-06-10 | 1 | -10/+10 |
* | fix imprecise .Fa markup; found with mandoc -Tlint |  schwarze | 2017-06-10 | 1 | -4/+4 |
* | Prevent memory leak on sbuf by freeing it unconditionally and ensure |  mestre | 2017-05-09 | 1 | -6/+6 |
* | Remove useless check for ks_env_table being NULL. Since ks_env_table |  millert | 2017-04-27 | 1 | -2/+2 |
* | for some time now mandoc has not required MLINKS to function |  jmc | 2016-03-30 | 1 | -14/+1 |
* | remove two NULL casts |  mmcc | 2015-12-23 | 1 | -5/+3 |
* | Remove the rest of the scaffolding for nonexistent ElGamal support, |  mmcc | 2015-12-23 | 1 | -17/+1 |
* | Remove NULL casts and tweak style in a few places. A more invasive |  mmcc | 2015-12-23 | 1 | -87/+83 |
* | remove a few NULL-checks before free() |  mmcc | 2015-12-23 | 1 | -13/+7 |
* | Clean up a condition. No functional change. ok tb@ |  mmcc | 2015-12-20 | 1 | -4/+2 |
* | Style cleanup and removal of needless casts. ok tb@ |  mmcc | 2015-12-19 | 1 | -41/+31 |
* | More style improvement and removal of NULL/allocation casts. |  mmcc | 2015-12-19 | 2 | -47/+26 |
* | Remove code for unimplemented ElGamel support that's been disabled for |  mmcc | 2015-12-18 | 1 | -20/+1 |
* | A few more NULL casts and style tweaks. No functional change. |  mmcc | 2015-12-18 | 1 | -20/+16 |
* | Cleanup and modernization. No functional change. Discussed with halex@. |  mmcc | 2015-12-18 | 1 | -51/+34 |
* | Remove more needless casts of NULL and allocations. |  mmcc | 2015-12-14 | 1 | -46/+35 |
* | Remove casts of allocations and NULL. There are a *ton* of these to |  mmcc | 2015-12-14 | 1 | -23/+19 |
* | Remove NULL-checks before free(). |  mmcc | 2015-12-14 | 2 | -14/+8 |
* | s/begining/beginning/g |  mmcc | 2015-12-14 | 1 | -2/+2 |
* | No longer direct bug reports to keynote@research.att.com - it bounces mail. |  mmcc | 2015-11-20 | 4 | -24/+8 |
* | lexer fixes to work with new flex. from Serguey Parkhomovsky |  tedu | 2015-11-19 | 2 | -4/+2 |
* | Fix typo in previous commit |  guenther | 2015-11-19 | 1 | -2/+2 |
* | Remove a sixteen-year-old testing macro. |  mmcc | 2015-11-19 | 1 | -18/+1 |
* | Remove a ton of ugly, needless casts for NULL, calloc(), and strdup(). |  mmcc | 2015-11-19 | 8 | -195/+195 |
* | Remove memory.h includes. |  mmcc | 2015-11-18 | 2 | -4/+2 |
* | update NAME section to include all documented functions, |  jmc | 2015-11-10 | 1 | -4/+29 |
* | fix function argument. |  sobrado | 2015-09-23 | 1 | -3/+3 |
* | Avoid .Ns right after .Pf, it's pointless. |  schwarze | 2015-09-14 | 2 | -7/+7 |
* | use .In rather than .Fd #include |  schwarze | 2015-09-10 | 2 | -10/+10 |
* | Replace realloc() with reallocarray() in libkeynote. Do not free |  bluhm | 2015-02-04 | 1 | -7/+4 |
* | macro cleanup: remove bogus .Nm and split joint .Fn arguments |  schwarze | 2014-12-05 | 2 | -17/+41 |
* | obvious reallocarray() |  deraadt | 2014-10-08 | 1 | -3/+3 |
* | diff From: Theo Buehler who notes of kn_encode_base64(): |  jmc | 2014-09-17 | 1 | -4/+2 |
* | fairly simple unsigned char casts for ctype |  deraadt | 2013-11-29 | 5 | -12/+12 |
* | correct types for arguments to the x509 functions |  deraadt | 2013-11-13 | 1 | -5/+6 |
* | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ |  schwarze | 2013-07-16 | 4 | -14/+14 |
* | more macro simplification; from Jan Stary |  jmc | 2013-07-16 | 2 | -16/+9 |
* | remove makefile hacks that are no longer needed with t1 t2: working properly |  espie | 2012-12-21 | 1 | -6/+3 |
* | last stage of rfc changes, using consistent Rs/Re blocks, and moving the |  jmc | 2012-09-27 | 4 | -62/+72 |
* | use Lk for links; |  jmc | 2012-08-15 | 4 | -12/+12 |
* | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. |  okan | 2012-08-02 | 1 | -2/+1 |
* | make -j# fix, I had this forever actually. |  espie | 2012-07-11 | 1 | -3/+6 |
* | ssl.8: Certifying Authority -> Certificate Authority |  jmc | 2011-09-29 | 1 | -5/+4 |
* | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' |  miod | 2011-04-06 | 2 | -4/+4 |
* | seemingly the "Decentralized Trust Management" paper comes from the |  jmc | 2010-12-22 | 4 | -12/+12 |