Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-11 | save & restore resolv.conf when we can... krw ok | Theo de Raadt | |
2004-01-11 | KNF | Henning Brauer | |
2004-01-11 | + show nexthop | Henning Brauer | |
2004-01-11 | new message IMSG_CTL_SHOW_NEXTHOP: request/send lost of BGP nexthops and | Henning Brauer | |
the result of their validity check | |||
2004-01-11 | print local/remote IP/port with the detailed neighbor view | Henning Brauer | |
ok claudio@ | |||
2004-01-11 | once the tcp session is established use gettsockname/getpeername to get | Henning Brauer | |
local/remote sockaddr and store it in the peer struct ok claudio@ | |||
2004-01-11 | The buffer changes produced some fallout in the mrt code. | Claudio Jeker | |
Wait until all data has been written out before closing the file and fix some obvious misstakes. OK henning@ | |||
2004-01-11 | let lsof compile again. report and fix confirmed pvalchev@ | Ted Unangst | |
2004-01-10 | auth_clean does not clear the options settings | Todd C. Miller | |
2004-01-10 | use writev(2) to get as many messages out at once as possible. | Henning Brauer | |
should gives us a little exra performance gain ok claudio@ | |||
2004-01-10 | the sparcv9 ABI requires registers %g2, %g3 to be first announced before | Peter Valchev | |
it can use them, and gcc3 catches this ok henric | |||
2004-01-10 | re-enable sending outgoing updates | Henning Brauer | |
ok claudio@ | |||
2004-01-10 | Implement as path prepends. At least one prepend is needed for ebgp | Claudio Jeker | |
neighbors. Fix a bug in the update generation. If no path attributes are available e.g. a packet with only withdraws we need to set (and write) the bgp path attribute field to zero. With this change we are able to send valid updates to our neighbors with one exception: the nexthop field which needs to be changed for ebgp neighbors. OK henning@ | |||
2004-01-10 | as buf_close does not implictely writes any more, imsg_compose doesn't | Henning Brauer | |
either, so we need to call msgbuf_write explictely now. ok claudio@ | |||
2004-01-10 | we may only write after a POLLOUT, and then, we only may write once. | Henning Brauer | |
if we don't play by these rules the next write may block. make us adhere. ok claudio@ | |||
2004-01-10 | sync | Alexander Yurchenko | |
2004-01-10 | Intel 82865G integrated video | Alexander Yurchenko | |
ok deraadt@ | |||
2004-01-10 | Sorry miod, this file is needed. Look at the bottom | Bob Beck | |
of mac68k5380.c | |||
2004-01-10 | we are only interested in POLLOUT for a session socket when we either | Henning Brauer | |
have queued writes or the connection is not yet established - but certainly not if we ever had a queued write, forever... ok claudio@ | |||
2004-01-10 | document "show fib" | Henning Brauer | |
2004-01-10 | disable sending UPDATEs for now; it triggers som blocking bug... | Henning Brauer | |
ok & debugging band-aid claudio@ | |||
2004-01-10 | i buy a break; | Henning Brauer | |
2004-01-10 | send out UPDATE messages to the peer(s) that we receive from the RDE | Henning Brauer | |
ok claudio@ | |||
2004-01-10 | Don't clean options in auth_clean() which was introduced in rev 1.8. | Todd C. Miller | |
login(1) depends on auth_clean() leaving options alone so this was API breakage. Verified to not make ftpd leak memory by mpech@. | |||
2004-01-10 | RDE update generation. First we queue all updates and withdraws on a per | Claudio Jeker | |
peer basis. A queue runner will dequeue and package those messages to valid bgp UPDATE messages and send them to the SE. Not yet done is per peer type attribute handling (like aspath prepends and nexthop modifications) and the queue runner could be a tad smarter. All in all this gives us a good starting point for the missing parts. OK henning@ | |||
2004-01-10 | Avoid duplication of code; handle truncated packets properly; use | Otto Moerbeek | |
fn_print to print strings. Joint work with & ok canacar@. | |||
2004-01-10 | - shift some variables | Peter Valchev | |
- fix a problem caused by the fact that in gcc3, gcc -Ufoo -Dfoo in this order causes "foo" to be defined (different in gcc2) make logic from espie; tested on gcc2 by brad | |||
2004-01-10 | Print sense info only for valid key; from NetBSD. | Alexander Yurchenko | |
ok tdeval@ krw@ | |||
2004-01-10 | Make debug printf a real debug. | Alexander Yurchenko | |
ok nate@ | |||
2004-01-10 | spelling; jjy2+@pitt.edu | Theo de Raadt | |
2004-01-10 | bonus points for completing rows, like most variants. | Ted Unangst | |
ok deraadt mcbride millert nick otto pjanzen | |||
2004-01-10 | oops, revert change. | Brad Smith | |
2004-01-09 | typo from Jared Yanovich; | Jason McIntyre | |
2004-01-09 | typos from Jared Yanovich; | Jason McIntyre | |
2004-01-09 | remove uvm_extern.h | Brad Smith | |
tested on alpha, i386, powerpc, sparc64, m68k. ok miod@ | |||
2004-01-09 | spelling; jjy2+@pitt.edu | Theo de Raadt | |
2004-01-09 | spelling; jjy2+@pitt.edu | Theo de Raadt | |
2004-01-09 | Avoid messing up the screen by non-printable chars in hostname + | Otto Moerbeek | |
sync with tcpdump.org. ok canacar@ | |||
2004-01-09 | show fib connected|static|bgp|nexthop|[address] | Henning Brauer | |
ok claudio@ | |||
2004-01-09 | for IMSG_CTL_KROUTEs allow matching based on flags, | Henning Brauer | |
add IMGS_CTL_KROUTE_ADDR to match the route for a given address ok claudio@ | |||
2004-01-09 | use cc -E for the preprocessor instead of cpp. | Brad Smith | |
ok espie@ millert@ | |||
2004-01-09 | Initialize procbase2 to 0 in _kvm_open(); Dan Harnett | Todd C. Miller | |
2004-01-09 | fix build for gcc3. | Dale Rahn | |
2004-01-09 | flag kernel routes whch are not conencted routes as static routes. | Henning Brauer | |
that's what they are, and it makes matching on them easier. | |||
2004-01-09 | a sample "show fib" implementation | Henning Brauer | |
ok claudio@ | |||
2004-01-09 | get us a stateful imsg relaying framework, and the first receiver, | Henning Brauer | |
IMSG_CTL_KROUTE, to have the kroute structs forming the fib sent to a control socket. ok claudio@ | |||
2004-01-09 | we must ignore SIGPIPE. | Henning Brauer | |
we do notice closed pipes just fine, tho there was at least one case where we tried a write without POLLOUT and that got us a SIGPIPE before our pipe closed detection catched it. ok claudio@ | |||
2004-01-09 | you must not try to read(2) without checking (pfd->revents & POLLIN) | Henning Brauer | |
you must not try to read(2) without checking (pfd->revents & POLLIN) you must not try to read(2) without checking (pfd->revents & POLLIN) [...] you must not try to read(2) without checking (pfd->revents & POLLIN) | |||
2004-01-09 | decrease min mss to (256 - 40); ok deraadt | Markus Friedl | |
2004-01-09 | don't restrict tcp signature keys to ascii; ok mcbride | Markus Friedl | |