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