summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2019-01-08With the change to httpd the workflow got much simpler.Florian Obser
2019-01-08Allow httpd(8) to start when TLS is configured but a cert is not yetFlorian Obser
2019-01-08The child processes of snmpd(8) did not detach from the terminal.Alexander Bluhm
2019-01-08Remove missleading and outdated examples from man page.Florian Obser
2019-01-07log dns failures, even if temporary. ok bennoTed Unangst
2019-01-07Make the output fit in 80 chars when a serial number is printed.Martin Pieuchot
2019-01-07add inteldrm for fw_updateStuart Henderson
2019-01-06after much wrangling over what might be an improved example,Ted Unangst
2019-01-05Correctly account for the memory allocated when creating a set.Claudio Jeker
2019-01-05we assumed that there was no such thing as an "mda session" so the logsGilles Chehade
2019-01-05revert this change, it was committed by accidentGilles Chehade
2019-01-05introduce smtp 'timeout' reporting event to notify filters that a timeoutGilles Chehade
2019-01-05move the DATA bytes accounting a bit earlier so that we don't have to dealGilles Chehade
2019-01-03be less verbose on resolver "errors", only log_warnx() real errors and notGilles Chehade
2019-01-03do not strip dot-escaping when sending to filters, dot-escape is removed onGilles Chehade
2019-01-03Add snmpv3 support.Martijn van Duren
2019-01-02Detect and remove routes in the kernel routing table with priorityremi
2019-01-02Send a router LSA update when an interface was removed.remi
2019-01-02minor tweaks;Jason McIntyre
2018-12-31Add config option fib-priority to set a custom prio for routes ripdremi
2018-12-31A bad uid range on the command line should be a fatal error.Todd C. Miller
2018-12-31unbreak tree; found the hard way by ottoFlorian Obser
2018-12-30Delete unnecessary <libgen.h> #includesPhilip Guenther
2018-12-30add support for IPv6 VPN routesdenis
2018-12-30remove unused F_ANN_DYNAMIC/F_PREFIX_ANNOUNCED handling in network_delete()Sebastian Benoit
2018-12-29Add config option fib-priority to set a custom prio for routes ospf6dremi
2018-12-28move kroute_find() call laterdenis
2018-12-28Add config option fib-priority to set a custom prio for routes ospfdremi
2018-12-28introduce table_dump() and tweak formatEric Faurot
2018-12-28set conf.capabilities.mp to 0 by defaultdenis
2018-12-28type static tables on the fly when the first element is addedEric Faurot
2018-12-28simplify codeEric Faurot
2018-12-28report right function name in error messagedenis
2018-12-28zap unused codeEric Faurot
2018-12-28print well-known SAFI name instead of valuedenis
2018-12-28remove the tag workaround for table_create() and table_find(),Eric Faurot
2018-12-28rename smtp_session's hostname field to rdns, to make it clear what itGilles Chehade
2018-12-28remove unused members in struct tableEric Faurot
2018-12-28fix logging of list entriesEric Faurot
2018-12-28use private data structure for managing static table contentEric Faurot
2018-12-28move the smtp_mailaddr() calls _before_ filters indirection as filters MUSTGilles Chehade
2018-12-27Check if a control socket or address is already in use befor using it.remi
2018-12-27When netbooting a vm using the `-B net' option, set the hostname DHCPanton
2018-12-27remove unused fileEric Faurot
2018-12-27fifo isn't really the right data structure for varying expirations.Ted Unangst
2018-12-27extract subaddress from last resolved node, not from dest or rcpt addressGilles Chehade
2018-12-27table_fetch() always expect a valid dst pointer.Eric Faurot
2018-12-27move the iterator variable in the private handle.Eric Faurot
2018-12-27introduce dump() and add() table methods, only implemented for static tables.Eric Faurot
2018-12-27remove dead code, we will only support ramstat stat backendGilles Chehade