Age | Commit message (Expand) | Author |
2018-10-31 | smtp_tx_mail_from() and smtp_tx_rcpt_to() should take a const char *line | Gilles Chehade |
2018-10-31 | set a banner_sent flag in a session when banner was sent, this is noop as | Gilles Chehade |
2018-10-31 | add helper valid_smtp_response() to be used in upcoming commits | Gilles Chehade |
2018-10-31 | in rule_to_text(), use "tls" not "starttls" | Gilles Chehade |
2018-10-31 | log tls events as "tls" not "starttls" it has confused people | Gilles Chehade |
2018-10-31 | Remove extra , | Claudio Jeker |
2018-10-31 | Show the number of references hold by struct rde_aspath objects (which should | Claudio Jeker |
2018-10-31 | Remove tail queues which link peer, aspath and prefix together. These | Claudio Jeker |
2018-10-31 | Never remove the default RIBs from the RDE. | Claudio Jeker |
2018-10-31 | ifstated(8) needs to load configfile from within the main loop, but also to | Ricardo Mestre |
2018-10-30 | add missing Pf macro; ok jmc@ | anton |
2018-10-30 | ospf6d does not support reloading so its parent proc does not need | remi |
2018-10-30 | in mda.c, when reading the last line of an mda, we should never have a \n | Gilles Chehade |
2018-10-30 | typo; from bryan stenson | Jason McIntyre |
2018-10-29 | The parent process of ospfd is not supposed to write or execute files. | remi |
2018-10-29 | Replace some walkers using the aspath/prefix lists with a rib_dump walker. | Claudio Jeker |
2018-10-29 | Fix route-collector mode by allowing the RDE to disable the decision process | Claudio Jeker |
2018-10-28 | Properly handle symlinks. | Antoine Jacoutot |
2018-10-26 | If we pass `file' via args then we need to unveil(2) it with read permission, | Ricardo Mestre |
2018-10-26 | Show how much memory is used for *-sets. | Claudio Jeker |
2018-10-26 | Track the amount of memory used for sets and tries (aka anything-set) | Claudio Jeker |
2018-10-26 | I broke base images with my previous commit by missing a line. | Reyk Floeter |
2018-10-26 | Use proper type in sizeof() | Claudio Jeker |
2018-10-26 | When walking the list of ribs use continue instead of break after the | Claudio Jeker |
2018-10-26 | Unveil should work because this only opens the configuration file, | Theo de Raadt |
2018-10-25 | Calculate ASPATH_HEADER_SIZE correctly by using offsetof() instead of the | Claudio Jeker |
2018-10-24 | missing header | Gilles Chehade |
2018-10-24 | replace EFTYPE with EINVAL which is a both a better errno AND more portable | Gilles Chehade |
2018-10-24 | As per advice from claudio@, further restrict the pledge in switchctl(8). | akoshibe |
2018-10-24 | Major refactoring of the RIB handling code. Mainly change how the RIB is | Claudio Jeker |
2018-10-24 | Pass down the right nexthop to rde_dump_rib_as() so that dumping the | Claudio Jeker |
2018-10-24 | Fix qcow2 disk images for data sizes greater than 4 gigs. | ori |
2018-10-22 | The recent switch to realpath(3) for the boot string in vmd(8) broke | Alexander Bluhm |
2018-10-22 | unveil support is a bit amusing. /etc/sensorsd.conf with "r", and | Theo de Raadt |
2018-10-22 | Remove #ifdef INET6 | kn |
2018-10-22 | document that some error should happen | Marc Espie |
2018-10-22 | start erroring out based on unfilled tracker entries | Marc Espie |
2018-10-22 | Properly throttle dumping of prefixes to peers. Eventhough we got the XON/XOFF | Claudio Jeker |
2018-10-22 | Make host_*() AF-agnostic | denis |
2018-10-21 | explicitely -> explicitly | Antoine Jacoutot |
2018-10-21 | Add the ability to query a switch(4) instance via its control device. Also | akoshibe |
2018-10-21 | do not consider connect() errors as permfail in the lmtp mda | Gilles Chehade |
2018-10-20 | Sync root check from ping | kn |
2018-10-20 | remove unneccessary macros; | Jason McIntyre |
2018-10-19 | Add support to create and convert disk images from existing images | Reyk Floeter |
2018-10-19 | When calculating the fd limit before accepting a new connection also | Claudio Jeker |
2018-10-18 | unveil the required paths. "r" to inspect /dev, and "rwc" for | Theo de Raadt |
2018-10-18 | Ensure that the install media are built with a consistent set of | Christian Weisgerber |
2018-10-18 | In rde_update_queue_runner() reset eor on every loop else a spurious and | Claudio Jeker |
2018-10-18 | Remove unneeded break, there is one just after and makes the XON and XOFF | Claudio Jeker |