Age | Commit message (Expand) | Author |
2005-07-18 | fix a block that was indented too far. | David Gwynne |
2005-07-18 | minor nits in session.c, add an additional nconf == NULL check and switch | Claudio Jeker |
2005-07-14 | free commitz from pascoes kitchen. fix an error message | David Gwynne |
2005-07-04 | New function filterset_cmp() used two compare two struct filter_set for | Claudio Jeker |
2005-07-04 | Switch some parser rules from "string" to "STRING". "string" is to greedy | Claudio Jeker |
2005-07-01 | More spaces | Claudio Jeker |
2005-07-01 | tab after space | Claudio Jeker |
2005-07-01 | Switch filter_sets form SIMPLEQ to TAILQ, needed for upcomming stuff. | Claudio Jeker |
2005-07-01 | The newly introduced function filterset_free() existed already as | Claudio Jeker |
2005-07-01 | Make the pftable filter set use the name2id "cache" like the route labels. | Claudio Jeker |
2005-06-29 | rtlabel support via filter sets. Just use "set rtlabel foobar" in filters | Claudio Jeker |
2005-06-28 | Try to fit 0x200 into an u_int8_t is not so clever. Pass the flags as | Claudio Jeker |
2005-06-25 | name2id prototypes | Henning Brauer |
2005-06-25 | Make the name2id/id2name code generically usable. This will be needed by | Claudio Jeker |
2005-06-24 | Do not automaticaly announce routes that have RTF_DYNAMIC set. These routes | Claudio Jeker |
2005-06-16 | use prefixlen2mask() instead of doing the bitshifting by hand; fixes the | Henning Brauer |
2005-06-14 | Don't unref something that is used later. send_rtmsg() will call | Claudio Jeker |
2005-06-13 | route label support, kroute part and ID allocator as well as the internal | Henning Brauer |
2005-06-13 | realloc(3) correctly. Do not adjust the variable describing how much memory | Claudio Jeker |
2005-06-10 | Make sure that the ATTR_EXTLEN flag is unset if the attribute length is | Claudio Jeker |
2005-06-10 | Introduce attr_optlen() to get the total lenght of an optional attribute | Claudio Jeker |
2005-06-10 | Simplify show rib upcalls. Kill one mostly unused function. | Claudio Jeker |
2005-06-09 | Change the "network connected|static" statements to "network inet|inet6 | Claudio Jeker |
2005-06-09 | If there is a problem to connect to a remote peer, do the same log damping | Claudio Jeker |
2005-06-07 | Set the reject and blackhole flags for kernel routes too. This makes the | Claudio Jeker |
2005-06-07 | Fix the mask2prefixlen6() function once and for all. Netmasks are stored in | Claudio Jeker |
2005-06-06 | allow show fib to be limited to inet or inet6 families, claudio ok | Henning Brauer |
2005-06-05 | on CTL_KROUTE requests, send back both v4 and v6 routes | Henning Brauer |
2005-06-05 | work around another disgusting ugliness in v6: the netmasks we get on | Henning Brauer |
2005-06-05 | make log_in6addr actually work correctly - it is astounding how ugly things | Henning Brauer |
2005-06-05 | provide cleartext messages for the cease suberror codes | Henning Brauer |
2005-06-04 | when the max-prefix limit was exceeded generate a STOP event; we do not | Henning Brauer |
2005-06-04 | call the FSM with a CON_FATAL event after sending notifications in the cases | Henning Brauer |
2005-06-04 | do not send out suberrorcodes for cease errors; there are none in the | Henning Brauer |
2005-06-04 | use the recorded error code to prevent sending out multiple notifications | Henning Brauer |
2005-06-04 | when sending out a notification record the error code and suberror code in | Henning Brauer |
2005-06-04 | be more clear about route-age | Henning Brauer |
2005-06-04 | relay IMSG_CTL_KROUTE6 as well, from somewhere in BC on the drive to vancouver | Henning Brauer |
2005-06-02 | Use the correct pointer when printing out the error message. OK henning | Chad Loder |
2005-06-02 | Cleanup recent kroute6 additions. OK henning | Chad Loder |
2005-05-27 | bah, more kaesefondue (debugging cruft left in) | Henning Brauer |
2005-05-27 | don't need to fetch the kernel routing twice, once for v4 and once for v6, | Henning Brauer |
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-24 | Remove unnecessary error check that is already done in parsecommunity(). | Claudio Jeker |
2005-05-24 | KNF | Claudio Jeker |
2005-05-23 | one more endpwent | Henning Brauer |
2005-05-23 | no need for endpwent() | Henning Brauer |
2005-05-13 | The NET_RT_IFLIST sysctl returns RTM_IFINFO and RTM_NEWADDR messages in | Claudio Jeker |
2005-05-03 | setres[ug]id; ok claudio@ | Damien Miller |