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