summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2018-05-25Document that "from local" and "for local" are still the defaults.Todd C. Miller
2018-05-25default to from local and for local as we used toGilles Chehade
2018-05-25fix broken exampleGilles Chehade
2018-05-25Use a cache for process information to speed up snmp walks.Gerhard Roth
2018-05-24three forgotten s/-literal/-unfilled/Ingo Schwarze
2018-05-24adapt to the new smtpd.conf(5) format, OK gilles@Ingo Schwarze
2018-05-24no longer used, removeGilles Chehade
2018-05-24PATH_SPOOL is /var/spool/smtpdGilles Chehade
2018-05-24basic macro cleanupIngo Schwarze
2018-05-24bump version, this will be a big release when OpenBSD 6.4 is released :-)Gilles Chehade
2018-05-24switch smtpd to new grammarGilles Chehade
2018-05-24check the intended valueEric Faurot
2018-05-23Set the port.op value when parsing the httpd.conf port value.Alexander Bluhm
2018-05-23Forgot to revert another "port 80"Reyk Floeter
2018-05-23Do not override the default BINMODE 555 with 111.Theo Buehler
2018-05-23vmd(8): revert r1.23 (unlatched PIT reads), this made time go too fast onMike Larkin
2018-05-21Nuke unused variables. Initialize variable before use.Kenneth R Westerback
2018-05-19Add support for client certificate authentication to httpd.Joel Sing
2018-05-18Move LISTEN ON {} code into a function listen_on().Reyk Floeter
2018-05-18Revert manpage description as wellReyk Floeter
2018-05-18Revert previous: it introduced a shift/reduce conflict in the grammar.Reyk Floeter
2018-05-18Allow to omit the listen port configuration. Default to port 80, tls port 443.Reyk Floeter
2018-05-18Add support for attribute filter rules on search/read operations.Reyk Floeter
2018-05-18Turn on minimal-reponses and refuse-any per default.Florian Obser
2018-05-17From upcomming nsd 4.1.22:Florian Obser
2018-05-17update to nsd 4.1.21Florian Obser
2018-05-16Fix the client search request time and size limits.Reyk Floeter
2018-05-16be a bit more paranoid about termsizes, this works around brokenMarc Espie
2018-05-15The snmpd.conf file is divided into four (not three) main sections.Reyk Floeter
2018-05-15Fix format string errors in log messages and update ldapd to use relayd's log.cReyk Floeter
2018-05-14simplify as suggested by Anton Lindqvist a while agoGilles Chehade
2018-05-14kill corrupt / uncorrupt queue mechanism as it has never been usable and itGilles Chehade
2018-05-14Remove duplicated word ("scope scope").Reyk Floeter
2018-05-14Add support to filter on attributes.Reyk Floeter
2018-05-13vmd(8): enable pause / unpause for vm ownerspd
2018-05-13adjust highly misleading comment to match realityMarc Espie
2018-05-12minor consistency fix; from raf czlonkaJason McIntyre
2018-05-11Make help output of relayctl redirect|host|table friendlier.Reyk Floeter
2018-05-10TCP debug sockets still had code for old TCP timers that wereAlexander Bluhm
2018-05-10reorganize codeEric Faurot
2018-05-09on the other hand, commenting this out was involuntary.Marc Espie
2018-05-09As required by IF-MIB, cap ifSpeed at UINT32_MAX; the value is a GAUGE32 soStuart Henderson
2018-05-09Remove empty syspatch dir if we fail to extract.Antoine Jacoutot
2018-05-08some barebones documentation for the record option.Ted Unangst
2018-05-04fix use-after-freeEric Faurot
2018-05-04the perl debugger tells you everything a perl process exits.Marc Espie
2018-05-01Remove extraneous new line from error message.anton
2018-05-01The length field of a DNS packet must be network byte order encoded; ok tedu@anton
2018-04-30allow limited setting of permanent A records. like unbound local-data.Ted Unangst
2018-04-30vmd(8): unbreak i386Mike Larkin