Age | Commit message (Expand) | Author |
2015-04-02 | Handle the case where multiple calls to SSL_shutdown() are required to | Joel Sing |
2015-04-02 | Correct man page title. | Joel Sing |
2015-04-02 | Document the fact that the tls_accept_*() functions can return | Joel Sing |
2015-03-31 | Bump libtls minor due to API addition. | Joel Sing |
2015-03-31 | Provide a tls_accept_fds() function, which allows a TLS connection to be | Joel Sing |
2015-03-31 | Nuke the OPENSSL_MAX_TLS1_2_CIPHER_LENGTH hack - this has to be enabled at | Joel Sing |
2015-03-31 | Stop encoding the syscall number in the swi instruction - this has been | Joel Sing |
2015-03-31 | Store errors that occur during a tls_accept_socket() call on the context | Joel Sing |
2015-03-31 | Simplify fork/vfork logic: the kernel has handled returning zero in the child | Philip Guenther |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2015-03-30 | add initial AIX getentropy/arc4random files. Thanks to Michael Felt. | Brent Cook |
2015-03-30 | Do not include <machine/autoconf.h>, for it is a kernel-only header and libkvm | Miod Vallat |
2015-03-28 | Replace the hand-crafted list of datagram unix domain sockets with | Alexander Bluhm |
2015-03-27 | Factor out the init_buf initialisation code, rather than duplicating it | Joel Sing |
2015-03-27 | BUF_MEM_free() has its own explicit NULL check. | Joel Sing |
2015-03-26 | Use -> instead of a right arrow when referring to C's -> operator. | Anthony J. Bentley |
2015-03-23 | Make rcmdsh(3) not fail if it is passed a non resolvable hostname. | Alexander Hall |
2015-03-23 | fix memory leaks in tempnam(3) error paths | Jonathan Gray |
2015-03-22 | differentiate between a failed read, returning -1, and encountering | Alexander Hall |
2015-03-22 | Resolve a mandoc -Tlint warning about trailing whitespace. | Stefan Sperling |
2015-03-22 | More wide character string function man page improvements based on feedback | Stefan Sperling |
2015-03-22 | sys/sysctl.h includes linux/sysctl.h, remove the extra unchecked include | Brent Cook |
2015-03-22 | unmute rcmd hostname lookup failure | Alexander Hall |
2015-03-21 | according to javad kouhi, freebsd pr #198612, vfork appeared first in bsd 3.0; | Jason McIntyre |
2015-03-21 | free the server certificate in tls_connect_fds(); fixes a memory leak with | Stuart Henderson |
2015-03-21 | Fix indentation that incorrectly implies a different control flow. | Doug Hogan |
2015-03-20 | Fix a memory leak in an error path. | Doug Hogan |
2015-03-19 | zap #if 0'd code that's been dead since '96 | Alexander Hall |
2015-03-19 | Provide #defines for the mutex types as required by POSIX. Pointed out by | Mark Kettenis |
2015-03-19 | Fix several crash causing defects from OpenSSL. | Ted Unangst |
2015-03-19 | better wording, from andre smagin; ok stsp | Jason McIntyre |
2015-03-18 | Rework the virtual memory layout on SRMMU systems (sun4d/sun4m) to use a much | Miod Vallat |
2015-03-18 | use 4x buffer size for opendir. speeds up large directory reading, and | Ted Unangst |
2015-03-18 | In the neverending saga of enabling and disabling assembler code for sha | Miod Vallat |
2015-03-16 | Fix typoe | James Turner |
2015-03-16 | Bump major to 29, regen .pc and header with new version info | James Turner |
2015-03-16 | Merge conflicts | James Turner |
2015-03-16 | Update sqlite3 to 3.8.7.4. Changes available here: http://sqlite.org/changes.... | James Turner |
2015-03-15 | Avoid a NULL pointer deref when X509_get_pubkey() returns NULL. | Doug Hogan |
2015-03-15 | tzfile.h is an internal header that should never have been installed. | Todd C. Miller |
2015-03-14 | TZ_MAX_CHARS in the old tzfile.h bears no resemblence to the actual | Todd C. Miller |
2015-03-14 | Do not reference tzfile.h since that is an internal header. | Todd C. Miller |
2015-03-14 | remove incorrect statement. the standard *does* require calloc to check | Ted Unangst |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-03-13 | delete useless comment about Open Group | Theo de Raadt |
2015-03-12 | _PERFPOLICY can also be set to "high"; it's "auto" not "automatic"; and the v... | Jason McIntyre |
2015-03-12 | Fix typo: nemb -> nmemb | Lawrence Teo |
2015-03-11 | document HW_PERFPOLICY; ok tedu | Jason McIntyre |
2015-03-11 | delay EVP_MD_CTX_init so we don't forget to clean it up. | Ted Unangst |
2015-03-08 | Reject DH keys sent by a server if they are considered too small; inspired | Miod Vallat |