summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2017-01-21Having a 'case 256:' in a switch (<uchar>) {} is bad on principleKenneth R Westerback
2017-01-21Improve DocumentationSebastian Benoit
2017-01-21add option 'domain full chain certificate "path"',Sebastian Benoit
2017-01-21document default challengedir "/var/www/acme"Sebastian Benoit
2017-01-21see also acme-client.conf(5) suggested by millert and Raf CzlonkaSebastian Benoit
2017-01-21Implement domain chain certificate.Florian Obser
2017-01-21Split certificate file from config file into certdir and certfile.Florian Obser
2017-01-21remove unused vars; OK bennoFlorian Obser
2017-01-21Remove backup option. This is not acme-client's business; also it getsFlorian Obser
2017-01-21We are only dealing with one domain on the command lineFlorian Obser
2017-01-21Accommodate gcc's suggestion that assignments used as truth valuesKenneth R Westerback
2017-01-21typo; ok bennoFlorian Obser
2017-01-21kill remote with fire, we need to handle this differentlyFlorian Obser
2017-01-21typo; ok bennoFlorian Obser
2017-01-21acme-client use configuration file [5 of 5]Sebastian Benoit
2017-01-21acme-client use configuration file [4 of 5]Sebastian Benoit
2017-01-21acme-client use configuration file [3 of 5]Sebastian Benoit
2017-01-21acme-client use configuration file [2 of 5]Sebastian Benoit
2017-01-21acme-client use configuration file [1 of 5]Sebastian Benoit
2017-01-21Nuke whitespace foolish enough to expose itself during the greatKenneth R Westerback
2017-01-20work on making log.c similar in all daemons:Sebastian Benoit
2017-01-20work on making log.c similar in all daemons:Sebastian Benoit
2017-01-20work on making log.c similar in all daemons:Sebastian Benoit
2017-01-20unbreak treeSebastian Benoit
2017-01-20work on making log.c similar in all daemons:Sebastian Benoit
2017-01-20Correctly list all libraries required.Theo de Raadt
2017-01-20Another ip_ipsp.h missing, found by krw@Claudio Jeker
2017-01-20Because of pfsync this needs ip_ipsp.h. Missed in the pfsockaddr_union cleanup.Claudio Jeker
2017-01-20Oops. one "error(NONFATAL,..." got flipped to "error(...)" insteadKenneth R Westerback
2017-01-20In "%.*s" the * takes (int). gcc whines if you try to use the resultKenneth R Westerback
2017-01-20Split error() into error() and warn() so that error() can be markedKenneth R Westerback
2017-01-20add logging messages to distinguish which safty check failedPeter Hessler
2017-01-20Mark functions that do not return as __dead to quiet gcc warnings.Kenneth R Westerback
2017-01-19Simplify: bundle stripcom().Antoine Jacoutot
2017-01-19/etc/mirror.conf -> /etc/installurlAntoine Jacoutot
2017-01-19Export the host time to the guest, add it as a timedelta sensor in vmmci(4)Reyk Floeter
2017-01-19ls_missing(): as a precaution, don't output anything on stdout when runningAntoine Jacoutot
2017-01-19Use the _syspatch user.Antoine Jacoutot
2017-01-19Drop the _FETCH variable. It's useless, we are using ftp(1) specific optionsAntoine Jacoutot
2017-01-19Enable building wsfontload on Loongson.Frederic Cambus
2017-01-18Fixup a typo and provide an example for Hyper-VMike Belopuhov
2017-01-18while a u_int is large enough for 32bit-asns, it is not big enough forPeter Hessler
2017-01-17Nuke some whitespace that keeps poking me in the eye as I try toKenneth R Westerback
2017-01-17Nuke some whitespace that keeps poking me in the eye as I try toKenneth R Westerback
2017-01-17Keep track of dead peers instead of freeing them right away.Jeremie Courreges-Anglas
2017-01-17Fix OXM parser for set-field messages. Found it the hardway whileRafael Zalamena
2017-01-17regenFlorian Obser
2017-01-17Update to nsd 4.1.14Florian Obser
2013-11-26import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by b...Stuart Henderson
2017-01-16pasto; snmpd->switchd in sample "include" line. ok reyk@Stuart Henderson