summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-24Make this page much more readable by deleting as much text as possibleIngo Schwarze
2018-12-24Adjust cpsw for linux 4.20 device tree changes. The location of the phyJonathan Gray
2018-12-23Add support for generating a REPEATED START on operations where we firstPatrick Wildt
2018-12-23Finally, stop abusing .Ss and .Sx to mark up macros, use .Ic insteadIngo Schwarze
2018-12-23Simplify and clarify instructions for .Ql, and deprecate .Li.Ingo Schwarze
2018-12-23remove dead codeEric Faurot
2018-12-23the tree_* and dict_* api's in smtpd can be used standalone, do not haveGilles Chehade
2018-12-23Simplify the table backend interface: lookup results are returnedEric Faurot
2018-12-23when a filter chain is only used once, no need to create a named chain, itGilles Chehade
2018-12-23when passing mail-from parameter to filters, pass the '<' '>' free versionGilles Chehade
2018-12-23Deprecate .Lp, use .Pp instead.Ingo Schwarze
2018-12-23simplify builtinsGilles Chehade
2018-12-23revive filters tracing (-T filters) to make it easier understand what isGilles Chehade
2018-12-23Add regress suite for the noperm mfs mount flag. Protection of the root vnodeMartin Natano
2018-12-23Rectify some issues with the noperm mount flag; the root vnode was notMartin Natano
2018-12-23EVP_MD_CTX_cleanup() is deprecated and doesn't free, so recommend usingTheo Buehler
2018-12-22Document EVP_PKEY_new_mac_key(3);Ingo Schwarze
2018-12-22In the TOC, close <a> before opening <ul>.Ingo Schwarze
2018-12-22syncTheo de Raadt
2018-12-22bgpctl can cause bgpd to do a lot of work (e.g. dumping all of the RIB)Claudio Jeker
2018-12-22Avoid using m_trailingspace(9) on an mbuf allocated with MGET(9) as it reliesMark Kettenis
2018-12-22introduce 'rcpt-to' builtin filter, can only be used on 'rcpt-to' hookGilles Chehade
2018-12-22introduce 'mail-from' builtin filter, can be applied on the 'mail-from',Gilles Chehade
2018-12-22introduce 'helo' builtin filter, can be used on any hook but 'connect'Gilles Chehade
2018-12-22remove lka_filter_response() which is no longer used, and reshuffle a bitGilles Chehade
2018-12-22simplify filter_protocol / filter_protocol_next by factoring codeGilles Chehade
2018-12-22simplify filter_data() and filter_data_next() by factoring logicGilles Chehade
2018-12-22Add support for R_MIPS_PC32 relocation. It is needed for linking codeVisa Hankala
2018-12-22tree_xget() -> tree_get()Gilles Chehade
2018-12-22reuse existing tokens for builtin filter names to avoid creating too manyGilles Chehade
2018-12-22introduce new matching criteria 'from rdns' to match sessions based on rDNSGilles Chehade
2018-12-22remove spaceGilles Chehade
2018-12-22Delete irrelevant HISTORY details. Simply use BN_rand(3); thereIngo Schwarze
2011-04-24Here comes the easter bunnytils 2.17 (the last version released against aMiod Vallat
2018-12-21The wrong header file was given for EVP_PKEY_CTX_set_signature_md(3).Ingo Schwarze
2018-12-21Document the ECDSA_SIG_new(3) return value.Ingo Schwarze
2018-12-21Clarify behaviour of DH_get0_pqg(3) and DH_get0_key(3) with NULL arguments;Ingo Schwarze
2018-12-21grammar and style fixes from wesinator at githubIngo Schwarze
2018-12-21since we already support regex lookups in tables for builtin filters, let'sGilles Chehade
2018-12-21do not tree_xget() sessions in filter_protocol_next(), filter_data_next() &Gilles Chehade
2018-12-21Since OpenBSD 6.1, BN_pseudo_rand*(3) does the same as BN_rand*(3).Ingo Schwarze
2018-12-21Mention that some functions call BN_GENCB_call(3) with a secondIngo Schwarze
2018-12-21- make the proc filter fd non-blockingGilles Chehade
2018-12-21in lka_filter_init(), split into two passes, one to deal with filters thenGilles Chehade
2018-12-21use ss_src in src builtin filtersGilles Chehade
2018-12-21implement some additional builtin filters:Gilles Chehade
2018-12-21Rename mandoc_getarg() to roff_getarg() and pass it the roff parserIngo Schwarze
2018-12-21start simplifying log lines, they're no longer intended to be parseable, weGilles Chehade
2018-12-21Remove outdated instruction.Visa Hankala
2018-12-21bring in new grammar for filters, allowing filter chains and plugging ofGilles Chehade