Age | Commit message (Expand) | Author |
2006-05-31 | Missing $OpenBSD$ tag. Spotted by Masao Uebayashi. | Chris Kuethe |
2006-05-31 | more tweaks; ok grange | Jason McIntyre |
2006-05-31 | tweak the sample attach script; ok grange | Jason McIntyre |
2006-05-31 | - tidy up SYNOPSIS | Jason McIntyre |
2006-05-31 | Support for "[no] redistribute 10.6/16", all routes that match into this | Claudio Jeker |
2006-05-31 | More redistribute fun. Add a possibility to deny redistribution of specified | Claudio Jeker |
2006-05-31 | This diff makes dhcpd able to manipulate pf tables on certain lease events. | Chris Kuethe |
2006-05-31 | Plug memory leak; ok claudio@ | Patrick Latifi |
2006-05-31 | Plug memory leaks in error path; ok henning@ | Patrick Latifi |
2006-05-31 | remove extra space in output; ok markus@ moritz@ | Kevin Steves |
2006-05-31 | only actually run sensor_query when it is due, not every time poll returns | Henning Brauer |
2006-05-30 | This patch renames dhcpd's "struct timeout" to "struct dhcpd_timeout" | Chris Kuethe |
2006-05-30 | Correctly calculate point-to-point nexthop address. The logic was badly twisted | Claudio Jeker |
2006-05-30 | Uups, this file should be commited with the redistribute rtlabel stuff. | Claudio Jeker |
2006-05-30 | Now that rtlabels are accessable via sysctl we can use route lables to | Claudio Jeker |
2006-05-29 | When ntpd backs off polling due to a negative delay, tell the user how long | Chris Kuethe |
2006-05-29 | No need for return; at end of functions returning void. | Moritz Jodeit |
2006-05-29 | better wording for the "weight" section; | Jason McIntyre |
2006-05-29 | Be more careful to not touch memory outside the | Moritz Jodeit |
2006-05-29 | repair some broken indentation in an example; ok jmc@ | Kevin Steves |
2006-05-29 | document the optional "weight" keyword, and a little cleanup; | Jason McIntyre |
2006-05-29 | ANSI and whitespace. No binary change. | Moritz Jodeit |
2006-05-29 | Check that struct p8022Hdr was completely captured, | Moritz Jodeit |
2006-05-29 | The end pointer to fn_print() could possibly point behind the captured | Moritz Jodeit |
2006-05-29 | Add proper bounds checks for the CDP and SSDP protocols by | Moritz Jodeit |
2006-05-29 | Delay lsa database deletes for MIN_LS_INTERVAL seconds so that flapping | Claudio Jeker |
2006-05-29 | Remove useless debug message that gets triggered all the time in big networks. | Esben Norby |
2006-05-29 | when we cannot open /dev/hotplug, donn't bail, just work without | Henning Brauer |
2006-05-28 | Even better nexthop delete behaviour. Do not delete nexthop if they are used | Claudio Jeker |
2006-05-28 | Correct more bounds checks which can lead to crashes. | Moritz Jodeit |
2006-05-28 | Preload and pin nexthop used in filtersets so the are validiated when used. | Claudio Jeker |
2006-05-28 | Check that a complete struct llc was captured (not only 3 bytes), | Moritz Jodeit |
2006-05-28 | allow for weight to be added to sensors or servers, so that one can | Henning Brauer |
2006-05-28 | get clock src id from the timedelta sensor desc. | Henning Brauer |
2006-05-28 | if sysctl gives ENOENT the sensor is gone and we remove it | Henning Brauer |
2006-05-28 | let sensor_query handle removals itself | Henning Brauer |
2006-05-28 | Device id was removed from hotplug events so cope with this. | Michael Knudsen |
2006-05-28 | sensor_byid not needed any more | Henning Brauer |
2006-05-28 | hotplug devid will go away in a minute, so don't use it here any longer | Henning Brauer |
2006-05-28 | do not bother with rmeoval events, we remove sensors whoch vanished or | Henning Brauer |
2006-05-28 | small grammar improvement; | Jason McIntyre |
2006-05-28 | DV_SENSORS is no more, plug workaround for the time to the real solution | Henning Brauer |
2006-05-28 | make use of the new hotplug events for sensors showing up or vanishing | Henning Brauer |
2006-05-28 | Include device id in hotplug event logging. id is passed as new | Michael Knudsen |
2006-05-27 | add sensor_byid(), return sensor by its id | Henning Brauer |
2006-05-27 | stop passing the config around all time, just store one copy | Henning Brauer |
2006-05-27 | fix potential crash when using -v. ok canacar@ | Moritz Jodeit |
2006-05-27 | factor out sensor_probe from sensor_scan so we can probe a sensors when | Henning Brauer |
2006-05-27 | make ntpd listen on the hotplug socket and decode yadda yadda, because | Henning Brauer |
2006-05-27 | Wait for a response from bgpd on reloads. | Claudio Jeker |