Age | Commit message (Expand) | Author |
2015-02-17 | Render \(lq and \(rq as '"' in -Tascii mode but leave the rendering | Ingo Schwarze |
2015-02-17 | Cope with another one of the many kinds of DocBook stupidity: | Ingo Schwarze |
2015-02-17 | Let .it accept numerical expressions, not just numerical constants. | Ingo Schwarze |
2015-02-17 | Mark up email addresses semantically with Mt. | Anthony J. Bentley |
2015-02-17 | Convert a strcpy() call to strlcpy(); ok millert@ sthen@ | Miod Vallat |
2015-02-17 | shuffle reallocarray arguments around for better overflow checking | Ted Unangst |
2015-02-17 | undef tryreallocarray like tryrealloc when done. | Ted Unangst |
2015-02-17 | Regression: I broke logging of public key fingerprints in 1.46. | Damien Miller |
2015-02-16 | partial backout of: | Damien Miller |
2015-02-16 | Revise hostkeys@openssh.com hostkey learning extension. | Damien Miller |
2015-02-16 | Refactor hostkeys_foreach() and dependent code | Damien Miller |
2015-02-16 | Include bn.h and err.h from <openssl/...>, not the old <ssl/...> location. | Jeremie Courreges-Anglas |
2015-02-16 | clean up post_dt() validation function; | Ingo Schwarze |
2015-02-16 | Declare ge25519_base as extern, to prevent it from becoming a common. Gets us | Miod Vallat |
2015-02-16 | Delete the -V option. It serves no purpose but keeps confusing people. | Ingo Schwarze |
2015-02-16 | Clamp width and indent settings to sensible values. Ignore errors for now. | Ted Unangst |
2015-02-16 | Check if slot is NULL, and if so, drop the connection. For now slot | Alexandre Ratchov |
2015-02-16 | add missing protos, fix spacing | Alexandre Ratchov |
2015-02-16 | Allow files to be skipped in the poll(2) event loop, in case | Alexandre Ratchov |
2015-02-16 | Use signed integers as offset in the buffer (as aucat does) to | Alexandre Ratchov |
2015-02-15 | Use "In" to mark up include files, instead of wrongly wrapping with Aq. | Anthony J. Bentley |
2015-02-14 | Support for nc -T on IPv6 addresses. | Jeremie Courreges-Anglas |
2015-02-14 | shut up about tabs in SYNOPSIS .Fd lines, there is no good way to avoid them | Ingo Schwarze |
2015-02-13 | make rekey_limit for sshd w/privsep work; ok djm@ dtucker@ | Markus Friedl |
2015-02-13 | implicit declaration of function 'free'; add missing stdlib.h | David Coppa |
2015-02-13 | Call tls_config earlier; otherwise TLS_PROTOCOLS_ALL (to allow TLSv1.0 etc) | Stuart Henderson |
2015-02-12 | Free the buffers used for the sysctl. OK sthen@ | Claudio Jeker |
2015-02-12 | Prevent sshd spamming syslog with "ssh_dispatch_run_fatal: disconnected". | Darren Tucker |
2015-02-12 | be more explicit about how -A and -P work, and fix a booboo in previous; | Jason McIntyre |
2015-02-12 | Initialize buffer pointers passed to get_sysctl to NULL; otherwise they point | Stuart Henderson |
2015-02-12 | Do not confuse .Bl -column lists that just broken another block | Ingo Schwarze |
2015-02-12 | Delete the mdoc_node.pending pointer and the function calculating | Ingo Schwarze |
2015-02-12 | Take a reference to prevent cmdq being freed during the command. Can | Nicholas Marriott |
2015-02-12 | Don't clear ICRNL when editing mode is off, so that character local echo | Philip Guenther |
2015-02-12 | qsort() compare functions MUST use memcmp() instead of bcmp() to have | Philip Guenther |
2015-02-12 | Change TLS_PROTOCOLS_DEFAULT to be TLSv1.2 only. Add a TLS_PROTOCOLS_ALL | Joel Sing |
2015-02-12 | swap limits.h for sys/limits.h | Brent Cook |
2015-02-12 | Switch the printing of open sockets from ugly KVM internals to use | Claudio Jeker |
2015-02-11 | do not access a NULL pointer if an .Eo block lacks a tail; | Ingo Schwarze |
2015-02-11 | explicit blocks close out .Nd; fixing data structure corruption | Ingo Schwarze |
2015-02-11 | Enable building with -DOPENSSL_NO_DEPRECATED. | Doug Hogan |
2015-02-11 | Some packet error messages show the address of the peer, but might be | Damien Miller |
2015-02-10 | Be more careful to not generate empty .In, .St, and .Xr nodes. | Ingo Schwarze |
2015-02-10 | Introduce an openssl(1) certhash command. | Joel Sing |
2015-02-10 | Sanity check TZ environment variable; backport from sudo 1.8.12 | Todd C. Miller |
2015-02-10 | Do not read past the end of the buffer if an "f" layout font modifier | Ingo Schwarze |
2015-02-10 | trim trailing white space, no code change; | Ingo Schwarze |
2015-02-10 | Explain all WARNING, ERROR, and UNSUPP messages in the DIAGNOSTICS section. | Ingo Schwarze |
2015-02-09 | If the kmem options are in use, drop the gid earlier. | Theo de Raadt |
2015-02-09 | fix some leaks in error paths | Jonathan Gray |