Age | Commit message (Expand) | Author |
2017-01-24 | BUF_MEM_free(), X509_STORE_free() and X509_VERIFY_PARAM_free() all check | Joel Sing |
2017-01-24 | sk_free() checks for NULL so do not bother doing it from the callers. | Joel Sing |
2017-01-24 | sk_pop_free() checks for NULL so do not bother doing it from the callers. | Joel Sing |
2017-01-24 | Kill some unused variables found by clang. | Rafael Zalamena |
2017-01-24 | Remove some superfluous words and convert Ar VERSION into Va VERSION. | Theo Buehler |
2017-01-24 | Tell traceroute6 to choose source address based on correct routing | Florian Obser |
2017-01-24 | sync | Theo de Raadt |
2017-01-24 | Within libssl a SSL_CTX * is referred to as a ctx - fix this for | Joel Sing |
2017-01-24 | Use the same stack size as on i386 | Jeremie Courreges-Anglas |
2017-01-24 | Make returns consistent and remove parentheses per style(9). | Joel Sing |
2017-01-24 | sort SEE ALSO; | Jason McIntyre |
2017-01-24 | Shorten a long line, and don't leak buffer in paste_add if size is zero. | Nicholas Marriott |
2017-01-24 | nuke extra brackets. discussed with jsing | Theo Buehler |
2017-01-24 | Complete jsing's coccinelle cleanup... by hand | Theo de Raadt |
2017-01-24 | correct usage format; ok beck claudio benno | Theo de Raadt |
2017-01-24 | in resolver(3), document that _EDNS0 and _DNSSEC are no ops; | Jason McIntyre |
2017-01-24 | errx() does not need extra newline | Theo de Raadt |
2017-01-24 | add ocspcheck to see also | Bob Beck |
2017-01-24 | fix mode on open() and ftruncate(), noticed by | Bob Beck |
2017-01-24 | #if 0 the ecformats_list and eccurves_list - these are currently unused but | Joel Sing |
2017-01-24 | Remove unused cert variable. | Joel Sing |
2017-01-24 | hook ocspcheck into the build | Bob Beck |
2017-01-24 | Say no to two line error messages on failure | Bob Beck |
2017-01-24 | Replace comparisons between a constant or enum and an expression, with | Joel Sing |
2017-01-24 | s/returns/exits/ | Bob Beck |
2017-01-24 | logname(1) uses getlogin(2) to determine the user associated with the | Theo Buehler |
2017-01-24 | Break run-on sentence into two. | Bob Beck |
2017-01-24 | sort previous; | Jason McIntyre |
2017-01-24 | For consistentcy, use 'void *' with %p instead of 'char *' | Philip Guenther |
2017-01-24 | string terminator is called a NUL | Theo de Raadt |
2017-01-24 | Actually load the cafile when providede, and error message cleanup | Bob Beck |
2017-01-24 | To format r_addr, use %p and cast to 'void *'. From comparison with | Philip Guenther |
2017-01-24 | move the opening of /dev/pf from the parent process to the pfe process | Sebastian Benoit |
2017-01-24 | sync | Theo de Raadt |
2017-01-24 | use warn, I have errno here. noticed by theo | Bob Beck |
2017-01-24 | Prevent too much reordering in the instruction prologue, in order to fulfill | Miod Vallat |
2017-01-24 | Yes the "if (const == val" idiom provides some safety, but it grates on | Theo de Raadt |
2017-01-24 | Remove the [fs]u{byte,word,swintr} fetch(9) functions that have | Patrick Wildt |
2017-01-24 | PIE-by-default. Probably not suitable for upsttreaming in its current form. | Mark Kettenis |
2017-01-24 | Avoid allocating space for commons with ld -r. Already pushed upstream. | Mark Kettenis |
2017-01-24 | knf | Bob Beck |
2017-01-24 | Handle the OpenBSD-style major/minor shared library version scheme. | Mark Kettenis |
2017-01-24 | ftplist.cgi provides the http server from previous installs as the | Robert Peichaer |
2017-01-24 | A space here, a space there. Soon we're talking real whitespace | Kenneth R Westerback |
2017-01-24 | Don't allow any control and space characters in the answer to the | Robert Peichaer |
2017-01-24 | revert accidental commit of theo diff | Bob Beck |
2017-01-24 | Just don't bother with OpenSSL error strings, they are mostly | Bob Beck |
2017-01-24 | SVM: vmd(8) support for SVM | Mike Larkin |
2017-01-24 | Add a workaround for the fact that 'install -d' without explicit mode | Theo Buehler |
2017-01-24 | Force a context switch for every pool_get(9) with the PR_WAITOK flag | Martin Pieuchot |