summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2013-11-01not just altq queues, queuesHenning Brauer
From: Arto Jonsson <ajonsson at kapsi.fi>
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
mismatches. Also store the result of "yyssp - yyss" in a long, not an int. We could use ptrdiff_t but don't want to rely on that type being defined for portability on old systems without it. OK deraadt@
2013-10-29pty(4), not pty(7);Jason McIntyre
2013-10-29shd_config PermitTTY to disallow TTY allocation, mirroring theDamien Miller
longstanding no-pty authorized_keys option; bz#2070, patch from Teran McKinney; ok markus@
2013-10-29fix potential stack exhaustion caused by nested certificates;Damien Miller
report by Mateusz Kocielski; ok dtucker@ markus@
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
pointer or non-const array, as that minimizes the symbols, maximizes the placement into read-only memory, and avoids warnings from gcc -Wformat=2 when they're used as format strings. ok deraadt@
2013-10-26Only use setsockopt(..SO_RTABLE..) if the -V flag is given to nc/telnet,Stuart Henderson
same style as traceroute6 (change to int and use -1 as a flag, so rtable 0 can still be used as an explicit parameter).
2013-10-25fix crash when using ProxyCommand caused by previous commit - was callingDamien Miller
freeaddrinfo(NULL); spotted by sthen@ and Tim Ruehsen, patch by sthen@
2013-10-24Redo 1.34+1.35, but ignore incorrect files in show_file() as done in 1.33.Miod Vallat
Fixes nm output on archives on mips.
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
They do not indicate a problem with the reduction of namespace export, but got suckered into the 1999 plan. ok benno
2013-10-24fix bug introduced in hostname canonicalisation commit: don't try toDamien Miller
resolve hostnames when a ProxyCommand is set unless the user has forced canonicalisation; spotted by Iain Morgan
2013-10-24Disallow empty Match statements and add "Match all" which matches everything.Darren Tucker
ok djm, man page help jmc@
2013-10-24Periodically print progress and, if possible, expected time to completionDarren Tucker
when screening moduli for DH groups. ok deraadt djm
2013-10-23include local address and port in "Connection from ..." message (onlyDamien Miller
shown at loglevel>=verbose)
2013-10-23Key to swap to other end of selection (bound to o with vi keys), from JNicholas Marriott
Raynor.
2013-10-23fix commentDarren Tucker
2013-10-23Make code match documentation: relative-specified certificate expiry timeDamien Miller
should be relative to current time and not the validity start time. Reported by Petr Lautrbach; ok deraadt@
2013-10-23commentDamien Miller
2013-10-23Hostname may have %h sequences that should be expanded prior to MatchDamien Miller
evaluation; spotted by Iain Morgan
2013-10-22Parse and ignore .hw (hyphenation points in words); this is safe becauseIngo Schwarze
we don't do hyphenation anyway, so there is no point in throwing an ERROR when encountering .hw. Real-world usage of the request found by naddy@ in sysutils/dwdiff(1).
2013-10-22- add UNIX-domain socket info to struct kinfo_file2Philip Guenther
- convert netstat from kvm_getfiles() to kvm_getfile2() using that - delete kvm_getfiles() and KERN_FILE as no longer used (bump libkvm's major) - rename kvm_getfile2() to kvm_getfiles(), kinfo_file2 to kinfo_file and KERN_FILE2 to KERN_FILE. ok deraadt@, millert@ ports scan sthen@
2013-10-22Fix previous; ENOCOFFEE.Florian Obser
Move xdirname call into the right if block, pointed out by Ulrich Mueller.
2013-10-22Our man page states that it's not portable to rely on dirname(3) notFlorian Obser
modifying the contents of the passed string. Replace dirname(3) with mg's xdirname portability helper function (a slightly different fix than Gentoo's). Report and initial analysis by Marien Zwart in Gentoo bug #487758 via Han Boetes (hboetes _AT_ gmail). Gentoo bugfix by Ulrich Mueller (ulm _AT_ gentoo). testing on glibc / input Ulrich Mueller; testing on glibc Han Boetes. Thanks! OK jasper@
2013-10-21There are three kinds of input lines: text lines, macros takingIngo Schwarze
positional arguments (like Dt Fn Xr) and macros taking text as arguments (like Nd Sh Em %T An). In the past, even the latter put each word of their arguments into its own MDOC_TEXT node; instead, concatenate arguments unless delimiters, keeps or spacing mode prevent that. Regarding mandoc(1), this is internal refactoring, no output change intended. Once we will switch mandocdb(8) from DB to SQLite in the future, this is going to be required to support search expressions crossing word boundaries, and it will reduce both database sizes and build times by a bit more than 5% each.
2013-10-21unbreak make-directory by stripping trailing '/'Florian Obser
OK jasper@
2013-10-21Oups, a little bit overzealous. If we "route -T4 exec telnet foo", thenPeter Hessler
make sure telnet runs in rdomain 4 as expected. Same for nc.
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
Also, switching to rdomain zero is a legit option so we should allow that.
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
server until after the configuration file completes. This prevents it racing against run-shell or if-shell in .tmux.conf that run in the background.
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
killed and it's left on and we can't turn it on and off like we do for attributes. It's not hard to enable in .Xresources or .Xdefaults anyway.
2013-10-20the safety of the internet is called into doubtBret Lambert
prodding and okay mlarkin@
2013-10-20catch up with elf(5)/stab(5) removal;Jason McIntyre
ok miod
2013-10-20rename "command" subclause of the recently-added "Match" keyword toDamien Miller
"exec"; it's shorter, clearer in intent and we might want to add the ability to match against the command being executed at the remote end in the future.
2013-10-20document % expansions performed by "Match command ..."Damien Miller
2013-10-19fix a few obvious .Ar markup errors (unfortunately, there are many more)Ingo Schwarze
found while working on mandoc apropos
2013-10-19a.out went awayTheo de Raadt
2013-10-19Remove a.out/stab knowledge from nm.Theo de Raadt
(As a side effect of this repair, the -e option no longer reports that all weak objects are functions) ok miod
2013-10-17include remote port in bad banner message; bz#2162Damien Miller
2013-10-17Implement the .UR/.UE block (uniform resource identifier) introduced in theIngo Schwarze
man-ext macros by Eric S. Raymond, enabled by default in groff_man(7). Usual disclaimer: You don't write new man(7) code, so you are not going to use these, either. Improves e.g. the bzr(1) and etherape(1) manuals. Thanks to naddy@ for bringing these to my attention.
2013-10-17pretty upTheo de Raadt
2013-10-17tweak previous;Jason McIntyre
2013-10-17rearrange check to reduce diff against -portableDamien Miller
2013-10-17fsync@openssh.com protocol extension for sftp-serverDamien Miller
client support to allow calling fsync() faster successful transfer patch mostly by imorgan AT nas.nasa.gov; bz#1798 "fine" markus@ "grumble OK" deraadt@ "doesn't sound bad to me" millert@