summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* shd_config PermitTTY to disallow TTY allocation, mirroring thedjm2013-10-295-8/+28
* fix potential stack exhaustion caused by nested certificates;djm2013-10-292-17/+31
* use %d instea of %ideraadt2013-10-281-2/+2
* rest in peace Lou Reedsthen2013-10-271-1/+3
* If a constant string needs a name, use a static const array instead of aguenther2013-10-278-27/+26
* Only use setsockopt(..SO_RTABLE..) if the -V flag is given to nc/telnet,sthen2013-10-264-16/+15
* fix crash when using ProxyCommand caused by previous commit - was callingdjm2013-10-251-2/+4
* Redo 1.34+1.35, but ignore incorrect files in show_file() as done in 1.33.miod2013-10-241-209/+23
* back out to 1.33, subtle bug being hunted...deraadt2013-10-241-22/+212
* These two programs got fooled by the KAME/NRL split and need type repair.deraadt2013-10-241-2/+2
* fix bug introduced in hostname canonicalisation commit: don't try todjm2013-10-241-3/+5
* Disallow empty Match statements and add "Match all" which matches everything.dtucker2013-10-244-10/+48
* Periodically print progress and, if possible, expected time to completiondtucker2013-10-241-14/+92
* include local address and port in "Connection from ..." message (onlydjm2013-10-231-2/+4
* Key to swap to other end of selection (bound to o with vi keys), from Jnicm2013-10-234-5/+46
* fix commentdtucker2013-10-231-2/+2
* Make code match documentation: relative-specified certificate expiry timedjm2013-10-231-2/+2
* commentdjm2013-10-232-2/+4
* Hostname may have %h sequences that should be expanded prior to Matchdjm2013-10-231-6/+14
* Parse and ignore .hw (hyphenation points in words); this is safe becauseschwarze2013-10-221-1/+3
* - add UNIX-domain socket info to struct kinfo_file2guenther2013-10-226-94/+77
* Fix previous; ENOCOFFEE.florian2013-10-221-4/+3
* Our man page states that it's not portable to rely on dirname(3) notflorian2013-10-221-10/+10
* There are three kinds of input lines: text lines, macros takingschwarze2013-10-214-107/+175
* unbreak make-directory by stripping trailing '/'florian2013-10-211-2/+5
* Oups, a little bit overzealous. If we "route -T4 exec telnet foo", thenphessler2013-10-212-2/+4
* Allow a user to switch to rdomain zerophessler2013-10-211-6/+4
* Set the requested rdomain on the socket instead of only on the IPv4 part.phessler2013-10-211-11/+7
* remove a space that snuck into the outputderaadt2013-10-211-2/+2
* tweak the "exec" description, as worded by djm;jmc2013-10-201-3/+3
* Do not run any command line command from the client which starts thenicm2013-10-204-7/+29
* add canonicalisation options to -o listsdjm2013-10-202-4/+14
* Don't turn on modifyOtherKeys by default, it is annoying if tmux isnicm2013-10-201-3/+2
* the safety of the internet is called into doubtblambert2013-10-201-2/+3
* catch up with elf(5)/stab(5) removal;jmc2013-10-203-13/+8
* rename "command" subclause of the recently-added "Match" keyword todjm2013-10-202-9/+9
* document % expansions performed by "Match command ..."djm2013-10-201-3/+21
* fix a few obvious .Ar markup errors (unfortunately, there are many more)schwarze2013-10-191-6/+6
* a.out went awayderaadt2013-10-191-3/+2
* Remove a.out/stab knowledge from nm.deraadt2013-10-191-212/+22
* include remote port in bad banner message; bz#2162djm2013-10-171-3/+4
* Implement the .UR/.UE block (uniform resource identifier) introduced in theschwarze2013-10-176-9/+90
* pretty upderaadt2013-10-171-5/+3
* tweak previous;jmc2013-10-172-4/+4
* rearrange check to reduce diff against -portabledjm2013-10-171-2/+4
* fsync@openssh.com protocol extension for sftp-serverdjm2013-10-176-53/+176
* one I missed in previous: s/isation/ization/djm2013-10-162-13/+13
* s/canonicalise/canonicalize/ for consistency with existing spelling,djm2013-10-165-62/+62
* tweak previous;jmc2013-10-161-20/+18
* Implement client-side hostname canonicalisation to allow an explicitdjm2013-10-168-71/+411