Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2007-12-28 | add "show mib" command to dump compiled-in MIB names | Reyk Floeter | |
2007-12-28 | split code handling the "structure of management information" and the | Reyk Floeter | |
"message processing subsystem" into separate files smi.c and mps.c | |||
2007-12-28 | split the MIB declarations (names) from the definitions (implementation). | Reyk Floeter | |
2007-12-28 | use $OpenBSD$ tags. | Thordur I. Bjornsson | |
ok reyk@ | |||
2007-12-28 | spacing | Reyk Floeter | |
2007-12-28 | use the snmp camelCase for MIB definitions, this allows to simplify | Reyk Floeter | |
the code a bit and is mostly a stylistic change. | |||
2007-12-28 | allows src: urls to work better by using -F nolock during pkg builds. | Marc Espie | |
Also turns off ftp package fetching, as noticed by bernd@ With this, src: urls should be mostly functional now. | |||
2007-12-28 | tweak the semantics so that no-default-conflict works. | Marc Espie | |
requested by mbalmer@,sturm@. okay winiger@ | |||
2007-12-27 | Make a snmpwalk against snmpd on hppa and macppc work. armish still dont | Mats O Jansson | |
work. -moj | |||
2007-12-27 | some fatal() calls that should be fatalx(); ok henning@ | Kevin Steves | |
2007-12-23 | log a warning one time when we can't open or write the drift file; | Kevin Steves | |
also add "(no drift file)" to the adjfreq log message on failure; ok henning@ | |||
2007-12-23 | for "fixed-address", note that no lease is generated; after some | Jason McIntyre | |
discussion with krw, who hasn;t ok'd this diff, but we can change it if he doesn;t like it; started by mail from Max Hayden Chiz | |||
2007-12-23 | remove double word in comment; | Jason McIntyre | |
2007-12-23 | provide timer_nextduein, which provides the number of seconds until the | Henning Brauer | |
next timer expires. use that in the session engine's mainloop, which simplifies it and removes the last bits of timer internals knowledge from anywhere outside timer.c. | |||
2007-12-23 | remove some unused #defines; ok henning@ | Kevin Steves | |
2007-12-23 | send timers for bgpctlshow neighbor foo timer in seperate messages after | Henning Brauer | |
the peer data. makes bgpctl display code independent from timer implementation internals. only running timers are displayed now, stopped ones are skipped. | |||
2007-12-23 | use timer_running (with left = NULL, which the last commit made possible) | Henning Brauer | |
instead of timer_get and checking manually | |||
2007-12-23 | make all timer_get() callers (except timer_set which will need | Henning Brauer | |
special handling) and onein session.c that will go away able to cope with timer_get() returning NULL (i.e.nosuch timer/not running) | |||
2007-12-22 | just call getpwnam(NTPD_USER) once; ok henning@ | Kevin Steves | |
2007-12-20 | note that redirections with the sticky-address option will not count | Reyk Floeter | |
statistics for new connections with sticky states. | |||
2007-12-20 | implement statistics for redirections, like the existing statistics | Reyk Floeter | |
for relays. they can be viewed with the new "relayctl show redirects" command. (uses the previous change to pf_table.c to get the statistics) looks good pyr@ | |||
2007-12-20 | rework timers. | Henning Brauer | |
stop changing tienmr values directly, always use new timer_(get/set/stop/running) functions. preparation for more to come :) ok claudio | |||
2007-12-19 | regen | Jakob Schlyter | |
2007-12-19 | ref rndc-confgen(8); from Jean Raby | Jakob Schlyter | |
2007-12-18 | make it possible to run without locking the database. To be used by | Marc Espie | |
SRC: url, which require it. | |||
2007-12-15 | fix the sensors mib to match the new OpenBSD PEN | Reyk Floeter | |
2007-12-15 | initial manpage bits for snmpd.conf(5) | Reyk Floeter | |
2007-12-15 | shrink the code by making some ipstat parts table-driven. at some | Reyk Floeter | |
point i may want to define a general table-driven interface for mibs. | |||
2007-12-15 | ips_odropped is ipOutDiscards not ipInDiscards | Reyk Floeter | |
2007-12-15 | add support for ipReasmTimeout | Gilles Chehade | |
ok (and thanks to) reyk@ | |||
2007-12-15 | implement one function to call the ipstat sysctl needed in a number of | Reyk Floeter | |
places instead of repeating the code. inspired by an idea from gilles@ | |||
2007-12-15 | more sysctl style changes for older code | Reyk Floeter | |
2007-12-15 | change the style of the sysctl mib setup | Reyk Floeter | |
2007-12-15 | now that ip statistics are available through sysctl, make snmpd's IP-MIB | Gilles Chehade | |
aware of them ok reyk@ |