Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-02 | Use SIMPLEQ for syslogd filed list instead of manual list operations. | Alexander Bluhm | |
OK dlg@ | |||
2015-01-02 | When syslogd was sending via TCP, there was file descriptor leak | Alexander Bluhm | |
and a use after free if it received a SIGHUP. Call bufferevent_free() to deactivate the callbacks and close the TCP socket. OK jasper@ deraadt@ | |||
2015-01-01 | "The logging of errors SHOULD be restricted to conflicting information | Florian Obser | |
that causes hosts to switch from one value to another with each received advertisement." (RFC 4861) Receiving of RAs on non-advertising interfaces is not a conflicting information; don't log it. "Mike." (the.lists AT mgm51 DOT com) reported that this leads to excessive logging with certain cable providers in 2013. Recently reported again by Aaron Riekenberg (aaron.riekenberg AT gmail DOT com). Thanks! OK bluhm@ | |||
2015-01-01 | KNF; no binary change | Florian Obser | |
2015-01-01 | Merge error page changes from httpd: send Content-Length:, change | Reyk Floeter | |
Date: from asctime to the preferred HTTP/1.1 format, and use the popular "Comic Sans" style (can be changed in the configuration). | |||
2015-01-01 | Use the recommended HTML5 doctype in error pages. | Reyk Floeter | |
OK validator.w3.org (This document was successfully checked as HTML5!) | |||
2015-01-01 | Use the HTML5 doctype for error and auto index pages because it is | Reyk Floeter | |
shorter, newer, and the recommendation. From James Jerkins. Exclude the charset for now because it is not explicitly handled by httpd. OK validator.w3.org (This document was successfully checked as HTML5!) | |||
2015-01-01 | Drop redundant FUNCS_ONLY. | Antoine Jacoutot | |
2015-01-01 | Remove an unnecessary freeaddrinfo() call, since errx() would free all | Lawrence Teo | |
the memory including the one allocated by the earlier getaddrinfo() (pointed out by claudio@). feedback from claudio@ ok bluhm@ | |||
2014-12-31 | Implement sending syslog messages over TCP streams. | Alexander Bluhm | |
test and OK jasper@ jca@ | |||
2014-12-31 | Mention previously missing '/etc/apm/hibernate' action | David Coppa | |
From Alessandro DE LAURENZIS <just22_dot_adl_at_gmail_dot_com> tweak and ok jmc@ | |||
2014-12-30 | Rename a few functions name. Will help factorize some stuffs. | Antoine Jacoutot | |
2014-12-30 | do not print an empty order in case pkg_scripts is undefined | Robert Nagy | |
ok ajacoutot@ | |||
2014-12-30 | add_flags() does not need any action argument. | Antoine Jacoutot | |
Use the flags variable instead of hardcoding the output in preparation for further subcommands. | |||
2014-12-29 | document ordering more explicitly; | Ingo Schwarze | |
feedback and ok ajacoutot@ rpe@ | |||
2014-12-29 | re-add missing space in confirm prompt that got lost in -r1.18 | Jasper Lievisse Adriaanse | |
ok espie@ | |||
2014-12-28 | Change the default example from "listen on egress" to "listen on *". | Reyk Floeter | |
Listening on the egress group only works if you have a default route; this confused some people. | |||
2014-12-27 | prepare things slightly further, FwUpdate still not active... | Marc Espie | |
2014-12-27 | make it at least work a wee little bit. | Marc Espie | |
2014-12-27 | zap trailing whitespace; | Jason McIntyre | |
2014-12-27 | Specialisation of PkgAdd to do fw_update, not yet finished | Marc Espie | |
okay to import deraadt@ | |||
2014-12-26 | Document forward to in protocols. | Sebastian Benoit | |
2014-12-25 | subtraction of two void * is not well defined, plus two void * can be apart | Otto Moerbeek | |
more than an int can hold; ok krw@ deraadt@ and tedu@ (by implication) | |||
2014-12-24 | bump version | Eric Faurot | |
2014-12-24 | Correctly fallback to PLAIN if opportunistics TLS fails during TLS handshake. | Eric Faurot | |
fix by Stefan Sieg ok gilles | |||
2014-12-24 | Implement some kind ordering in the startup of package script daemons. | Antoine Jacoutot | |
'rcctl order ...' will prepend the daemon(s) given as argument to the pkg_scripts line (it can be all daemons, some, or just one). Without argument, it'll display the current order. While here, drop a couple of examples from the man page to only leave the most interesting one. ok schwarze@ rpe@ (with tweaks) jasper@ robert@ sthen@ | |||
2014-12-24 | recheck list for non emptyness *after* filtering obsolete packages. | Marc Espie | |
2014-12-24 | missing include | Eric Faurot | |
2014-12-23 | pf now supports source-hash and random with tables so we can allow it | Reyk Floeter | |
in redirections. Thanks for help and input from jsg and yasuoka who reminded me to dig out and update these old diffs for pf and relayd. ok jsg@ | |||
2014-12-23 | Remove function mouse_map. This function is redundant. | Alexandr Shadchin | |
ok zhuk@ | |||
2014-12-23 | Consistency: put variables between curly braces. | Antoine Jacoutot | |
No functional change intended. | |||
2014-12-23 | tweak meta-info checking a bit. | Marc Espie | |
- remove IsLink tests, there's no reason to treat them specially. - files are forced to root, no need to allow for bin anymore. - force libraries to be not executable, if there's no explicit @mode annotation | |||
2014-12-23 | the kvm database only needs to be readable by kmem group. make it so. | Ted Unangst | |
2014-12-22 | when we run into real errors, the progress meter is distracting, so have | Marc Espie | |
a method ->disable that does something nice to the display, and stops the progress meter right before we display our first real error. | |||
2014-12-22 | Now does not need to be initialized event.value. | Alexandr Shadchin | |
This not used anymore. ok deraadt@ | |||
2014-12-22 | Out out you evil network daemon. | Florian Obser | |
OK deraadt@ some time ago | |||
2014-12-21 | Cleanup - remove event WSCONS_EVENT_WSMOUSED_SLEEP, WSCONS_EVENT_WSMOUSED_CLOSE. | Alexandr Shadchin | |
Do not need it now. ok mpi@ | |||
2014-12-21 | Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary. | Philip Guenther | |
*Do* pull it in when in_{port,addr}_h is needed and <netinet/in.h> isn't. ok reyk@ | |||
2014-12-19 | don't print vnodes if we didn't read them | Ted Unangst | |
2014-12-19 | 1. -T (totalflag) requires nlist too. | Ted Unangst | |
2. If we can't read a vnode, there's no way LIST_NEXT is going to be meaningful. 3. set numvnodes before looping in case we return early. getting better, but still not all fixed | |||
2014-12-18 | Merge in some commits from upstream.. | Brad Smith | |
- Fix that failure to add tcp to tcp base does not leak the socket. - Fixes for wildcard addition and deletion, speedup for some cases. - Fix that queries for noname CH TXT are REFUSED instead of nodata. - Fix #616: retry xfer for zones with no content after command. - Fix that expired zones stay expired after a server restart. - RFC 7344: CDS and CDNSKEY (read in). ok sthen@ | |||
2014-12-18 | an hex -> a hex; | Jason McIntyre | |
2014-12-18 | Update relayd to use siphash instead of sys/hash. The source-hash, | Reyk Floeter | |
loadbalance and hash modes use a random key by default that can be forced to be a static key with a new configuration argument. With input from Max Fillinger. ok tedu@ | |||
2014-12-18 | two more uses of siphash. better hash for ipv4. maybe not needed for rbtree | Ted Unangst | |
hint, but still pretty. ok deraadt | |||
2014-12-18 | simple to use siphash here. ok deraadt | Ted Unangst | |
2013-11-26 | import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by ↵ | Stuart Henderson | |
brad@ | |||
2010-01-15 | NSD v3.2.4 | Jakob Schlyter | |
2014-12-18 | Document * and :: to listen on all IPv4 or IPv6 addresses. | Reyk Floeter | |
2014-12-18 | Accept * as an alias for the default ipv4 listen address. | Reyk Floeter | |
OK jsg@ | |||
2014-12-18 | "tcp nodelay" shouldn't be discussing relaying SSH; this was a remnant | Reyk Floeter | |
from relayd.conf.5. From Ross L Richardson |