Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-02 | A wrong comment is worth a thousand bugs... | Miod Vallat | |
2004-03-02 | KNF | Henning Brauer | |
2004-03-02 | flesh out the address and prefix parsing, include v6 code, but reject v6 | Henning Brauer | |
upwards, claudio ok | |||
2004-03-02 | show rib A.B.C.D and show rib A.B.C.D/N [all] support. Now the most important | Claudio Jeker | |
show commands are available. OK henning@ | |||
2004-03-02 | Framework for rib lookups by prefix. OK henning@ | Claudio Jeker | |
2004-03-02 | Use ntohl() to compare in_addr_t so the tree is nicely sorted. | Claudio Jeker | |
2004-03-02 | Arla lwp support for m88k systems. Slightly abuses the framework to | Miod Vallat | |
enforce 8-byte stack alignment. | |||
2004-03-02 | avoid memleak if parse_string() fails, Patrick Latifi <pat@eyeo.org> | Henning Brauer | |
2004-03-02 | here as well: when our interface vanishes, exit | Henning Brauer | |
PR3648, test & ok pb | |||
2004-03-01 | spelling | Theo de Raadt | |
2004-03-01 | don't print empty descr | Henning Brauer | |
2004-03-01 | make sure AS doesn't exceed upper bound, issue pointed out by | Henning Brauer | |
Brent Graveland <brent@graveland.net> | |||
2004-03-01 | paranoia and cleanup, document output format | Bob Beck | |
ok millert@ | |||
2004-03-01 | KNF | Henning Brauer | |
2004-03-01 | Arrrg. Not my day. Sync printconfig with parser here too. | Claudio Jeker | |
2004-03-01 | Forgotten in the last commit. Sync printconfig and parser. | Claudio Jeker | |
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 | |
for route-collectors. OK henning@ | |||
2004-02-29 | plug memory leak: when a control connection is closed we need to clear | Henning Brauer | |
its write buffers, noticed by claudio | |||
2004-02-29 | of course the control socket needs to be nonblocking as well, i could have | Henning Brauer | |
sworn it was... noticed by & fixed with claudio | |||
2004-02-29 | Make sure that the fib output is nicely sorted. Use ntohl to compare | Claudio Jeker | |
IP addresses so the tree gets correctly populated. OK henning@ | |||
2004-02-27 | unbreak | Bjorn Sandell | |
ok beck@ | |||
2004-02-27 | remove unneded peer pointer in struct prefix and change a in_addr_t to | Claudio Jeker | |
struct in_addr. OK henning@ | |||
2004-02-27 | fix CFLAGS -I | David Krause | |
ok deraadt@ | |||
2004-02-27 | fix bogus assert() usage in afsd, and avoid an assert when | Bob Beck | |
ThisCell is specified as a nonexeistent cell. found by matthieu@, ok deraadt@ | |||
2004-02-27 | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | Theo de Raadt | |
reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now. | |||
2004-02-27 | Cleanup no functional changes. OK henning@ | Claudio Jeker | |
2004-02-27 | It is possible to end up in prefix_add with a prefix that needs to be moved. | Claudio Jeker | |
This caused troubles with show rib because of an ENSURE. OK henning@ | |||
2004-02-26 | Avoid using regexp when removing a user from /etc/group entries in | Todd C. Miller | |
userdel since a username may contain regexp special chars. Fix a memory leak on error and chmod before moving the new group file is moved into place instead of after. Saner error messages in rm_user_from_groups() (cut & pastos) OK deraadt@, tdeval@ and otto@; error message fixes courtesy of otto@ | |||
2004-02-26 | fix datalen, from Esben Norby. ok deraadt itojun | Ted Unangst | |
2004-02-26 | logf -> logmsg; daniel@lucq.org | Theo de Raadt | |
2004-02-26 | Implement "show rib" and "show rib <astype> <AS>" commands to dump the | Claudio Jeker | |
RIB. OK henning@ | |||
2004-02-26 | show rib infrastructure. At least full dumps and per as dumps. Per prefix | Claudio Jeker | |
dump need some more work. OK henning@ | |||
2004-02-26 | Clean up comments and replace a if with a ENSURE because NULL nexthops are | Claudio Jeker | |
illegal. OK henning@ | |||
2004-02-26 | Implement "enforce neighbor-as yes|no" which is by default on for ebgp | Claudio Jeker | |
neighbors. While doing that check also that the nexthop is valid (not class D or E and not in 127/8 range). Kill some TODO and XXX and rename the british neighbour to neighbor as used everywhere else. OK henning@ | |||
2004-02-26 | No comma at the end of the keywords array. OK henning@ | Claudio Jeker | |
2004-02-26 | bring in log_init() from bgpd which gives us openlog(), ryan ok | Henning Brauer | |
2004-02-26 | cure my speling | Anil Madhavapeddy | |
2004-02-26 | staring->starting in comment | Anil Madhavapeddy | |
2004-02-26 | Add per netwok definition filter sets. So you can now use | Claudio Jeker | |
network 10.0.0.0/8 set localpref 100 OK henning@ | |||
2004-02-26 | don't double define PATH_SPAMD_DB - notice by pb | Bob Beck | |
2004-02-26 | paranoia; beck ok | Theo de Raadt | |
2004-02-26 | Add -g option for greylisting support for spamd. The greylisting techinque | Bob Beck | |
originates from a paper by Evan Harris which can be found at http://projects.puremagic.com/greylisting/. This implementation makes spamd allow for non-blacklisted addresses to be treated as "greylisted". where they are tracked in a db file, and whitelisted by addition to a pf table when the same envelope from and to are retried from the same source IP address. Testing by many, ok deraadt@ | |||
2004-02-25 | use __progname instead of hardcoding bgpd for log_init | Henning Brauer | |
2004-02-25 | Announce local networks to IBGP neighbors. OK henning@ | Claudio Jeker | |
2004-02-25 | Add -B support to pkg_delete. | Marc Espie | |
new method in Logger, annotate, so that the pkg_delete log script can set PKG_DESTDIR= conditionally, and use ${PKG_DESTDIR} later on in filenames. | |||
2004-02-25 | Man page update for the mrt dump changes. OK henning@ jmc@ | Claudio Jeker | |
2004-02-25 | Rewrite some parts of the mrt dump handling. It is no longer possible to | Claudio Jeker | |
dump the filtered updates but therefore it is now possible to dump per neighbor and also to dump the outgoing messages. OK henning@ | |||
2004-02-25 | kill "updates" keyword and use a ordinary string + strcmp at the one place | Henning Brauer | |
where it's needed, claudio ok | |||
2004-02-25 | sort options and some tweaks for openssl rsa/rsautl; | Jason McIntyre | |