summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2008-01-18free oid data before overwriting itReyk Floeter
2008-01-18Call store_options() with correct cutoff values, i.e. ones not 7 bytesKenneth R Westerback
2008-01-18implement very basic support of the BRIDGE-MIB which is enough to getReyk Floeter
2008-01-18fix descriptionReyk Floeter
2008-01-18parse ip addresses for trapsReyk Floeter
2008-01-18trap.cReyk Floeter
2008-01-18fix stringval lengthReyk Floeter
2008-01-18add a snmpctl command to send traps to registered receivers usingReyk Floeter
2008-01-17swap argumentsReyk Floeter
2008-01-17the optional trap varbind elements may be nullReyk Floeter
2008-01-17allow to configure optional per trap receiver communities and toReyk Floeter
2008-01-17add basic snmpv2 support (snmpv2, trapv2, getbulk)Reyk Floeter
2008-01-16send a coldStart trap to registered receivers on startup and cleanupReyk Floeter
2008-01-16document the "trap receiver" option.Reyk Floeter
2008-01-16implementation of the SNMP trap sender interfaceReyk Floeter
2008-01-16typoReyk Floeter
2008-01-16define correct snmpv3 versionReyk Floeter
2008-01-16bump copyrightReyk Floeter
2008-01-16tweakReyk Floeter
2008-01-16move trap code to an own file; there will be moreReyk Floeter
2008-01-16start working on an interface to send traps via snmpd.sock. userlandReyk Floeter
2008-01-12better ui for locking messages.Marc Espie
2008-01-12unbreak DEBUG codeReyk Floeter
2008-01-12Fix mod_status XSS CVE-2007-6388:Martynas Venckus
2008-01-11rename snmp context type enum elementsReyk Floeter
2008-01-09big endian fixes (tested on sparc64)Reyk Floeter
2008-01-09syncReyk Floeter
2008-01-08sync patches in messages with realityHenning Brauer
2008-01-07Remove HISTORY section that states that sliplogin "is currently in beta test"Marc Balmer
2008-01-06sort SEE ALSO;Jason McIntyre
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