Age | Commit message (Expand) | Author |
2005-03-11 | move umask() song and dance closer around the bind, being more careful about ... | Theo de Raadt |
2005-02-25 | unlink() control socket in error path. Spotted by Theo. | Claudio Jeker |
2004-12-23 | allo the "bgpctl show neighbor " commands to take the neighbor descr | Henning Brauer |
2004-12-23 | allow "bgpctl neighbor" to take the peer's descr as argument as well | Henning Brauer |
2004-11-23 | Switch from a single filter_set to a linked list of sets. With this change | Claudio Jeker |
2004-09-16 | imsg API cleanup: | Henning Brauer |
2004-08-24 | missing space in log message. | Claudio Jeker |
2004-08-20 | add IMSG_CTL_NEIGHBOR_CLEAR, takes a session down and restarts it, | Henning Brauer |
2004-08-20 | merge IMSG_CTL_NEIGHBOR_UP and _DOWN handling, kills some duplicate code, | Henning Brauer |
2004-08-06 | Forward IMSG_CTL_SHOW_NEIGHBOR messages to the rde so that we can report | Claudio Jeker |
2004-06-20 | at least somewhat consistently name the TAILQ_ENTRYs... this confused me | Henning Brauer |
2004-06-09 | move to a dynamically allocated struct pollfd array. | 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-04-29 | sock -> fd; ok henning | Theo de Raadt |
2004-04-25 | missing return; noticed by Joris Vink <amni@pandora.be> but I fixed in | Henning Brauer |
2004-04-16 | use getpeerbyaddr() instead of using the v4 part of the af independent | Henning Brauer |
2004-03-17 | remove getpeereid() call so that those who have write access to the socket | Henning Brauer |
2004-03-02 | Framework for rib lookups by prefix. OK henning@ | Claudio Jeker |
2004-02-29 | plug memory leak: when a control connection is closed we need to clear | Henning Brauer |
2004-02-29 | of course the control socket needs to be nonblocking as well, i could have | Henning Brauer |
2004-02-26 | show rib infrastructure. At least full dumps and per as dumps. Per prefix | Claudio Jeker |
2004-02-02 | close socket on error in control_init | Henning Brauer |
2004-01-22 | use log_warnx and log_info. reclassify a few messages in the process and fix | Henning Brauer |
2004-01-22 | s/log_err/log_warn/ | Henning Brauer |
2004-01-20 | fix error logging on connection attempts from !root user | Henning Brauer |
2004-01-17 | allow the interfaces as bgpd sees 'em to be queried via imsgs | Henning Brauer |
2004-01-11 | new message IMSG_CTL_SHOW_NEXTHOP: request/send lost of BGP nexthops and | Henning Brauer |
2004-01-09 | for IMSG_CTL_KROUTEs allow matching based on flags, | Henning Brauer |
2004-01-09 | get us a stateful imsg relaying framework, and the first receiver, | Henning Brauer |
2004-01-09 | you must not try to read(2) without checking (pfd->revents & POLLIN) | Henning Brauer |
2004-01-06 | two new imsg types, IMSG_CTL_NEIGHBOR_UP and _DOWN, on their receival on the | Henning Brauer |
2004-01-06 | 2004 | Henning Brauer |
2004-01-05 | allow fib couple/decouple based on an imsg received on the control socket | Henning Brauer |
2004-01-04 | -new imsg CTL_RELOAD | Henning Brauer |
2004-01-04 | allow "show neighbor" to be limited to one specific neighbor | Henning Brauer |
2004-01-03 | decouple the peer list from bgpd_config. | Henning Brauer |
2004-01-03 | change imsg_read semantics so that the number of bytes read is returned. | 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-02 | umask setting and unlink before bind() the unix socket, chmod and umask | Henning Brauer |
2004-01-02 | move the socket name #define to bgpd.h and get rid of bgpdctl* | Henning Brauer |
2004-01-01 | listen on a AF_LOCAL socket for imsgs too. | Henning Brauer |