Age | Commit message (Expand) | Author |
2008-10-03 | Unify code between the various flavors of imsg buffer.c. | Eric Faurot |
2008-10-02 | correct path for isakmpd/local.pub; from Matthew Dempsky | Jason McIntyre |
2008-09-29 | Correct the logic when matching prefixes. This solves issues where IPv6 | Claudio Jeker |
2008-09-11 | remove hackery to un-demote after the session has been established for | Henning Brauer |
2008-09-10 | Properly free allocated memory if carp_demote_get encounters an error. | Tobias Stoeckmann |
2008-09-05 | ignore unknown SAFIs in the MP capabilities. used by some to distribute | Henning Brauer |
2008-07-08 | Use correct format string specifier for int argument. Don't try to print it | Claudio Jeker |
2008-06-26 | fatalx instead of fatal because errno is not set of pipe is closed. OK henning | Claudio Jeker |
2008-06-15 | Allow bgpd to delete more then one community per filter rule. Fixes PR5807 | Claudio Jeker |
2008-06-15 | Paranoia check. Make sure that the 2 len bytes are actually available. | Claudio Jeker |
2008-06-11 | use monotime instead of wallclock. | Henning Brauer |
2008-05-12 | Error out with usage line if additional arguments are given after the | Pierre-Yves Ritschard |
2008-05-11 | allow IMSG_CONTROL_SHOW_TIMER on restricted sockets | Henning Brauer |
2008-05-09 | insert/delete routes with priority RTP_BGP | Henning Brauer |
2008-05-08 | backout shit committed on accident | Henning Brauer |
2008-05-08 | timer_due is not needed any more | Henning Brauer |
2008-05-08 | KNF | Henning Brauer |
2008-05-08 | take advanatge of the timewheelin timer_nextduein - we just need to look | Henning Brauer |
2008-05-08 | we can stopin timer_set if new timeout equals the oldone. | Henning Brauer |
2008-05-08 | take advantage of the timewheel: instead of checking each an every | Henning Brauer |
2008-05-08 | in timer_set, when figuring out the right position for the timer, | Henning Brauer |
2008-05-08 | change timer internals so that we use a timewheel (tailq, sorted by expiry | Henning Brauer |
2008-05-08 | make sure we always send back something on IMSG_CTL_SHOW_NEIGHBOR | Henning Brauer |
2008-05-02 | Compare flags against the right flag field or else unexpected things may | Claudio Jeker |
2008-05-02 | Fix logic when setting the F_RIB_ELIGIBLE flag. A path with a NULL nexthop | Claudio Jeker |
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt |
2008-03-22 | Mention that softreconfig is on by default. From Matthew Dempsky | Claudio Jeker |
2008-03-17 | two small bugs in printing funcs: | Henning Brauer |
2008-03-15 | Repair more msg_controllen dealing with structures or arrays of | Theo de Raadt |
2008-03-15 | Repair the simple cases for msg_controllen where it should just be | Theo de Raadt |
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | Theo de Raadt |
2008-02-26 | Ignore and drop path attributes with a type code of 0 instead of sending an | Claudio Jeker |
2008-02-26 | Have popfile() also close the main config file, | Marco Pfatschbacher |
2008-01-31 | do not leak confd on malloc failure in control_accept() | Henning Brauer |
2008-01-23 | Add defines for extended communities. OK henning@ | Claudio Jeker |
2007-12-23 | provide timer_nextduein, which provides the number of seconds until the | Henning Brauer |
2007-12-23 | send timers for bgpctlshow neighbor foo timer in seperate messages after | Henning Brauer |
2007-12-23 | use timer_running (with left = NULL, which the last commit made possible) | Henning Brauer |
2007-12-23 | make all timer_get() callers (except timer_set which will need | Henning Brauer |
2007-12-20 | rework timers. | Henning Brauer |
2007-11-27 | Prefixes or actually pathes that would cause a rooting loops should not be | Claudio Jeker |
2007-11-24 | Another missing RTM_VERSION check. This will remove the RB_INSERT warnings | Claudio Jeker |
2007-11-24 | some spelling fixes from Martynas Venckus | Jason McIntyre |
2007-11-22 | add "demote", was missing. noticed by camield@ | Henning Brauer |
2007-11-12 | Remove space/tab compression function from lgetc() and replace | Marco Pfatschbacher |
2007-10-21 | Being able to set the decision weight of prefixes is a nice feature, but | Michael Knudsen |
2007-10-20 | ntpd and bgpd's turn to behave like the others. | Pierre-Yves Ritschard |
2007-10-16 | Allow '=' to end a number in all lexers. | Marco Pfatschbacher |
2007-10-16 | in the lex... even inside quotes, a \ followed by space or tab should | Theo de Raadt |
2007-10-13 | in all these programs using the same pfctl-derived parse.y, re-unify the | Theo de Raadt |