index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
snmpd
Age
Commit message (
Expand
)
Author
2008-03-20
Fix HISTORY. OK reyk@
Todd C. Miller
2008-03-18
remove ber_add_astring and make it the default behaviour in
Reyk Floeter
2008-03-18
fix bug that ber_oid2ber skips the first byte when encoding powers of
Reyk Floeter
2008-03-17
convert more strings to use the new ber_add_astring() function which
Reyk Floeter
2008-03-17
another sizeofa instead of sizeof fix
Reyk Floeter
2008-03-17
fix incorrect use of sizeof() where there sizeofa() macro should be used
Reyk Floeter
2008-03-16
implement the hrSWRun portion of the HOST-RESOURCES mib. you can see whats
David Gwynne
2008-03-16
usage statements are preceeded with usage:
David Gwynne
2008-03-15
provide sizeofa for counting the number of elements in an array. use it for
David Gwynne
2008-03-15
Repair the simple cases for msg_controllen where it should just be
Theo de Raadt
2008-03-15
move zerodotzero up so more stuff can use it
David Gwynne
2008-03-14
add a new ber function ber_add_astring() that strdups the string and
Reyk Floeter
2008-03-13
Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
Theo de Raadt
2008-03-12
remove noisy warning message
Reyk Floeter
2008-03-12
fix a memleak in the ber_read_elements() error case.
Reyk Floeter
2008-03-12
Check that the current ber element is a sequence or a set when '{' or '('
Claudio Jeker
2008-03-12
mostly stylistic - always print the client host name in snmpe error
Reyk Floeter
2008-03-12
if (class != BER_CLASS_UNIVERSAL || type != BER_TYPE_SEQUENCE)
Claudio Jeker
2008-03-12
SNMP has a restricted BER encoding especially all encodings use the
Claudio Jeker
2008-03-12
Return an error if more data is requested even though the buffer is empty.
Claudio Jeker
2008-03-10
provide a partial implementation of the HOST-RESOURCES-MIB. this implements
David Gwynne
2008-02-27
Unbreak parser by initializing topfile correctly.
Marco Pfatschbacher
2008-02-27
Have popfile() also close the main config file,
Marco Pfatschbacher
2008-02-26
Fix memory leak in the parser. Found by Matthew Dempsky but using the more
Claudio Jeker
2008-02-16
sort flags in both synopsis and usage
Igor Sobrado
2008-02-09
fix a memleak in the snmp engine and the ber i/o; free the dynamically
Reyk Floeter
2008-02-08
use correct variable for COUNTER64
Reyk Floeter
2008-02-07
add a imsg which allows to "lock" the control connection, the
Reyk Floeter
2008-02-07
spacing
Reyk Floeter
2008-01-31
some small fixes for snmp stuff;
Jason McIntyre
2008-01-31
do not leak confd on malloc failure in control_accept()
Henning Brauer
2008-01-30
spacing
Reyk Floeter
2008-01-24
timeticks type
Reyk Floeter
2008-01-21
add names for OpenBSD test MIBs
Reyk Floeter
2008-01-21
move snmpd.conf to the etc/ directory. it is not installed yet by the build.
Reyk Floeter
2008-01-21
update configuration example
Reyk Floeter
2008-01-21
move README to the Attic; ask me directly if you need to know about
Reyk Floeter
2008-01-21
sync
Reyk Floeter
2008-01-18
free oid data before overwriting it
Reyk Floeter
2008-01-18
implement very basic support of the BRIDGE-MIB which is enough to get
Reyk Floeter
2008-01-18
trap.c
Reyk Floeter
2008-01-18
add a snmpctl command to send traps to registered receivers using
Reyk Floeter
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
2008-01-16
send a coldStart trap to registered receivers on startup and cleanup
Reyk Floeter
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
[next]