summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2003-05-16add AddressFamily option to ssh_config (like -4, -6 on commandline).Damien Miller
2003-05-15add a ConnectTimeout option to ssh, based on patch fromDamien Miller
2003-05-15fix 64bit issue; report itojun@Markus Friedl
2003-05-15warn for unsupported config option. ok markus@Jakob Schlyter
2003-05-15Make "ssh -V" print the OpenSSL version in a human readable form. PatchDamien Miller
2003-05-15unbreak tree; ok margarida@Todd T. Fries
2003-05-15make usage printing match what's in the manpage, which is better; ok jfb@Jason Peel
2003-05-15disable kerberos when not supported. ok markus@Jakob Schlyter
2003-05-15~B is ssh2 onlyMarkus Friedl
2003-05-15anotherHenning Brauer
2003-05-15Teach ls how to display multiple column display and allow users to returnmouring
2003-05-15Make put/get (globed and nonglobed) code more consistant. OK djm@mouring
2003-05-15Fix some typos, clarify a few bits, and fix a display issue with `:'.Todd C. Miller
2003-05-15From Brian PooleTodd C. Miller
2003-05-15avoid warning; ok jakob@Damien Miller
2003-05-15split out custom EVP ciphersMarkus Friedl
2003-05-15Use vis() on any remotely created input before displaying it on a screen.Paul Janzen
2003-05-15add missing freerrsetJakob Schlyter
2003-05-15always parse kerberos options. ok djm@ markus@Jakob Schlyter
2003-05-15Add a -q flag to suppress all output when setting a variable, andJean-Francois Brousseau
2003-05-15cleanup unregister of per-method packet handlers; ok djm@Markus Friedl
2003-05-15Get rid of read_from_pid() and write_to_pid(), they wereJean-Francois Brousseau
2003-05-14use __KAME__ to determine kame-based kernel.Jun-ichiro itojun Hagino
2003-05-14sshfp contains fingerprints, not keysJakob Schlyter
2003-05-14rename enumJakob Schlyter
2003-05-14update license, remove 3rd clause. ok author (me)Jakob Schlyter
2003-05-14allow to send a BREAK to the remote system; ok variousMarkus Friedl
2003-05-14add experimental support for verifying hos keys using DNS as describedJakob Schlyter
2003-05-14setup -> set up;Jason McIntyre
2003-05-14http://bugzilla.mindrot.org/show_bug.cgi?id=560Markus Friedl
2003-05-14- better formatting in SYNOPSISJason McIntyre
2003-05-14Remove krb4 support.Magnus Holmberg
2003-05-14Remove krb4 support.Magnus Holmberg
2003-05-14Removed krb4 support.Magnus Holmberg
2003-05-14Better wording, partly related to recent vis(3) change.Paul Janzen
2003-05-14implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@Markus Friedl
2003-05-14Get rid of libtelnet, it is compiled into the tree programsHans Insulander
2003-05-14 o Sync w/ freerdist 0.92 minus the compress optionTodd C. Miller
2003-05-14emphasise the batchmode functionality and make reference to pubkey auth,Damien Miller
2003-05-14ranges for per auth method messagesMarkus Friedl
2003-05-13Use dp->d_namlen instead of strlen(dp->d_name) and check forTodd C. Miller
2003-05-13repair damage after layer fs changesTed Unangst
2003-05-12merge in NetBSD diffs:Paul Janzen
2003-05-12typo: DSA keys are of type ssh-dss; Brian PooleMarkus Friedl
2003-05-12for pubkey authentication try the user keys in the following order:Markus Friedl
2003-05-12Recognize Ogg Vorbis audio files, thanks tedu@Ian Darwin
2003-05-12Move asn1_compile to usr.bin/asn1_compile.Hans Insulander
2003-05-11-I$(.CURDIR) to make it work with obj linksHans Insulander
2003-05-11asn1_compile, made independant from libroken and the rest of theHans Insulander
2003-05-11make channel_new() strdup the 'remote_name' (not the caller); ok theoMarkus Friedl