Age | Commit message (Expand) | Author |
2007-01-15 | the new sensors tre can give us the number of sensors per type. | Henning Brauer |
2007-01-15 | allow users to specify interface specific parameters even on a global basis | Michele Marchetto |
2007-01-15 | Although Unix compilers accept more than one definition of a global | Otto Moerbeek |
2007-01-14 | clarify that -K needs an argument >= 1000, and add two examples dealing with | Alexander von Gernler |
2007-01-14 | Esape from the Mouth of Madness by adjusting stored sensor offsets | Otto Moerbeek |
2007-01-14 | Add some comments on the expresssion which converts sensor timedeltas | Otto Moerbeek |
2007-01-14 | typo | Michele Marchetto |
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 |
2007-01-12 | eliminate duplicate tcp read/write code. | Pierre-Yves Ritschard |
2007-01-12 | Compare against the username, so listing groups when given a numeric | Otto Moerbeek |
2007-01-11 | Correct logic in path_update() so that moves are only done when needed. | Claudio Jeker |
2007-01-11 | Silently ignore unknown neighbors in the rde and ospfe imsg handler. This | Claudio Jeker |
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 |
2007-01-11 | spacing | Pierre-Yves Ritschard |
2007-01-11 | use real async events for checks and improve the non-blocking socket | Reyk Floeter |
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 |
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 |
2007-01-09 | use the correct buffer sizes. | Reyk Floeter |
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 |
2007-01-08 | c should be u_char for printing option numbers. fix parameter request | Kevin Steves |
2007-01-08 | do NOT use the regexp interface. it is way to complicated, error-prone | Reyk Floeter |
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 |
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 |
2007-01-08 | the timeout values are not allowed to exceed the global interval (i | Reyk Floeter |
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 |
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 |
2007-01-06 | increase buffer size; ie. for hw.sensors.ipmi0.indicator0 | Theo de Raadt |
2007-01-05 | Fix two small memleaks | Reyk Floeter |
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 |
2007-01-04 | <sys/un.h> not needed | Kevin Steves |
2007-01-04 | ignore SIGPIPE, like the other 2 processes already do. we detect broken | Henning Brauer |