summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2019-08-13When allocating a new peer set the reconf_action to RECONF_REINIT.Claudio Jeker
2019-08-12Mark up no-verify with Cm; OK jmc@ gilles@Tim van der Molen
2019-08-12Prepend a dot to every line that starts with a dot -- not merely theTim van der Molen
2019-08-12On broadcast and point-to-point interfaces only accept hello packets whenremi
2019-08-12Warn when a neighbor changes its source IP address. Either it is becauseremi
2019-08-12Stop pulling libssl into rpki-client.Joel Sing
2019-08-12Do not exit with error if the challenge file already exists, instead truncate...Sebastian Benoit
2019-08-12Reset the IdleHoldTime and the session error count when doing a adminClaudio Jeker
2019-08-12Change the way IdleHoldTime is reset once the session is up and stable.Claudio Jeker
2019-08-11Change all error exits to EX_TEMPFAIL so that mail rejected by the LMTPTim van der Molen
2019-08-11In let's encrypt v1 we had to track a challenge for every domain inFlorian Obser
2019-08-11the filtering protocol in OpenBSD 6.6 will be version 0, it has worked fineGilles Chehade
2019-08-11add 'from rdns' to ruleset match criterias making it possible to matchGilles Chehade
2019-08-11delete the bufcachepercent command (since this can be done at runtime),Theo de Raadt
2019-08-11teach builtin filter rdns how to match a session that has or lacks rdnsGilles Chehade
2019-08-11fix rewrite action on filtering of MAIL FROM phaseGilles Chehade
2019-08-11document proc and proc-based filtersGilles Chehade
2019-08-11document filter chains, which is essentially a way to declare a set ofGilles Chehade
2019-08-11start documenting the builtin filtersGilles Chehade
2019-08-11no longer document that username may be omitted if equal to label, this isGilles Chehade
2019-08-11rework grammar for builtin filters so i can start documenting itGilles Chehade
2019-08-11the mta "certificate check" log line was not in the same format as otherGilles Chehade
2019-08-11properly implement the "from socket" match criteria, so it is now possibleGilles Chehade
2019-08-10improve level of details when logging mda errors that happen while we're inGilles Chehade
2019-08-10start documenting filters for next releaseGilles Chehade
2019-08-10document proxy-v2 option to listenerGilles Chehade
2019-08-10this introduces experimental proxy v2 support which is fairly isolated to aGilles Chehade
2019-08-10enforce domain length check in valid_domainpart(), checking it in caller isGilles Chehade
2019-08-10let smtpd tell filters about configuration keys before they register hooks.Gilles Chehade
2019-08-10bump versionGilles Chehade
2019-08-10documentation was missing 'smtp limit' bits, document them.Gilles Chehade
2019-08-10valid_domainpart() uses res_hnok() internally which considers the hostnamesGilles Chehade
2019-08-10Like we did on other daemons that cannot be pledged due to forbidden ioctls theRicardo Mestre
2019-08-09Move prefix_update to the right spot and also move some prototypes down.Claudio Jeker
2019-08-09Rename some of the prefix functions to make it clearer. Also renameClaudio Jeker
2019-08-09Add -b bind_addr as argument which is passed to rsync as --address toClaudio Jeker
2019-08-09Replace snmpctl(8) references with snmp(1).Martijn van Duren
2019-08-09If the rsync of a repository fails print out the URI of the failed process.Claudio Jeker
2019-08-08Fix a bunch of typos in various man pages.Frederic Cambus
2019-08-08Use O_CLOEXEC or SOCK_CLOEXEC on every open or socket call. Even thoughClaudio Jeker
2019-08-08added /* no filesystem visibility */ above unveil("/", "") since "" is too easyRicardo Mestre
2019-08-08Fix typos in OpenBSD::Intro.3p and OpenBSD::PackingElement.3p.Frederic Cambus
2019-08-08Parse the config file early on startup before bgpd is daemonized.Claudio Jeker
2019-08-08Set the reconf state of listening addrs to RECONF_REINIT. This is whatClaudio Jeker
2019-08-08Describe what "disabling the decision process" entails for the "no evaluate" ...Richard Procter
2019-08-08One missing piece when I added pledge(2) to dhcpd(8) was in the code path whenRicardo Mestre
2019-08-07Improve RIB reload behaviour. Especially when the rtable changes or theClaudio Jeker
2019-08-07Implement the last few missing bits of RFC7607 and ensure that the AS inClaudio Jeker
2019-08-07Only templates can have a remote-as of 0 (as in uninitalised, trust the ASClaudio Jeker
2019-08-07Order RFC by number.Claudio Jeker