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