summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2013-11-04fix rekeying for KEX_C25519_SHA256; noted by dtucker@Markus Friedl
2013-11-03fix a couple of function definitions foo() -> foo(void)Damien Miller
2013-11-02the default kex is now curve25519-sha256@libssh.orgMarkus Friedl
2013-11-02no need to include monitor_wrap.h and ssh-gss.hMarkus Friedl
2013-11-02no need to include ssh-gss.hMarkus Friedl
2013-11-02no need to include monitor_wrap.hMarkus Friedl
2013-11-02add missing $OpenBSD$ tagsMarkus Friedl
2013-11-02use curve25519 for default key exchange (curve25519-sha256@libssh.org);Markus Friedl
2013-11-02support pkcs#11 tokes that only provide x509 zerts instead of raw pubkeys;Markus Friedl
2013-11-01update currency exchange rates;Jason McIntyre
2013-11-01silence warningMarc Espie
2013-11-01not just altq queues, queuesHenning Brauer
2013-10-31sometimes we find .h we no longer needTheo de Raadt
2013-10-30Make yystacksize unsigned to avoid a warning about sign comparisionTodd C. Miller
2013-10-29pty(4), not pty(7);Jason McIntyre
2013-10-29shd_config PermitTTY to disallow TTY allocation, mirroring theDamien Miller
2013-10-29fix potential stack exhaustion caused by nested certificates;Damien Miller
2013-10-28use %d instea of %iTheo de Raadt
2013-10-27rest in peace Lou ReedStuart Henderson
2013-10-27If a constant string needs a name, use a static const array instead of aPhilip Guenther
2013-10-26Only use setsockopt(..SO_RTABLE..) if the -V flag is given to nc/telnet,Stuart Henderson
2013-10-25fix crash when using ProxyCommand caused by previous commit - was callingDamien Miller
2013-10-24Redo 1.34+1.35, but ignore incorrect files in show_file() as done in 1.33.Miod Vallat
2013-10-24back out to 1.33, subtle bug being hunted...Theo de Raadt
2013-10-24These two programs got fooled by the KAME/NRL split and need type repair.Theo de Raadt
2013-10-24fix bug introduced in hostname canonicalisation commit: don't try toDamien Miller
2013-10-24Disallow empty Match statements and add "Match all" which matches everything.Darren Tucker
2013-10-24Periodically print progress and, if possible, expected time to completionDarren Tucker
2013-10-23include local address and port in "Connection from ..." message (onlyDamien Miller
2013-10-23Key to swap to other end of selection (bound to o with vi keys), from JNicholas Marriott
2013-10-23fix commentDarren Tucker
2013-10-23Make code match documentation: relative-specified certificate expiry timeDamien Miller
2013-10-23commentDamien Miller
2013-10-23Hostname may have %h sequences that should be expanded prior to MatchDamien Miller
2013-10-22Parse and ignore .hw (hyphenation points in words); this is safe becauseIngo Schwarze
2013-10-22- add UNIX-domain socket info to struct kinfo_file2Philip Guenther
2013-10-22Fix previous; ENOCOFFEE.Florian Obser
2013-10-22Our man page states that it's not portable to rely on dirname(3) notFlorian Obser
2013-10-21There are three kinds of input lines: text lines, macros takingIngo Schwarze
2013-10-21unbreak make-directory by stripping trailing '/'Florian Obser
2013-10-21Oups, a little bit overzealous. If we "route -T4 exec telnet foo", thenPeter Hessler
2013-10-21Allow a user to switch to rdomain zeroPeter Hessler
2013-10-21Set the requested rdomain on the socket instead of only on the IPv4 part.Peter Hessler
2013-10-21remove a space that snuck into the outputTheo de Raadt
2013-10-20tweak the "exec" description, as worded by djm;Jason McIntyre
2013-10-20Do not run any command line command from the client which starts theNicholas Marriott
2013-10-20add canonicalisation options to -o listsDamien Miller
2013-10-20Don't turn on modifyOtherKeys by default, it is annoying if tmux isNicholas Marriott
2013-10-20the safety of the internet is called into doubtBret Lambert
2013-10-20catch up with elf(5)/stab(5) removal;Jason McIntyre