Age | Commit message (Expand) | Author |
2004-04-25 | do not kill cloned neighbors on reload, claudio ok | Henning Brauer |
2004-04-25 | add "neighbor cloning", allowing you to specify a prefix and prefixlength | Henning Brauer |
2004-04-24 | make failure in setting up the listeners non-fatal. should make bgpd work | Henning Brauer |
2004-04-24 | some rather boring windows talk at cansecwest made me hack initial support | Henning Brauer |
2004-04-16 | let getpeerbyip work for both v4 and v6 | Henning Brauer |
2004-04-16 | make log_conn_attempt work in an address family independent matter | Henning Brauer |
2004-04-13 | parse the BGP Multiprotocol Extensions (RFC 2858) capabilities and store in | Henning Brauer |
2004-03-20 | comment spelling fixes; ok henning@ | David Krause |
2004-03-18 | when we are in state CONNECT, i. e. we have a half-open tcp connection | Henning Brauer |
2004-03-16 | delay creating the control socket until after forking, but before chroot | Henning Brauer |
2004-03-15 | properly check chdir success after chroot() and tweak err msgs a little, | Henning Brauer |
2004-03-12 | not debugging any more | Henning Brauer |
2004-03-11 | Free unneeded mrt lists in SE and on exit. OK henning@ | Claudio Jeker |
2004-03-10 | pass a pointer to the network list as well to session_main so we can free() | Henning Brauer |
2004-03-10 | while walking the peer list on shutdown free the peer structs | Henning Brauer |
2004-03-10 | pass a pointer to the filter rule list to session_main() so we can free() | Henning Brauer |
2004-03-10 | when we exit try to write out what is left in the msg buffers for the imsg | Henning Brauer |
2004-03-10 | remove unused function | Henning Brauer |
2004-03-10 | implement framework to announce capabilities in the open messages we send. | Henning Brauer |
2004-03-05 | huch, remove a debug message | Henning Brauer |
2004-03-05 | add a parser for the capability announcements using the OPEN message as per | Henning Brauer |
2004-03-05 | improve logging when we are unhappy with an OPEN message, claudio ok | Henning Brauer |
2004-03-05 | let parse_open() call change_state() on error itself, so that after sending | Henning Brauer |
2004-03-05 | implement a parser for the optional attributes in OPEN messages and properly | Henning Brauer |
2004-03-05 | when a session that had a tcp connection established is pushed back to IDLE, | Henning Brauer |
2004-02-26 | show rib infrastructure. At least full dumps and per as dumps. Per prefix | Claudio Jeker |
2004-02-25 | Rewrite some parts of the mrt dump handling. It is no longer possible to | Claudio Jeker |
2004-02-21 | keep O_NONBLOCK after teh tcp sessions are established, claudio ok | Henning Brauer |
2004-02-18 | fix thinko in the revents & (POLLIN|POLLOUT) case | Henning Brauer |
2004-02-17 | improve logging on connection open fail | Henning Brauer |
2004-02-17 | init wbuf.sock too in init_peer() | Henning Brauer |
2004-02-17 | bit better err msgs after buf_close (which can't fail anyway actually) | Henning Brauer |
2004-02-17 | check for EAGAIN after read | Henning Brauer |
2004-02-17 | two more returns; open msg counter might have gotten increased too much | Henning Brauer |
2004-02-17 | On write error return and do not try to make a read. OK henning@ | Claudio Jeker |
2004-02-17 | init len for getsockname and getpeername, found and ok claudio | Henning Brauer |
2004-02-16 | superfluous tabs | Claudio Jeker |
2004-02-16 | Make the path attribute handling more RFC conformant. Also move the | Claudio Jeker |
2004-02-02 | 2 missing returns in error pathes | Henning Brauer |
2004-02-01 | put v6 cruft into session_up() while beeing there... claudio ok | Henning Brauer |
2004-01-31 | rename tcp sockopt TCP_SIGNATURE_ENABLE to TCP_MD5SIG | Henning Brauer |
2004-01-30 | -enable md5sig on the listening socket | Henning Brauer |
2004-01-29 | enable tcp md5sig om the connecting socket when md5sig is configured for that | Henning Brauer |
2004-01-28 | improve logging | Henning Brauer |
2004-01-28 | KNF | Henning Brauer |
2004-01-28 | catch SIGINT here as well so we can properly shut down if ^C'ed in debug mode | Henning Brauer |
2004-01-28 | STOP events for all sessions before we exit. | Henning Brauer |
2004-01-28 | repair the bind() in session_connect; only used if local-addr was specified | Henning Brauer |
2004-01-28 | improve logging | Henning Brauer |
2004-01-28 | we need a pfkey_init the gets us a PF_KEY socket before we drop privs | Henning Brauer |