Age | Commit message (Expand) | Author |
2004-01-04 | zap unused variable; ok mcbride | Peter Valchev |
2004-01-03 | keep track of last session up/down and last successfull read | Henning Brauer |
2004-01-03 | print message counters | Henning Brauer |
2004-01-03 | add message counters | Henning Brauer |
2004-01-03 | #include session.h | Henning Brauer |
2004-01-03 | move some session specific stuff to session.h and make the few files | Henning Brauer |
2004-01-03 | decouple the peer list from bgpd_config. | Henning Brauer |
2004-01-03 | Replace bogus use of fgetln() (which doesn't NUL-terminate strings) | Todd C. Miller |
2004-01-03 | we'll have more than one view one day, strutural prepare for that | Henning Brauer |
2004-01-03 | factor out the printing stuff and format nicer as well | Henning Brauer |
2004-01-03 | cope with changed imsg_read semantics | Henning Brauer |
2004-01-03 | change imsg_read semantics so that the number of bytes read is returned. | Henning Brauer |
2004-01-03 | there is no guarantee we get all we wan with a single read(), so we | Henning Brauer |
2004-01-03 | send an imsg as list end indicator | Henning Brauer |
2004-01-03 | fix umask, noticed by theo | Henning Brauer |
2004-01-03 | do not create pid file. it was just for debugging and there was no proper | Jun-ichiro itojun Hagino |
2004-01-02 | factor out dump.c from rtsol by -DSMALL | Jun-ichiro itojun Hagino |
2004-01-02 | unifdef for readability. req'ed by deraadt | Jun-ichiro itojun Hagino |
2004-01-02 | whitespace | Jun-ichiro itojun Hagino |
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 |