summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2010-03-22Support up, down, left, right movement through panes with -UDLR flags toNicholas Marriott
2010-03-22Accept a full key match (not a partial) even if there is data left inNicholas Marriott
2010-03-22New input parser based on http://vt100.net/emu/dec_ansi_parser.Nicholas Marriott
2010-03-22make argument check for '-s' cli option and interactive 's' consistent. ok otto@lum
2010-03-20When the length of a single words exceeds the maximum acceptable lineIngo Schwarze
2010-03-20The newsyslog(8) utility used to keep one archived log file more thanIngo Schwarze
2010-03-19Fix three bugs in man(1):Ingo Schwarze
2010-03-18make the 'e' command work, from Mark LumsdenOtto Moerbeek
2010-03-18While resizing, show correct CPU stats, from Mark LumsdenOtto Moerbeek
2010-03-18zap -g that sneaked in some time agoOtto Moerbeek
2010-03-16crank version to openssh-5.5 since we have a few fixes since 5.4;Damien Miller
2010-03-16spelling in error message. ok djm kettenisKevin Steves
2010-03-15also print certificate type (user or host) for ssh-keygen -LKevin Steves
2010-03-14Fix a use-after-free when cancelling copy mode, or trying to repeat cancel.Nicholas Marriott
2010-03-13fix a formatting error (args need quoted); noted by steveskJason McIntyre
2010-03-13Certificates are named *-cert.pub, not *_cert.pub; committing a diffDamien Miller
2010-03-13protocol conformance fix: send language tag when disconnecting normally;Damien Miller
2010-03-13.Xt -> .XrJason McIntyre
2010-03-12do not prepend AuthorizedKeysFile with getcwd(), unbreaks relative pathsMarkus Friedl
2010-03-12unbreak AuthorizedKeys option with a $HOME-relative path; reported byDamien Miller
2010-03-11Fix intended use of closefrom() so that we do indeed close fd 3 and up byAlexander Hall
2010-03-10correct certificate logging and make it more consistent betweenDamien Miller
2010-03-10typos; from Ross RichardsonJason McIntyre
2010-03-09Don't attempt to dereference gl_pathv if the gl_pathc returned by glob(3) isMark Kettenis
2010-03-08sort the list of constraints (to -O); ok djmJason McIntyre
2010-03-08document permit-agent-forwarding certificate constraint; patch fromDamien Miller
2010-03-07make internal strptime string match strftime format;Damien Miller
2010-03-07openssh-5.4Damien Miller
2010-03-07Hold authentication debug messages until after successful authentication.Darren Tucker
2010-03-06When the last field on an output line is empty, break the lineIngo Schwarze
2010-03-05At the end of lines, split words at existing hyphens:Ingo Schwarze
2010-03-05mention loading of certificate files from [private]-cert.pub whenDamien Miller
2010-03-05document certificate authentication; help/ok djmJason McIntyre
2010-03-05tweak previous;Jason McIntyre
2010-03-05make the warning for a revoked key louder and more noticableDamien Miller
2010-03-04"force-command" is not spelled "forced-command"; spotted byDamien Miller
2010-03-04move section on CA and revoked keys from ssh.1 to sshd.8's known hostsDamien Miller
2010-03-04missing word; spotted by jmc@Damien Miller
2010-03-04fix Bk/Ek;Jason McIntyre
2010-03-04remove -6 from usage();Jason McIntyre
2010-03-04Add a -L flag to print the contents of a certificate; ok markus@Damien Miller
2010-03-046Bone is dead and doesn't respond to whois requests. Remove manKenneth R Westerback
2010-03-04tweak previous;Jason McIntyre
2010-03-04Remove old $Sudo$ tags; the main sudo tree no longer lives in cvs.Todd C. Miller
2010-03-04Add a TrustedUserCAKeys option to sshd_config to specify CA keys thatDamien Miller
2010-03-04`speed' is an argument, not a flag.Igor Sobrado
2010-03-04use buffer_get_string_ptr_ret() where we are checking the returnDamien Miller
2010-03-03s/similar same/similar/; from imorgan AT nas.nasa.govDamien Miller
2010-03-03the authorized_keys option for CA keys is "cert-authority", notDamien Miller
2010-03-03it's true!Jasper Lievisse Adriaanse