summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2007-01-04Do not run rde_shutdown() unless bgpd is started with -d.Claudio Jeker
2007-01-03Fix format string bugs by using strlcpy() instead ofMoritz Jodeit
2007-01-03fix bug that sorted the groups and thus broke ottos group file:Simon Bertrang
2007-01-03Limit fscanf. From Ulf Harnhammar (metaur at telia dot com)Bjorn Sandell
2007-01-03Support for continuous reading of syslog memory buffers.Marco Pfatschbacher
2007-01-03spacingReyk Floeter
2007-01-03allow the sticky-address option for round-robin pools.Reyk Floeter
2007-01-02tweaks.Marc Balmer
2007-01-02use err.h functions and report failure of ypset call. ok deraadt@Otto Moerbeek
2007-01-02return proper server error on failed ypset. Inspired by freebsd; okOtto Moerbeek
2007-01-02Fix setting up the more specific binding for the ypsetmeOtto Moerbeek