Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move sessid definition to keynote-verify.c to avoid issues with -fno-common | 2021-01-18 | 2 | -3/+5 | |
| | | | | ok deraadt@ | ||||
* | When system calls indicate an error they return -1, not some arbitrary | 2019-06-28 | 3 | -21/+21 | |
| | | | | | | value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future. | ||||
* | Add %option noinput to suppress an unused function warning. | 2017-08-28 | 2 | -4/+4 | |
| | | | | Noticed by and OK ottot@ | ||||
* | fix cross references to self; found with mandoc -Tlint | 2017-07-05 | 1 | -12/+12 | |
| | |||||
* | repair the tree, make sure y.tab.h is there before compiling yacc files. | 2017-07-02 | 1 | -1/+3 | |
| | | | | problem noticed by deraadt@ | ||||
* | remove lots of bogus escaping, some of which even broke the output; | 2017-06-10 | 1 | -10/+10 | |
| | | | | found with mandoc -Tlint | ||||
* | fix imprecise .Fa markup; found with mandoc -Tlint | 2017-06-10 | 1 | -4/+4 | |
| | |||||
* | Prevent memory leak on sbuf by freeing it unconditionally and ensure | 2017-05-09 | 1 | -6/+6 | |
| | | | | | | finalbuf is also free'd if kn_encode_base64 somehow fails hint from tb@, OK millert@ and tb@ | ||||
* | Remove useless check for ks_env_table being NULL. Since ks_env_table | 2017-04-27 | 1 | -2/+2 | |
| | | | | | is an array embedded in struct keynote_session it can never be NULL. Quiets a clang warning. | ||||
* | for some time now mandoc has not required MLINKS to function | 2016-03-30 | 1 | -14/+1 | |
| | | | | | | | | | | | | correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung | ||||
* | remove two NULL casts | 2015-12-23 | 1 | -5/+3 | |
| | |||||
* | Remove the rest of the scaffolding for nonexistent ElGamal support, | 2015-12-23 | 1 | -17/+1 | |
| | | | | | | which has been disabled for sixteen years. ok millert@, tb@, sthen@ | ||||
* | Remove NULL casts and tweak style in a few places. A more invasive | 2015-12-23 | 1 | -87/+83 | |
| | | | | version of this diff was reviewed by tb@ | ||||
* | remove a few NULL-checks before free() | 2015-12-23 | 1 | -13/+7 | |
| | |||||
* | Clean up a condition. No functional change. ok tb@ | 2015-12-20 | 1 | -4/+2 | |
| | |||||
* | Style cleanup and removal of needless casts. ok tb@ | 2015-12-19 | 1 | -41/+31 | |
| | |||||
* | More style improvement and removal of NULL/allocation casts. | 2015-12-19 | 2 | -47/+26 | |
| | | | | ok tb@ | ||||
* | Remove code for unimplemented ElGamel support that's been disabled for | 2015-12-18 | 1 | -20/+1 | |
| | | | | | | sixteen years. ok millert@, tb@, sthen@ | ||||
* | A few more NULL casts and style tweaks. No functional change. | 2015-12-18 | 1 | -20/+16 | |
| | |||||
* | Cleanup and modernization. No functional change. Discussed with halex@. | 2015-12-18 | 1 | -51/+34 | |
| | |||||
* | Remove more needless casts of NULL and allocations. | 2015-12-14 | 1 | -46/+35 | |
| | |||||
* | Remove casts of allocations and NULL. There are a *ton* of these to | 2015-12-14 | 1 | -23/+19 | |
| | | | | | | | | remove in libkeynote, but I'm doing it in small chunks so I don't slip up. Previously discussed and approved on the lists, although I backed off after making a dumb mistake in a mega-diff. | ||||
* | Remove NULL-checks before free(). | 2015-12-14 | 2 | -14/+8 | |
| | |||||
* | s/begining/beginning/g | 2015-12-14 | 1 | -2/+2 | |
| | |||||
* | No longer direct bug reports to keynote@research.att.com - it bounces mail. | 2015-11-20 | 4 | -24/+8 | |
| | | | | "fair enough" jmc@ | ||||
* | lexer fixes to work with new flex. from Serguey Parkhomovsky | 2015-11-19 | 2 | -4/+2 | |
| | |||||
* | Fix typo in previous commit | 2015-11-19 | 1 | -2/+2 | |
| | |||||
* | Remove a sixteen-year-old testing macro. | 2015-11-19 | 1 | -18/+1 | |
| | | | | "yes." deraadt@ | ||||
* | Remove a ton of ugly, needless casts for NULL, calloc(), and strdup(). | 2015-11-19 | 8 | -195/+195 | |
| | | | | No binary change. | ||||
* | Remove memory.h includes. | 2015-11-18 | 2 | -4/+2 | |
| | | | | ok deraadt@ | ||||
* | update NAME section to include all documented functions, | 2015-11-10 | 1 | -4/+29 | |
| | | | | | | or otherwise change Dt to reflect the name of an existing function; feedback/ok schwarze | ||||
* | fix function argument. | 2015-09-23 | 1 | -3/+3 | |
| | | | | ok jmc@, schwarze@ | ||||
* | Avoid .Ns right after .Pf, it's pointless. | 2015-09-14 | 2 | -7/+7 | |
| | | | | In some cases, do additional cleanup in the immediate vicinity. | ||||
* | use .In rather than .Fd #include | 2015-09-10 | 2 | -10/+10 | |
| | |||||
* | Replace realloc() with reallocarray() in libkeynote. Do not free | 2015-02-04 | 1 | -7/+4 | |
| | | | | | keynote_lex_list after it has been reallocated. Found by Benjamin Baier with llvm/scan-build; OK florian@ | ||||
* | macro cleanup: remove bogus .Nm and split joint .Fn arguments | 2014-12-05 | 2 | -17/+41 | |
| | |||||
* | obvious reallocarray() | 2014-10-08 | 1 | -3/+3 | |
| | |||||
* | diff From: Theo Buehler who notes of kn_encode_base64(): | 2014-09-17 | 1 | -4/+2 | |
| | | | | | | | | "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 | ||||
* | fairly simple unsigned char casts for ctype | 2013-11-29 | 5 | -12/+12 | |
| | | | | ok krw | ||||
* | correct types for arguments to the x509 functions | 2013-11-13 | 1 | -5/+6 | |
| | | | | ok markus | ||||
* | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | 2013-07-16 | 4 | -14/+14 | |
| | |||||
* | more macro simplification; from Jan Stary | 2013-07-16 | 2 | -16/+9 | |
| | |||||
* | remove makefile hacks that are no longer needed with t1 t2: working properly | 2012-12-21 | 1 | -6/+3 | |
| | | | | okay krw@ | ||||
* | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | 2012-09-27 | 4 | -62/+72 | |
| | | | | references into a STANDARDS section; | ||||
* | 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 |