Age | Commit message (Expand) | Author |
2005-12-20 | exit(255) on error to match description in ssh(1); bz #1137; ok deraadt@ | Darren Tucker |
2005-12-17 | spelling: intented -> intended | Kevin Steves |
2005-12-17 | spelling: fowarding, fowarded | Kevin Steves |
2005-12-16 | signpost the protocol sections; | Jason McIntyre |
2005-12-16 | make the description of -c a little nicer; | Jason McIntyre |
2005-12-16 | simplify a sentence; | Jason McIntyre |
2005-12-16 | move the option descriptions up the page: start of a restructure; | Jason McIntyre |
2005-12-13 | if forced_tun_device is not set, it is -1 and not SSH_TUNID_ANY | Reyk Floeter |
2005-12-12 | make sure protocol messages for internal channels are ignored. | Markus Friedl |
2005-12-08 | new sentence, new line; | Jason McIntyre |
2005-12-08 | two changes to the new ssh tunnel support. this breaks compatibility | Reyk Floeter |
2005-12-08 | keep options in order; | Jason McIntyre |
2005-12-08 | make `!command' a little clearer; | Jason McIntyre |
2005-12-07 | - avoid line split in SYNOPSIS | Jason McIntyre |
2005-12-07 | typo | Reyk Floeter |
2005-12-07 | reyk forgot to compile with -Werror (missing header) | Damien Miller |
2005-12-06 | Add brief instructions on how to use the new tun(4) forwarding over | Reyk Floeter |
2005-12-06 | Add support for tun(4) forwarding over OpenSSH, based on an idea and | Reyk Floeter |
2005-11-30 | avoid ambiguities in describing TZ; | Jason McIntyre |
2005-11-30 | timezone -> time zone | Jason McIntyre |
2005-11-29 | Populate default key sizes before checking them; from & ok tim@ | Darren Tucker |
2005-11-28 | Update agent socket path templates to reflect reality, correct xref for | Darren Tucker |
2005-11-28 | Enforce DSA key length of exactly 1024 bits to comply with FIPS-186-2, | Darren Tucker |
2005-11-22 | Correct format/arguments to debug call; spotted by shaw at vranix.com ok djm@ | Darren Tucker |
2005-11-21 | Perform Kerberos calls even for invalid users to prevent leaking information | Darren Tucker |
2005-11-15 | Include sys/queue.h explicitly instead of assuming some other header | Todd C. Miller |
2005-11-12 | avoid close(-1), as in rcp; ok cloder | Theo de Raadt |
2005-11-12 | space | Theo de Raadt |
2005-11-05 | Fix leaks in error paths, bz #1109 and #1110 reported by kremenek AT | Damien Miller |
2005-11-04 | remove hardcoded hash lengths in key exchange code, allowing | Damien Miller |
2005-11-03 | Cache reverse lookups with and without DNS separately; ok markus@ | Darren Tucker |
2005-10-31 | grammar; | Jason McIntyre |
2005-10-31 | make sure we clean up wtmp, etc. file when we receive a SIGTERM, | Damien Miller |
2005-10-31 | generate a protocol 2 RSA key by default | Damien Miller |
2005-10-31 | Fix sorting with "ls -1" command. From Robert Tsai, "looks right" deraadt@ | Darren Tucker |
2005-10-30 | no need to escape single quotes in comments, no binary change | Damien Miller |
2005-10-30 | remove trailing whitespace; | Jason McIntyre |
2005-10-30 | Check for connections with IP options earlier and drop silently. ok djm@ | Darren Tucker |
2005-10-30 | fix misleading debug message; ok dtucker@ | Damien Miller |
2005-10-30 | make ssh-keygen discard junk from server before SSH- ident, spotted by | Damien Miller |
2005-10-30 | mention control socket fallback behaviour, reported by tryponraj AT gmail.com | Damien Miller |
2005-10-17 | more cleanups; ok jakob@ | Kevin Steves |
2005-10-17 | remove #ifdef LWRES; ok jakob@ | Kevin Steves |
2005-10-17 | fix memory leaks from 2 sources: | Kevin Steves |
2005-10-15 | make external definition static; ok deraadt@ | Kevin Steves |
2005-10-14 | free()->xfree(); ok djm@ | Kevin Steves |
2005-10-14 | no trailing "\n" for log functions; ok djm@ | Kevin Steves |
2005-10-13 | KNF; ok djm@ | Kevin Steves |
2005-10-13 | unneeded #include, unused declaration, little knf; ok deraadt@ | Kevin Steves |
2005-10-13 | unused declarations; ok deraadt@ | Kevin Steves |