Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-15 | if no key file are given when printing the DNS host record, use the | Jakob Schlyter | |
host key file(s) as default. ok djm@ | |||
2006-03-14 | *AliveCountMax applies to protcol v2 only; ok dtucker, djm | Markus Friedl | |
2006-03-14 | log the originating address and not just the name when a reverse | Damien Miller | |
mapping check fails, requested by linux AT linuon.com | |||
2006-03-13 | Make ssh-add check file permissions before attempting to load private | Darren Tucker | |
key files multiple times; it will fail anyway and this prevents confusing multiple prompts and warnings. mindrot #1138, ok djm@ | |||
2006-03-13 | Allow config directives to contain whitespace by surrounding them by double | Darren Tucker | |
quotes. mindrot #482, man page help from jmc@, ok djm@ | |||
2006-03-13 | Make ssh-keygen handle CR and CRLF line termination when converting IETF | Darren Tucker | |
format keys, in adition to vanilla LF. mindrot #1157, tested by Chris Pepper, ok djm@ | |||
2006-03-13 | Set TCP_NODELAY for all connections not just "interactive" ones. Fixes | Darren Tucker | |
poor performance and protocol stalls under some network conditions (mindrot bugs #556 and #981). Patch originally from markus@, ok djm@ | |||
2006-03-13 | don't log that we are listening on a socket before the listen() call | Damien Miller | |
actually succeeds, bz #1162 reported by Senthil Kumar; ok dtucker@ | |||
2006-03-12 | knf nit | Damien Miller | |
2006-03-07 | Implement the diffie-hellman-group-exchange-sha256 key exchange method | Damien Miller | |
using the SHA256 code in libc (and wrapper to make it into an OpenSSL EVP), interop tested against CVS PuTTY | |||
2006-03-04 | move a debug() outside of a signal handler; ok markus@ a little while back | Damien Miller | |
2006-02-28 | fix logout recording when privilege separation is disabled, analysis and | Damien Miller | |
patch from vinschen at redhat.com; tested by dtucker@ ok deraadt@ | |||
2006-02-26 | comma; | Jason McIntyre | |
2006-02-26 | subsection is pointless here; | Jason McIntyre | |
2006-02-26 | move PATTERNS to the end of the main body; requested by dtucker | Jason McIntyre | |
2006-02-25 | document the order in which allow/deny directives are processed; | Jason McIntyre | |
help/ok dtucker | |||
2006-02-25 | document the possible values for KbdInteractiveDevices; | Jason McIntyre | |
help/ok dtucker | |||
2006-02-24 | oops - bits i missed; | Jason McIntyre | |
2006-02-24 | some grammar/wording fixes; | Jason McIntyre | |
2006-02-24 | some grammar/wording fixes; | Jason McIntyre | |
2006-02-24 | more consistency fixes; | Jason McIntyre | |
2006-02-24 | some consistency fixes; | Jason McIntyre | |
2006-02-24 | signpost to PATTERNS section; | Jason McIntyre | |
2006-02-24 | tidy up the refs to PATTERNS; | Jason McIntyre | |
2006-02-24 | signpost to PATTERNS; | Jason McIntyre | |
2006-02-24 | add section on patterns; | Jason McIntyre | |
from dtucker + myself | |||
2006-02-22 | move #include <ctype.h> out of includes.h; ok djm@ | Kevin Steves | |
2006-02-20 | move #include <sys/stat.h> out of includes.h; ok markus@ | Kevin Steves | |
2006-02-20 | move #include <signal.h> out of includes.h; ok markus@ | Kevin Steves | |
2006-02-20 | move #include <sys/un.h> out of includes.h; ok djm@ | Kevin Steves | |
2006-02-19 | add some vertical space; | Jason McIntyre | |
2006-02-19 | grammar; | Jason McIntyre | |
2006-02-19 | sync the (s)hosts.equiv FILES entries w/ those from ssh.1; | Jason McIntyre | |
2006-02-19 | move the sshrc stuff out of FILES, and into its own section: | Jason McIntyre | |
FILES is not a good place to document how stuff works; | |||
2006-02-16 | sync some of the FILES entries w/ ssh.1; | Jason McIntyre | |
2006-02-15 | remove ietf draft references; RFC list now maintained in ssh.1; | Jason McIntyre | |
2006-02-15 | remove the IETF draft references and replace them with some updated RFCs; | Jason McIntyre | |
list from markus; | |||
2006-02-15 | typo in comment; ok djm@ | David Krause | |
2006-02-13 | sort FILES and use a -compact list; | Jason McIntyre | |
2006-02-13 | - avoid nasty line split | Jason McIntyre | |
- `*' does not need to be escaped | |||
2006-02-13 | turn this into an example ssh_known_hosts file; ok djm | Jason McIntyre | |
2006-02-13 | small tweaks for the ssh_known_hosts section; | Jason McIntyre | |
2006-02-13 | no need to subsection the authorized_keys examples - instead, convert | Jason McIntyre | |
this to look like an actual file. also use proto 2 keys, and use IETF example addresses; much help from djm; ok markus djm; | |||
2006-02-12 | sort the list of options permissable w/ authorized_keys; | Jason McIntyre | |
ok djm dtucker | |||
2006-02-12 | rework the description of authorized_keys a little; | Jason McIntyre | |
2006-02-12 | slight rewording; ok djm | Jason McIntyre | |
2006-02-12 | raise error when the user specifies a RekeyLimit that is smaller than 16 | Damien Miller | |
(the smallest of our cipher's blocksize) or big enough to cause integer wraparound; ok & feedback dtucker@ | |||
2006-02-12 | add a %l expansion code to the ControlPath, which is filled in with the | Damien Miller | |
local hostname at runtime. Requested by henning@ to avoid some problems with /home on NFS; ok dtucker@ | |||
2006-02-11 | type correctness; from Ray Lai in PR 5011; ok millert@ | Otto Moerbeek | |
2006-02-10 | move #include <sys/wait.h> out of includes.h; ok markus@ | Kevin Steves | |