summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-12regenanton
2019-08-12Unlock lseek(2) since the file offset is MP-safe by now. Callinganton
2019-08-12Prepend SPI to send and recv log messages to see which line belongs totobhe
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-11Replace some err(1, NULL) with err(1, "malloc").Martijn van Duren
2019-08-11Various fixes to make this compile with clang on powerpc.Mark Kettenis
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-11Cleanup usage.Martijn van Duren
2019-08-11delete the bufcachepercent command (since this can be done at runtime),Theo de Raadt
2019-08-11syncTheo de Raadt
2019-08-11teach builtin filter rdns how to match a session that has or lacks rdnsGilles Chehade
2011-04-24Here comes the easter bunnytils 2.17 (the last version released against aMiod Vallat
2019-08-11fix rewrite action on filtering of MAIL FROM phaseGilles Chehade
2019-08-11Document ip.arpq and remove ip, ip6 and mpls ifq.denis
2019-08-11whitespace issues like a knife in my eyesTheo de Raadt
2019-08-11syncTheo de Raadt
2019-08-11No specific called "exec(3)", so move primary manpage to a name whichTheo de Raadt
2019-08-11Use ERR_asprintf_error_data() instead of ERR_add_error_data().Joel Sing
2019-08-11Add clock support to sxirtc(4); needed by newer Linux DTs.Mark Kettenis
2019-08-11document proc and proc-based filtersGilles Chehade
2019-08-11error if malloc fails; ok martijnTheo de Raadt
2019-08-11ugly whitespacesTheo de Raadt
2019-08-11Add battery sensors for the AXP803. A somewhat recent Linux DT is neededMark Kettenis
2019-08-11Remove unsupported GOST 2012 NIDs.Joel Sing
2019-08-11Disable DES3 since we do not currently provide DES3 keywrap.Joel Sing
2019-08-11Remove label that is now unused (due to arc4random_buf() returning void).Joel Sing
2019-08-11Fix loading of CMS error strings.Joel Sing
2019-08-11Bring back stack macros for CMS structs.Joel Sing
2019-08-11document filter chains, which is essentially a way to declare a set ofGilles Chehade
2019-08-11Provide ASN1_PKEY_CTRL_CMS_RI_TYPE.Joel Sing
2019-08-11start documenting the builtin filtersGilles Chehade
2019-08-11Typofixes in commentskn
2019-08-11no longer document that username may be omitted if equal to label, this isGilles Chehade
2019-08-11bring HISTORY sections up to OpenBSD standardsIngo Schwarze
2019-08-11sxisyscon(4)Mark Kettenis
2019-08-11rework grammar for builtin filters so i can start documenting itGilles Chehade
2019-08-11sxisyscon(4)Mark Kettenis
2019-08-11Add sxisyscon(4) a driver for the system controller found on variousMark Kettenis
2019-08-11The "phy-names" property has been dropped from the Linux device trees soMark Kettenis
2019-08-11the mta "certificate check" log line was not in the same format as otherGilles Chehade
2019-08-11Include string.h for explicit_bzero().Joel Sing
2019-08-11Expand M_ASN1_new_of and M_ASN1_free_of macros.Joel Sing
2019-08-11properly implement the "from socket" match criteria, so it is now possibleGilles Chehade
2019-08-11Use arc4random_buf() instead of RAND_bytes().Joel Sing
2019-08-11Include string.h for memcmp()/memcpy().Joel Sing
2019-08-11Use freezero() rather than OPENSSL_clear_free().Joel Sing
2019-08-11Use explicit_bzero() instead of OPENSSL_cleanse().Joel Sing
2019-08-11Use malloc(3) and free(3), rather than OPENSSL_{malloc,free}().Joel Sing