Age | Commit message (Expand) | Author |
2004-01-04 | cope with poll error | Henning Brauer |
2004-01-04 | show da timers | Henning Brauer |
2004-01-04 | gcc3 doesn't like varargs, it was found that the varargs.h inclusion is | Dale Rahn |
2004-01-04 | split the dispatch_imsg function into twom one per pipe. | Henning Brauer |
2004-01-04 | show message statistics in the "show neighbor" view | Henning Brauer |
2004-01-04 | err, on receival of keepalives increase the keepalive counter, not the update | Henning Brauer |
2004-01-04 | keep seperate message counters for open/update/keepalive/notification | Henning Brauer |
2004-01-04 | new command "reload" | Henning Brauer |
2004-01-04 | -new imsg CTL_RELOAD | Henning Brauer |
2004-01-04 | catch up | Henning Brauer |
2004-01-04 | allow "show neighbor" to be limited to one specific neighbor | Henning Brauer |
2004-01-04 | re-org some parts; grudging ok from jmc | Theo de Raadt |
2004-01-04 | knf and lint | Theo de Raadt |
2004-01-04 | spacing | Theo de Raadt |
2004-01-04 | add infrastructure for command line parsing | Henning Brauer |
2004-01-04 | in the SE, keep the remote router-id in network byte order, just like | Henning Brauer |
2004-01-04 | +syslogc | Damien Miller |
2004-01-04 | syslogc - client to read memory buffered logs from syslogd; | Damien Miller |
2004-01-04 | Buffered logging for syslogd. Logs may be stored in memory buffers and | Damien Miller |
2004-01-04 | print time since last up/down ninely | Henning Brauer |
2004-01-04 | share statenames | Henning Brauer |
2004-01-04 | Wall and spacing, I am hunting bugs | Theo de Raadt |
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 |