summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2005-05-27fix -O for cases where no ControlPath has been specified or socket atDamien Miller
2005-05-26uint32_t -> u_int32_t for consistency; ok djm@Darren Tucker
2005-05-26If copying multiple files to a target file (which normally fails, as itAnil Madhavapeddy
2005-05-24Switch atomicio to use a simpler interface; it now returns a size_tAnil Madhavapeddy
2005-05-24some style nits from dmiller@, and use a fatal() instead of a printf()/exitAnil Madhavapeddy
2005-05-23add support for draft-harris-ssh-arcfour-fixes-02 improved arcfour modes;Damien Miller
2005-05-23- removes signed/unsigned comparisons in moduli generationAnil Madhavapeddy
2005-05-20split protocol 1 auth methods into separate functions, makes authloopDamien Miller
2005-05-20oops - article and spacing;Jason McIntyre
2005-05-20give a ProxyCommand example using nc(1), with and ok jmc@Damien Miller
2005-05-19fix cast, from grunk AT pestilenz.orgDamien Miller
2005-05-19whitespace nit, from grunk AT pestilenz.orgDamien Miller
2005-05-19sort config options, from grunk AT pestilenz.org; ok jmc@Damien Miller
2005-05-16check return value from strdelim() for NULL (AddressFamily); mpechMarkus Friedl
2005-05-10report real errors on fallback from ControlMaster=no to normal connectDamien Miller
2005-05-10print nice error message for EADDRINUSE as wellDamien Miller
2005-05-02missing {}Markus Friedl
2005-04-28add snprintf checks. ok djm@ markus@Moritz Jodeit
2005-04-26fallback gracefully if client cannot connect to ControlPath. ok djm@Jakob Schlyter
2005-04-26spelling correction in comment from wiz@netbsd;Jason McIntyre
2005-04-23Add debug message if read_passphrase can't open /dev/tty; bz #471; ok djm@Darren Tucker
2005-04-21don't allocate a pty when -n flag (/dev/null stdin) is set, patch fromDamien Miller
2005-04-21OpenSSH doesn't ever look at the $HOME environment variable, so don't sayDamien Miller
2005-04-20do not try to look up SSHFP for numerical hostname. ok djm@Jakob Schlyter
2005-04-14arg to -b is an address, not if_name;Jason McIntyre
2005-04-09replace tilde_expand_filename with a simpler implementation, ahead of moreDamien Miller
2005-04-06Fix debug call for port forwards; patch from pete at seebeyond.com, ok djm@Darren Tucker
2005-04-06avoid harmless logspam by not performing setsockopt() on non-socket; ok markus@Damien Miller
2005-04-05sync and sort usage(). ok jmc@ markus@Otto Moerbeek
2005-04-02since ssh has xstrdup, use it instead of strdup+test. unbreaks -Werror buildDamien Miller
2005-03-31copy argv[] element instead of smashing the one that ps will see; ok ottoTheo de Raadt
2005-03-18typo;Jason McIntyre
2005-03-164.1Markus Friedl
2005-03-16get the syntax right for {Local,Remote}Forward;Jason McIntyre
2005-03-14limit input buffer size for channels; bugzilla #896; with and ok dtucker@Markus Friedl
2005-03-14Populate host for log message for logins denied by AllowUsers and DenyUsers.Darren Tucker
2005-03-14Correct description of -H (bz #997); ok markus@, punctuation jmc@Darren Tucker
2005-03-12escape `.' at eol to avoid double spacing issues;Jason McIntyre
2005-03-11typo, missing \n; mpechMarkus Friedl
2005-03-10spacingTheo de Raadt
2005-03-10spacingTheo de Raadt
2005-03-10Check listen addresses for null, prevents xfree from dying duringDarren Tucker
2005-03-08OpenSSH 4.0Damien Miller
2005-03-07more macro simplification;Jason McIntyre
2005-03-04fix SendEnv config parsing bug found by Roumen Petrov; ok dtucker@Damien Miller
2005-03-02missing word;Jason McIntyre
2005-03-02bz#987: mention ForwardX11Trusted in ssh.1,Damien Miller
2005-03-02ignore hostnames with metachars when hashing; ok deraadt@Damien Miller
2005-03-02fix addition of new hashed hostnames when CheckHostIP=yes;Damien Miller
2005-03-01sort options (no attempt made at synopsis clean up though);Jason McIntyre