Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-30 | small memleak plugged and style changes. | Pierre-Yves Ritschard | |
ok reyk@ | |||
2007-01-30 | style changes. | Pierre-Yves Ritschard | |
ok reyk@ | |||
2007-01-29 | manpage tweaks. | Pierre-Yves Ritschard | |
advised by and ok jmc@ | |||
2007-01-29 | Add SSL support to hoststated. | Pierre-Yves Ritschard | |
with help and OK reyk@ with help and advice by claudio@ and Srebrenko Sehic | |||
2007-01-29 | Introduce new checks against the received metric to update or delete the route. | Michele Marchetto | |
OK norby@ | |||
2007-01-29 | Remove useless debug message when calculating the SPF tree. | Esben Norby | |
ok claudio@ | |||
2007-01-29 | Do not link from the LS DB to outside structures that may vanish before | Claudio Jeker | |
the actual LS DB entry is removed. In particular a neighbor may be removed at any time -- we were lucky because we kept down neighbors around for another 24h. Reload support unhided this problem again. Just copy the needed info into the vertex. Pointing to the area is save as the vertex is part of the area itself and removed when the area is removed. OK norby@ | |||
2007-01-29 | Three lines in SYNOPSIS are too much. Use only one line and sync usage. | Bernd Ahlers | |
prodded by & ok jmc@ | |||
2007-01-29 | Correctly check for missing arguments, as in ospfctl/bgpctl. OK pyr@ | Claudio Jeker | |
2007-01-27 | Make sure that the graceful restart capability is printed in any case. | Claudio Jeker | |
The printf() was only reachable if one of the other capabilities were set. | |||
2007-01-27 | add an option -S for specifying the salt file for -K . If not given, user | Alexander von Gernler | |
is prompted like before. ok tedu@ pedro@ otto@ manpage help and ok jmc@ | |||
2007-01-27 | use \(en for ranges e.g. 10 \(en 12 | Jason McIntyre | |
2007-01-26 | Finally document announce capabilities (yes|no). | Claudio Jeker | |
With help from jmc@ | |||
2007-01-26 | Document which AS are designated for private use and which are reserved | Claudio Jeker | |
for special stuff (4-byte AS support). | |||
2007-01-26 | AS 65535 aka USHRT_MAX is reserved and may not be used so adapt the | Claudio Jeker | |
range check. Found while hacking on 4-byte AS support. | |||
2007-01-26 | Massiv rework of the control imsg flow. Main changes: | Claudio Jeker | |
- dedicated pipe between the SE and the RDE for control messages - restartable RB tree dumps in the RDE - queuing limits both in the SE and RDE The result is a dramatic decrease of memory consumption on operations like bgpctl show rib. Previously all messages where first stored in the RDE then passed to the SE where they got queued in case bgpctl was not fast enough. Now only a small number of messages is generated and passed to the SE and the SE has an additional limit instead of acting like an infinite buffer. Without this the bgpd on bgpd.networx.ch would not survive a single minute. looks good henning@ | |||
2007-01-26 | Sync with ospfctl/bgpctl: detect missing arguments. OK michele@ | Claudio Jeker | |
2007-01-26 | Sync with ospfctl/bgpctl: correctly detect missing arguments. OK norby@ | Claudio Jeker | |
2007-01-25 | return 0, not NULL in a function returning int. | Niall O'Higgins | |
ok pyr@ | |||
2007-01-25 | Correctly detect missing arguments. Same diff as in ospfctl. OK henning@ | Claudio Jeker | |
2007-01-25 | No need to check if word is NULL before calling parse_addr/prefix. | Claudio Jeker | |
The functions do that check already. | |||
2007-01-25 | Correctly detect missing arguments like in "ospfctl show data area". | Claudio Jeker | |
OK henning@ norby@ | |||
2007-01-25 | resolve conflicts with 9.3.4; SECURITY UPDATE | Jakob Schlyter | |
2007-01-25 | ISC BIND release 9.3.4 | Jakob Schlyter | |
2007-01-24 | When deleting a neighbor or a interface make sure that no events are pending. | Claudio Jeker | |
Needed for reload support. OK norby@ | |||
2007-01-24 | Lock the nexthop while parsing an update by increasing the reference count. | Claudio Jeker | |
This is needed because the nexthop is not yet linked to the aspath attributes and so a withdraw in the same update imsg could remove this nexthop which in turn causes a use after free error when the prefix is added later on. The order of parsing (attributes, withdraws, prefixes instead of withdraws, attributes, prefixes) was reversed for multiprotocol support. This should fix all strange nexthop crashes seen by various people. Tested and OK henning@ | |||
2007-01-24 | Remove most of the spf calculation related log_debug messages. | Claudio Jeker | |
2007-01-24 | Remove some log_debug()s that are no longer needed. | Claudio Jeker | |
2007-01-24 | Similar to ospfd and ripd ignore SIGPIPE in all processes to be able to do | Claudio Jeker | |
a nice exit in case one of the processes dies. OK pyr@ | |||
2007-01-24 | Ingore SIGPIPE in the parent and rde as well. This is needed to correctly | Claudio Jeker | |
report crashes. Discussed with norby@ | |||
2007-01-24 | Ignore SIGPIPE in the parent and RDE as well. | Esben Norby | |
ok claudio@ | |||
2007-01-24 | Better handling of escaped CR-LF in the configuration file, commenting | Pierre-Yves Ritschard | |
them out was previously broken. This is needed for send/expect scripts. ok claudio@ | |||
2007-01-23 | add timeout for failed nbr structures | Michele Marchetto | |
OK claudio@ henning@ | |||
2007-01-23 | Typo in fatal() message found by dunceor @ gmail dot com | Claudio Jeker | |
2007-01-23 | Typo in fatal() message found by dunceor @ gmail dot com | Claudio Jeker | |
2007-01-23 | Typo in fatal() message found by dunceor @ gmail dot com | Claudio Jeker | |
2007-01-23 | Typo in fatal() message found by dunceor @ gmail dot com | Claudio Jeker | |
2007-01-23 | Typo in fatal() message found by dunceor @ gmail dot com | Claudio Jeker | |
2007-01-23 | Typo in fatal() message found by dunceor @ gmail dot com | Claudio Jeker | |
2007-01-23 | Introduce -Q option: | Bernd Ahlers | |
-Q query Show all packages in $PKG_PATH which match the given query. Example: $ pkg_info -Q bogofilter bogofilter-1.0.3-qdbm (installed) bogofilter-1.0.3-db4 bogofilter-1.0.3-sqlite3 bogofilter-1.0.3 $ Manpage help from sturm@. ok sturm@, steven@, espie@ | |||
2007-01-23 | forgot to adjust the number for -K in the introducing text, spotted by david@ | Alexander von Gernler | |
2007-01-22 | use a more sensible value for -K example, from tedu@ | Alexander von Gernler | |
ok jmc@ | |||
2007-01-20 | Ignore SIGPIPE in the parent and RDE as well. | Claudio Jeker | |
2007-01-20 | when retrying a write, the position was previously not updated. | Pierre-Yves Ritschard | |
ok reyk@ | |||
2007-01-15 | the new sensors tre can give us the number of sensors per type. | Henning Brauer | |
With this patch, we give up without bothering sysctl kern_sensors.c::sensor_find() unless we know for sure that timedelta sensor is present. From: "Constantine A. Murenin" <cnst+openbsd@bugmail.mojo.ru> | |||
2007-01-15 | allow users to specify interface specific parameters even on a global basis | Michele Marchetto | |
OK henning@ | |||
2007-01-15 | Although Unix compilers accept more than one definition of a global | Otto Moerbeek | |
symbol, follow the guidelines from K&R: only one definition of a global symbol (and possibly more declarations). Rename some vars here and there to avoid shadowing. ok henning@ | |||
2007-01-14 | clarify that -K needs an argument >= 1000, and add two examples dealing with | Alexander von Gernler | |
encrypted images. help from and ok pedro@ jmc@ | |||
2007-01-14 | Esape from the Mouth of Madness by adjusting stored sensor offsets | Otto Moerbeek | |
when we adjust time. This prevents ntpd from going wild when using sensor time sources; ok henning@ (on an earlier version) and a LOT of testing by naddy@ | |||
2007-01-14 | Add some comments on the expresssion which converts sensor timedeltas | Otto Moerbeek | |
to ntp offsets; also, rewrite the expression to make it more clear with no change in semantics. ok henning@ |