summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-17Render \(lq and \(rq as '"' in -Tascii mode but leave the renderingIngo Schwarze
of .Do/.Dc, .Dq, .Lb, and .St untouched. Reduces groff-mandoc differences in base by about 7%. Reminded of the issue by naddy@.
2015-02-17Revert the first chunk of 1.25.Miod Vallat
2015-02-17Cope with another one of the many kinds of DocBook stupidity:Ingo Schwarze
Instead of just using .br, DocBook sometimes fiddles with the utterly unportable internal register \n[an-break-flag] that is only available in the GNU implementation of man(7) and then arms an input line trap to call the equally unportable internal macro .an-trap that, in the GNU implementation, inspects that variable; all the world is GNU, isn't it? Since naddy@ reports that quite a few ports manuals suffer from this insanity, let's just translate it to the intended .br. Et ceterum censeo DocBookem esse delendam.
2015-02-17Let .it accept numerical expressions, not just numerical constants.Ingo Schwarze
For .it, ignore scaling units in roff_getnum(). Inside parentheses, skip whitespace after a sign in roff_getnum(). Parse and ignore unary plus in roff_getnum(). As a bonus, get rid of the only call to mandoc_strntoi() in roff.c.
2015-02-17Mark up email addresses semantically with Mt.Anthony J. Bentley
ok schwarze@
2015-02-17Instead of a relatively complex "stty size | ( read ..." in sysmerge, useStuart Henderson
"tput cols". (This from ajacoutot@). Use it directly in the sdiff command, rather than saving it once at startup. Handling window size changes at runtime makes sysmerge significantly easier to use in common cases. Adds around .17s per sdiff invocation on my slowest machine (486), imperceptible on a faster machine, so it seems a reasonable trade-off. ok ajacoutot@
2015-02-17Add class section for unbound, using openfiles-cur=512 ratherStuart Henderson
than the daemon class' default of 128. Reminded by/ok ajacoutot@
2015-02-17remove svn-only fileStuart Henderson
2015-02-17merge conflictsStuart Henderson
2015-02-17Update to unbound 1.5.2rc1, ok brad@Stuart Henderson
2015-02-17Put the _unbound user in "unbound" login class; unbound uses setusercontextStuart Henderson
to initialize the unprivileged user, so the usual rc.d mechanism to set the class isn't used. Problem reported by otto, ok otto@ ajacoutout@
2015-02-17remove "EXAMPLE" section containing a minimal example unbound.conf; the sampleStuart Henderson
isn't suitable for OpenBSD and can cause confusion. ok jmc@ brad@
2015-02-17Fix library ordering on the link line for the sake of static arches. It's, inMiod Vallat
that order, tls, crypto, ssl.
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
These are the direct sources from NLnet Labs upstream, minus these: compat contrib libunbound/python pythonmod testcode testdata winrc ok deraadt@ jakob@
2015-02-17Convert a strcpy() call to strlcpy(); ok millert@ sthen@Miod Vallat
2015-02-17Memory leak in error path. Coverity CID 78822.Miod Vallat
ok doug@
2015-02-17Fix garbage in error message; ok yasuoka@Miod Vallat
2015-02-17shuffle reallocarray arguments around for better overflow checkingTed Unangst
2015-02-17undef tryreallocarray like tryrealloc when done.Ted Unangst
from Kamil Rytarowski. ok bcallah
2015-02-17Regression: I broke logging of public key fingerprints in 1.46.Damien Miller
Pointed out by Pontus Lundkvist
2015-02-16partial backout of:Damien Miller
revision 1.441 date: 2015/01/31 20:30:05; author: djm; state: Exp; lines: +17 -10; commitid : x8klYPZMJSrVlt3O; Let sshd load public host keys even when private keys are missing. Allows sshd to advertise additional keys for future key rotation. Also log fingerprint of hostkeys loaded; ok markus@ hostkey updates now require access to the private key, so we can't load public keys only. The improved log messages (fingerprints of keys loaded) are kept.
2015-02-16enable hostkeys unit testsDamien Miller
2015-02-16check string/memory compare arguments aren't NULLDamien Miller
2015-02-16unit tests for hostfile.c code, just hostkeys_foreach so farDamien Miller
2015-02-16Revise hostkeys@openssh.com hostkey learning extension.Damien Miller
The client will not ask the server to prove ownership of the private halves of any hitherto-unseen hostkeys it offers to the client. Allow UpdateHostKeys option to take an 'ask' argument to let the user manually review keys offered. ok markus@
2015-02-16Refactor hostkeys_foreach() and dependent codeDamien Miller
Deal with IP addresses (i.e. CheckHostIP) Don't clobber known_hosts when nothing changed ok markus@ as part of larger commit
2015-02-16after some discussion with henning, document the various log options asJason McIntyre
one section; some text was altered to make it read better; ok henning
2015-02-16Include bn.h and err.h from <openssl/...>, not the old <ssl/...> location.Jeremie Courreges-Anglas
Remove unneeded ssl.h includes. Also built-checked against openssl-1.0.1e. ok otto@
2015-02-16some fixes from max fillinger, tweaked a little by myself;Jason McIntyre
ok reyk
2015-02-16clean up post_dt() validation function;Ingo Schwarze
improved diagnostics, minus six lines of code
2015-02-16Amend documentation for AI_ADDRCONFIGJeremie Courreges-Anglas
ok jmc@
2015-02-16Declare ge25519_base as extern, to prevent it from becoming a common. Gets usMiod Vallat
rid of ``lignment 4 of symbol `crypto_sign_ed25519_ref_ge25519_base' in mod_ge25519.o is smaller than 16 in mod_ed25519.o'' warnings at link time.
2015-02-16avoid double vlan-header or vlan-header for non-vlan(4) interfacesMarkus Friedl
(will panic) in bridge context; ok henning@
2015-02-16sprinkle braces around multi line statementsTed Unangst
2015-02-16pull scopes without conditionals up into enclosing blockTed Unangst
2015-02-16knf indents to give me a fighting chance at differentiating new blocksTed Unangst
from continuation lines, of which there are many
2015-02-16Memory leak if copyin() or copyout() fails; found by Maxime VillardMiod Vallat
max@M00nBSD.net's code scanner; ok doug@ jca@
2015-02-16drop an ansi bomb on the function definitionsTed Unangst
2015-02-16third batch of perlpod(1) to mdoc(7) conversionIngo Schwarze
2015-02-16Replace \*(Lt \*(Le \*(Gt \*(Ge with literal < <= > >= respectively,Christian Weisgerber
except for instances where \*(Le and \*(Ge are clearly understood as mathematical symbols. Discussed with schwarze@
2015-02-16Don't use greater-equal/less-equal symbols where "<="/">=" are intended.Anthony J. Bentley
Also, clean up some usage of predefined strings (which are discouraged by mandoc_char(7) for portability reasons) and improve spacing in hostapd.conf(5). ok schwarze@
2015-02-16redundant though it may be, recv() is unlikely to be removed in a futureTed Unangst
release. ok millert
2015-02-16Delete the -V option. It serves no purpose but keeps confusing people.Ingo Schwarze
2015-02-16allow Arduino Leonardo to attach to umodem(4), from Gregor BestStuart Henderson
2015-02-16syncStuart Henderson
2015-02-16add Arduino Leonardo, from Gregor Best (plus typo+ordering fix)Stuart Henderson
2015-02-16stop deleting the openssl include directory, causing unnecessary rebuilds.Ted Unangst
ok jca sthen
2015-02-16Clamp width and indent settings to sensible values. Ignore errors for now.Ted Unangst
ok schwarze
2015-02-16Fix example, syntax is "constraint from www.example.com" (with "from").Reyk Floeter
Reported by Stefan Wollny.
2015-02-16The wrong test was marked SKIP_GROFF.Ingo Schwarze