summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2008-01-06remove out of date/irrelevant section of BUGS dealing with ip6;Jason McIntyre
2008-01-06- document what happens when a service exceeds its max spawn rate. this isJason McIntyre
2008-01-06Don't reference {sl|nmea}attach(8) in the SEE ALSO section but ldattach(8)Marc Balmer
2008-01-05remove unused functionCharles Longeau
2008-01-05remove unused functionCharles Longeau
2008-01-05sync usage() w/ SYNOPSIS;Jason McIntyre
2008-01-04document the -n and -N command line options.Reyk Floeter
2008-01-04always bzero the oid lookup key before initializing it.Reyk Floeter
2008-01-04add the -n flag to dump numeric OIDs instead of symbolic namesReyk Floeter
2008-01-03send the correct lengthReyk Floeter
2008-01-03handle no more than 2147483647 (0x7fffffff) variable bindingsReyk Floeter
2008-01-03scalars have an index of 0 in the returned oid (like sysDescr.0).Reyk Floeter
2008-01-03fix parsing of get* requests with multiple varbind elementsReyk Floeter
2008-01-02Make sure that a key belongs to the table before returning a match.Mats O Jansson
2007-12-31we must reset the poll timeout to INFTIM when receiving the IMSG_SETTIMEHenning Brauer
2007-12-31use the same trick as for perl to make sure manpages get built laterMarc Espie
2007-12-30add missing space between argument names and ellipsisIgor Sobrado
2007-12-29add the IP-MIB ipAddrTable. it requires to encode the ipv4 addressesReyk Floeter
2007-12-28printf field widths are always int, so add casts to removeCharles Longeau
2007-12-28shrink the max number of supported OID elements from 128 to 32.Reyk Floeter
2007-12-28set the default port in host byte order to get the correct resultReyk Floeter
2007-12-28syncReyk Floeter
2007-12-28add "show mib" command to dump compiled-in MIB namesReyk Floeter
2007-12-28split code handling the "structure of management information" and theReyk Floeter
2007-12-28split the MIB declarations (names) from the definitions (implementation).Reyk Floeter
2007-12-28use $OpenBSD$ tags.Thordur I. Bjornsson
2007-12-28spacingReyk Floeter
2007-12-28use the snmp camelCase for MIB definitions, this allows to simplifyReyk Floeter
2007-12-28allows src: urls to work better by using -F nolock during pkg builds.Marc Espie
2007-12-28tweak the semantics so that no-default-conflict works.Marc Espie
2007-12-27Make a snmpwalk against snmpd on hppa and macppc work. armish still dontMats O Jansson
2007-12-27some fatal() calls that should be fatalx(); ok henning@Kevin Steves
2007-12-23log a warning one time when we can't open or write the drift file;Kevin Steves
2007-12-23for "fixed-address", note that no lease is generated; after someJason McIntyre
2007-12-23remove double word in comment;Jason McIntyre
2007-12-23provide timer_nextduein, which provides the number of seconds until theHenning Brauer
2007-12-23remove some unused #defines; ok henning@Kevin Steves
2007-12-23send timers for bgpctlshow neighbor foo timer in seperate messages afterHenning Brauer
2007-12-23use timer_running (with left = NULL, which the last commit made possible)Henning Brauer
2007-12-23make all timer_get() callers (except timer_set which will needHenning Brauer
2007-12-22just call getpwnam(NTPD_USER) once; ok henning@Kevin Steves
2007-12-20note that redirections with the sticky-address option will not countReyk Floeter
2007-12-20implement statistics for redirections, like the existing statisticsReyk Floeter
2007-12-20rework timers.Henning Brauer
2007-12-19regenJakob Schlyter
2007-12-19ref rndc-confgen(8); from Jean RabyJakob Schlyter
2007-12-18make it possible to run without locking the database. To be used byMarc Espie
2007-12-15fix the sensors mib to match the new OpenBSD PENReyk Floeter
2007-12-15initial manpage bits for snmpd.conf(5)Reyk Floeter
2007-12-15shrink the code by making some ipstat parts table-driven. at someReyk Floeter