summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2017-07-26Update reference to BGP Shutdown Communication specificationjob
2017-07-25make function match its prototype.Marc Espie
2017-07-25Correct and clarify the description of special sequencesIngo Schwarze
2017-07-24Use pledge(2)Jeremie Courreges-Anglas
2017-07-24Unify ROUNDUP macros for parsing route messages.friehm
2017-07-23Text improvements for precision and clarity, in particular properlyIngo Schwarze
2017-07-23Don't bother initializing global variables to 0, since they will be in BSS.Theo de Raadt
2017-07-23use ssize_t; ok jcaTheo de Raadt
2017-07-23Time comparison variables should be time_t (I did check for signed vsTheo de Raadt
2017-07-23Cleanup apm:anton
2017-07-23recent perls have more fun rules related to _ and -Marc Espie
2017-07-22No need for sys/ioctl.h any moreJeremie Courreges-Anglas
2017-07-22Cleanup previous release patches and backup kernel _before_ applying newAntoine Jacoutot
2017-07-21Stress the fact that individual pvbus device nodes correspond toMike Belopuhov
2017-07-21Add a newlineJeremie Courreges-Anglas
2017-07-21No need for ioctl(SIOCGIFDATA), getifaddrs(3) gives us the link stateJeremie Courreges-Anglas
2017-07-20- listening on localhost is now adjustable; ok teduJason McIntyre
2017-07-19there's no nul byte after a name that ends in a crazy compression pointer.Ted Unangst
2017-07-19Rework the way that TLS configuration is sent/received via imsgs, so thatJoel Sing
2017-07-19Don't recommend using /var/vmm for VM images.Mike Larkin
2017-07-19Update vmd man page to describe we have more processes running (aside fromMike Larkin
2017-07-18Stop automatically regenerating gap.o (and hence linking a new kernel)Theo Buehler