summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
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