Age | Commit message (Expand) | Author |
2017-08-09 | vmd: allow guest PCI interrupt line reassignment. | Mike Larkin |
2017-08-09 | Use X509_pubkey_digest() like libtls to hash the keys for the TLS privsep | Claudio Jeker |
2017-08-09 | Call tls_config_skip_private_key_check() to disable the key checking in | Claudio Jeker |
2017-08-09 | the recent adjustment of -i means usage() fits nicely on | Jason McIntyre |
2017-08-09 | Remove knob and always do neighbor unreachable detection. | Florian Obser |
2017-08-09 | accept_rtadv doesn't do anything since some time. | Florian Obser |
2017-08-09 | add mail.mda MDA in charge of running a third-party MDA, not linked yet | Gilles Chehade |
2017-08-09 | at the exception of mail.local, smtpd never executes an MDA as root. | Gilles Chehade |
2017-08-08 | Kernel sendsyslog(2), libc syslog(3), and syslogd(8) restrict and | Alexander Bluhm |
2017-08-08 | Use configtest as one word like other network daemon man pages. | rob |
2017-08-08 | Consistent use of log.c, and removal of err.h include. Makes ifstated | rob |
2017-08-08 | Do not forget to reschedule the timer when we receive a new prefix. | Jeremie Courreges-Anglas |
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 |