Age | Commit message (Expand) | Author |
2004-07-27 | add support for {} expansion for prefix in the filter rules, claudio ok | Henning Brauer |
2004-07-27 | suport macro expansion for peer spec in filter rules | Henning Brauer |
2004-07-13 | fix some typos | Jared Yanovich |
2004-07-05 | implement "set nexthop blackhole" and "set nexthop reject" | Henning Brauer |
2004-07-03 | Switch mrt dumping to fd passing. This gives some speed up when extensive | Claudio Jeker |
2004-06-23 | Support rfc 3765 which adds a new well known community NOPEER. OK henning@ | Claudio Jeker |
2004-06-20 | at least somewhat consistently name the TAILQ_ENTRYs... this confused me | Henning Brauer |
2004-06-08 | fix a few memory leaks in error paths and one in the pftable path, | Henning Brauer |
2004-06-06 | rework bgpd's handling of listening sockets. instead of one for each | Henning Brauer |
2004-05-21 | RFC 2796 bgp route reflector support. This is very useful in conjunction | Claudio Jeker |
2004-05-17 | extend filter language to allow basic setting of COMMUNITIES attribute. | Damien Miller |
2004-05-08 | off by one in key too long detection | Henning Brauer |
2004-05-08 | fix redefinition detection with manual keyes ipsec | Henning Brauer |
2004-05-08 | with manual keyed ipsec, we need keys and spis for both directions - | Henning Brauer |
2004-05-08 | KNF | Henning Brauer |
2004-05-08 | break out the consistency checking for neighbors in its own function, | Henning Brauer |
2004-05-08 | allow for neighbor statements without { parameters } block; everything | Henning Brauer |
2004-05-08 | add support for ipsec ah with manual keys, pfkey part already does so, and | Henning Brauer |
2004-05-08 | factor out the string -> key conversion code used for md5sig and twice for ipsec | Henning Brauer |
2004-05-07 | add a filter option to dump prefixes learned in UPDATEs into a PF table, | Damien Miller |
2004-05-06 | we need a seperate field for the md5 key len, can't use strlen, noticed | Henning Brauer |
2004-05-04 | Correctly plug the memory leak and fix a error message. | Claudio Jeker |
2004-04-30 | plug memory leaks; henning ok | Theo de Raadt |
2004-04-30 | spelling | Theo de Raadt |
2004-04-29 | sock -> fd; ok henning | Theo de Raadt |
2004-04-28 | FILE * leak; henning ja ja ja ja | Theo de Raadt |
2004-04-28 | allow ah/esp spec with IKE, markus ok | Henning Brauer |
2004-04-28 | prevent multiple auth methods to be specified | Henning Brauer |
2004-04-28 | prefix the auth related defines by AUTH_, we had a name clash, markus ok | Henning Brauer |
2004-04-27 | set conf.auth.methodod for md5, too | Markus Friedl |
2004-04-27 | ike before in | Henning Brauer |
2004-04-27 | rename the ipsec struct to auth, move all tcpmd5 related fields in there, and | Henning Brauer |
2004-04-27 | parser parts for ipsec ike, markus ok | Henning Brauer |
2004-04-27 | crud stripping; henning ok | Theo de Raadt |
2004-04-27 | curpeer must be set back to curgroup, not NULL | Henning Brauer |
2004-04-26 | need more checks on the keys | Henning Brauer |
2004-04-26 | unbreak | Henning Brauer |
2004-04-26 | don't forget to set keylen, markus | Henning Brauer |
2004-04-26 | parser support for setting ipsec keys and such, markus ok | Henning Brauer |
2004-04-25 | reserve upper half of the (internal) ID space for cloned neighbors, claudio ok | Henning Brauer |
2004-04-25 | fix check wether local-address and neighbor are of same address family - | Henning Brauer |
2004-04-25 | add "neighbor cloning", allowing you to specify a prefix and prefixlength | Henning Brauer |
2004-04-24 | some rather boring windows talk at cansecwest made me hack initial support | Henning Brauer |
2004-03-11 | There is no cnumber token in the parser so don't define a type for it. | Claudio Jeker |
2004-03-11 | yes, the keyword table has to be sorted ;-) | Henning Brauer |
2004-03-11 | Add basic support for communities. Currently it is only possible to filter | Claudio Jeker |
2004-03-10 | oups | Henning Brauer |
2004-03-10 | implement framework to announce capabilities in the open messages we send. | Henning Brauer |
2004-03-08 | mem leaks in error pathes, mostly from Patrick Latifi | Henning Brauer |
2004-03-08 | typo in format strin (ugh!) and few missing free()s, partitially from | Henning Brauer |