Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-22 | change %u to %zu to correctly print size_t | David Hill | |
ok ray@ jaredy@ moritz@ | |||
2006-03-22 | change ident_file() and ident_line() return type to void; OK ray@. | Xavier Santolaria | |
2006-03-22 | add support for macros in ipsec.conf(5). some bits have already been | Reyk Floeter | |
there. requested by david@ ok hshoexer@, msf@ | |||
2006-03-22 | Move the AS external LSA tree out of struct ospfd_config. This simplifies | Claudio Jeker | |
the code and makes config reloads easier. OK norby@ | |||
2006-03-22 | As the isakmpd fifo race is fixed, hook ipsecctl to rc. | Hans-Joerg Hoexer | |
ok naddy@ todd@ | |||
2006-03-22 | ospfd has the framework to couple and decouple the FIB. Add the needed | Claudio Jeker | |
functionality to ospfctl for it. NOTE: decoupling the FIB one a router may totaly fuck up the complete network. Use it with care! OK norby@ | |||
2006-03-22 | prevent anything outside rote.c from accessing the routing table heads | Henning Brauer | |
directly. rather provide a rt_lookup function for regular lookups, and a rt_gettable for those that need access to the head for some reason. the latter cases should be revisted later probably so that nothing outside the routing core code accesses the heads at all... tested claudio jolan me, ok claudio markus | |||
2006-03-22 | Fix comment about MINFREE, from Thordur I. Bjornsson <thib@mi.is> | Pedro Martelletto | |
2006-03-22 | Change the way bgpd selects nexthops. Up until now every route was considered | Claudio Jeker | |
when calculating the nexthop. Now only non BGP routes and not the default route are used unless forced with the new config options nexthop qualify via bgp nexthop qualify via default This change is required for complex setups e.g. where an additional IGP is running. OK henning@ | |||
2006-03-22 | Pass size of correct variable to memset(). | Ray Lai | |
From Alexey Dobriyan. OK otto@ | |||
2006-03-22 | Make sure open returns fd != 1, not fd > 0. | Ray Lai | |
From Alexey Dobriyan. OK otto@ | |||
2006-03-22 | Remove four unused functions: ap_sync_scoreboard_image, reopen_scoreboard, | Ray Lai | |
put_scoreboard_info, and update_scoreboard_global. From Daniel Ouellet, plus one line he missed. OK henning@ and otto@ | |||
2006-03-22 | Add additional limit check to ensure that we do not overflow pp->prefix | Claudio Jeker | |
while masking the prefix. Fix from itojun@. OK dhartmei@ | |||
2006-03-22 | No need to specify the DOI, make examples more consistent. | Hans-Joerg Hoexer | |
Suggested by david@ | |||
2006-03-22 | Detailed RIB output including communities. Detailed output is enabled via | Claudio Jeker | |
the "detailed" keyword. Currently only works for IP or prefix lookups like "bgpctl show rib detail 199.185.137.3". Requested by many, looks good henning@ | |||
2006-03-22 | Add a new SHOW imsg to send optional attributes to bgpctl. This can be used | Claudio Jeker | |
to show communites in bgpctl output. Only send these messages if it they are requested to reduce the overhead for simple listings. Looks good henning@ | |||
2006-03-22 | Rework signal handling the idiomatic libevent way. From ospfd. | Camiel Dobbelaar | |
ok claudio henning | |||
2006-03-22 | Change fmt_peer() so that it can be used by the upcomming detailed RIB output. | Claudio Jeker | |
OK henning@ | |||
2006-03-22 | - sis(4) was moved out from untested in GENERIC some time ago | Martin Reindl | |
- put NE2000 warning where it belongs 'no problem with this' deraadt@ | |||
2006-03-22 | Clean up xfree() usage in rcs_choosefile(). | Ray Lai | |
OK xsa@ | |||
2006-03-22 | The regression test currently fails, which it should. This adds a | Ray Lai | |
check to make sure it fails with an expected error. Help with make-fu by espie@. OK otto@ | |||
2006-03-22 | Simplify cgetnext(3) by using strcspn(3). | Ray Lai | |
OK jaredy@ and otto@ | |||
2006-03-22 | Add pci_find_device() a helper function for enumerating the | Jonathan Gray | |
PCI bus, from NetBSD. This is useful for things like finding another device in a driver ie ISA bridge in pciide. ok brad@ grange@, looks ok kettenis@ | |||
2006-03-21 | adopt to recent changes. noticed by david@ | Hans-Joerg Hoexer | |
2006-03-21 | - plug memleak when handling reallocation failure in hid_start() | Jared Yanovich | |
- avoid NULL dereference while reclaiming memory during error handling in hid_start() ok ray dhill | |||
2006-03-21 | Disassembler now pretty prints AML code (like acpidump) | Jordan Hargrave | |
ok marco@ | |||
2006-03-21 | Call fts_close() when done; from NetBSD's Coverity scan; ok millert@ | Otto Moerbeek | |
jaredy@ | |||
2006-03-21 | Fix for PR 5043: shell startup scripts might contain binary characters but | David Krause | |
grep should assume ASCII text, fixes umask detection ok millert@ jaredy@ | |||
2006-03-21 | fix endless loop in case of error in archive header. | Marc Espie | |
2006-03-21 | Implementation of the Michael MIC as defined in IEEE 802.11i for TKIP. | Reyk Floeter | |
The MIC generates a weak 64bit digest protected by an additional key. Obviously, this digest alg is required for future IEEE 802.11i/WPA support. test vectors passed on alpha amd64 mvme68k mvme88k sgi sparc sparc64 vax i386 ok djm@ | |||
2006-03-21 | Kill debug message that floods the log if ospfctl is killed while dumping | Claudio Jeker | |
large tables. | |||
2006-03-21 | Correctly check for the end of the cmds table. There is no need to check for | Claudio Jeker | |
c_func2. Until now ifconfig accepted something like ifconfig tun0 1.2.3.4 1.2.3.5 foobar without error. Additionally change the error message to a more comprehensible message. OK markus@, henning@ | |||
2006-03-21 | Make ural(4) read and show real MAC/BBP rev instead of hardcoded RT2570 | Pedro Martelletto | |
"Go ahead" damien@ via jsg@ | |||
2006-03-21 | Revert for the moment, according to Mike Belopuhov this produces | Otto Moerbeek | |
errors in rc and netstart. | |||
2006-03-21 | Partially revert last commit; jaredy@ showed the NULL deref can't | Otto Moerbeek | |
happen and tedu@ confirmed this is a known bug in Coverity's analysis. | |||
2006-03-21 | Invalidating the full RIB and then only recalculating part of it is not | Claudio Jeker | |
that smart. Kill the global rt_invalidate() instead clear only that part of the RIB that is actually recalculated. OK norby@ | |||
2006-03-21 | add support for `rcs -e[logins]'; "Looks good" ray@. | Xavier Santolaria | |
2006-03-21 | add tests for `rcs -a' and `rcs -e', just not enabled yet. | Xavier Santolaria | |
"Looks good" ray@. | |||
2006-03-21 | x << long generates a lint warning, so silence it by casting __NFDBITS | Otto Moerbeek | |
to unsigned; this is a conseqeunce of changing size_t to u_long. ok deraadt@ millert@ cloder@ | |||
2006-03-21 | instead of sizeof(array) / sizeof(element) computation, use the existing | Daniel Hartmeier | |
end-of-array NULL marker, shuts up source analysis tool, from deraadt@ | |||
2006-03-21 | Encourage using strtonum(3). | Ray Lai | |
Sync variable declarations with variables used in getopt(3) loop. OK otto@ | |||
2006-03-21 | Instead of duplicating rcs_suffixes and running strsep on it again, | Ray Lai | |
just use the previous suffixes. Since all slashes were replaced with NULs, reading `suffixes' will give the first extension. OK xsa@ | |||
2006-03-21 | Allow creation of an RCS file if RCS_CREATE flag set. | Ray Lai | |
OK xsa@ | |||
2006-03-20 | Don't forget to unlock of reading the RTC fails. | Mark Kettenis | |
Should fix panic on iMac G5 (iSight). | |||
2006-03-20 | NetBSD Coverity CID 2298: Fix memory leak. | David Hill | |
NetBSD Coverity CID 2299: Fix memory leak. NetBSD Coverity CID 2301: Fix memory leak. ok ray@ | |||
2006-03-20 | spacing | Theo de Raadt | |
2006-03-20 | Fix potential null deref and out-of-bound access. | Otto Moerbeek | |
ok millert@ deraadt@ | |||
2006-03-20 | add limited support for format builtin in gnu-m4 mode, because I'm fed | Marc Espie | |
up of patching it away in various autoconf derivatives. okay miod@ | |||
2006-03-20 | Don't increment a pointer *before* testing it for NULL | David Hill | |
ok deraadt@ | |||
2006-03-20 | NetBSD Coverity CID 2302: Free fat if fatal error to avoid leak. | David Hill | |
ok otto@ deraadt@ |