summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2004-03-02avoid memleak if parse_string() fails, Patrick Latifi <pat@eyeo.org>Henning Brauer
2004-03-02here as well: when our interface vanishes, exitHenning Brauer
2004-03-01spellingTheo de Raadt
2004-03-01don't print empty descrHenning Brauer
2004-03-01make sure AS doesn't exceed upper bound, issue pointed out byHenning Brauer
2004-03-01paranoia and cleanup, document output formatBob Beck
2004-03-01KNFHenning Brauer
2004-03-01Arrrg. Not my day. Sync printconfig with parser here too.Claudio Jeker
2004-03-01Forgotten in the last commit. Sync printconfig and parser.Claudio Jeker
2004-03-01Sync printconfig.c with parse.y. OK henning@Claudio Jeker
2004-03-01Make it possible to diable the decision process. This is a feature only usefulClaudio Jeker
2004-02-29plug memory leak: when a control connection is closed we need to clearHenning Brauer
2004-02-29of course the control socket needs to be nonblocking as well, i could haveHenning Brauer
2004-02-29Make sure that the fib output is nicely sorted. Use ntohl to compareClaudio Jeker
2004-02-27unbreakBjorn Sandell
2004-02-27remove unneded peer pointer in struct prefix and change a in_addr_t toClaudio Jeker
2004-02-27fix CFLAGS -IDavid Krause
2004-02-27fix bogus assert() usage in afsd, and avoid an assert whenBob Beck
2004-02-27change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyTheo de Raadt
2004-02-27Cleanup no functional changes. OK henning@Claudio Jeker
2004-02-27It is possible to end up in prefix_add with a prefix that needs to be moved.Claudio Jeker
2004-02-26Avoid using regexp when removing a user from /etc/group entries inTodd C. Miller
2004-02-26fix datalen, from Esben Norby. ok deraadt itojunTed Unangst
2004-02-26logf -> logmsg; daniel@lucq.orgTheo de Raadt
2004-02-26Implement "show rib" and "show rib <astype> <AS>" commands to dump theClaudio Jeker
2004-02-26show rib infrastructure. At least full dumps and per as dumps. Per prefixClaudio Jeker
2004-02-26Clean up comments and replace a if with a ENSURE because NULL nexthops areClaudio Jeker
2004-02-26Implement "enforce neighbor-as yes|no" which is by default on for ebgpClaudio Jeker
2004-02-26No comma at the end of the keywords array. OK henning@Claudio Jeker
2004-02-26bring in log_init() from bgpd which gives us openlog(), ryan okHenning Brauer
2004-02-26cure my spelingAnil Madhavapeddy
2004-02-26staring->starting in commentAnil Madhavapeddy
2004-02-26Add per netwok definition filter sets. So you can now useClaudio Jeker
2004-02-26don't double define PATH_SPAMD_DB - notice by pbBob Beck
2004-02-26paranoia; beck okTheo de Raadt
2004-02-26Add -g option for greylisting support for spamd. The greylisting techinqueBob Beck
2004-02-25use __progname instead of hardcoding bgpd for log_initHenning Brauer
2004-02-25Announce local networks to IBGP neighbors. OK henning@Claudio Jeker
2004-02-25Add -B support to pkg_delete.Marc Espie
2004-02-25Man page update for the mrt dump changes. OK henning@ jmc@Claudio Jeker
2004-02-25Rewrite some parts of the mrt dump handling. It is no longer possible toClaudio Jeker
2004-02-25kill "updates" keyword and use a ordinary string + strcmp at the one placeHenning Brauer
2004-02-25sort options and some tweaks for openssl rsa/rsautl;Jason McIntyre
2004-02-25oops. one more -w removal from sysctl, which i missed;Jason McIntyre
2004-02-25remove -w option to sysctl;Jason McIntyre
2004-02-24use calloc istead of malloc, setting sinaddr and bzero'ing it over laterHenning Brauer
2004-02-24correctly check send_packet()s return valHenning Brauer
2004-02-24fix usage(); extracted from a mail by Ward Wouts <ward@wizeazz.nl>Henning Brauer
2004-02-24remove reference to -x bit;Jason McIntyre
2004-02-24spacesClaudio Jeker