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