Age | Commit message (Expand) | Author |
2015-02-25 | zero cmsgbuf before use; we initialise the bits we use but | Damien Miller |
2015-02-25 | No need to use O_DIRECTORY when opening ".", O_RDONLY will suffice. | Todd C. Miller |
2015-02-25 | fix small memory leak when UpdateHostkeys=no | Damien Miller |
2015-02-25 | don't leak validity of user in "too many authentication failures" | Damien Miller |
2015-02-25 | Avoid NULL pointer deref in hashinfo_free() when calling from error paths. | Doug Hogan |
2015-02-24 | increase prefbuf size so that 'encrypt -b 000000000000000000000012' works. | Ted Unangst |
2015-02-24 | add -v (show ASCII art) to -l's synopsis; ok djm@ | Christian Weisgerber |
2015-02-23 | further silence spurious error message even when -v is specified | Damien Miller |
2015-02-23 | add an XXX to remind me to improve sshkey_load_public | Damien Miller |
2015-02-23 | silence a spurious error message when listing fingerprints for | Damien Miller |
2015-02-23 | fix setting/clearing of TTY raw mode around UpdateHostKeys=ask | Damien Miller |
2015-02-23 | oops, in NAME, don't nag about the comma after .Nm | Ingo Schwarze |
2015-02-23 | improve NAME section diagnostics; | Ingo Schwarze |
2015-02-22 | While slick, this isn't accessing multiple directories concurrently, so | Philip Guenther |
2015-02-22 | Rename tls_config_insecure_noverifyhost() to | Joel Sing |
2015-02-22 | Set the TLS ciphers to "compat" mode, restoring the previous behaviour. | Joel Sing |
2015-02-21 | make "ssh-add -d" properly remove a corresponding certificate, and also | Alexander Hall |
2015-02-21 | Escape quotes when expanding macro arguments. | Ingo Schwarze |
2015-02-20 | For selecting a two-digit font size, support the historic syntax \s12 | Ingo Schwarze |
2015-02-20 | sort options useable under Match case-insensitively; | Damien Miller |
2015-02-20 | more options that are available under Match; | Damien Miller |
2015-02-20 | Completely delete all carriage return characters from the input. | Ingo Schwarze |
2015-02-20 | UpdateHostKeys fixes: | Damien Miller |
2015-02-18 | When given an invalid style, don't set the option to the default. Fix | Nicholas Marriott |
2015-02-18 | fix coverity 105350 and 10345 | Bob Beck |
2015-02-17 | add -M to disable progressmeter. ok dlg halex millert | Ted Unangst |
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 |