summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2006-10-24timedelta sensors are usually updated very often, but we used to queryHenning Brauer
2006-10-24Check that string length != 0 before setting buf[strlen(buf) - 1].Ray Lai
2006-10-23no need to use "keep state" and "flags S/SA" in pf rules,Jason McIntyre
2006-10-22word fix; ok norbyJason McIntyre
2006-10-21in client_nextaddr, check fd != -1 before close, just nicer this wayHenning Brauer
2006-10-21 Found that even if client fd (i.e to NTP source) is set toHenning Brauer
2006-10-21when ntp_sendmsg fails, reset trustlevel to TRUSTLEVEL_PATHETICHenning Brauer
2006-10-21EADDRNOTAVAIL after connect is one of the soft errors where we don't abortHenning Brauer
2006-10-20indentTheo de Raadt
2006-10-19Correct function name in log_debug() messagesRyan Thomas McBride
2006-10-18do not name FILE * variables "fd" since it is confusingTheo de Raadt
2006-10-18uppercase for `RFC';Jason McIntyre
2006-10-18symlinks marked @extra need special care for deletionNikolay Sturm
2006-10-18Controller for the ripd.Esben Norby
2006-10-18Welcome ripd started by Michele Marchetto some time ago by using the imsg/thr...Esben Norby
2006-10-18Welcome ripdEsben Norby
2006-10-17add proper version handling, not really used yet.Marc Espie
2006-10-17add -F conflicts: force installation in the presence of registered conflicts,Marc Espie
2006-10-15Close file descriptors before cleaning up the events, might cause a raceCamiel Dobbelaar
2006-10-15tweaks;Jason McIntyre
2006-10-15Normalize query options: make them not stop the package generation unlessMarc Espie
2006-10-14landisk will need this tooTheo de Raadt
2006-10-13check error condition of strtonumReyk Floeter
2006-10-12need to call adjtime once in a while here too, otherwise sensor-onlyHenning Brauer
2006-10-12internally, ntpd doesn't work with absolute offsets to system time, butHenning Brauer
2006-10-11use SEEK_SET; chl@tuxfamily.orgTheo de Raadt
2006-10-10fgets(3) returns NULL on error, not 0. No functional change, but it makesChad Loder
2006-10-08use 'weight-value' vs. 'offset' for the weight argument;Kevin Steves
2006-10-03strtonum() with INT_MAX intead of LONG_MAX, problem pointed out by pierre-yve...Theo de Raadt
2006-09-29remove an -O0 workaround for egcs/alpha; noone remembers why it was thereMartin Reindl
2006-09-28hostapd tree search speedup via inlined compare functionReyk Floeter
2006-09-28fix the configuration parser for event rules: correct handling ofReyk Floeter
2006-09-27Use IP_RECVIF to get the incomming interface of OSPF packets. Now we useClaudio Jeker
2006-09-26Sync in_cksum.c to the same version dvmrpd has. This fixes problems with oddClaudio Jeker
2006-09-26Simplify and make ISO chksum work on big endian machines.Esben Norby
2006-09-26escape error response to unsupported Expect: header, fixesDamien Miller
2006-09-25Use S_IS* macros insted of masking with S_IF* flags. The latter mayOtto Moerbeek
2006-09-21more lfs removal; ok pedroJason McIntyre
2006-09-20Remove bad144, okay deraadt@ miod@Pedro Martelletto
2006-09-20Make vnd(4) work on read-only file systems, from Paul Stoeber, okay tedu@Pedro Martelletto
2006-09-19enable ESP and AH dissectors over IPv6; ok mpf@ (at k2k6)Christian Weisgerber
2006-09-19make buffer_grow always return a valid struct buf; the contained bufferHenning Brauer
2006-09-19when the neighbor announced the restart capability, send the end-of-ribHenning Brauer
2006-09-19save the parser state in one big struct, and make it interchangable, akaHenning Brauer
2006-09-19kill useless debug code that somehow snuck in, some 2 years ago...Henning Brauer
2006-09-17check that stdio file descriptors are actually closed before clobberingDamien Miller
2006-09-17Make rdate ignore ntp responses with ALARM status.Chris Kuethe
2006-09-16fix error message parsing, okay deraadt@Marc Espie
2006-09-16Only interpret link state routing messages for the monitored carp interface.Marco Pfatschbacher
2006-09-16sync printing w/ sysctl and also add missing sensor types to the conf parser;...Michael Shalayeff