summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-01-08Use the field f_file also for the forwarding file descriptor. RemoveAlexander Bluhm
2015-01-08"default" is gone.Antoine Jacoutot
2015-01-08Clarify and simplify.Antoine Jacoutot
2015-01-08Count number of sessions correctly.YASUOKA Masahiko
2015-01-08log as LOG_DAEMON in log_init again.Brent Cook
2015-01-08sync log.c from smtpd.Brent Cook
2015-01-08use the correct format string for refidBrent Cook
2015-01-07fix ctype casting bug spotted by Jonas 'Sortie' TermansenGilles Chehade
2015-01-07Tweaks from jmc@Antoine Jacoutot
2015-01-07SVG is common enough to add it to the default types.Reyk Floeter
2015-01-07Relax configuration list parsing to allow multi-line blocks for tls,Reyk Floeter
2015-01-07Start tweaking a bit.Antoine Jacoutot
2015-01-06Make httpd return "404 not found" if an intermediate component of a requestedStefan Sperling
2015-01-06I missed one goto abort instead of free(line).Reyk Floeter
2015-01-06Simplify special vars argument checking; invalidating some bogus constructsAntoine Jacoutot
2015-01-06Only open a socket once for each unique "listen on" statement. ThisReyk Floeter
2015-01-06Instead of calling free(line) in each error case, call it once in fail:.Reyk Floeter
2015-01-06Return "400 Bad Request" instead of "500 Internal Server Error" forReyk Floeter
2015-01-06While on death-row, 'rcctl status' still is still allowed for now -- soAntoine Jacoutot
2015-01-06Sync with new rcctl usage. Will get some much needed love within the nextAntoine Jacoutot
2015-01-06Rename some internal variables (flag and flags is way too error-prone):Antoine Jacoutot
2015-01-06Major rcctl(8) rewrite to simplify it and add new features. It can nowAntoine Jacoutot
2015-01-06move the message parser init earlier to avoid a possible use after free inGilles Chehade
2015-01-06fix whitespace and indentation, by Kyle MilzGilles Chehade
2015-01-05some third-party mda require a prepended From separator line, so remove theGilles Chehade
2015-01-05a few tweaks to match the old script better (for now)Marc Espie
2015-01-05zap file which is unused and already removed upstreamStuart Henderson
2015-01-05use new ub_conf_dir to set the directory for keys and certificatesStuart Henderson
2015-01-05regenStuart Henderson
2015-01-05provide a new ub_conf_dir variable, to be used in unbound-control-setupStuart Henderson
2015-01-05When building the package path for the new fw_update, only useStuart Henderson
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
2015-01-05Be more specific: path is a component of the URI/URL, so use "path"Reyk Floeter
2015-01-04add new url stripping option:Christopher Zimmermann
2015-01-04remove extra scaffolding that's actually NOT in the committed copy ofMarc Espie
2015-01-04same semantics as old programMarc Espie
2015-01-04cleaner logic, fix things so that fw_update -da makes senseMarc Espie
2015-01-04tweak the ntogo messages slightly so that they work better in all situationsMarc Espie
2015-01-04too many todo. Use unambiguous names, since they're not the same operationMarc Espie
2015-01-04use MAXIMUM as the canonical local MAX macro.Brent Cook
2015-01-04rename sockaddr_un variables from 'sun' to the more common 'sa'.Brent Cook
2015-01-04don't rely on sys/param.h having a MAX macro.Brent Cook
2015-01-04Remove the unused dns_pid variable.Brent Cook
2015-01-04removed unused libevent header and structures in ntpd.hBrent Cook
2015-01-04Add a missing include for time.h to get the definitions of clock_gettime and ...Brent Cook
2015-01-03Reset tls key and cert to NULL when duplicating a server - avoids aReyk Floeter
2015-01-03make it able to install quirks from normal path (with normal key) andMarc Espie
2015-01-03Tweak previous - add a missing free in the error path.Reyk Floeter
2015-01-03Support alias names and multiple listen statements per server block.Reyk Floeter
2015-01-02Bump config flags field to 32bits. Makes room for future changes -Reyk Floeter