summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2007-01-15the new sensors tre can give us the number of sensors per type.Henning Brauer
2007-01-15allow users to specify interface specific parameters even on a global basisMichele Marchetto
2007-01-15Although Unix compilers accept more than one definition of a globalOtto Moerbeek
2007-01-14clarify that -K needs an argument >= 1000, and add two examples dealing withAlexander von Gernler
2007-01-14Esape from the Mouth of Madness by adjusting stored sensor offsetsOtto Moerbeek
2007-01-14Add some comments on the expresssion which converts sensor timedeltasOtto Moerbeek
2007-01-14typoMichele Marchetto
2007-01-12spacingPierre-Yves Ritschard
2007-01-12use an u_int16_t for flags, the u_int8_t was getting too small.Pierre-Yves Ritschard
2007-01-12eliminate duplicate tcp read/write code.Pierre-Yves Ritschard
2007-01-12Compare against the username, so listing groups when given a numericOtto Moerbeek
2007-01-11Correct logic in path_update() so that moves are only done when needed.Claudio Jeker
2007-01-11Silently ignore unknown neighbors in the rde and ospfe imsg handler. ThisClaudio Jeker
2007-01-11Join two lines.Claudio Jeker
2007-01-11Remove unneeded config stuff when booting up the RDE. This makes the reloadClaudio Jeker
2007-01-11spacingPierre-Yves Ritschard
2007-01-11use real async events for checks and improve the non-blocking socketReyk Floeter
2007-01-11remove unused #define DHCP_MIN_LENKevin Steves
2007-01-10resolve conflicts and regen configure scriptJakob Schlyter
2007-01-10ISC BIND release 9.3.3Jakob Schlyter
2007-01-10sync usage() somewhat;Jason McIntyre
2007-01-10- better wording for -f, as well as missing punctuationJason McIntyre
2007-01-10tweaks;Jason McIntyre
2007-01-10remove ancient code. sync w/ kameJun-ichiro itojun Hagino
2007-01-09typoReyk Floeter
2007-01-09Finish renaming hostated to hoststated.Pierre-Yves Ritschard
2007-01-09use the correct buffer sizes.Reyk Floeter
2007-01-09unbreakReyk Floeter
2007-01-09adapt to renameTheo de Raadt
2007-01-09rename to hoststate{d,ctl}, using a repository copyTheo de Raadt
2007-01-08c should be u_char for printing option numbers. fix parameter requestKevin Steves
2007-01-08do NOT use the regexp interface. it is way to complicated, error-proneReyk Floeter
2007-01-08term 3 here can be dropped tooTheo de Raadt
2007-01-08how did you use one with an old license??Theo de Raadt
2007-01-08ports can be specified by number or by nameReyk Floeter
2007-01-08allow to use service names in addition to numerical port numbers inReyk Floeter
2007-01-08timeouts must not exceed the global intervalReyk Floeter
2007-01-08the timeout values are not allowed to exceed the global interval (iReyk Floeter
2007-01-08the timeout values are not allowed to exceed the global interval (iReyk Floeter
2007-01-08allow shared key specification in hex (0x01234...); ok hoMarkus Friedl
2007-01-08remove unused token.Reyk Floeter
2007-01-08add a generic send/expect check using regular expression (seeReyk Floeter
2007-01-08update man page reflecting claudio's changesMichele Marchetto
2007-01-08New redistribute code adapted from ospfd. It is now possible to do the sameClaudio Jeker
2007-01-06increase buffer size; ie. for hw.sensors.ipmi0.indicator0Theo de Raadt
2007-01-05Fix two small memleaksReyk Floeter
2007-01-05mmap 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 requiredBob Beck
2007-01-04<sys/un.h> not neededKevin Steves
2007-01-04ignore SIGPIPE, like the other 2 processes already do. we detect brokenHenning Brauer