Age | Commit message (Expand) | Author |
2015-03-04 | crank; ok markus, deraadt | Damien Miller |
2015-03-03 | In eqn, "prime" is equivalent to \(fm, and - is equivalent to \(mi. | Anthony J. Bentley |
2015-03-03 | add SSH1 Makefile knob to make it easier to build without SSH1 support; | Damien Miller |
2015-03-03 | If an eqn(7) starts on a new input line, be sure to output whitespace | Ingo Schwarze |
2015-03-03 | Allow "ssh -Q protocol-version" to list supported SSH protocol | Damien Miller |
2015-03-02 | If a non-gz manual is read after a gzipped manual, refrain | Ingo Schwarze |
2015-03-02 | use correct formatter (int, because of type promotion after operations) | Brent Cook |
2015-03-01 | Make sure we only call getnameinfo() for AF_INET or AF_INET6 sockets. | Todd C. Miller |
2015-03-01 | update currency exchange rates; | Jason McIntyre |
2015-02-28 | Reduce usage of predefined strings in manpages. | Anthony J. Bentley |
2015-02-27 | Bring example up to date with share/misc/usb_hid_usages. | Anthony J. Bentley |
2015-02-27 | Fix URL-encoding of characters with the high order bit set. | Jeremie Courreges-Anglas |
2015-02-27 | When makewhatis(8) scans a tree, ignore trailing garbage on filenames. | Ingo Schwarze |
2015-02-27 | When man(1) and apropos(1) look for a file man1/foo.1 but it's unavailable, | Ingo Schwarze |
2015-02-26 | don't printf NULL key comments; reported by Tom Christensen | Damien Miller |
2015-02-26 | Wrap a long line. Use explicit_bzero. Fix comment describing extra. | Ted Unangst |
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 |