Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-04 | Using DB_BTREE for spamd is wrong, order is never required | Bob 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 needed | Kevin Steves | |
2007-01-04 | ignore SIGPIPE, like the other 2 processes already do. we detect broken | Henning Brauer | |
pipes without the signal just fine. ok claudio | |||
2007-01-04 | Do 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-03 | Fix format string bugs by using strlcpy() instead of | Moritz Jodeit | |
snprintf() and fix truncation checks. ok miod@ deraadt@ | |||
2007-01-03 | fix 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-03 | Limit fscanf. From Ulf Harnhammar (metaur at telia dot com) | Bjorn Sandell | |
2007-01-03 | Support for continuous reading of syslog memory buffers. | Marco Pfatschbacher | |
Works like ``tail -f'' on a log file. OK markus@, djm@ | |||
2007-01-03 | spacing | Reyk Floeter | |
2007-01-03 | allow the sticky-address option for round-robin pools. | Reyk Floeter | |
From Pierre-Yves Ritschard (pyr at spootnik dot org) | |||
2007-01-02 | tweaks. | Marc Balmer | |
2007-01-02 | use err.h functions and report failure of ypset call. ok deraadt@ | Otto Moerbeek | |
2007-01-02 | return proper server error on failed ypset. Inspired by freebsd; ok | Otto Moerbeek | |
deraadt@ | |||
2007-01-02 | Fix setting up the more specific binding for the ypsetme | Otto 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-02 | define bpf filters to match address and header fields in IEEE 802.11 | Reyk 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-01 | rndc will now create output files of 'rndc dumpdb', 'rndc | Alexandre 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-01 | sync usage(); | Jason McIntyre | |
2007-01-01 | - standard list | Jason McIntyre | |
- zap extraneous list item - sort options list - kill trailing whitespace | |||
2007-01-01 | commit really old stuff that lets pkg_mklocatedb record | Marc Espie | |
pkgpath/pkgnames/both. | |||
2006-12-31 | add a channel hopper for wireless interfaces. the channel hopper will | Reyk 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-30 | Remove stub write callback functions now that libevent allows them to be NULL. | Camiel Dobbelaar | |
2006-12-30 | Convert 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-30 | s/form/from/ | Ray Lai | |
``Sure.'' millert@, ``Sure'' espie@. | |||
2006-12-28 | tweak; | Jason McIntyre | |
2006-12-28 | forgot a dereference in the previous conversion; ok deraadt@ | Christian Weisgerber | |
2006-12-26 | make -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-26 | Fix truncation check by directly comparing both values and don't | Moritz Jodeit | |
compare the unsigned value of the subtraction against <= 0. ok krw@ ray@ | |||
2006-12-26 | print icmpv6 inside security header (ah/esp). | Jun-ichiro itojun Hagino | |
2006-12-26 | Add missing $OpenBSD$ | Jonathan Gray | |
2006-12-26 | make option processing happen first. | Mathieu Sauve-Frankel | |
ok deraadt@ | |||
2006-12-25 | the global timeout for checks is specified in milliseconds | Reyk Floeter | |
2006-12-25 | fix the conversion from milliseconds to struct timeval, which uses | Reyk Floeter | |
seconds (tv_sec) and microseconds (tv_usec), but the code assumed seconds and milliseconds... | |||
2006-12-25 | knf | Reyk Floeter | |
2006-12-25 | partial rewrite of the check_* routines to use libevent everywhere | Reyk 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-25 | good day to remove a some poo | Theo de Raadt | |
2006-12-25 | spacing | Theo de Raadt | |
2006-12-24 | typo | Michele Marchetto | |
2006-12-24 | first 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-23 | Spelling. | Kenneth R Westerback | |
'preceeding' -> 'preceding' 'preceeds' -> 'precedes' 'preceeded' -> 'preceded' | |||
2006-12-23 | adapt to new two-level sensor sysctl framework; by Constantine A. Murenin | Theo de Raadt | |
2006-12-23 | Do not name both a variable and a goto target 'restore'; it's legal, but | Marc Balmer | |
confusing. at least it confused thib... | |||
2006-12-21 | appease the groff beast; | Jason McIntyre | |
2006-12-21 | Unbreak redistribute default and make it possible to specify a metric for | Claudio Jeker | |
the default route as well. OK norby@, michele@ | |||
2006-12-21 | order variables by size/type. | Claudio Jeker | |
2006-12-21 | Let watchdogd use the new watchdog(4) semantics. When the new option -n | Marc 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-21 | Check for overflow of others_len. This can not happen at the moment because | Claudio Jeker | |
less than 255 attributes can be allocated at max. OK claudio@ | |||
2006-12-20 | let ntpd use sensors immediately after system boot by special casing | Henning Brauer | |
last_sensor_scan == 0. monotime might be very close to 0 after boot. source unknown, maybe from naddy, rediscovered & ok mblamer | |||
2006-12-20 | Fix potential buffer overread in function, even though the current | Ray Lai | |
code cannot overflow. Add error checking to protect future code changes and to provide a better example for plagiarizers. OK millert@. | |||
2006-12-19 | no need for -D | Jun-ichiro itojun Hagino | |
2006-12-19 | no need for -DINET6 | Jun-ichiro itojun Hagino | |