summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2017-02-14fix man page, diff from jmc@Gilles Chehade
2017-02-14add standalone maildir MDA (work in progress) which will soon obsolete theGilles Chehade
2017-02-14add standalone mda for file delivery which will later obsoleteGilles Chehade
2017-02-14prepare Makefiles but don't link to the build yetGilles Chehade
2017-02-14add new implementation of a standalone LMTP client which will deprecate theGilles Chehade
2017-02-14fix a crash when parsing large community given on the command lineSebastian Benoit
2017-02-13Eliminate pointless'%m' (a.k.a. hand rolled strerror()) by using fatal() andKenneth R Westerback
2017-02-13Eliminate pointless'%m' (a.k.a. hand rolled strerror()) by using fatal() andKenneth R Westerback
2017-02-13Adjust some long lines.Kenneth R Westerback
2017-02-13Adjust some long lines.Kenneth R Westerback
2017-02-13Do the strerror() elimination dance with a log_warnx() -> log_warn().Kenneth R Westerback
2017-02-13Do the strerror() elimination dance with log_warnx() -> log_warn(),Kenneth R Westerback
2017-02-13Banished to the attic.Kenneth R Westerback
2017-02-13Switch from old errwarn.c logging to shiny new log.[ch].Kenneth R Westerback
2017-02-13Switch from old errwarn.c logging to shiny new log.[ch].Kenneth R Westerback
2017-02-13Fix powerdown with vmmci(4) VMs using a shutdown and no reset.Reyk Floeter
2017-02-13Reverse output when installing a patch; it's more logical (first get, thenAntoine Jacoutot
2017-02-13draft-ietf-idr-shutdown extends to support a message on either ofPeter Hessler
2017-02-13fix incoming tls-require regression, introduced with last parse.y cleanupGilles Chehade
2017-02-13allow negation of authenticated keyword:Gilles Chehade
2017-02-11Correct handling of requests to delete individual attribute values.Philip Guenther
2017-02-11Move parse_warning() into parse.c to prepare to replace errwarn.cKenneth R Westerback
2017-02-10add glue to be able to ask "give me the highest number shared library withMarc Espie
2017-02-09Teach pstat -d to also print untyped kernel symbols.Jeremie Courreges-Anglas
2017-02-09Do not loose the send/expect validation error on timeout.Reyk Floeter
2017-02-07Ox on its own line;Jason McIntyre
2017-02-07/tmp/cvsspEkokReyk Floeter
2017-02-07Improve parsing of the HTTP request lineReyk Floeter
2017-02-07Add installurl to FILES and SEE ALSO.Antoine Jacoutot
2017-02-06amend the "unsigned package" message, commenting that signify(1) doesn'tMarc Espie
2017-02-06basic installurl support, get installpath from it (appending the requisiteMarc Espie
2017-02-06Bump bcrypt version to $2b$ and increase number of rounds in two examples.Theo Buehler
2017-02-06Use quotes to protect the password hash from shell expansion. Update hashTheo Buehler
2017-02-05The installer does not create pkg.conf during installation and doesRobert Peichaer
2017-02-05Use a non-greedy regular expression for the installpath url.Robert Peichaer
2017-02-04Appropriately replace "domain name" with "hostname"; less misleadingJeremie Courreges-Anglas
2017-02-04Cast char to unsigned char for isspace()Philip Guenther
2017-02-04missing function prototypeMike Larkin
2017-02-03Stop assuming that in_{addr,port}_t are typedefed in <sys/types.h> andPhilip Guenther
2017-02-03Don't use <sys/param.h> from userland without cause. Sort <sys/*>Philip Guenther
2017-02-02Fix support for HTTP pipelining by handling all requests in the buffer.Reyk Floeter
2017-02-02Disable client-initiated TLS renegotiation by default.Reyk Floeter
2017-02-01netinet/in.h should be included, and freebsd and some othersBob Beck
2017-01-31Teach ikectl to include extensions in the CSR, rather than just adding themStuart Henderson
2017-01-31Don't include a literal "%" in the value for humidity sensorValue inStuart Henderson
2017-01-31remove extra call setting OCSP staple now that it is done aboveBob Beck
2017-01-31Correct mistake I made when converting this to new funcitonBob Beck
2017-01-31Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may beBob Beck
2017-01-31Reimplement httpd's support for byte ranges.Reyk Floeter
2017-01-31The variable clt_done is used in too many places.Reyk Floeter