Age | Commit message (Expand) | Author |
2005-07-01 | Switch filter_sets form SIMPLEQ to TAILQ, needed for upcomming stuff. | Claudio Jeker |
2005-06-29 | rtlabel support via filter sets. Just use "set rtlabel foobar" in filters | Claudio Jeker |
2005-06-09 | Change the "network connected|static" statements to "network inet|inet6 | Claudio Jeker |
2005-05-27 | will throw claudio in a big pot of kaesefondue for repeated whitespace fuckups | Henning Brauer |
2005-05-27 | kroute6 support, at least partially. Get it in so that Henning can clean it | Claudio Jeker |
2005-05-23 | one more endpwent | Henning Brauer |
2005-04-28 | Support for "network connected" and "network static" -- announce all | Claudio Jeker |
2005-03-30 | bgpd used to open listeners in advance in the parent and the SE picked | Henning Brauer |
2005-03-28 | free rules_l if the initial config file parse fails | Henning Brauer |
2005-03-24 | fix memory leak in error paths. found with coverity prevent. | Ted Unangst |
2005-02-09 | need to send IMSG_NETWORK_DONE after sending networks and associated filter | Henning Brauer |
2005-02-02 | usage() is __dead | Henning Brauer |
2004-11-23 | Switch from a single filter_set to a linked list of sets. With this change | Claudio Jeker |
2004-10-19 | allow neighbor definitions to depend on interface state. | Henning Brauer |
2004-09-23 | after receival of a SIGCHLD reset io_pid or rde_pid, respectively, dependent | Henning Brauer |
2004-09-16 | imsg API cleanup: | Henning Brauer |
2004-09-16 | malloc the imsg buffers instead of having them staticly, suggested by | Henning Brauer |
2004-09-15 | if (signalflag) { dowork(); signalflag = 0; } is a race. First clear flag, | Otto Moerbeek |
2004-08-24 | use session_socket_blockmode() instead of hand-rolling roughly the same | Henning Brauer |
2004-08-05 | The peer_l is not needed in the rde but still allocated, free them and | Claudio Jeker |
2004-08-03 | Fix mem-leak on exit. OK henning@ | Claudio Jeker |
2004-07-28 | The hole dance to close a mrt file after fd passing in the parent is not | Claudio Jeker |
2004-07-05 | fix a few KNF fallouts | Henning Brauer |
2004-07-04 | 2 more file descriptors for each RDE and SE inherited from the parent | Henning Brauer |
2004-07-04 | when getting rid of the listen_addr TAILQ after forking actually close | Henning Brauer |
2004-07-03 | Switch mrt dumping to fd passing. This gives some speed up when extensive | Claudio Jeker |
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-06 | rework bgpd's handling of listening sockets. instead of one for each | Henning Brauer |
2004-05-21 | Add support for dynamic announcements. Usefule to annouce temporary | Claudio Jeker |
2004-05-07 | add a filter option to dump prefixes learned in UPDATEs into a PF table, | Damien Miller |
2004-05-03 | little KNF issue | Henning Brauer |
2004-04-29 | sock -> fd; ok henning | Theo de Raadt |
2004-04-27 | crud stripping; henning ok | Theo de Raadt |
2004-04-25 | Remove the no longer needed configure stuff in RDE. The peer list needs no | Claudio Jeker |
2004-03-16 | delay creating the control socket until after forking, but before chroot | Henning Brauer |
2004-03-12 | fix the "wait for child processes to terminate" code, and move it down a bit | Henning Brauer |
2004-03-11 | Shutdown the RDE cleanly on exit. Plug some memleaks. OK henning@ | Claudio Jeker |
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 | pass a pointer to the filter rule list to session_main() so we can free() | Henning Brauer |
2004-03-10 | free peer list on exit, claudio ok | Henning Brauer |
2004-03-01 | Arrrg. Not my day. Sync printconfig with parser here too. | Claudio Jeker |
2004-02-19 | Make the code more portable. Add some missing header files and make the use | Claudio Jeker |
2004-02-09 | print networks too | Henning Brauer |
2004-02-09 | drain the list fluffier | Henning Brauer |
2004-02-09 | print more fluff | Henning Brauer |
2004-02-09 | move printing the config to where it belongs | Henning Brauer |
2004-02-07 | send filter rules to the RDE on reloads, help & ok claudio | Henning Brauer |
2004-02-06 | initial cut at the filtering language. | Henning Brauer |