Age | Commit message (Expand) | Author |
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 |
2004-03-06 | plug a memory leak in the lexer. | Henning Brauer |
2004-03-05 | plug a couple of memory leaks, Patrick Latifi | Henning Brauer |
2004-03-02 | KNF | Henning Brauer |
2004-03-02 | flesh out the address and prefix parsing, include v6 code, but reject v6 | Henning Brauer |
2004-03-01 | make sure AS doesn't exceed upper bound, issue pointed out by | Henning Brauer |
2004-03-01 | KNF | Henning Brauer |
2004-03-01 | Sync printconfig.c with parse.y. OK henning@ | Claudio Jeker |
2004-03-01 | Make it possible to diable the decision process. This is a feature only useful | Claudio Jeker |
2004-02-26 | Implement "enforce neighbor-as yes|no" which is by default on for ebgp | Claudio Jeker |
2004-02-26 | No comma at the end of the keywords array. OK henning@ | Claudio Jeker |
2004-02-26 | Add per netwok definition filter sets. So you can now use | Claudio Jeker |
2004-02-25 | Rewrite some parts of the mrt dump handling. It is no longer possible to | Claudio Jeker |
2004-02-25 | kill "updates" keyword and use a ordinary string + strcmp at the one place | Henning Brauer |
2004-02-24 | Enhance filters. prefixlen knows now 8-24 and 8><24. It is possible to use | Claudio Jeker |
2004-02-19 | Make the code more portable. Add some missing header files and make the use | Claudio Jeker |
2004-02-10 | enforce config file secrecy (correct owner, no rights for group/world) | Henning Brauer |
2004-02-09 | make max_prefix an u_int32_t instead of an u_long and change its | Henning Brauer |
2004-02-09 | move printing the config to where it belongs | Henning Brauer |
2004-02-08 | factor out functions to print the configuration (rules only for now) | Henning Brauer |
2004-02-06 | use a struct bgpd_addr for the address token instead of a in_addr, claudio ok | Henning Brauer |
2004-02-06 | initial cut at the filtering language. | Henning Brauer |
2004-02-05 | allocate curpeer little earlier. | Henning Brauer |
2004-02-05 | error message tuning | Henning Brauer |
2004-02-05 | introduce group IDs. will be needed for filtering (or rather, ease things | Henning Brauer |
2004-02-03 | replace the previous hack for the internal peer id allocator (which just used | Henning Brauer |
2004-02-03 | defer free()ing the previous peer list until after parsing the config file | Henning Brauer |
2004-02-01 | Set sane default announce types according to the peer type. For IBGP use | Claudio Jeker |
2004-01-28 | properly whine when password is too long instead of silently truncating | Henning Brauer |
2004-01-28 | implement | Henning Brauer |
2004-01-27 | use a struct bgpd_addr instead of sockaddr_in for peer_config->local_addr and | Henning Brauer |
2004-01-26 | rename "tcp signature" to "tcp md5sig" - the name is misleading, wether | Henning Brauer |