Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-18 | implement very basic support of the BRIDGE-MIB which is enough to get | Reyk Floeter | |
recognized as a network device by some NMS. | |||
2008-01-18 | fix description | Reyk Floeter | |
2008-01-18 | parse ip addresses for traps | Reyk Floeter | |
2008-01-18 | trap.c | Reyk Floeter | |
2008-01-18 | fix stringval length | Reyk Floeter | |
2008-01-18 | add a snmpctl command to send traps to registered receivers using | Reyk Floeter | |
snmpd's imsg trap interface. | |||
2008-01-17 | swap arguments | Reyk Floeter | |
2008-01-17 | the optional trap varbind elements may be null | Reyk Floeter | |
2008-01-17 | allow to configure optional per trap receiver communities and to | Reyk Floeter | |
restrict the receivers to a specified mib. | |||
2008-01-17 | add basic snmpv2 support (snmpv2, trapv2, getbulk) | Reyk Floeter | |
ok canacar@ | |||
2008-01-16 | send a coldStart trap to registered receivers on startup and cleanup | Reyk Floeter | |
the trap code a little bit. | |||
2008-01-16 | document the "trap receiver" option. | Reyk Floeter | |
2008-01-16 | implementation of the SNMP trap sender interface | Reyk Floeter | |
2008-01-16 | typo | Reyk Floeter | |
2008-01-16 | define correct snmpv3 version | Reyk Floeter | |
2008-01-16 | bump copyright | Reyk Floeter | |
2008-01-16 | tweak | Reyk Floeter | |
2008-01-16 | move trap code to an own file; there will be more | Reyk Floeter | |
2008-01-16 | start working on an interface to send traps via snmpd.sock. userland | Reyk Floeter | |
applications will be able to send imsgs defining the trap to snmpd and the daemon will do the ASN.1/BER encoding before sending traps to the registered receivers. there are two advantages of this approach that a) the applications do not need to handle any ASN.1/BER encoding and b) snmpd will provide a central interface to define trap receivers. discussed with thib and others | |||
2008-01-12 | better ui for locking messages. | Marc Espie | |
Instead of just saying we await the release, we say when it's done. (practically, a lot of package operation take `some time', it's good for the user to know whether the command is still waiting for an held lock, or actually doing some work) | |||
2008-01-12 | unbreak DEBUG code | Reyk Floeter | |
2008-01-12 | Fix mod_status XSS CVE-2007-6388: | Martynas Venckus | |
A flaw was found in the mod_status module. On sites where mod_status is enabled and the status pages were publicly accessible, a cross-site scripting attack is possible. Note that the server-status page is not enabled by default and it is best practice to not make this publicly available. Fix mod_imap XSS CVE-2007-5000: A flaw was found in the mod_imap module. On sites where mod_imap is enabled and an imagemap file is publicly available, a cross-site scripting attack is possible. ok miod@ | |||
2008-01-11 | rename snmp context type enum elements | Reyk Floeter | |
2008-01-09 | big endian fixes (tested on sparc64) | Reyk Floeter | |
2008-01-09 | sync | Reyk Floeter | |
2008-01-08 | sync patches in messages with reality | Henning Brauer | |
Matthew Mulrooney <openbsd-2008.01.07@fm.beyonddata.net> | |||
2008-01-07 | Remove HISTORY section that states that sliplogin "is currently in beta test" | Marc Balmer | |
per jmc's request. | |||
2008-01-06 | sort SEE ALSO; | Jason McIntyre | |
2008-01-06 | remove out of date/irrelevant section of BUGS dealing with ip6; | Jason McIntyre | |
ok deraadt | |||
2008-01-06 | - document what happens when a service exceeds its max spawn rate. this is | Jason McIntyre | |
based on a diff from reed@netbsd, but i chose a different fix - whilst here, make the descriptions of -R and .max more consistent ok sthen sobrado(in part, at least) | |||
2008-01-06 | Don't reference {sl|nmea}attach(8) in the SEE ALSO section but ldattach(8) | Marc Balmer | |
Discussed with and ok jmc@ | |||
2008-01-05 | remove unused function | Charles Longeau | |
initially from tobias@, removed some unused prototypes too "looks good to me" jaredy@ ok tobias@ | |||
2008-01-05 | remove unused function | Charles Longeau | |
from tobias@ ok mglocker@ tobias@ | |||
2008-01-05 | sync usage() w/ SYNOPSIS; | Jason McIntyre | |
2008-01-04 | document the -n and -N command line options. | Reyk Floeter | |
2008-01-04 | always bzero the oid lookup key before initializing it. | Reyk Floeter | |
2008-01-04 | add the -n flag to dump numeric OIDs instead of symbolic names | Reyk Floeter | |
2008-01-03 | send the correct length | Reyk Floeter | |
2008-01-03 | handle no more than 2147483647 (0x7fffffff) variable bindings | Reyk Floeter | |
From RFC3416 | |||
2008-01-03 | scalars have an index of 0 in the returned oid (like sysDescr.0). | Reyk Floeter | |
2008-01-03 | fix parsing of get* requests with multiple varbind elements | Reyk Floeter | |
2008-01-02 | Make sure that a key belongs to the table before returning a match. | Mats O Jansson | |
Change smi_odi_cmp to return int as expected by RB-tree. -moj ok reyk@ | |||
2007-12-31 | we must reset the poll timeout to INFTIM when receiving the IMSG_SETTIME | Henning Brauer | |
because otherwise the poll timeout will stay at SETTIME_TIMEOUT (15s) forever unless we time out waiting for the first reply with -s spotted by Aaron Riekenberg <aaron.riekenberg@gmail.com> | |||
2007-12-31 | use the same trick as for perl to make sure manpages get built later | Marc Espie | |
2007-12-30 | add missing space between argument names and ellipsis | Igor Sobrado | |
ok jmc@ | |||
2007-12-29 | add the IP-MIB ipAddrTable. it requires to encode the ipv4 addresses | Reyk Floeter | |
in the OIDs as the table index. the next step is to simplify the common mib implementation regarding the special requirements of these strange snmp tables. | |||
2007-12-28 | printf field widths are always int, so add casts to remove | Charles Longeau | |
"warning: field width is not type int" "looks good" otto@ | |||
2007-12-28 | shrink the max number of supported OID elements from 128 to 32. | Reyk Floeter | |
2007-12-28 | set the default port in host byte order to get the correct result | Reyk Floeter | |
2007-12-28 | sync | Reyk Floeter | |