Age | Commit message (Expand) | Author |
2018-02-10 | Follow rfc8277 more closely and make make sure bgpd is encoding VPNv4 | Claudio Jeker |
2018-02-10 | claudio noted that this is an else case because we have either a | Sebastian Benoit |
2018-02-10 | Add prefix-sets, lists of prefixes which can be used in place of a | Sebastian Benoit |
2018-02-09 | Style tweaks | Jeremie Courreges-Anglas |
2018-02-09 | isolate calls to the rfc2822 parser and handling of "." in smtp_dataline() | Eric Faurot |
2018-02-09 | use ether_tryprint, which looks inside the ether packet. | David Gwynne |
2018-02-09 | Clear the dr and bdr fields of a neighbor when it goes down. | Claudio Jeker |
2018-02-09 | Simplify logic a bit by moving a block. nbr_stop_itimer() does not use | Claudio Jeker |
2018-02-09 | it turns out the wccp header is optional | David Gwynne |
2018-02-08 | have a go at decoding cisco wccp gre packets, and let them fall into IP. | David Gwynne |
2018-02-08 | ospf6d mostly only cares about AF_INET6 routes | Sebastian Benoit |
2018-02-08 | Kill ber.c support for direct fd read/writes | Jeremie Courreges-Anglas |
2018-02-08 | recognise gre proto 0 as a "keep alive" packet | David Gwynne |
2018-02-08 | Bump the read sockbuf of the routing socket to 2MB, may help reduce some of | Claudio Jeker |
2018-02-08 | Bump the read sockbuf of the routing socket to 2MB, may help reduce some of | Claudio Jeker |
2018-02-07 | Markup SIGHUP. | anton |
2018-02-07 | prepare for session files | Marc Espie |
2018-02-07 | prepare for session saving by separating the pkgfetch code. | Marc Espie |
2018-02-07 | shorten the output for gre keys. | David Gwynne |
2018-02-07 | clarify a bit about config | Ted Unangst |
2018-02-07 | NAME_MAX is the length of the thing between / / in a path *without* | Florian Obser |
2018-02-07 | remove the magic dns port hijacking feature. it's complicated and | Ted Unangst |
2018-02-07 | update to unbound 1.6.8, testing millert, OK sthen | Florian Obser |
2018-02-07 | Add plumbing inside of the prefix handling to put prefixes on either the | Claudio Jeker |
2018-02-06 | when we get SIGHUP, close conffd so it's reopened (and rewound). | Ted Unangst |
2018-02-06 | avoid not working if redirected to another urlscheme | Marc Espie |
2018-02-06 | syslog cdns redirect, as suggested by sthen@ | Marc Espie |
2018-02-06 | refactor the "Signature" code for later | Marc Espie |
2018-02-06 | move malloc check up so that it actually works. | Florian Obser |
2018-02-06 | kill dead code | Florian Obser |
2018-02-06 | output the data part of LCP Echo-Request and Echo-Reply packets. | David Gwynne |
2018-02-06 | rework ppp, pptp, and gre parsing. | David Gwynne |
2018-02-06 | chdir to the target directory, run make there and fchdir back after. | Henning Brauer |
2018-02-05 | Switch a few lists to tailqs. Mainly the prefix list per aspath needs | Claudio Jeker |
2018-02-05 | simplify macros, and avoid some arg splitting; | Jason McIntyre |
2018-02-05 | Introduce "depend on". This allows ospfd to set the metric dependent | remi |
2018-02-05 | remove unused function prototype | Mike Larkin |
2018-02-05 | Change struct prefix a bit. Make the aspath pointer opaque and remove the | Claudio Jeker |
2018-02-05 | Pass a FILE * instead of a file descriptor into load_user() and | Todd C. Miller |
2018-02-05 | Add a comment why it is OK to set the tableid to 0 for Adj-RIB-In/Out. | Claudio Jeker |
2018-02-05 | prefix check must be last because the prefixlen check does an immediate return. | Claudio Jeker |
2018-02-04 | Clenaup RIB handling in the RDE. Introduce some defines for Adj-RIB-In and | Claudio Jeker |
2018-02-03 | Simple USBPcap parser for tcpdump(8). Raw dumps can be nicely analysed | Martin Pieuchot |
2018-02-03 | regen | Florian Obser |
2018-02-03 | Update nsd to 4.1.19. | Florian Obser |
2018-02-02 | convert the remaining examples to full sentences; | Jason McIntyre |
2018-02-01 | vmd: fix vioscsi dump and restore | pd |
2018-02-01 | Add an example on how to log messages coming from a given host to a | Landry Breuil |
2018-01-30 | regroup some commands in a more logical way; | Jason McIntyre |
2018-01-30 | don't reject smtp responses containing non-printable chars as long | Eric Faurot |