Age | Commit message (Expand) | Author |
2018-11-05 | Fixup the case where an mbuf cluster is used. Correctly offset the data to | Claudio Jeker |
2018-11-05 | aligned_alloc bump | Otto Moerbeek |
2018-11-05 | Implement C11's aligned_alloc(3). ok guenther@ | Otto Moerbeek |
2018-11-05 | mark up AUTHORS; from raf czlonka | Jason McIntyre |
2018-11-05 | F_RIB_HASNOFIB is defined, let's use it | denis |
2018-11-05 | Clean up the code that checks if we can choose an EC cipher suite. | Joel Sing |
2018-11-05 | Consolidate all of the SSL method structs/functions into a single file. | Joel Sing |
2018-11-05 | Mop up ecdh_tmp, since it is no longer used. | Joel Sing |
2018-11-05 | Be stricter with TLS configuration for ntpd constraints. | Joel Sing |
2018-11-04 | Define OPENSSL_NO_ASYNC - our libcryptosink does not have built in async | Joel Sing |
2018-11-04 | Update the opensslfeatures.h to include all of the OPENSSL_NO_* flags that | Joel Sing |
2018-11-04 | The change of the sb_mbmax calculation in sbreserve() broke setting | Alexander Bluhm |
2018-11-04 | add missing NET_RT_TABLE | denis |
2018-11-04 | Kill obsolete comment about the constraints imposed by the need to | Kenneth R Westerback |
2018-11-04 | Reformat and sort the OPENSSL_NO_* defines. | Joel Sing |
2018-11-04 | No names in function prototypes. Spaces after commas in | Kenneth R Westerback |
2018-11-04 | Graceful BGP Session Shutdown is a real RFC, add it to the list. | Claudio Jeker |
2018-11-04 | Introduce a real Adj-RIB-Out. At the same time remove the update_rib | Claudio Jeker |
2018-11-04 | some tweaks from raf czlonka, plus one more from me; | Jason McIntyre |
2018-11-04 | Pledge ripe and rde. | remi |
2018-11-04 | isalpha(3) requires an unsigned char value (or -1). | Philip Guenther |
2018-11-04 | lstmatch() expects a list of strings separated by \0 and terminated | Alexander Bluhm |
2018-11-03 | No need to say 'restarting' twice when LLADDR is modified. Log "LLADDR | Kenneth R Westerback |
2018-11-03 | hostnames are case-sensitive of course... | Gilles Chehade |
2018-11-03 | we no longer need smtpf_session.c | Gilles Chehade |
2018-11-03 | s->filter_phase and s->filter_param must be assigned earlier | Gilles Chehade |
2018-11-03 | only apply filter rules to filtered interfaces | Gilles Chehade |
2018-11-03 | check-rdns builtin filter, to be improved | Gilles Chehade |
2018-11-03 | bring plumbing for proc filters | Gilles Chehade |
2018-11-03 | bring plumbing for builtin filters | Gilles Chehade |
2018-11-03 | cleanup flock regress: | anton |
2018-11-03 | For correctness, do not read struct servent if getservbyname_r() failed. | Eric Faurot |
2018-11-03 | remove log_debug | Gilles Chehade |
2018-11-02 | Revert previous, it broke my Anker USB device | Joshua Stein |
2018-11-02 | report rDNS in link connect event | Gilles Chehade |
2018-11-02 | smtp_report_link_connect() should be called from smtp_connected() | Gilles Chehade |
2018-11-02 | when reporting smtp-in link-connect event, report src and dest port too | Gilles Chehade |
2018-11-02 | pass struct sockaddr_storage instead of ss_to_text() in reporting | Gilles Chehade |
2018-11-02 | When reacting to SIGHUP, i.e. trying to restart, ignore incoming | Kenneth R Westerback |
2018-11-02 | report connection event earlier | Gilles Chehade |
2018-11-02 | in-smtp -> smtp-in in reporting protocol | Gilles Chehade |
2018-11-02 | Remove 'reused group key update received' printfs. | Stefan Sperling |
2018-11-02 | add REG_NOSUB to flags in regcompile | Gilles Chehade |
2018-11-02 | move X509_get0_serialNumber where it belongs | Theo Buehler |
2018-11-02 | Accept numeric user IDs | kn |
2018-11-02 | Prefer user names over numeric user IDs | kn |
2018-11-02 | Remove unnecessary if/else block, both branches are identical. We can | Frederic Cambus |
2018-11-02 | help landry | Marc Espie |
2018-11-02 | ld.so's malloc has no runtime option processing, so remove the | Otto Moerbeek |
2018-11-02 | make debug flags continuous | anton |