Age | Commit message (Expand) | Author |
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 |
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 |
2004-03-01 | paranoia and cleanup, document output format | Bob Beck |
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 |
2004-02-29 | plug memory leak: when a control connection is closed we need to clear | Henning Brauer |
2004-02-29 | of course the control socket needs to be nonblocking as well, i could have | Henning Brauer |
2004-02-29 | Make sure that the fib output is nicely sorted. Use ntohl to compare | Claudio Jeker |
2004-02-27 | unbreak | Bjorn Sandell |
2004-02-27 | remove unneded peer pointer in struct prefix and change a in_addr_t to | Claudio Jeker |
2004-02-27 | fix CFLAGS -I | David Krause |
2004-02-27 | fix bogus assert() usage in afsd, and avoid an assert when | Bob Beck |
2004-02-27 | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | Theo de Raadt |
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 |
2004-02-26 | Avoid using regexp when removing a user from /etc/group entries in | Todd C. Miller |
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 |
2004-02-26 | show rib infrastructure. At least full dumps and per as dumps. Per prefix | Claudio Jeker |
2004-02-26 | Clean up comments and replace a if with a ENSURE because NULL nexthops are | 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 | 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 |
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 |
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 |
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 |
2004-02-25 | kill "updates" keyword and use a ordinary string + strcmp at the one place | Henning Brauer |
2004-02-25 | sort options and some tweaks for openssl rsa/rsautl; | Jason McIntyre |
2004-02-25 | oops. one more -w removal from sysctl, which i missed; | Jason McIntyre |
2004-02-25 | remove -w option to sysctl; | Jason McIntyre |
2004-02-24 | use calloc istead of malloc, setting sinaddr and bzero'ing it over later | Henning Brauer |
2004-02-24 | correctly check send_packet()s return val | Henning Brauer |
2004-02-24 | fix usage(); extracted from a mail by Ward Wouts <ward@wizeazz.nl> | Henning Brauer |
2004-02-24 | remove reference to -x bit; | Jason McIntyre |
2004-02-24 | spaces | Claudio Jeker |