Age | Commit message (Expand) | Author |
2019-08-25 | Allow for "port smtp" and "port smtps" on listen statement. | Martijn van Duren |
2019-08-23 | Assign the filter name to the proc name in the case of proc_exec. | Martijn van Duren |
2019-08-23 | Honour -n when setting entries | kn |
2019-08-23 | only process records of the expected type. | Eric Faurot |
2019-08-23 | explain in a simpler way when the default is -r and when it is -s; | Ingo Schwarze |
2019-08-23 | martijn@ found a regression so revert to the old behavior for now | Eric Faurot |
2019-08-23 | vmctl(8): fix wrong output when using 'vmctl stop' | Mike Larkin |
2019-08-23 | res_hnok() is too lenient wrt to acceptable domain name in mail addresses. | Eric Faurot |
2019-08-22 | Replace hand-rolled errors with warn(3) | kn |
2019-08-21 | Remove cdrom mention | Daniel Jakots |
2019-08-20 | Adjust manpage. Document -t tal and the new output argument. Also remove | Claudio Jeker |
2019-08-20 | Change the arguments to rpki-client a bit. Instead of listing all TAL files | Claudio Jeker |
2019-08-20 | fix error reporting, specifically having two repos on the same site may | Marc Espie |
2019-08-19 | use a specific and more relevant status message for failed smarthost | Eric Faurot |
2019-08-19 | -Pcdrom is nonsensical now, so error out properly on it. | Marc Espie |
2019-08-19 | add a special flag -DDONTLOG so that regress test won't spam /var/log/messages | Marc Espie |
2019-08-18 | version field was reserved but not discussed, this is done now | Gilles Chehade |
2019-08-17 | no need to escape "-", generally speaking; instances remain in EXAMPLES; | Jason McIntyre |
2019-08-16 | Send snmpctl(8) to the great bitbucket in the sky. You've served us well. | Martijn van Duren |
2019-08-14 | revert the inet6 format diff, regression observed by florian@ | Gilles Chehade |
2019-08-14 | Rework the way ribs are stored in the RDE. Instead of a flat array that | Claudio Jeker |
2019-08-14 | There is no longer a reason to use two structs for RIBs where one is part | Claudio Jeker |
2019-08-14 | Improve the error message when supplying an invalid template to vmctl | anton |
2019-08-14 | Fix ber_scanf_elements for traphandler: | Martijn van Duren |
2019-08-13 | config -eu uses a second copy of the nlist array[], which should never | Theo de Raadt |
2019-08-13 | use proper format to display inet6 addresses in logs as well as to store in | Gilles Chehade |
2019-08-13 | Do not abuse a for-loop to do an addition. | Claudio Jeker |
2019-08-13 | Silence warnings about short reads. They happen, we deal with it, it's | Florian Obser |
2019-08-13 | Show the most common warnings only if verbose is set. Most of these warnings | Claudio Jeker |
2019-08-13 | snmpd was using ifq_len for ifOutQLen, apart from being the wrong variable | Stuart Henderson |
2019-08-13 | Report if_iqdrops (input queue drops) as ifInDiscards. This is pretty | Claudio Jeker |
2019-08-13 | Instead of passing a struct prefix pointer to rde_filter() pass the 4 values | Claudio Jeker |
2019-08-13 | Do not use the SE global conf struct for the bgpd_config but actually | Claudio Jeker |
2019-08-13 | When allocating a new peer set the reconf_action to RECONF_REINIT. | Claudio Jeker |
2019-08-12 | Mark up no-verify with Cm; OK jmc@ gilles@ | Tim van der Molen |
2019-08-12 | Prepend a dot to every line that starts with a dot -- not merely the | Tim van der Molen |
2019-08-12 | On broadcast and point-to-point interfaces only accept hello packets when | remi |
2019-08-12 | Warn when a neighbor changes its source IP address. Either it is because | remi |
2019-08-12 | Stop pulling libssl into rpki-client. | Joel Sing |
2019-08-12 | Do not exit with error if the challenge file already exists, instead truncate... | Sebastian Benoit |
2019-08-12 | Reset the IdleHoldTime and the session error count when doing a admin | Claudio Jeker |
2019-08-12 | Change the way IdleHoldTime is reset once the session is up and stable. | Claudio Jeker |
2019-08-11 | Change all error exits to EX_TEMPFAIL so that mail rejected by the LMTP | Tim van der Molen |
2019-08-11 | In let's encrypt v1 we had to track a challenge for every domain in | Florian Obser |
2019-08-11 | the filtering protocol in OpenBSD 6.6 will be version 0, it has worked fine | Gilles Chehade |
2019-08-11 | add 'from rdns' to ruleset match criterias making it possible to match | Gilles Chehade |
2019-08-11 | delete the bufcachepercent command (since this can be done at runtime), | Theo de Raadt |
2019-08-11 | teach builtin filter rdns how to match a session that has or lacks rdns | Gilles Chehade |
2019-08-11 | fix rewrite action on filtering of MAIL FROM phase | Gilles Chehade |
2019-08-11 | document proc and proc-based filters | Gilles Chehade |