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