Age | Commit message (Expand) | Author |
2018-11-05 | Introduce bn_rand_interval() that allows specifying an interval [a, b) | Theo Buehler |
2018-11-05 | Eliminate a few "} else" branches, a few unneeded NULL checks before | Theo Buehler |
2018-11-05 | Remove two unnecessary BN_FLG_CONSTTIME dances: BN_mod_exp_ct() already | Theo Buehler |
2018-11-05 | Improve the filters for scrolling. | Ulf Brosziewski |
2018-11-05 | In icmp_input_if() m_pullup up the maximum size of required data at the start. | Claudio Jeker |
2018-11-05 | Consider the size of IP header when doing the ICMP length overflow | Alexander Bluhm |
2018-11-05 | Rename the TLS Supported Elliptic Curves extension to Supported Groups. | Joel Sing |
2018-11-05 | Rework the TLS extension handling code to improve readability/flexibility, | Joel Sing |
2018-11-05 | Implement coordinate blinding for EC_POINT. | Theo Buehler |
2018-11-05 | trace struct flock; ok visa@ | anton |
2018-11-05 | document new target gen | Marc Espie |
2018-11-05 | sync | Stuart Henderson |
2018-11-05 | Fix kernel build without serial console | kn |
2018-11-05 | snmpd(8)'s main process needs to open the config file and /dev/pf both with | Ricardo Mestre |
2018-11-05 | Mention aligned_alloc(), prompted by Brad; ok jmc@ | Otto Moerbeek |
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 |