Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-17 | Render \(lq and \(rq as '"' in -Tascii mode but leave the rendering | Ingo 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-17 | Revert the first chunk of 1.25. | Miod Vallat | |
2015-02-17 | Cope 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-17 | Let .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-17 | Mark up email addresses semantically with Mt. | Anthony J. Bentley | |
ok schwarze@ | |||
2015-02-17 | Instead of a relatively complex "stty size | ( read ..." in sysmerge, use | Stuart 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-17 | Add class section for unbound, using openfiles-cur=512 rather | Stuart Henderson | |
than the daemon class' default of 128. Reminded by/ok ajacoutot@ | |||
2015-02-17 | remove svn-only file | Stuart Henderson | |
2015-02-17 | merge conflicts | Stuart Henderson | |
2015-02-17 | Update to unbound 1.5.2rc1, ok brad@ | Stuart Henderson | |
2015-02-17 | Put the _unbound user in "unbound" login class; unbound uses setusercontext | Stuart 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-17 | remove "EXAMPLE" section containing a minimal example unbound.conf; the sample | Stuart Henderson | |
isn't suitable for OpenBSD and can cause confusion. ok jmc@ brad@ | |||
2015-02-17 | Fix library ordering on the link line for the sake of static arches. It's, in | Miod Vallat | |
that order, tls, crypto, ssl. | |||
2012-03-26 | Import 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-17 | Convert a strcpy() call to strlcpy(); ok millert@ sthen@ | Miod Vallat | |
2015-02-17 | Memory leak in error path. Coverity CID 78822. | Miod Vallat | |
ok doug@ | |||
2015-02-17 | Fix garbage in error message; ok yasuoka@ | Miod Vallat | |
2015-02-17 | shuffle reallocarray arguments around for better overflow checking | Ted Unangst | |
2015-02-17 | undef tryreallocarray like tryrealloc when done. | Ted Unangst | |
from Kamil Rytarowski. ok bcallah | |||
2015-02-17 | Regression: I broke logging of public key fingerprints in 1.46. | Damien Miller | |
Pointed out by Pontus Lundkvist | |||
2015-02-16 | partial 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-16 | enable hostkeys unit tests | Damien Miller | |
2015-02-16 | check string/memory compare arguments aren't NULL | Damien Miller | |
2015-02-16 | unit tests for hostfile.c code, just hostkeys_foreach so far | Damien Miller | |
2015-02-16 | Revise 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-16 | Refactor hostkeys_foreach() and dependent code | Damien 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-16 | after some discussion with henning, document the various log options as | Jason McIntyre | |
one section; some text was altered to make it read better; ok henning | |||
2015-02-16 | Include 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-16 | some fixes from max fillinger, tweaked a little by myself; | Jason McIntyre | |
ok reyk | |||
2015-02-16 | clean up post_dt() validation function; | Ingo Schwarze | |
improved diagnostics, minus six lines of code | |||
2015-02-16 | Amend documentation for AI_ADDRCONFIG | Jeremie Courreges-Anglas | |
ok jmc@ | |||
2015-02-16 | Declare ge25519_base as extern, to prevent it from becoming a common. Gets us | Miod 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-16 | avoid double vlan-header or vlan-header for non-vlan(4) interfaces | Markus Friedl | |
(will panic) in bridge context; ok henning@ | |||
2015-02-16 | sprinkle braces around multi line statements | Ted Unangst | |
2015-02-16 | pull scopes without conditionals up into enclosing block | Ted Unangst | |
2015-02-16 | knf indents to give me a fighting chance at differentiating new blocks | Ted Unangst | |
from continuation lines, of which there are many | |||
2015-02-16 | Memory leak if copyin() or copyout() fails; found by Maxime Villard | Miod Vallat | |
max@M00nBSD.net's code scanner; ok doug@ jca@ | |||
2015-02-16 | drop an ansi bomb on the function definitions | Ted Unangst | |
2015-02-16 | third batch of perlpod(1) to mdoc(7) conversion | Ingo Schwarze | |
2015-02-16 | Replace \*(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-16 | Don'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-16 | redundant though it may be, recv() is unlikely to be removed in a future | Ted Unangst | |
release. ok millert | |||
2015-02-16 | Delete the -V option. It serves no purpose but keeps confusing people. | Ingo Schwarze | |
2015-02-16 | allow Arduino Leonardo to attach to umodem(4), from Gregor Best | Stuart Henderson | |
2015-02-16 | sync | Stuart Henderson | |
2015-02-16 | add Arduino Leonardo, from Gregor Best (plus typo+ordering fix) | Stuart Henderson | |
2015-02-16 | stop deleting the openssl include directory, causing unnecessary rebuilds. | Ted Unangst | |
ok jca sthen | |||
2015-02-16 | Clamp width and indent settings to sensible values. Ignore errors for now. | Ted Unangst | |
ok schwarze | |||
2015-02-16 | Fix example, syntax is "constraint from www.example.com" (with "from"). | Reyk Floeter | |
Reported by Stefan Wollny. | |||
2015-02-16 | The wrong test was marked SKIP_GROFF. | Ingo Schwarze | |