summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2017-08-09vmd: allow guest PCI interrupt line reassignment.Mike Larkin
2017-08-09Use X509_pubkey_digest() like libtls to hash the keys for the TLS privsepClaudio Jeker
2017-08-09Call tls_config_skip_private_key_check() to disable the key checking inClaudio Jeker
2017-08-09the recent adjustment of -i means usage() fits nicely onJason McIntyre
2017-08-09Remove knob and always do neighbor unreachable detection.Florian Obser
2017-08-09accept_rtadv doesn't do anything since some time.Florian Obser
2017-08-09add mail.mda MDA in charge of running a third-party MDA, not linked yetGilles Chehade
2017-08-09at the exception of mail.local, smtpd never executes an MDA as root.Gilles Chehade
2017-08-08Kernel sendsyslog(2), libc syslog(3), and syslogd(8) restrict andAlexander Bluhm
2017-08-08Use configtest as one word like other network daemon man pages.rob
2017-08-08Consistent use of log.c, and removal of err.h include. Makes ifstatedrob
2017-08-08Do not forget to reschedule the timer when we receive a new prefix.Jeremie Courreges-Anglas
2017-08-06Improve error checking during processing of routing messages. Handling ofrob
2017-08-06packet.c and parse.y no longer require err.h. ok jca@ florian@rob
2017-08-06Remove comma from last element since that is the terminator.Claudio Jeker
2017-08-06add a zeroed out element at the end of the iana_ext_comms array, soSebastian Benoit
2017-08-06a long time ago, we made a change to the format of envelopes and introducedGilles Chehade
2017-08-05vmd: report queue size of 0 when invalid queues are requested by the guestMike Larkin
2017-08-04Only call find_pkg when we are using other options with -Q.Aaron Bieber
2017-08-04the PURGE_EVERYTHING flag used to purge config bits was inaccurateGilles Chehade
2017-08-04Adjust the html index-parsing regex to cope with anchor tags that aren'tStuart Henderson
2017-08-04Remove unused structs and defines, from Edgar Pettijohn. ok jca@rob
2017-08-03Since nearly 20 years the correct spelling ofFlorian Obser
2017-08-03Make -Q work play nice with other flags. This makes things like:Aaron Bieber
2017-08-02Only run mtree if we install a patch.Antoine Jacoutot
2017-08-01#if 0 unused chunk for nowTheo de Raadt
2017-08-01For the kernel binpatches, only deal with /bsd. On MP machines we do haveAntoine Jacoutot
2017-07-31Removed unused struct, also noticed by Edgar Pettijohn. ok jca@, krw@rob
2017-07-31handle empty output correctly in mda_getlastline()Gilles Chehade
2017-07-31cmd_dump() is unusedGilles Chehade
2017-07-31Don't set HTTP date header if already set.ians
2017-07-30Fix a double free of the TLS config in the error path.Alexander Bluhm
2017-07-30If syspatch is updating itself, exit after installing the new syspatch toAntoine Jacoutot
2017-07-30`-R' requires root privileges.Antoine Jacoutot
2017-07-29change if ((a == b)) to if (a == b); silences noisy on-by-defaultFlorian Obser
2017-07-28plog format string should be literal.Frederic Cambus
2017-07-28Always calculate the hash value of the x509 cert in ssl_load_pkey().Alexander Bluhm
2017-07-28Make the engine id is just binary data so make it uint8_t.Florian Obser
2017-07-28Use a format string for yyerror when printing a variable string.Florian Obser
2017-07-28pass the size of the dst buffer to strlcat, not the source; pointedFlorian Obser
2017-07-28remove unused variable; pointed out by clangFlorian Obser
2017-07-28remove unused variables; pointed out by clangFlorian Obser
2017-07-28One negation is enough; pointed out by clang.Florian Obser
2017-07-27Add prototypes for prototypes for __b64_pton and __b64_ntop; pointedFlorian Obser
2017-07-27smtpctl(8): Use an int to determine mode instead of __progname.Sunil Nimmagadda
2017-07-27insist on -Oz in the *.mk fileMarc Espie
2017-07-27Mute clang's zeal for whining by providing prototypes.Theo de Raadt
2017-07-27Heed the non-repeaters of GetBulkRequests and make sure to setGerhard Roth
2017-07-26Update MRT reference in bgpd manpagejob
2017-07-26sort;Jason McIntyre