summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2007-01-04 Using DB_BTREE for spamd is wrong, order is never requiredBob 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@
2007-01-04<sys/un.h> not neededKevin Steves
2007-01-04ignore SIGPIPE, like the other 2 processes already do. we detect brokenHenning Brauer
pipes without the signal just fine. ok claudio
2007-01-04Do not run rde_shutdown() unless bgpd is started with -d.Claudio Jeker
On some of my systems rde_shutdown() takes more than 3min doing nothing more than calling free(3) over and over again.
2007-01-03Fix format string bugs by using strlcpy() instead ofMoritz Jodeit
snprintf() and fix truncation checks. ok miod@ deraadt@
2007-01-03fix bug that sorted the groups and thus broke ottos group file:Simon Bertrang
* stop sorting the group file * push the empty YP group to the end * leave other group entries where they are input & ok ray@, tested & ok otto@
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
Works like ``tail -f'' on a log file. OK markus@, djm@
2007-01-03spacingReyk Floeter
2007-01-03allow the sticky-address option for round-robin pools.Reyk Floeter
From Pierre-Yves Ritschard (pyr at spootnik dot org)
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
deraadt@
2007-01-02Fix setting up the more specific binding for the ypsetmeOtto Moerbeek
functionality. We want to bind to the same ports as the general binding, but with a local address. with and ok deraadt@
2007-01-02define bpf filters to match address and header fields in IEEE 802.11Reyk Floeter
wlan frames (DLT_IEEE802_11 and DLT_IEEE802_11_RADIO linktypes). see tcpdump(8) for details. "Works for me" claudio@ ok jmc@ deraadt@
2007-01-01rndc will now create output files of 'rndc dumpdb', 'rndcAlexandre Anriot
stats' and 'rndc recursing' commands in /var/named/tmp (instead of /var/named), which is writable by the 'named' user. feedback and ok jakob@ deraadt@, also agreed by fkr@ and msf@
2007-01-01sync usage();Jason McIntyre
2007-01-01- standard listJason McIntyre
- zap extraneous list item - sort options list - kill trailing whitespace
2007-01-01commit really old stuff that lets pkg_mklocatedb recordMarc Espie
pkgpath/pkgnames/both.
2006-12-31add a channel hopper for wireless interfaces. the channel hopper willReyk Floeter
jump to the next available channel after a configurable delay for the specified list of wireless "hostap" interfaces, see the new "set hostap hopper" commands in hostapd.conf(5). with help by jsg@
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
Triggered by Rik/harry Bobbaers on bugs@. ok mbalmer@ ray@
2006-12-30s/form/from/Ray Lai
``Sure.'' millert@, ``Sure'' espie@.
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
put pcks key initialization into a separate routine instead of bloating the getopt() loop. ok pedro@ deraadt@ tedu@
2006-12-26Fix truncation check by directly comparing both values and don'tMoritz Jodeit
compare the unsigned value of the subtraction against <= 0. ok krw@ ray@
2006-12-26print icmpv6 inside security header (ah/esp).Jun-ichiro itojun Hagino
2006-12-26Add missing $OpenBSD$Jonathan Gray
2006-12-26make option processing happen first.Mathieu Sauve-Frankel
ok deraadt@
2006-12-25the global timeout for checks is specified in millisecondsReyk Floeter
2006-12-25fix the conversion from milliseconds to struct timeval, which usesReyk Floeter
seconds (tv_sec) and microseconds (tv_usec), but the code assumed seconds and milliseconds...
2006-12-25knfReyk Floeter
2006-12-25partial rewrite of the check_* routines to use libevent everywhereReyk Floeter
instead of nested select() calls and to handle the non-blocking sockets properly. From Pierre-Yves Ritschard (pyr at spootnik dot org) (with a little help by me)
2006-12-25good day to remove a some pooTheo de Raadt
2006-12-25spacingTheo de Raadt
2006-12-24typoMichele Marchetto
2006-12-24first pass cleanup of sasyncd, based on some discussion with deraadt@Mathieu Sauve-Frankel
inline conf_init into main() and remove it from conf.y. add usage(). small amount of whitespace nits in sasync.h ok deraadt@ mcbride@
2006-12-23Spelling.Kenneth R Westerback
'preceeding' -> 'preceding' 'preceeds' -> 'precedes' 'preceeded' -> 'preceded'
2006-12-23adapt to new two-level sensor sysctl framework; by Constantine A. MureninTheo de Raadt
2006-12-23Do not name both a variable and a goto target 'restore'; it's legal, butMarc Balmer
confusing. at least it confused thib...
2006-12-21appease the groff beast;Jason McIntyre
2006-12-21Unbreak redistribute default and make it possible to specify a metric forClaudio Jeker
the default route as well. OK norby@, michele@
2006-12-21order variables by size/type.Claudio Jeker
2006-12-21Let watchdogd use the new watchdog(4) semantics. When the new option -nMarc Balmer
(no restore) is specified, the watchdog will not be restored to it's original values when watchdogd terminates. that means, when watchdogd is run with -n and you 'halt' the system, the watchdog hardware will reset it. which is wanted when the machine is remote and the system shuts down unplanned. "looks ok" markus
2006-12-21Check for overflow of others_len. This can not happen at the moment becauseClaudio Jeker
less than 255 attributes can be allocated at max. OK claudio@
2006-12-20let ntpd use sensors immediately after system boot by special casingHenning Brauer
last_sensor_scan == 0. monotime might be very close to 0 after boot. source unknown, maybe from naddy, rediscovered & ok mblamer
2006-12-20Fix potential buffer overread in function, even though the currentRay Lai
code cannot overflow. Add error checking to protect future code changes and to provide a better example for plagiarizers. OK millert@.
2006-12-19no need for -DJun-ichiro itojun Hagino
2006-12-19no need for -DINET6Jun-ichiro itojun Hagino