Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2007-01-14 | typo | Michele Marchetto | |
metricr -> metric | |||
2007-01-12 | spacing | Pierre-Yves Ritschard | |
2007-01-12 | use an u_int16_t for flags, the u_int8_t was getting too small. | Pierre-Yves Ritschard | |
ok reyk@ | |||
2007-01-12 | eliminate duplicate tcp read/write code. | Pierre-Yves Ritschard | |
ok claudio@, reyk@ | |||
2007-01-12 | Compare against the username, so listing groups when given a numeric | Otto Moerbeek | |
user id to userinfo works. From Alf Schlichting; ok millert@ | |||
2007-01-11 | Correct logic in path_update() so that moves are only done when needed. | Claudio Jeker | |
Previously prefix changes of neighbors with softreconfig in disabled where using prefix_add() instead of prefix_move(). Luckily prefix_add() has additional logic to detect this case and calls prefix_move() itself. This made backtraces of a totaly different issue so strange that I was hunting a bug for weeks at the completely wrong spot. Doh! | |||
2007-01-11 | Silently ignore unknown neighbors in the rde and ospfe imsg handler. This | Claudio Jeker | |
is needed for upcomming reload support -- it can happen that a message to a just deleted neighbor is still pending. | |||
2007-01-11 | Join two lines. | Claudio Jeker | |
2007-01-11 | Remove unneeded config stuff when booting up the RDE. This makes the reload | Claudio Jeker | |
handling a bit easier. | |||
2007-01-11 | spacing | Pierre-Yves Ritschard | |
2007-01-11 | use real async events for checks and improve the non-blocking socket | Reyk Floeter | |
usage. also modify the check_icmp code to use non-blocking raw sockets and merge the icmp4 and icmp6 functions. some other minor changes while i'm here. as discussed with pyr@ claudio@ deraadt@ ok pyr@ | |||
2007-01-11 | remove unused #define DHCP_MIN_LEN | Kevin Steves | |
2007-01-10 | resolve conflicts and regen configure script | Jakob Schlyter | |
2007-01-10 | ISC BIND release 9.3.3 | Jakob Schlyter | |
2007-01-10 | sync usage() somewhat; | Jason McIntyre | |
2007-01-10 | - better wording for -f, as well as missing punctuation | Jason McIntyre | |
- put CAVEATS in the right place | |||
2007-01-10 | tweaks; | Jason McIntyre | |
2007-01-10 | remove ancient code. sync w/ kame | Jun-ichiro itojun Hagino | |
2007-01-09 | typo | Reyk Floeter | |
2007-01-09 | Finish renaming hostated to hoststated. | Pierre-Yves Ritschard | |
Note to testers: the user the daemon changes its id to is now _hoststated, don't forget to update master.passwd. ok reyk@ | |||
2007-01-09 | use the correct buffer sizes. | Reyk Floeter | |
(this code needs some more work to implement a better icmp handling, but this will fix a serious bug for now) | |||
2007-01-09 | unbreak | Reyk Floeter | |
2007-01-09 | adapt to rename | Theo de Raadt | |
2007-01-09 | rename to hoststate{d,ctl}, using a repository copy | Theo de Raadt | |
as discussed with reyk | |||
2007-01-08 | c should be u_char for printing option numbers. fix parameter request | Kevin Steves | |
list option numbers >127 being negative. ok krw@ | |||
2007-01-08 | do NOT use the regexp interface. it is way to complicated, error-prone | Reyk Floeter | |
and we don't know about all the possible security problems. change the check send/expect code to use the fnmatch(3) interface using shell globbing rules instead. this allows simple patterns like "220 * ESMTP*" or "SSH-[12].??-*". suggested by deraadt@ and otto@ ok Pierre-Yves Ritschard (pyr at spootnik dot org) | |||
2007-01-08 | term 3 here can be dropped too | Theo de Raadt | |
2007-01-08 | how did you use one with an old license?? | Theo de Raadt | |
2007-01-08 | ports can be specified by number or by name | Reyk Floeter | |
2007-01-08 | allow to use service names in addition to numerical port numbers in | Reyk Floeter | |
the configuration file, eg. "real port http". > From Pierre-Yves Ritschard (pyr at spootnik dot org) ok claudio@ | |||
2007-01-08 | timeouts must not exceed the global interval | Reyk Floeter | |
2007-01-08 | the timeout values are not allowed to exceed the global interval (i | Reyk Floeter | |
figured this out while testing hostated against a stottering spamd where the send/expect timeout needs be > 10 seconds). also use another struct timeval to store the interval for easier handling in the code. ok Pierre-Yves Ritschard (pyr at spootnik dot org) | |||
2007-01-08 | the timeout values are not allowed to exceed the global interval (i | Reyk Floeter | |
figured this out while testing hostated against a stottering spamd where the send/expect timeout needs be > 10 seconds). also use another struct timeval to store the interval for easier handling in the code. ok Pierre-Yves Ritschard (pyr at spootnik dot org) | |||
2007-01-08 | allow shared key specification in hex (0x01234...); ok ho | Markus Friedl | |
2007-01-08 | remove unused token. | Reyk Floeter | |
2007-01-08 | add a generic send/expect check using regular expression (see | Reyk Floeter | |
regex(3)). this allows to define additional checks for other TCP protocols. From Pierre-Yves Ritschard (pyr at spootnik dot org) | |||
2007-01-08 | update man page reflecting claudio's changes | Michele Marchetto | |
2007-01-08 | New redistribute code adapted from ospfd. It is now possible to do the same | Claudio Jeker | |
redistribute setups as in ospfd (rtlables, per prefix, negation). Tested, input and OK michele@ | |||
2007-01-06 | increase buffer size; ie. for hw.sensors.ipmi0.indicator0 | Theo de Raadt | |
from cnst+openbsd@bugmail.mojo.ru | |||
2007-01-05 | Fix two small memleaks | Reyk Floeter | |
From Pierre-Yves Ritschard (pyr at spootnik dot org) | |||
2007-01-05 | mmap returns MAP_FAILED on error, not -1 or NULL; from xsa@ | Otto Moerbeek | |
2007-01-04 | Using DB_BTREE for spamd is wrong, order is never required | Bob Beck | |
and the rebalancing really slags big databases. Make spamd use DB_HASH instead, and convert if the old type is noticed on startup. Testing by me, djm, ian, others ok deraadt@, millert@, djm@ |