Age | Commit message (Expand) | Author |
2017-08-06 | Improve error checking during processing of routing messages. Handling of | rob |
2017-08-06 | packet.c and parse.y no longer require err.h. ok jca@ florian@ | rob |
2017-08-06 | Remove comma from last element since that is the terminator. | Claudio Jeker |
2017-08-06 | add a zeroed out element at the end of the iana_ext_comms array, so | Sebastian Benoit |
2017-08-06 | a long time ago, we made a change to the format of envelopes and introduced | Gilles Chehade |
2017-08-05 | vmd: report queue size of 0 when invalid queues are requested by the guest | Mike Larkin |
2017-08-04 | Only call find_pkg when we are using other options with -Q. | Aaron Bieber |
2017-08-04 | the PURGE_EVERYTHING flag used to purge config bits was inaccurate | Gilles Chehade |
2017-08-04 | Adjust the html index-parsing regex to cope with anchor tags that aren't | Stuart Henderson |
2017-08-04 | Remove unused structs and defines, from Edgar Pettijohn. ok jca@ | rob |
2017-08-03 | Since nearly 20 years the correct spelling of | Florian Obser |
2017-08-03 | Make -Q work play nice with other flags. This makes things like: | Aaron Bieber |
2017-08-02 | Only run mtree if we install a patch. | Antoine Jacoutot |
2017-08-01 | #if 0 unused chunk for now | Theo de Raadt |
2017-08-01 | For the kernel binpatches, only deal with /bsd. On MP machines we do have | Antoine Jacoutot |
2017-07-31 | Removed unused struct, also noticed by Edgar Pettijohn. ok jca@, krw@ | rob |
2017-07-31 | handle empty output correctly in mda_getlastline() | Gilles Chehade |
2017-07-31 | cmd_dump() is unused | Gilles Chehade |
2017-07-31 | Don't set HTTP date header if already set. | ians |
2017-07-30 | Fix a double free of the TLS config in the error path. | Alexander Bluhm |
2017-07-30 | If syspatch is updating itself, exit after installing the new syspatch to | Antoine Jacoutot |
2017-07-30 | `-R' requires root privileges. | Antoine Jacoutot |
2017-07-29 | change if ((a == b)) to if (a == b); silences noisy on-by-default | Florian Obser |
2017-07-28 | plog format string should be literal. | Frederic Cambus |
2017-07-28 | Always calculate the hash value of the x509 cert in ssl_load_pkey(). | Alexander Bluhm |
2017-07-28 | Make the engine id is just binary data so make it uint8_t. | Florian Obser |
2017-07-28 | Use a format string for yyerror when printing a variable string. | Florian Obser |
2017-07-28 | pass the size of the dst buffer to strlcat, not the source; pointed | Florian Obser |
2017-07-28 | remove unused variable; pointed out by clang | Florian Obser |
2017-07-28 | remove unused variables; pointed out by clang | Florian Obser |
2017-07-28 | One negation is enough; pointed out by clang. | Florian Obser |
2017-07-27 | Add prototypes for prototypes for __b64_pton and __b64_ntop; pointed | Florian Obser |
2017-07-27 | smtpctl(8): Use an int to determine mode instead of __progname. | Sunil Nimmagadda |
2017-07-27 | insist on -Oz in the *.mk file | Marc Espie |
2017-07-27 | Mute clang's zeal for whining by providing prototypes. | Theo de Raadt |
2017-07-27 | Heed the non-repeaters of GetBulkRequests and make sure to set | Gerhard Roth |
2017-07-26 | Update MRT reference in bgpd manpage | job |
2017-07-26 | sort; | Jason McIntyre |
2017-07-26 | Update reference to BGP Shutdown Communication specification | job |
2017-07-25 | make function match its prototype. | Marc Espie |
2017-07-25 | Correct and clarify the description of special sequences | Ingo Schwarze |
2017-07-24 | Use pledge(2) | Jeremie Courreges-Anglas |
2017-07-24 | Unify ROUNDUP macros for parsing route messages. | friehm |
2017-07-23 | Text improvements for precision and clarity, in particular properly | Ingo Schwarze |
2017-07-23 | Don't bother initializing global variables to 0, since they will be in BSS. | Theo de Raadt |
2017-07-23 | use ssize_t; ok jca | Theo de Raadt |
2017-07-23 | Time comparison variables should be time_t (I did check for signed vs | Theo de Raadt |
2017-07-23 | Cleanup apm: | anton |
2017-07-23 | recent perls have more fun rules related to _ and - | Marc Espie |
2017-07-22 | No need for sys/ioctl.h any more | Jeremie Courreges-Anglas |