summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2007-01-02define bpf filters to match address and header fields in IEEE 802.11Reyk Floeter
2007-01-01rndc will now create output files of 'rndc dumpdb', 'rndcAlexandre Anriot
2007-01-01sync usage();Jason McIntyre
2007-01-01- standard listJason McIntyre
2007-01-01commit really old stuff that lets pkg_mklocatedb recordMarc Espie
2006-12-31add a channel hopper for wireless interfaces. the channel hopper willReyk Floeter
2006-12-30Remove stub write callback functions now that libevent allows them to be NULL.Camiel Dobbelaar
2006-12-30Convert three instances of atoi() to strtonum() and apply sane upper bounds.Camiel Dobbelaar
2006-12-30s/form/from/Ray Lai
2006-12-28tweak;Jason McIntyre
2006-12-28forgot a dereference in the previous conversion; ok deraadt@Christian Weisgerber
2006-12-26make -k and -K mutually exclusive, and ignore multiple invocations of them.Alexander von Gernler