Age | Commit message (Expand) | Author |
2004-01-02 | SEE ALSO after FILES; | Jason McIntyre |
2004-01-02 | umask setting and unlink before bind() the unix socket, chmod and umask | Henning Brauer |
2004-01-02 | connect bgpctl | Henning Brauer |
2004-01-02 | move the socket name #define to bgpd.h and get rid of bgpdctl* | Henning Brauer |
2004-01-02 | bring back bgpctl | Henning Brauer |
2004-01-02 | no, not there | Theo de Raadt |
2004-01-02 | mark a few numbers U to please compilers; henning ok | Theo de Raadt |
2004-01-02 | do not , after last element in an enum | Theo de Raadt |
2004-01-02 | no nested subdirs like this, henning did not discuss | Theo de Raadt |
2004-01-02 | compile like it used to | Theo de Raadt |
2004-01-02 | disable bgpd | Theo de Raadt |
2004-01-01 | add bgpdctl | Henning Brauer |
2004-01-01 | add bgpdctl | Henning Brauer |
2004-01-01 | prepare for bgpdctl | Henning Brauer |
2004-01-01 | listen on a AF_LOCAL socket for imsgs too. | Henning Brauer |
2004-01-01 | typo | Henning Brauer |
2004-01-01 | now that imsg_get uses bigger buffers, one read call can put more than one | Henning Brauer |
2004-01-01 | conf -> mconf | Henning Brauer |
2004-01-01 | post-INSTALL script falling -> record installation as a borked package | Marc Espie |
2003-12-31 | Many improvements to the handling of interfaces in PF. | Cedric Berger |
2003-12-30 | correctly free after buf_add/_close errs. | Henning Brauer |
2003-12-30 | small logic error in session_open/_keepalive/_notification (yes, the same in | Henning Brauer |
2003-12-30 | missing free()s in error cases that (now) lead to program termination | Henning Brauer |
2003-12-30 | we should not access ressources in a peer strcut 2 lines after we | Henning Brauer |
2003-12-30 | missing free()s; From: Patrick Latifi <pat@eyeo.org> | Henning Brauer |
2003-12-30 | no empty default: cases in switch, gcc3 complaints via espie@ | Henning Brauer |
2003-12-30 | typos from david | Henning Brauer |
2003-12-29 | delint | Theo de Raadt |
2003-12-29 | spacing | Theo de Raadt |
2003-12-29 | convert from select() to poll() for main event loop; tested millert@, deraadt@ | Damien Miller |
2003-12-29 | updates for openssl gen{d,r}sa: | Jason McIntyre |
2003-12-29 | similar to pr 3614, but simplified diff. reduce 500-byte limit on identifiers; | Theo de Raadt |
2003-12-28 | Unbreak tree by using correct PFSYNC_ACT_UREQ #define. | Ryan Thomas McBride |
2003-12-28 | Add a new PFSYNC_ACT_UREQ message type. | Ryan Thomas McBride |
2003-12-28 | typo in comment | Henning Brauer |
2003-12-28 | redo the imsg readers to use bigger buffers and less read(2)s. should increase | Henning Brauer |
2003-12-27 | bgpid -> router-id | Henning Brauer |
2003-12-27 | Zero out the pf_state struct before filling it with data from the | Ryan Thomas McBride |
2003-12-27 | style | Henning Brauer |
2003-12-27 | consider the defualt route in kroute_match as well. it is a special case. | Henning Brauer |
2003-12-27 | fix thinko | Henning Brauer |
2003-12-27 | move the fib couple/decouple to the config merge where it belongs | Henning Brauer |
2003-12-27 | "no fib-update" -> "fib-update [yes|no]" | Henning Brauer |
2003-12-27 | few fatal()s should really be fatalx() | Henning Brauer |
2003-12-27 | keep a copy of the fd locally instead of passing it around all time | Henning Brauer |
2003-12-27 | on reconfigure, check wether the "no fib-update" statement presence/absence | Henning Brauer |
2003-12-27 | provide kroute_fib_couple and _decouple, pumping all bgp routes from the | Henning Brauer |
2003-12-27 | implement "no fib-update" much cooler | Henning Brauer |
2003-12-27 | do not print NULL nexthop (e.g. from a withdrawn route) | Jakob Schlyter |
2003-12-27 | when a static route is deleted on that a nexthop depends, we re-check | Henning Brauer |