Age | Commit message (Expand) | Author |
2018-12-12 | add commented-out "val-log-level: 2" next to the uncommentable line to | Stuart Henderson |
2018-12-12 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-12 | remove unused prototypes | Gilles Chehade |
2018-12-12 | add tx-data reporting event | Gilles Chehade |
2018-12-12 | Simplify mbzero() by using mem_write with a NULL buf which does zero out | Claudio Jeker |
2018-12-12 | Set the com speed to 115200 like we do in our bootloader when using SeaBIOS. | Claudio Jeker |
2018-12-12 | zap trailing whitespace; | Jason McIntyre |
2018-12-12 | some pcap_setdirection details; from jan stary | Jason McIntyre |
2018-12-12 | allow reading from stdin with -f -. | Ted Unangst |
2018-12-12 | document show-indexed | Marc Espie |
2018-12-12 | Various cleanups: | Martin Pieuchot |
2018-12-12 | free(9) sizes for sysv shm. | Martin Pieuchot |
2018-12-12 | free(9) sizes for SVID semaphores. | Martin Pieuchot |
2018-12-12 | +nettle-bug now that the fix has been committed | Marc Espie |
2018-12-12 | even when there's no update needed, respect dependency chain order. | Marc Espie |
2018-12-12 | moving handles to kept means they're not affected by complete_set, which | Marc Espie |
2018-12-12 | upon MAIL or RCPT errors, only trigger report_smtp_tx_{mail,rcpt} events if | Gilles Chehade |
2018-12-12 | Enable the rules doing more than one match at a time. This works since a while. | Claudio Jeker |
2018-12-12 | Make kcov MP-safe. Calling the injected tracing function | anton |
2018-12-12 | allow ethernet interfaces to provide a custom if_output routine. | David Gwynne |
2018-12-11 | Fix regress test. The rule optimizer changes output since all the | Claudio Jeker |
2018-12-11 | add optional per-cpu counters for interface stats. | David Gwynne |
2018-12-11 | the world is not ready for dnssec enabled by default | Florian Obser |
2018-12-11 | Flip snprintf(3) error check to align it with the man page example. | Alexander Bluhm |
2018-12-11 | Convert some variables with non-negative values to unsigned type | Alexander Bluhm |
2018-12-11 | Add PN_XNUM support to libbfd so objdump and gdb can handle core | Philip Guenther |
2018-12-11 | add a non regression test that triggers the nettle bug | Marc Espie |
2018-12-11 | remove filter action "rewrite" can only be done from a proc filter | Gilles Chehade |
2018-12-11 | merge 1.8.3 | Stuart Henderson |
2018-12-11 | Fix dns64 allocation in wrong region for returned internal queries. | Stuart Henderson |
2018-12-11 | do some imsg renaming to make them more clear | Gilles Chehade |
2018-12-11 | remove unused imsg names | Gilles Chehade |
2018-12-11 | these files are no longer used | Gilles Chehade |
2018-12-11 | factor smtp-in and smtp-out reporting code | Gilles Chehade |
2018-12-11 | report filter responses to smtp | Gilles Chehade |
2018-12-11 | fix previous | Eric Faurot |
2018-12-11 | style | Marc Espie |
2018-12-11 | bgpctl can no long reuse the aspath_match function from bgpd so move the | Claudio Jeker |
2018-12-11 | Refactor aspath code a bit. Move cached source_as (for origin validation) | Claudio Jeker |
2018-12-11 | generate an event when a helo name identifies a link | Gilles Chehade |
2018-12-11 | remove unnecessary calls to getsockname() | Eric Faurot |
2018-12-11 | Extend vmctl start -B argument to work for disk, cdrom and net. | Claudio Jeker |
2018-12-11 | Improve the cert_*() interface. Use the return value to tell whether | Eric Faurot |
2018-12-11 | teach libtool to build shared libraries with a soname | Sebastien Marie |
2018-12-11 | provide ifq_is_priq, mostly so things can tell if hfsc is in effect or not. | David Gwynne |
2018-12-11 | use ifq_hdatalen for handling the FIONREAD ioctl | David Gwynne |
2018-12-11 | document ifq_hdatalen() | David Gwynne |
2018-12-11 | add ifq_hdatalen for getting the size of the packet at the head of an ifq | David Gwynne |
2018-12-11 | split ether_output into resolution, encapsulation, and output functions | David Gwynne |
2018-12-10 | When forwarding IPv6 packets, generated ICMP6 packets used the | Alexander Bluhm |