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