Age | Commit message (Expand) | Author |
2004-09-09 | correctly track peer count. fixes a memory corruption. | Henning Brauer |
2004-08-11 | mrt dumps for cloned sessions did not work because the wrong address was used. | Claudio Jeker |
2004-08-11 | Cleanup on exit. OK henning@ | Claudio Jeker |
2004-08-10 | Gahhh, why is this still around? It was never necessary to inform the parent | Claudio Jeker |
2004-08-06 | Forward IMSG_CTL_SHOW_NEIGHBOR messages to the rde so that we can report | Claudio Jeker |
2004-08-04 | session_main() and rde_main() return... right, a pid. and a pid is a pid_t | Henning Brauer |
2004-07-13 | fix some typos | Jared Yanovich |
2004-07-04 | 2 more file descriptors for each RDE and SE inherited from the parent | Henning Brauer |
2004-07-03 | Switch mrt dumping to fd passing. This gives some speed up when extensive | Claudio Jeker |
2004-06-22 | Precedence fix; ok henning@ | Alexander Guy |
2004-06-22 | missing bzero in a function for this strange other address family | Henning Brauer |
2004-06-22 | Templates with unknown AS where always configured as ebgp peers even if | Claudio Jeker |
2004-06-22 | so we call realloc() on our pollfd array and the peer_l one when they shrunk | Henning Brauer |
2004-06-20 | at least somewhat consistently name the TAILQ_ENTRYs... this confused me | Henning Brauer |
2004-06-20 | implement file descriptor passing in the imsg/msgbuf framework, and use | Henning Brauer |
2004-06-09 | move to a dynamically allocated struct pollfd array. | Henning Brauer |
2004-06-06 | rework bgpd's handling of listening sockets. instead of one for each | Henning Brauer |
2004-05-28 | detect absence of PF_KEY interface and/or the TCP_MD5SIG setsockopts | Henning Brauer |
2004-05-28 | don't want SO_REUSEPORT... | Henning Brauer |
2004-05-21 | Add support for dynamic announcements. Usefule to annouce temporary | Claudio Jeker |
2004-05-08 | remove unused argument to control_dispatch_msg(), lint | Henning Brauer |
2004-05-06 | oups, spaces | Henning Brauer |
2004-05-06 | the Address Family Identifier field in the capability announcement is | Henning Brauer |
2004-05-06 | do not punish the peer (by holding him in IDLE for IdleHoldTime seconds) when | Henning Brauer |
2004-05-06 | improve logging in teh capabilities parser | Henning Brauer |
2004-05-06 | scale socket buffer sizes (and thus window size) up to up to 64k, | Henning Brauer |
2004-05-06 | there's a little race condition: a session is taken down and its associated | Henning Brauer |
2004-04-29 | sock -> fd; ok henning | Theo de Raadt |
2004-04-28 | rename sock to fd | Theo de Raadt |
2004-04-28 | if a peer follows the extremely misgiuded path that the RFCs just barely allow | Henning Brauer |
2004-04-28 | prefix the auth related defines by AUTH_, we had a name clash, markus ok | Henning Brauer |
2004-04-27 | rename the ipsec struct to auth, move all tcpmd5 related fields in there, and | Henning Brauer |
2004-04-27 | unbreak^2 | Henning Brauer |
2004-04-27 | repair | Henning Brauer |
2004-04-27 | crud stripping; henning ok | Theo de Raadt |
2004-04-27 | announce route refresh capability, and parse announced route refresh capa | Henning Brauer |
2004-04-27 | initial route refresh support per RFC2918 | Henning Brauer |
2004-04-26 | load ipsec SAs into the kernel and enable them. | Markus Friedl |
2004-04-26 | announce multiprotocol capabilities - IPv4 multicast for now | Henning Brauer |
2004-04-25 | better error logging in parse_capabilities() | Henning Brauer |
2004-04-25 | sizeof(op_len) when dealing with op_len, not sizeof(op_type) - same size | Henning Brauer |
2004-04-25 | if remote-as was not configured, inherit the AS from the neighbors open | Henning Brauer |
2004-04-25 | reserve upper half of the (internal) ID space for cloned neighbors, claudio ok | Henning Brauer |
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 |