Age | Commit message (Collapse) | 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 | |
unnecessary for these files, delete. ok espie@ | |||
2004-01-04 | split the dispatch_imsg function into twom one per pipe. | Henning Brauer | |
with the amount of different msgs the RDE is handling the checks wether a msg was received on the "wrong" pipe make things less clear. also remove some outdated comments | |||
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 | |
counter... | |||
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 | |
-upong receival in the SE forward to parent -make sending messages from SE to parent work for that (was not required before) -parent reacts to that just like a SIGHUP, reread config file | |||
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 | |
to test that i had to add a "show neighbor" view... | |||
2004-01-04 | in the SE, keep the remote router-id in network byte order, just like | Henning Brauer | |
every other IP address in the RDE, transform in into host byte order upon receival | |||
2004-01-04 | +syslogc | Damien Miller | |
2004-01-04 | syslogc - client to read memory buffered logs from syslogd; | Damien Miller | |
manpage nits jmc@, fixes jose@; ok deraadt@ | |||
2004-01-04 | Buffered logging for syslogd. Logs may be stored in memory buffers and | Damien Miller | |
extracted using a small client. Useful for diskless systems. much feedback from deraadt@, canacar@, jmc@, jakob@ ; ok deraadt@ | |||
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 | |
that need it include that | |||
2004-01-03 | decouple the peer list from bgpd_config. | Henning Brauer | |
so many parts of bgpd are not at all interested in the session specific peer structs... allows for some further cleaning | |||
2004-01-03 | Replace bogus use of fgetln() (which doesn't NUL-terminate strings) | Todd C. Miller | |
with fgets() (which does). Using fgetln() doesn't make a huge amount of sense since passwd entries are required to be short and mustn't contain NULs. This also fixes a bus error on sparc64 (caused by passing a pointer to an int when a pointer to size_t was expected) found by pvalchev@. Tested and OK pvalchev@ | |||
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 | |
that means that the callers can (and must) coope with closed connections themselves, what is exactly the desired behaviour. | |||
2004-01-03 | there is no guarantee we get all we wan with a single read(), so we | Henning Brauer | |
have to do the imsg_read in a loop as well. | |||
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 | |
cleanup code. from kame | |||
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 | |
restore afterwards help & ok theo | |||
2004-01-02 | connect bgpctl | Henning Brauer | |
ok theo | |||
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 | |
ok and help theo | |||
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 | |