summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2018-02-08recognise gre proto 0 as a "keep alive" packetDavid Gwynne
2018-02-08Bump the read sockbuf of the routing socket to 2MB, may help reduce some ofClaudio Jeker
2018-02-08Bump the read sockbuf of the routing socket to 2MB, may help reduce some ofClaudio Jeker
2018-02-07Markup SIGHUP.anton
2018-02-07prepare for session filesMarc Espie
2018-02-07prepare for session saving by separating the pkgfetch code.Marc Espie
2018-02-07shorten the output for gre keys.David Gwynne
2018-02-07clarify a bit about configTed Unangst
2018-02-07NAME_MAX is the length of the thing between / / in a path *without*Florian Obser
2018-02-07remove the magic dns port hijacking feature. it's complicated andTed Unangst
2018-02-07update to unbound 1.6.8, testing millert, OK sthenFlorian Obser
2018-02-07Add plumbing inside of the prefix handling to put prefixes on either theClaudio Jeker
2018-02-06when we get SIGHUP, close conffd so it's reopened (and rewound).Ted Unangst
2018-02-06avoid not working if redirected to another urlschemeMarc Espie
2018-02-06syslog cdns redirect, as suggested by sthen@Marc Espie
2018-02-06refactor the "Signature" code for laterMarc Espie
2018-02-06move malloc check up so that it actually works.Florian Obser
2018-02-06kill dead codeFlorian Obser
2018-02-06output the data part of LCP Echo-Request and Echo-Reply packets.David Gwynne
2018-02-06rework ppp, pptp, and gre parsing.David Gwynne
2018-02-06chdir to the target directory, run make there and fchdir back after.Henning Brauer
2018-02-05Switch a few lists to tailqs. Mainly the prefix list per aspath needsClaudio Jeker
2018-02-05simplify macros, and avoid some arg splitting;Jason McIntyre
2018-02-05Introduce "depend on". This allows ospfd to set the metric dependentremi
2018-02-05remove unused function prototypeMike Larkin
2018-02-05Change struct prefix a bit. Make the aspath pointer opaque and remove theClaudio Jeker
2018-02-05Pass a FILE * instead of a file descriptor into load_user() andTodd C. Miller
2018-02-05Add a comment why it is OK to set the tableid to 0 for Adj-RIB-In/Out.Claudio Jeker
2018-02-05prefix check must be last because the prefixlen check does an immediate return.Claudio Jeker
2018-02-04Clenaup RIB handling in the RDE. Introduce some defines for Adj-RIB-In andClaudio Jeker
2018-02-03Simple USBPcap parser for tcpdump(8). Raw dumps can be nicely analysedMartin Pieuchot
2018-02-03regenFlorian Obser
2018-02-03Update nsd to 4.1.19.Florian Obser
2018-02-02convert the remaining examples to full sentences;Jason McIntyre
2018-02-01vmd: fix vioscsi dump and restorepd
2018-02-01Add an example on how to log messages coming from a given host to aLandry Breuil
2018-01-30regroup some commands in a more logical way;Jason McIntyre
2018-01-30don't reject smtp responses containing non-printable chars as longEric Faurot
2018-01-27Add missing `l' prefix to linker flag and markup SIGHUP; ok jmc@anton
2018-01-27Avoid passing NULL to vprintf() by assigning a name to client processes. Whileanton
2018-01-26Handle the transfer size option when faking up /etc/random.seed.Christian Weisgerber
2018-01-26allow unpriviledged user to run "encrypt" and "spf walk"Eric Faurot
2018-01-26Fix Failure on Startccardenas
2018-01-24add the glue to generate future libset, which are currently 100% unusedMarc Espie
2018-01-24Log some more errors in the ca code, since there seems to be still a bugClaudio Jeker
2018-01-22Add support for 'a:' and 'exists:' mechanisms.Okan Demirmen
2018-01-20Improve the config example.Marco Pfatschbacher
2018-01-20Fix uninitialized variable.rob
2018-01-20oops, no chomp, so get rid of the extra blank line by using printMarc Espie
2018-01-19VMD: vioscsi - fix large ISO support in Linuxccardenas