1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.sbin/snmpd
2008-11-04 22:17:57 +00:00
..
ber.3 remove ber_add_astring and make it the default behaviour in 2008-03-18 16:57:58 +00:00
ber.c Use C99, not gcc-specific variadics. Ok miod@. 2008-06-29 16:00:22 +00:00
ber.h remove ber_add_astring and make it the default behaviour in 2008-03-18 16:57:58 +00:00
buffer.c Unify code between the various flavors of imsg buffer.c. 2008-10-03 15:20:29 +00:00
control.c allow to add an additional restricted control socket for trap sending 2008-09-26 15:19:55 +00:00
imsg.c msg_controllen has to be CMSG_SPACE so that the kernel can account for 2008-03-24 16:10:55 +00:00
kroute.c bump copyright 2008-01-16 09:51:15 +00:00
log.c merge log_host with relayd's version using getnameinfo and rename it 2008-07-18 12:30:06 +00:00
Makefile move trap code to an own file; there will be more 2008-01-16 09:42:29 +00:00
mib.c remove ber_add_astring and make it the default behaviour in 2008-03-18 16:57:58 +00:00
mib.h reserve a few OpenBSD MIBs that might be implemented later or to avoid 2008-07-24 12:59:06 +00:00
mps.c free oid data before overwriting it 2008-01-18 21:55:42 +00:00
parse.y bring in the findeol() fix from pfctl. list of affected parsers by sthen 2008-10-17 13:02:55 +00:00
smi.c bump copyright 2008-01-16 09:51:15 +00:00
snmp.h add a imsg which allows to "lock" the control connection, the 2008-02-07 11:33:26 +00:00
snmpd.8 improve description in .Nd macros. 2008-11-03 09:40:01 +00:00
snmpd.c allow to add an additional restricted control socket for trap sending 2008-09-26 15:19:55 +00:00
snmpd.conf.5 word better than number here. 2008-11-04 22:17:57 +00:00
snmpd.h allow to add an additional restricted control socket for trap sending 2008-09-26 15:19:55 +00:00
snmpe.c allow to add an additional restricted control socket for trap sending 2008-09-26 15:19:55 +00:00
trap.c plug memleak by calling ber_free() after sending a trap to cleanup the 2008-10-09 14:14:40 +00:00