summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2006-01-30Clarify pkg_info -e example; ok espie@Miod Vallat
2006-01-28be less verbose:Nikolay Sturm
2006-01-28simplify statics, remove stupid goto, plug a leak. ok moritzTed Unangst
2006-01-26Separate route table calculations from the SPF calculation.Esben Norby
2006-01-26fix some format strings and add a missingMoritz Jodeit
2006-01-25Fix an off-by-one in pppd(8)'s option handling. ok tedu@Moritz Jodeit
2006-01-25Remove gratuitous fetch_state() calls in state_change().Marco Pfatschbacher
2006-01-24Correct debug textEsben Norby
2006-01-24protect against weird situations where dependencies don't matchMarc Espie
2006-01-24Fix bad indent.Esben Norby
2006-01-24Split SPF calc and AS Ext calc.Esben Norby
2006-01-24add -r to synopsis, and tweak its description a little;Jason McIntyre
2006-01-24introduce "bgpctl show summary terse", shows summary in an easy to parseHenning Brauer
2006-01-24bgpd does not and will never support route flap damping as defined in theClaudio Jeker
2006-01-24Last bits for softreconfig in support. Now bgpd will automaticaly rei-filterClaudio Jeker
2006-01-24Functions in the poll() loop should only be moved around if there are noClaudio Jeker
2006-01-24Check if filter changed on a per peer basis. This should speed up theClaudio Jeker
2006-01-24Finally start using the Adj-RIB-In. The most complex part is the modificationClaudio Jeker
2006-01-24It is possible that a prefix is part of two RIBs in that case prefix_remove()Claudio Jeker
2006-01-24Update comment to match reality.Claudio Jeker
2006-01-24document -rHenning Brauer
2006-01-24missing space in error message, and make it slightly betterer while thereHenning Brauer
2006-01-24KNFHenning Brauer
2006-01-24zap now unused varHenning Brauer
2006-01-24introduce a second control socket, which is restricted to certain messages,Henning Brauer
2006-01-24make bgpctl deal with IMSG_CTL_RESULT no matter what request was sentHenning Brauer
2006-01-23Kill stupid comment. "not reached" after a continue is superfluous.Claudio Jeker
2006-01-23Open the routing socket before load_config() calls fetch_state().Marco Pfatschbacher
2006-01-23Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELENTodd C. Miller
2006-01-20Proactively fix prefix counters. Currently only F_LOCAL prefixes exist butClaudio Jeker
2006-01-20Pass flags to prefix_move() so that a prefix that has both F_ORIGINAL andClaudio Jeker
2006-01-20No need to calloc() others if others_len is 0. The 0 malloc() does not hurtClaudio Jeker
2006-01-20Doh. > not < and attr_compare() starts to work correctly. OK henning@Claudio Jeker
2006-01-20Don't leak a aspath in network_add(). path_update() copies the aspath soClaudio Jeker
2006-01-20fix a cross-site scripting vulnerability in mod_imap;Robert Nagy
2006-01-20Don't depend on implicit include of signal.hTodd C. Miller
2006-01-20Explicitly include limits.h if we are going to use its contents.Todd C. Miller
2006-01-19prompted by deraadt:Nikolay Sturm
2006-01-19Do not attempt to listen on interfaces with a wildcard address; ok henning@Darren Tucker
2006-01-19Check SA_LEN(sa) after sa is checked for NULL. Pointed out by solar atDarren Tucker
2006-01-17special-case packages that use old-libs: always update them, even if theMarc Espie
2006-01-17kill trailing whitespace;Jason McIntyre
2006-01-17Use the @openbsd.org email address for the copyright and add an AUTHORSMarc Balmer
2006-01-14Small step in supporting the Adj-RIB-In additionaly to the Local-RIB.Claudio Jeker
2006-01-13correction from tamas tevesz; ok ianJason McIntyre
2006-01-13Simplify evaluation process. Instead of checking the reachability of a prefixClaudio Jeker
2006-01-13nitMarc Espie
2006-01-12Rewrite the redistribute code. The previous implementation was stupid andClaudio Jeker
2006-01-12Change inet_addr("127.0.0.1") into htonl(INADDR_LOOPBACK) and similar.Claudio Jeker
2006-01-12Copy AS path in rde_filter() on demand instead of doing it before callingClaudio Jeker