ChangeLog
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:2891k
- * apps/snmptrapd.c:
- - snmptrapd.c: correctly free the reponse if sending it fails
-
- 2000-03-24 04:22 mslifcak
- * snmplib/snmp_client.c:
- xx_synch_response: avoid freeing PDU twice.
-
- 2000-03-23 23:29 nba
- * man/Makefile.in, man/snmpcmd.1, man/snmptrap.1
- , apps/Makefile.in, apps/snmptrap.c:
- - snmpcmd.1, snmptrap.1, snmptrap.c, Makefile.in: Install and document
- snmpinform.
-
- 2000-03-23 09:58 mslifcak
- * snmplib/snmp_api.c:
- Enqueue only complete request_list entry; Reduce scoping of callback vars.
-
- 2000-03-23 03:02 nba
- * man/snmpinform.1:
- file snmpinform.1 was initially added on branch V4-1-1-patches.
-
- 2000-03-22 08:13 mslifcak
- * agent/mibgroup/host/hr_print.c:
- printf ?
-
- 2000-03-21 11:12 mslifcak
- * configure, configure.in:
- modify F. Strauss' patch per N. Baggesen's suggestion: remove export-dynamic.
-
- 2000-03-21 09:14 mslifcak
- * win32/libsnmp_dll/libsnmp.def:
- more smooth sailing with Win32 .DLL . DLLEXPORT, anyone ?
-
- 2000-03-21 09:07 mslifcak
- * agent/: agent_registry.c, mibgroup/mibII/system_mib.c
- :
- win32 build check: no sigaction, SIGCLD defined.
-
- 2000-03-21 08:47 daves
- * agent/: ds_agent.h, snmpd.c,
- mibgroup/agentx/master.c, mibgroup/agentx/subagent.c:
- - (ds_agent.h snmpd.c mibgroup/agentx/{master,subagent}.c):
- - Command-line option for specifying AgentX port
- (based on patch from Frank Strauss)
-
- 2000-03-21 08:38 daves
- * snmplib/snmp_api.c:
- - (snmp_api.c): Support 'host:port' representation of peernames
-
- 2000-03-21 04:05 daves
- * agent/: snmp_agent.c (V4-1-1-patches.4), snmp_agent.c:
- - (snmp_agent.c): Missing new-line on debug output
-
- 2000-03-21 02:52 daves
- * agent/mibgroup/mibII/: tcp.c, tcp.h, tcpTable.c
- , tcpTable.h, udp.c, icmp.c, udp.h,
- udpTable.c, udpTable.h, icmp.h, ip.c,
- system_mib.c:
- - (mibII/{tcp,udp,ip,icmp}*) Continuing mibII code cleanup
-
- 2000-03-20 11:14 mslifcak
- * apps/snmptable.c:
- Comment -C -- do not use this flag.
-
- 2000-03-17 15:32 hardaker
- * agent/mibgroup/header_complex.c:
- - (header_complex.c): sizeof(x)*(len+1) not sizeof(x)*len+1
-
- 2000-03-16 00:10 nba
- * acconfig.h, configure.in, config.h.in,
- configure, agent/mibgroup/host/hr_print.c:
- - configure, hr_print.c: detect system printers (SysV/lpstat, *BSD/cgetnext,
- Linux/printcap)
-
- 2000-03-15 18:30 mslifcak
- * agent/agent_registry.c:
- Second part: all members of struct snmp_index are pointers.
-
- 2000-03-15 15:07 mslifcak
- * agent/agent_registry.c:
- Fix memory leak with unregister_index.
-
- 2000-03-15 15:07 mslifcak
- * agent/mibgroup/smux/smux.c:
- Fix memory leak when cleaning up trap variables.
-
- 2000-03-15 08:48 daves
- * snmplib/: snmp_api.c, snmp_client.c:
- - (snmp_api.c snmp_client.c): Initialise varbind data hook elsewhere as well.
-
- 2000-03-15 07:57 daves
- * agent/mibgroup/agentx/: master_request.c (V4-1-1-patches.1),
- master_request.c:
- - (agentx/master_request.c): Fix infinite loop problem when walking subagent.
-
- 2000-03-15 06:09 daves
- * agent/snmp_agent.c:
- - (agent/snmp_agent.c): Avoid calling read routine for each SET handling pass.
- N.B: This hasn't been tested with AgentX subagents yet
-
- 2000-03-15 06:07 daves
- * snmplib/: snmp_api.c, snmp_api.h:
- - (snmplib/snmp_api.[ch]): Provide hook for internal varbind-related data
-
- 2000-03-15 05:22 daves
- * agent/var_struct.h:
- - (agent/var_struct.h): Use a single magic number for MIB registry name lengths.
-
- 2000-03-15 01:51 daves
- * snmplib/: system.h (V4-1-1-patches.1), system.h:
- - (snmplib/system.h): Don't declare gettimeofday() if the system provides it.
- (Fix provided by Ron Mevissen)
-
- 2000-03-14 07:57 daves
- * agent/: snmp_agent.c (V4-1-1-patches.3), snmp_agent.c:
- - (agent/snmp_agent.c): Don't overwrite saved status when checking access.
-
- 2000-03-14 07:52 daves
- * agent/: snmp_agent.c (V4-1-1-patches.2), snmp_agent.c:
- - (agent/snmp_agent.c): Return a response, even if the request failed.
-
- 2000-03-13 15:32 nba
- * agent/mibgroup/misc/ipfwacc.h:
- - ipfwacc.h: fix the MIB name
-
- 2000-03-10 12:48 hardaker
- * configure:
- - (configure): autoconf run
-
- 2000-03-10 11:09 hardaker
- * agent/mibgroup/examples/Makefile.dlmod:
- - (Makefile.dlmod): Patch from Frank Strauss:
- - dlmod build Makefile example. Needs incorperation with main configure.
-
- 2000-03-10 11:02 hardaker
- * agent/agent_registry.c:
- - (agent_registry.c): better signal check from Michael Slifcak
-
- 2000-03-10 10:59 hardaker
- * mibs/UCD-DLMOD-MIB.txt:
- - (UCD-DLMOD-MIB.txt): typo found by Michael Slifcak.
-
- 2000-03-10 10:54 hardaker
- * agent/mibgroup/ucd-snmp/dlmod.c,
- agent/mibgroup/ucd-snmp/dlmod.h, man/snmpd.conf.5.def,
- mibs/UCD-DLMOD-MIB.txt:
- - (dlmod.c, dlmod.h, snmpd.conf.5.def, UCD-DLMOD-MIB.txt): Patch from
- Frank Strauss:
- - Reimplementation of the dlmod mib module:
- o mibgroup/misc/dlmod + dlmods/dlmod_mib -> mibgroup/ucd-snmp/dlmod
- o fixed registration (ucdavis.ucdExperimental.14 instead of ucdavis.14)
- o added configure stuff for HAVE_SNPRINTF, which was used by dlmod.c
- o removed `_dynamic_' prefixes from init/deinit functions
- o made dlmodIndex not-accessible (only implementation, not definition)
- o removed the asn_parse_XXX stuff
- o made entries with state `error' able to accept state `load'
- o made the wombat example usable as static and dynamic module
- o added simple config_parse functionality to the wombat example
-
- 2000-03-10 10:52 hardaker
- * agent/: agent_registry.c, agent_registry.h, snmpd.c
- :
- - (agent_registry.c, agent_registry.h, snmpd.c): Patch from Frank Strauss:
- - signal registry system implemented (needs to be redone allowing
- multiple callbacks and handlers for all signals).
- - arbitrary file descriptor/socket registration.
- - this is not the way it should be done (use sessions instead).
-
- 2000-03-10 10:44 hardaker
- * Makefile.in, Makefile.top, acconfig.h,
- config.h.in, configure.in, agent/Makefile.in
- , agent/mibgroup/Makefile.in, apps/Makefile.in
- , snmplib/Makefile.in, testing/Makefile.in:
- - (Makefile.in, Makefile.top, acconfig.h, config.h.in, configure.in,
- Makefile.in, Makefile.in, Makefile.in, Makefile.in, Makefile.in):
- Patch from Frank Strauss:
- - clean up shared library usage.
-
- 2000-03-10 10:16 hardaker
- * config.h.in:
- - (config.h.in): autoheader re-arranged some stuff.
-
- 2000-03-07 11:58 mslifcak
- * apps/snmptrapd.c:
- more touchups to allow UnixWare build to complete.
-
- 2000-03-07 11:21 hardaker
- * snmplib/default_store.h:
- - (default_store.h): make MAX_SUBIDS larger and a multiple of 8.
-
- 2000-03-07 10:13 mslifcak
- * FAQ, configure, configure.in:
- Introduce --enable-mini-agent to configure agent (snmpv3, no mibII interfaces).
-
- 2000-03-07 09:03 mslifcak
- * snmplib/snmpv3.c:
- assume "snmpapp" if no arg passed to init_snmpv3.
-
- 2000-03-07 08:58 mslifcak
- * agent/mibgroup/mibII/vacm_vars.c:
- remove init_mib() call - not appropriate here.
-
- 2000-03-07 08:35 mslifcak
- * agent/mibgroup/ucd-snmp/loadave.c:
- Let the aix4 patch work.
-
- 2000-03-07 07:08 mslifcak
- * configure, configure.in, agent/snmp_vars.c
- , agent/mibgroup/ucd-snmp/loadave.c:
- trim fat from recent check-ins.
-
- 2000-03-06 20:01 mslifcak
- * config.h.in:
- cleaned up SCO UnixWare build.
-
- 2000-03-06 16:40 mslifcak
- * Makefile.in, config.guess, config.h.in,
- config.sub, configure, configure.in:
- start support for SCO UnixWare 5 as svr5.
-
- 2000-03-06 10:56 hardaker
- * snmplib/: default_store.h, snmp_api.c:
- - (default_store.h, snmp_api.c): Patch from Robert Story:
- - don't check ranges if not requested.
-
- 2000-03-06 10:55 hardaker
- * agent/: snmp_agent.c, snmp_agent.h, snmpd.c
- :
- - (snmp_agent.c, snmp_agent.h, snmpd.c): Patch from Robert Story:
- - fix exit()ing behaviour in the libucdagent library.
-
- 2000-03-06 10:36 hardaker
- * apps/snmptrapd.c:
- - (snmptrapd.c): Patch from Robert Story:
- - -n prints numeric IP addrs.
-
- 2000-03-06 10:25 hardaker
- * snmplib/: callback.h, snmp_logging.c, snmp_logging.h
- :
- - (callback.h, snmp_logging.c, snmp_logging.h): Idea from ashipman@erggroup.com:
- - callback function (using callback.h) added for external logging.
-
- 2000-03-05 05:25 marz
- * perl/SNMP/SNMP.pm:
- fix to preserve trailing multi component instance id's at the end of
- symbolic mib names(e.g., foo.6.7) when doing translateObj.
-
- 2000-03-04 11:34 nba
- * configure.in, configure:
- - configure.in, configure: support --without-openssl, even if OpenSSL
- is available
-
- 2000-03-04 11:30 nba
- * agent/: kernel.c, kernel.h, snmp_vars.c,
- mibgroup/host/hr_swrun.c, mibgroup/mibII/var_route.c,
- mibgroup/ucd-snmp/loadave.c, mibgroup/ucd-snmp/proc.c
- :
- - agent/(various): globalize the kvm_t *kd variable
-
- 2000-03-04 11:26 nba
- * agent/: mib_modules.c, mibgroup/host/hr_storage.c:
- - mib_modules.c, hr_storage.c: pre-processor # should be in column 1
-
- 2000-03-04 11:17 nba
- * apps/snmpnetstat/: inet.c, inet6.c:
- - inet.c, inet6.c: survive -v 2c exception replies
-
- 2000-03-04 11:17 nba
- * snmplib/snmp_api.c:
- - snmp_api.c: remove a superfluous & in front of an array
-
- 2000-03-04 11:15 nba
- * agent/mibgroup/: ucd_snmp.h, ucd-snmp/memory_netbsd1.c
- , ucd-snmp/memory_netbsd1.h, ucd-snmp/vmstat_netbsd1.c
- , ucd-snmp/vmstat_netbsd1.h:
- - ucd_snmp.h, {memory,vmstat}_netbsd1.[ch]: support for NetBSD
-
- 2000-03-04 11:14 nba
- * agent/mibgroup/host/hr_disk.c:
- - hr_disk.c: fixes for NetBSD
-
- 2000-03-04 11:10 nba
- * agent/mibgroup/ucd-snmp/versioninfo.c:
- - versioninfo.c: don't return the trailing newline
-
- 2000-03-04 11:08 nba
- * agent/mibgroup/host/hr_swrun.c:
- - hr_swrun.c: fix process size for FreeBSD 3 and NetBSD
-
- 2000-03-04 11:05 nba
- * agent/agent_trap.h:
- - agent_trap.h: fix a wrong prototype
-
- 2000-03-04 11:04 nba
- * apps/snmptable.c:
- - snmptable.c: fix problems printing table name and headers when using
- -OS format
-
- 2000-03-02 11:50 nba
- * snmplib/snmp_api.c:
- - snmp_api.c: fix address length info for tcp connect
-
- 2000-03-02 11:48 nba
- * agent/mibgroup/ucd-snmp/loadave.c:
- - loadave.c: fix for AIX 4
-
- 2000-03-02 08:30 daves
- * agent/mibgroup/mibII/: ip.c, ipAddr.c, ipAddr.h
- , ip.h:
- - (mib2/ip.[ch] mib2/ipAddr.[ch]): First stab at tidying up mib2 support.
-
- 2000-03-01 08:32 mslifcak
- * snmplib/mt_support.h:
- fix bug 180 for cygwin build with _REENTRANT; per ashipman@erggroup.com
-
- 2000-02-29 14:30 mslifcak
- * snmplib/snmp_api.c:
- Invoke snmp_sess_send from within snmp_read to avoid mutex deadlocks.
-
- 2000-02-28 14:25 nba
- * agent/: snmpd.h, mibgroup/smux/smux.c:
- - snmpd.h, smux.c: don't initialize smux master in sub agent
-
- 2000-02-28 14:16 nba
- * agent/snmp_vars.c:
- - snmp_vars.c: use SUB_AGENT symbol
-
- 2000-02-28 14:12 nba
- * snmplib/mib.c:
- - mib.c: sprint_by_type should handle ASN_BIT_STR
-
- 2000-02-28 14:10 nba
- * apps/snmp_parse_args.c:
- - snmp_parse_args.c: correctly call the -I options input options
-
- 2000-02-28 10:47 mslifcak
- * config.h.in, configure, configure.in,
- agent/auto_nlist.c:
- fix bug #176 (AIX 4 - use knlist in lieu of nlist)
-
- 2000-02-24 17:17 mslifcak
- * configure, configure.in:
- apply patch to fix bug no. 177.
-
- 2000-02-24 13:31 hardaker
- * snmplib/: default_store.h, read_config.c,
- snmp_api.c:
- - (default_store.h, read_config.c, snmp_api.c): new snmp.conf keyword
- to force the parser to ignore unknown tokens.
-
- 2000-02-24 03:59 mslifcak
- * man/snmpset.1:
- document UNSIGNED32 and COUNTER32 ('u' and 'c') in snmpset (gratis ashipman@erggroup.com)
-
- 2000-02-24 03:56 mslifcak
- * man/snmptrap.1, snmplib/snmp_api.c:
- add support for COUNTER32 to snmp_add_var; document UNSIGNED32 and COUNTER32
- ('u' and 'c') in snmptrap (gratis ashipman@erggroup.com)
-
- 2000-02-23 23:06 nba
- * agent/mibgroup/ucd-snmp/: pass.c, pass_persist.c:
- - pass.c, pass_persist.c: fix setting of octet strings.
-
- 2000-02-23 02:09 nba
- * snmplib/mt_support.h:
- - mt_support.h: a bad ; in the C++ bracketing
-
- 2000-02-23 02:09 nba
- * snmplib/system.c:
- - system.c: remove some superfluous indirections in strcasecmp
-
- 2000-02-23 02:07 nba
- * agent/mibgroup/ucd-snmp/vmstat_solaris2.c:
- - vmstat_solaris.c: make sure we agree with the prototype of getpagesize!
-
- 2000-02-22 15:31 nba
- * agent/mibgroup/ucd-snmp/pass_persist.h:
- - pass_persist.h: declare init_pass_persist
-
- 2000-02-21 16:17 mslifcak
- * snmplib/system.c, win32/config.h:
- Apply R. Story's patch for mkdirhier and strncasecmp on win32
-
- 2000-02-21 07:39 mslifcak
- * man/: read_config.3.def, snmp_alarm.3,
- snmp_config.5.def, snmptrapd.conf.5.def, snmpusm.1
- :
- fix bug 171 (thanks to Larry Parmelee).
-
- 2000-02-21 05:56 mslifcak
- * agent/mibgroup/agentx/subagent.c:
- remove free after snmp_close (don't free twice!)
-
- 2000-02-21 04:58 mslifcak
- * man/: mib_api.3, read_config.3.def, snmp_alarm.3
- , snmp_sess_api.3:
- Added description in SH_NAME for several man-pages (c/o ragnark)
-
- 2000-02-18 12:14 mslifcak
- * man/: Makefile.in, snmp_close.3, snmp_free_pdu.3
- , snmp_open.3, snmp_read.3, snmp_select_info.3
- , snmp_send.3, snmp_sess_async_send.3,
- snmp_sess_close.3, snmp_sess_error.3, snmp_sess_init.3
- , snmp_sess_open.3, snmp_sess_read.3,
- snmp_sess_select_info.3, snmp_sess_send.3,
- snmp_sess_sess_timeout.3, snmp_sess_session.3,
- snmp_sess_timeout.3, snmp_timeout.3:
- refer the .so macro to man3; adjust Makefile.in to use the renamed file.
-
- 2000-02-17 05:17 mslifcak
- * agent/mibgroup/ucd_snmp.h:
- include pass_persist in the required list.
-
- 2000-02-17 02:00 daves
- * configure, configure.in, config.h.in,
- agent/mibgroup/ucd-snmp/vmstat_solaris2.c:
- - (configure* ucd-snmp/vmstat_solaris2.c):
- - Provide missing 'getpagesize' routine for Solaris 2.4
- (Thanks to Ragnar Kj鴕stad)
-
- 2000-02-16 20:17 mslifcak
- * agent/mibgroup/: host/hr_system.c, mibII/snmp_mib.c
- , mibII/sysORTable.c, mibII/system_mib.c:
- include mibincl.h in hr_system.c to fix bug #159.
-
- 2000-02-16 16:35 mslifcak
- * agent/mibgroup/ucd-snmp/memory_freebsd2.c:
- remove auto_nlist of unused "swaplist" symbol.
-
- 2000-02-16 15:17 mslifcak
- * snmplib/asn1.c:
- patch suggested by Rick Beaman <beaman@mediaone.net>
-
- 2000-02-16 14:58 mslifcak
- * apps/snmptrapd.c:
- remove unused vars
-
- 2000-02-16 14:57 mslifcak
- * snmplib/: vacm.c, vacm.h:
- test lengths before allocating memory; use new VACMSTRINGLEN constant.
-
- 2000-02-16 08:18 mslifcak
- * agent/mibgroup/mibII/interfaces.c:
- include time.h once
-
- 2000-02-16 08:02 mslifcak
- * agent/mibgroup/mibII/udp.c:
- restore #if HAVE...IN_PCB_H
-
- 2000-02-15 23:47 nba
- * configure, configure.in,
- agent/mibgroup/mibII/ipv6.c, agent/mibgroup/mibII/ipv6.h
- :
- - configure.in, ipch.[ch]: initial stabs at Linux ipv6 support. A lot is
- lacking in the kernel statistics though.
-
- 2000-02-15 23:40 nba
- * config.h.in, configure.in,
- agent/agent_read_config.c, agent/snmp_vars.c,
- agent/mibgroup/mibII/interfaces.c,
- agent/mibgroup/mibII/tcp.c, agent/mibgroup/mibII/udp.c
- :
- - (many): configure check for netinet/ip6.h
-
- 2000-02-15 23:34 nba
- * agent/mibgroup/host/hr_filesys.c:
- - hr_filesys.c: MNTTYPE defines for FreeBSD-3 and BSDI-4, and moving the
- return value for Ext2FS to the newly defined OID.
-
- 2000-02-15 23:23 nba
- * apps/snmptable.c:
- - snmptable.c: give a sensible output for an empty table.
-
- 2000-02-15 23:22 nba
- * agent/mibgroup/mibII/vacm_vars.c, snmplib/vacm.c,
- snmplib/vacm.h:
- - vacm*: buffer length checking!
-
- 2000-02-15 23:20 nba
- * agent/mibgroup/host/hr_storage.c:
- - hr_storage.c: return memory size in pages.
-
- 2000-02-15 23:17 nba
- * agent/mibgroup/: ucd_snmp.h, ucd-snmp/memory_freebsd2.c
- :
- - ucd_snmp.h, memory_freebsd2.h: make it work for FreeBSD-3 too
-
- 2000-02-15 23:16 nba
- * agent/snmp_agent.c:
- - snmp_agent.c: one more place to send a AUTHFAIL trap
-
- 2000-02-15 23:15 nba
- * agent/agent_registry.c:
- - agent_registry.c: fix a return for SNMPv1/Counter64 case
-
- 2000-02-15 02:12 daves
- * apps/snmp_parse_args.c:
- - (apps/snmp_parse_args.c): Omit deprecated options from optarg handling.
-
- 2000-02-11 15:47 hardaker
- * makedepend.in:
- - (makedepend.in): /usr/local/bin/perl -> /usr/bin/perl
-
- 2000-02-11 15:38 hardaker
- * local/rsnmp:
- - (rsnmp): perl5 -> perl
-
- 2000-02-11 15:17 hardaker
- * man/Makefile.in:
- - (man/Makefile.in): install snmp_trap_api.3
-
- 2000-02-11 14:20 hardaker
- * local/Makefile.in:
- - (local/Makefile.in): last minute makefile touchup
-
- 2000-02-11 14:03 hardaker
- * NEWS:
- - (NEWS): update for 4.1.1
-
- 2000-02-11 13:47 hardaker
- * ChangeLog:
- - (ChangeLog): Update for 4.1.1
-
- 2000-02-11 13:29 hardaker
- * bug-report, sedscript.in, version.h, FAQ
- , README:
- - (version.h bug-report sedscript.in): version tag ( 4.1.1 )
-
- 2000-02-11 12:53 hardaker
- * testing/tests/: T016snmpv2cgetfail, T017snmpv2ctov1getfail
- :
- - (T016snmpv2cgetfail, T017snmpv2ctov1getfail): update for Timeout for v2c.
-
- 2000-02-11 12:49 hardaker
- * local/Makefile.in:
- - (local/Makefile.in): don't cp for snmpcheck
-
- 2000-02-11 12:44 hardaker
- * local/Makefile.in:
- - (local/Makefile.in): fix for seperate build path
-
- 2000-02-11 12:30 hardaker
- * agent/mibgroup/mibII/sysORTable.h:
- - (sysORTable.h): Patch from Niels Baggesen:
- - compiler warning fix.
-
- 2000-02-11 12:29 hardaker
- * agent/snmp_agent.c:
- - (snmp_agent.c): patch from Niels:
- - don't send autherror responses for v2c.
- - send authFailure trap.
-
- 2000-02-11 12:22 hardaker
- * acconfig.h, config.h.in:
- - (acconfig.h, config.h.in): change perl path to /usr/bin.
-
- 2000-02-11 06:58 hardaker
- * acconfig.h, config.h.in:
- - (acconfig.h, config.h.in): Dont define PROCFIXCMD and EXECFIXCMD by default.
-
- 2000-02-10 11:14 mslifcak
- * acconfig.h, config.h.in, configure,
- configure.in:
- fix for older platforms to use pass_persist; not included by default.
-
- 2000-02-10 10:33 mslifcak
- * agent/mibgroup/ucd-snmp/: extensible.c, pass_persist.c
- :
- [no log message]
-
- 2000-02-10 10:32 hardaker
- * agent/mibgroup/host/hr_swinst.c:
- - (hr_swinst.c): minor fixes pointed out by Michael.
-
- 2000-02-10 10:28 hardaker
- * snmplib/snmpv3.c:
- - (snmpv3.c): fix setup engineID buffer overflow found by Mike Baer.
-
- 2000-02-10 08:39 nba
- * man/: default_store.3.top, mib_api.3,
- read_config.3.def, snmp.conf.5.def, snmp_agent_api.3
- , snmp_alarm.3, snmp_api.3, snmp_config.5.def
- , snmp_sess_api.3, snmp_trap_api.3, snmpbulkget.1
- , snmpbulkwalk.1, snmpcmd.1, snmpd.1.def,
- snmpd.conf.5.def, snmpdelta.1, snmpget.1,
- snmpgetnext.1, snmpnetstat.1, snmpset.1,
- snmpstatus.1, snmptable.1, snmptest.1,
- snmptranslate.1, snmptrap.1, snmptrapd.8,
- snmptrapd.conf.5.def, snmpusm.1, snmpwalk.1,
- variables.5:
- - man/*: set the dates on the pages to reflect the revision date
-
- 2000-02-10 08:13 mslifcak
- * snmplib/: md5.c, snmp_logging.c, snmp_logging.h
- :
- fix varargs decl/defn of snmp_log
-
- 2000-02-10 07:54 hardaker
- * FAQ:
- - (FAQ): mention the tutorial.
-
- 2000-02-10 07:14 daves
- * FAQ:
- - (FAQ): Explicit examples of sending traps by hand
-
- 2000-02-10 04:41 daves
- * snmplib/snmp_api.c, snmplib/snmp_client.c,
- apps/snmpnetstat/inet6.c:
- - (snmplib/{snmp_api,snmp_client}.c apps/snmpnetstat/inet6.c):
- - Comment unused code more informatively as to why it is omitted.
-
- 2000-02-09 13:53 hardaker
- * testing/: eval_tools.sh, tests/T023snmpv3getMD5DES,
- tests/T024snmpv3getSHA1, tests/T025snmpv3getSHADES:
- - (eval_tools.sh, T023snmpv3getMD5DES, T024snmpv3getSHA1, T025snmpv3getSHADES):
- - skip ssl tests we can't perform.
-
- 2000-02-09 13:51 mslifcak
- * agent/mibgroup/host/hr_swinst.c:
- include sys/param.h to get PATH_MAX on FreeBSD.
-
- 2000-02-09 13:38 hardaker
- * testing/tests/: Sv3SHADESconfig, T024snmpv3getSHA1,
- T025snmpv3getSHADES:
- - (Sv3SHADESconfig, T024snmpv3getSHA1, T025snmpv3getSHADES):
- - make SHA tests actually work.
-
- 2000-02-09 13:32 hardaker
- * testing/tests/Sv3configsha:
- - (Sv3configsha): sha config support
-
- 2000-02-09 13:31 hardaker
- * testing/tests/: T003snmpv1getfail, T016snmpv2cgetfail
- , T017snmpv2ctov1getfail, T018snmpv1tov2cgetfail:
- - (T003snmpv1getfail, T016snmpv2cgetfail, T017snmpv2ctov1getfail,
- T018snmpv1tov2cgetfail): fix for proper ACM error outputs.
-
- 2000-02-09 13:30 mslifcak
- * agent/mibgroup/host/hr_swinst.c, snmplib/system.c,
- snmplib/tools.h:
- Define SNMP_MAXPATH, and use it.
-
- 2000-02-09 13:30 hardaker
- * testing/tests/: T024snmpv3getSHA1, T025snmpv3getSHADES
- :
- - (T024snmpv3getSHA1 T025snmpv3getSHADES): new tests
-
- 2000-02-09 13:16 hardaker
- * mibs/UCD-SNMP-MIB.txt:
- - (UCD-SNMP-MIB.txt): mention a new ucdExperimental registration (wavlan).
-
- 2000-02-09 13:16 hardaker
- * agent/: agent_callbacks.h, agent_registry.c,
- agent_registry.h, snmp_agent.c,
- mibgroup/mibII/vacm_vars.c:
- - (agent_callbacks.h, agent_registry.c, agent_registry.h,
- snmp_agent.c, vacm_vars.c):
- - fix posible acm DoS problems by checking access tables early on.
-
- 2000-02-09 11:38 hardaker
- * agent/mibgroup/host/hr_swinst.c:
- - (hr_swinst.c): patch from redhat for better RPM support.
-
- 2000-02-09 10:43 hardaker
- * configure.in:
- - (configure.in): change mode to autoconf.
-
- 2000-02-09 10:41 hardaker
- * local/Makefile.in:
- - (Makefile.in): fix rsnmp build. Really. I mean it.
-
- 2000-02-09 10:41 hardaker
- * agent/mibgroup/host/: hr_filesys.c, hr_storage.c:
- - (hr_filesys.c, hr_storage.c): Patch from Andy HOOD:
- - Solaris patches.
-
- 2000-02-09 10:37 hardaker
- * local/Makefile.in:
- - (Makefile.in):
- - fix rsnmp.made.
- - use $(MAKE).
-
- 2000-02-09 08:41 hardaker
- * agent/mibgroup/ucd-snmp/: vmstat_solaris2.c,
- vmstat_solaris2.h:
- - (vmstat_solaris2.c, vmstat_solaris2.h): Update from Jochen Kmietsch
-
- 2000-02-07 11:49 marz
- * perl/SNMP/SNMP.xs:
- oops missing important fix for win32 build - fd_set must be same size as in winsock
-
- 2000-02-07 11:18 mslifcak
- * bug-report:
- Undo last change; on Sun, additional platform info was not obtained;
- the proper solution would be to remove the second token (hostname).
-
- 2000-02-07 10:43 mslifcak
- * bug-report:
- Keep customer's nodename out of the published 'uname' information.
-
- 2000-02-07 07:20 hardaker
- * PORTING:
- - (PORTING): Michael likes diff -u.
-
- 2000-02-06 06:11 nba
- * snmplib/read_config.c:
- - read_config.c: Fix one final ':' to ENV_SEPARATOR_CHAR
-
- 2000-02-05 17:39 hardaker
- * snmplib/snmpv3.c:
- - (snmpv3.c): correct some awful text -> engineID creation mistakes.
-
- 2000-02-05 08:37 hardaker
- * apps/snmptrapd.c:
- - (snmptrapd.c): fix wrapped line continuation in usage message.
-
- 2000-02-05 06:56 marz
- * perl/SNMP/README:
- fix version number
-
- 2000-02-04 18:55 marz
- * perl/SNMP/t/: session.t, set.t, startagent.pl:
- weird delay in creation of pid files
-
- 2000-02-04 18:21 marz
- * perl/SNMP/t/: notify.t, startagent.pl:
- brain-o
-
- 2000-02-04 17:52 hardaker
- * bug-report, sedscript.in, version.h, FAQ
- , README:
- - (version.h bug-report sedscript.in): version tag ( 4.1 )
-
- 2000-02-04 17:49 hardaker
- * PORTING, README, README.snmpv3, TODO:
- - (PORTING, README, README.snmpv3, TODO): last minute doc updates.
-
- 2000-02-04 17:19 hardaker
- * local/Makefile.in:
- - (Makefile.in): make local fixes for architectures that don't have
- compliant makefile variables like $<.
-
- 2000-02-04 16:47 hardaker
- * ChangeLog:
- - (ChangeLog): update for 4.1
-
- 2000-02-04 15:44 marz
- * perl/SNMP/: BUG, hints/solaris.pl:
- updates for perl/SNMP build
-
- 2000-02-04 15:21 marz
- * perl/SNMP/: hints/solaris.pl, t/get.t, t/getnext.t
- , t/session.t, t/set.t, t/snmptest.conf:
- build fixes and test enhancements
-
- 2000-02-04 15:09 marz
- * perl/SNMP/: MANIFEST, Makefile.PL, SNMP.xs,
- t/async.t, t/get.t, t/getnext.t, t/mibload.t
- , t/session.t, t/set.t, t/snmpd.conf,
- t/snmptest.conf:
- build fixes and test enhancements
-
- 2000-02-04 14:01 hardaker
- * man/snmptrapd.8:
- - (snmptrapd.8): document -c and -C.
-
- 2000-02-04 13:56 hardaker
- * apps/snmptrapd.c:
- - (snmptrapd.c):
- - implement -c and -C flags for Joe.
- - redid the init structure to make it look more like the current agent.
-
- 2000-02-04 13:52 marz
- * INSTALL:
- updates for perl/SNMP build
-
- 2000-02-04 13:50 hardaker
- * agent/agent_read_config.c:
- - (agent_read_config.c): don't read the opt config file or call
- post_config callbacks, since the library takes care of that now.
-
- 2000-02-04 13:15 hardaker
- * agent/Makefile.in, agent/mibgroup/Makefile.in,
- apps/Makefile.in, apps/snmpnetstat/Makefile.in,
- snmplib/Makefile.in, testing/Makefile.in:
- - (Makefile.in, Makefile.in, Makefile.in, Makefile.in, Makefile.in,
- Makefile.in): final make depend.
-
- 2000-02-04 13:12 hardaker
- * snmplib/read_config.c:
- - (read_config.c): don't print failed access errors (EACCES).
-
- 2000-02-04 12:47 hardaker
- * snmplib/: snmp_api.c, snmp_api.h, snmpv3.c:
- - (snmp_api.c, snmp_api.h, snmpv3.c): provide v3 defaults.
-
- 2000-02-04 12:01 hardaker
- * configure, configure.in, local/Makefile.in
- :
- - (configure, configure.in, Makefile.in): find, locate, and use perl if found.
-
- 2000-02-04 08:55 marz
- * perl/SNMP/SNMP.pm:
- add defaults for v2 trap params
-
- 2000-02-04 06:44 marz
- * perl/SNMP/SNMP.pm:
- have mib loading api return result codes
-
- 2000-02-04 04:00 nba
- * agent/mibgroup/host/hr_disk.c:
- - hr_disk.c: really do that FreBSD scsi thing
-
- 2000-02-04 01:20 nba
- * agent/mibgroup/mibII/vacm_vars.c:
- - vacm_vars.c: slight rewording of warning message
-
- 2000-02-04 00:17 nba
- * agent/mibgroup/host/hr_disk.c:
- - hr_disk.c: A little cleanup of the disk device definitions, also adding
- SCSI to FreeBSD 3
-
- 2000-02-04 00:16 nba
- * snmplib/: mib.c, read_config.c:
- - read_config.c, mib.c: fix some PATH separators from constant: to
- ENV_SEPARATOR{_CHAR}
-
- 2000-02-03 23:59 nba
- * snmplib/mt_support.h:
- - mt_support.h: another way of doing nothing, not giving a "null effect"
- warning from gcc.
-
- 2000-02-03 23:57 nba
- * agent/: agent_registry.c, agent_trap.c,
- mibgroup/agentx/client.c:
- - agent/registry.c, agent_trap.c, client.c: change some type casts from
- (char *) to (u_char *) top silence some warnings.
-
- 2000-02-03 14:51 hardaker
- * agent/mibgroup/README:
- - (README): remove dummy reference.
-
- 2000-02-03 14:46 hardaker
- * agent/mibgroup/agentx/subagent.c:
- - (subagent.c): protect sysORTable callbacks with #ifdefs.
-
- 2000-02-03 14:44 hardaker
- * agent/mibgroup/agentx/subagent.c:
- - (subagent.c): include mib_module_config.h.
-
- 2000-02-03 14:28 hardaker
- * agent/mibgroup/dummy/: AddModuleForDummies.txt,
- DUMMY-MIB.txt, dummy.c, dummy.h:
- - (dummy/*): removed, use example instead.
-
- 2000-02-03 13:28 mslifcak
- * apps/snmptrapd.c:
- Follow condition HAVE_GETPID for pid_file object.
-
- 2000-02-03 12:58 mslifcak
- * README, agent/dlmods/example.h,
- agent/mibgroup/README:
- Note the wombat is replaced by example in more places.
-
- 2000-02-03 12:57 mslifcak
- * win32/: mib_module_shutdown.h, libsnmp_dll/libsnmp.def
- , snmpnetstat/snmpnetstat.dsp, snmpset/snmpset.dsp
- :
- Remove DOS-style line termination (CR-LF --> LF).
- libsnmp.def - remove unneeded comment about obsolete v2party.
-
- 2000-02-03 10:48 marz
- * apps/snmptrapd.c:
- add -u PIDFILE to snmptrapd, now we need -c -C:), btw is the value of optarg reliable after getopt has been called again...it seems to work
-
- 2000-02-03 09:56 mslifcak
- * acconfig.h, config.h.in,
- agent/agent_read_config.c, agent/snmp_vars.c,
- agent/mibgroup/mibincl.h, agent/mibgroup/util_funcs.c
- , agent/mibgroup/mibII/at.c,
- agent/mibgroup/mibII/icmp.c,
- agent/mibgroup/mibII/interfaces.c, agent/mibgroup/mibII/ip.c
- , agent/mibgroup/mibII/ipv6.c,
- agent/mibgroup/mibII/sysORTable.c,
- agent/mibgroup/mibII/tcp.c, agent/mibgroup/mibII/udp.c
- , agent/mibgroup/mibII/vacm_vars.c,
- agent/mibgroup/ucd-snmp/disk.c,
- agent/mibgroup/ucd-snmp/memory_solaris2.c,
- agent/mibgroup/ucd-snmp/proc.c,
- agent/mibgroup/ucd-snmp/vmstat_solaris2.c,
- agent/mibgroup/ucd-snmp/vmstat_solaris2.h, win32/config.h
- :
- Include mib_module_config.h from mibincl.h, not top level config.h.
-
- 2000-02-03 09:44 marz
- * README:
- update my email
-
- 2000-02-03 06:43 mslifcak
- * win32/config.h:
- include mib_module_config.h to make the USING_ constants visible.
-
- 2000-02-03 04:12 mslifcak
- * agent/mibgroup/host/hr_proc.c:
- Undo uninformed change: load average != average time that CPU is idle.
-
- 2000-02-03 01:35 daves
- * FAQ:
- - (FAQ): Document changes to access control stuff.
-
- 2000-02-02 16:36 mslifcak
- * agent/mib_modules.c:
- Touchup to build more MIB modules on Win32.
-
- 2000-02-02 16:23 mslifcak
- * README.win32, agent/mibgroup/examples/example.c,
- agent/mibgroup/examples/ucdDemoPublic.c,
- agent/mibgroup/mibII/sysORTable.c,
- agent/mibgroup/mibII/vacm_vars.c,
- agent/mibgroup/ucd-snmp/pass.c,
- agent/mibgroup/ucd-snmp/pass_persist.c,
- win32/mib_module_config.h, win32/mib_module_dot_conf.h,
- win32/mib_module_includes.h, win32/mib_module_inits.h,
- win32/libsnmp_dll/libsnmp.def,
- win32/libucdmibs/libucdmibs.dsp:
- Touchup for building more MIB modules in Win32 (MSVC).
-
- 2000-02-02 14:18 mslifcak
- * agent/mibgroup/host/hr_proc.c:
- Let hrProcessorLoad out of the genie's bottle.
-
- 2000-02-02 14:17 marz
- * perl/SNMP/README, README.win32:
- add instructions for building w/ OpenSSL on VC++
-
- 2000-02-02 13:42 marz
- * README.win32:
- add instructions for building w/ OpenSSL on VC++
-
- 2000-02-02 10:52 hardaker
- * agent/mibgroup/smux/smux.c:
- - (smux.c): Patch from Robert Miles:
- - various fixes:
- 1) The first registration request could be lost.
- 2) Registration delete requests never received a response.
- 3) Registration delete requests were not finding the registration when the
- delete's priority was set to -1.
- 4) Non-zero values were not being encoded properly in registration
- responses.
-
- 2000-02-02 08:52 mslifcak
- * apps/snmpusm.c:
- fix the fat-fingering patch I just made. feh.
-
- 2000-02-02 08:42 mslifcak
- * apps/snmpusm.c:
- Allow -Co to affect the outcome.
-
- 2000-02-02 08:02 daves
- * agent/snmp_vars.c:
- - (agent/snmp_vars.c): Correctly handle individually excluded instances
-
- 2000-02-02 07:17 hardaker
- * configure, configure.in:
- - (configure, configure.in): updated --help
-
- 2000-02-02 06:45 nba
- * agent/mibgroup/host/hr_disk.c:
- - hr_disk.c: add NetBSD support
-
- 2000-02-02 04:44 mslifcak
- * agent/: Makefile.in, mibgroup/Makefile.in:
- Remove dependencies on (moved) vestinternett/diskio
-
- 2000-02-02 01:12 daves
- * agent/mibgroup/host/hr_disk.c:
- - (host/hr_disk.c): Fix solaris initialisation, plus extra debugging info.
-
- 2000-02-01 11:26 mslifcak
- * snmplib/: snmpusm.c, snmpv3.c:
- Fixup more signed/unsigned comparisons.
-
- 2000-02-01 08:46 hardaker
- * man/snmpusm.1:
- - (snmpusm.1): changed context string in examples to "".
-
- 2000-02-01 08:45 hardaker
- * man/snmpcmd.1:
- - (snmpcmd.1): .PP -> .IP for -Ob.
-
- 2000-02-01 08:43 hardaker
- * NEWS:
- - (NEWS): update (again).
-
- 2000-02-01 08:34 hardaker
- * agent/mibgroup/ucd-snmp/diskio.c:
- - (diskio.c): move to ucdExperimental.15.
-
- 2000-02-01 08:34 hardaker
- * agent/mibgroup/ucd-snmp/diskio.h:
- - (diskio.h): load the mib.
-
- 2000-02-01 08:31 hardaker
- * agent/mibgroup/: vestinternett/diskio.c,
- vestinternett/diskio.h, ucd-snmp/diskio.c,
- ucd-snmp/diskio.h:
- - (diskio.*): moved to the ucd-snmp directory
-
- 2000-02-01 05:27 daves
- * FAQ:
- - (FAQ): Expand the description of generating traps from the agent slightly.
-
- 2000-02-01 04:19 daves
- * configure, configure.in:
- - (configure.in configure): Catch common invalid configure options.
-
- 2000-02-01 03:37 daves
- * agent/mibgroup/agentx/master_request.c:
- - (agentx/master_request.c): Fix session ID handling when delegating requests.
-
- 2000-02-01 01:49 daves
- * acconfig.h, config.h.in, configure.in,
- configure, snmplib/snmp_api.h:
- - (acconfig.h config.h.in configure.in configure snmplib/snmp_api.h):
- - Fix broken setting of socket address structure choice.
-
- 2000-01-31 10:41 marz
- * perl/SNMP/SNMP.xs:
- set DS_LIB_DONT_BREAKDOWN_OIDS to get previoulsy released behaviour of get_symbol wrt octet based instance ids (i.e., no double-quoting)
-
- 2000-01-31 07:57 daves
- * agent/mibgroup/examples/: example.c, example.h:
- - (mibgroup/examples/example.[ch]):
- - Provide an example for how to trigger a trap.
-
- 2000-01-31 07:56 daves
- * apps/snmptest.c:
- - (apps/snmptest.c): Don't assume size_t is signed (Pekka Kytolaakso)
-
- 2000-01-31 07:55 daves
- * snmplib/: snmpv3.c, snmpv3.h:
- - (snmplib/snmpv3.[ch]): Don't assume size_t is signed (Pekka Kytolaakso)
- - N.B: This changes the interface of snmpv3_generate_engineID() slightly.
-
- 2000-01-31 07:53 daves
- * snmplib/: asn1.c, snmp.c, snmp_api.c,
- snmpusm.c:
- - (snmplib/asn1.c snmplib/snmp.c snmplib/snmp_api.c snmplib/snmpusm.c):
- - Don't assume size_t is signed (Pekka Kytolaakso)
-
- 2000-01-31 07:51 daves
- * snmplib/snmp_api.h:
- - (snmplib/snmp_api.h): Attempt to mimic Irix-style socket address structure.
-
- 2000-01-31 07:49 daves
- * acconfig.h, config.h.in, configure.in,
- configure:
- - (acconfig.h config.h.in configure.in configure):
- - Improved checking for Irix-style socket address structure.
-
- 2000-01-31 03:41 daves
- * AGENT.txt:
- - (AGENT.txt): Revised and updated version.
-
- 2000-01-31 03:14 daves
- * snmplib/snmp_api.c:
- - (snmplib/snmp_api.c): Initialize addrlen in _sess_read(). (Frank Strauss)
-
- 2000-01-31 03:03 daves
- * acconfig.h, config.h.in, configure,
- configure.in:
- - (acconfig.h config.h.in configure.in configure):
- - Attempt to detect non-traditional socket address structure (on Irix 6.x).
-
- 2000-01-31 03:00 daves
- * snmplib/snmp_api.h:
- - (snmplib/snmp_api.h): Alternative approach to Irix socket handling.
-
- 2000-01-31 02:40 daves
- * snmplib/: snmp_api.c, snmp_api.h:
- - (snmplib/snmp_api.[ch]): Restore traditional socket field names.
-
- 2000-01-31 01:45 daves
- * agent/agent_trap.c:
- - (agent/agent_trap.c): Include instance subidentifier in snmpTrapOID and
- snmpTrapEnterprise OID definitions. (Thanks to Gerard Talman)
-
- 2000-01-31 01:05 daves
- * agent/agent_registry.h:
- - (agent/agent_registry.h): Log failed MIB registrations.
-
- 2000-01-30 10:56 marz
- * perl/SNMP/: README, README:
- clean up before release - update version, release notes etc.
-
- 2000-01-30 10:46 marz
- * perl/SNMP/SNMP.pm:
- clean up before release - update version, release notes etc.
-
- 2000-01-30 10:44 marz
- * perl/SNMP/SNMP.xs:
- clean up before release - update version, release notes
-
- Note: KNOWN BUGS
- the new quoted OCTETSTR instance identifiers returned by get_symbol
- are not compatible with the perl/SNMP module (__get_label_iid)
-
- not sure that this ever worked - will have to look at old OCTETSTR
- behaviour and see how to recreate it
-
- 2000-01-30 10:42 marz
- * perl/SNMP/README:
- clean up before release - update version, release notes
-
- Note: KNOWN BUGS
- the new quoted OCTETSTR instance identifiers returned by get_symbol
- are not compatible with the perl/SNMP module (__get_label_iid)
-
- 2000-01-30 08:19 marz
- * perl/SNMP/t/snmpd.conf:
- create V3 user entry, cleanup
-
- 2000-01-30 03:11 nba
- * apps/snmpnetstat/if.c:
- - if.c: defensive test for missing objects (it might fail to show
- down status properly)
-
- 2000-01-30 03:09 nba
- * agent/mibgroup/host/hr_storage.c:
- - hr_storage.c: convert from pages to 1k blocks
-
- 2000-01-30 03:04 nba
- * agent/mibgroup/host/hr_disk.c:
- - hr_disk.c: convert to 1k blocks
-
- 2000-01-30 03:01 nba
- * agent/mibgroup/host.h:
- - host.h: config_require_mib(HOST-RESOURCES-TYPES)
-
- 2000-01-28 12:52 mslifcak
- * agent/mibgroup/agentx/protocol.c:
- This with previous two changes completes a patch for items 2,3,4
- for bug #149.
-
- 2000-01-28 12:38 mslifcak
- * agent/mibgroup/agentx/protocol.c:
- Change agentx_{build,parse}_short . Thanks to Gerard Talman@hitt.nl.
-
- 2000-01-28 12:30 mslifcak
- * agent/mibgroup/agentx/protocol.c:
- Fix spell LITTLE_ENDIAN. Thanks to talman@hitt.nl.
-
- 2000-01-28 07:18 mslifcak
- * agent/mibgroup/ucd-snmp/vmstat_solaris2.c:
- Some variable renaming for consistency, error checking
- improved, missing string.h included. Patch supplied by author.
-
- 2000-01-27 16:13 mslifcak
- * snmplib/parse.c:
- Remove hack around "SMI" token; keep the good part of the previous patch.
-
- 2000-01-27 14:51 mslifcak
- * snmplib/parse.c:
- 1. Fix memory leak when anonymously named nodes are used.
- 2. Hack around smicng's "SMI " statements to prevent other memory leaks.
-
- 2000-01-27 11:14 marz
- * perl/SNMP/SNMP.xs:
- remove no-op snmp_synch_setup
-
- 2000-01-27 08:33 hardaker
- * snmplib/default_store.c:
- - (default_store.c): make config parser handle "" (null) parsed strings.
-
- 2000-01-26 19:22 hardaker
- * configure, configure.in:
- - (configure, configure.in): comma, comma, comma, comma, comma-chameleon.
-
- 2000-01-26 17:32 hardaker
- * configure, configure.in:
- - (configure, configure.in): allow ',' seperated --with-*-modules flag values.
-
- 2000-01-26 17:18 hardaker
- * bug-report, sedscript.in, version.h, FAQ
- , README:
- - (version.h bug-report sedscript.in): version tag ( 4.1.pre2 )
-
- 2000-01-26 17:15 hardaker
- * man/: snmpcmd.1, snmptrapd.conf.5.def, snmpusm.1
- :
- - (snmpcmd.1, snmptrapd.conf.5.def, snmpusm.1):
- - badly done updates.
-
- 2000-01-26 16:54 hardaker
- * testing/tests/: Sv3DESconfig, T023snmpv3getMD5DES:
- - (Sv3DESconfig, T023snmpv3getMD5DES): fix DES test so it works.
-
- 2000-01-26 16:53 hardaker
- * snmplib/snmpv3.c:
- - (snmpv3.c): fix priv key length extrapolation. Should be done differently?.
-
- 2000-01-26 16:27 hardaker
- * agent/Makefile.in, agent/mibgroup/Makefile.in,
- apps/Makefile.in, snmplib/Makefile.in:
- - (Makefile.in, Makefile.in, Makefile.in, Makefile.in):
- - make depend.
-
- 2000-01-26 16:06 hardaker
- * agent/agent_trap.c, agent/agent_trap.h,
- man/snmpd.conf.5.def:
- - (agent_trap.c, agent_trap.h, snmpd.conf.5.def): Patch from Frank Strauss:
- - add ability to allow sending traps to ports other than 162.
-
- 2000-01-26 15:34 hardaker
- * mibs/: UCD-DEMO-MIB.txt, UCD-DISKIO-MIB.txt,
- UCD-DLMOD-MIB.txt, UCD-IPFILTER-MIB.txt,
- UCD-IPFWACC-MIB.txt, UCD-SNMP-MIB.txt:
- - (UCD-DEMO-MIB.txt, UCD-DISKIO-MIB.txt, UCD-DLMOD-MIB.txt,
- UCD-IPFILTER-MIB.txt, UCD-IPFWACC-MIB.txt, UCD-SNMP-MIB.txt):
- - correct ucd-snmp-coders email address to replace "ece" with "ucd-snmp".
-
- 2000-01-26 15:32 hardaker
- * mibs/UCD-SNMP-MIB.txt:
- - (UCD-SNMP-MIB.txt): Patch from Juergen Schoenwaelder:
- - clean up and reformat sub-registration comments.
-
- 2000-01-26 15:31 hardaker
- * mibs/UCD-IPFILTER-MIB.txt:
- - (UCD-IPFILTER-MIB.txt): Patch from Juergen Schoenwaelder:
- - prefix oids with "ucd".
-
- 2000-01-26 15:30 hardaker
- * mibs/UCD-DLMOD-MIB.txt:
- - (UCD-DLMOD-MIB.txt): Patch from Juergen Schoenwaelder:
- - prefix oid with "ucd".
-
- 2000-01-26 15:29 hardaker
- * mibs/: UCD-DISKIO-MIB.inc, UCD-DISKIO-MIB.txt,
- VEST-INTERNETT-MIB.txt:
- - (UCD-DISKIO-MIB.inc, UCD-DISKIO-MIB.txt, VEST-INTERNETT-MIB.txt):
- Patch from Juergen Schoenwaelder:
- - fix the diskio mib, convert to SMIv2, and move to ucdExperimental.
-
- 2000-01-26 07:26 mslifcak
- * README:
- Acknowledge more contributors.
-
- 2000-01-26 07:14 mslifcak
- * agent/snmpd.c:
- fix compile error when --without-root-access is used (strauss@ibr.cs.tu-bs.de)
-
- 2000-01-25 21:46 mslifcak
- * snmplib/: mib.c, parse.c:
- mib.c:print_tree_node - show module name once in -- FROM;
- parse.c: show "Cannot find module" once per missing module.
-
- 2000-01-25 19:30 mslifcak
- * snmplib/: mib.c, parse.c:
- Larger buffer for print_module_name; Fix possible null deref in get_tc.
-
- 2000-01-25 14:50 hardaker
- * man/snmp_alarm.3, snmplib/snmp_alarm.c:
- - (snmp_alarm.3, snmp_alarm.c): Patch from Frank Strauss:
- - fix registration function to do what it says it should do.
-
- 2000-01-25 14:47 hardaker
- * configure, configure.in:
- - (configure): help update
-
- 2000-01-25 14:12 nba
- * mibs/: HOST-RESOURCES-MIB.txt, HOST-RESOURCES-TYPES.txt
- , Makefile.in:
- - HOST-RESOURCES-MIB.txt, HOST-RESOURCES-TYPES.txt, Makefile.in:
- Update to the current draft HOST-RESOURCES (draft-ops-hostmib-01)
-
- 2000-01-25 13:56 hardaker
- * mibs/VEST-INTERNETT-MIB.txt:
- - (VEST-INTERNETT-MIB.txt): Ragnar Kjrstad's diskio mib.
-
- 2000-01-25 13:55 hardaker
- * agent/mibgroup/vestinternett/: diskio.c, diskio.h:
- - (vestinternett/diskio.[ch]): Ragnar Kjrstad's diskio mib.
-
- 2000-01-25 13:52 nba
- * snmplib/parse.c:
- - parse.c: fix a missing initialization of tc_index
-
- 2000-01-25 12:05 marz
- * README.win32:
- additional win32 install notes
-
- 2000-01-25 11:47 marz
- * win32/libsnmp_dll/libsnmp.def:
- add missing synbols for perl/SNMP module
-
- 2000-01-25 06:49 marz
- * snmplib/parse.c:
- syntax for win32 build
-
- 2000-01-24 10:36 marz
- * perl/SNMP/SNMP.pm:
- [no log message]
-
- 2000-01-24 10:14 mslifcak
- * snmplib/mib.c:
- Fix printing IMPLIED index (from associate of J. Kmietsch) modified and applied.
-
- 2000-01-24 10:05 mslifcak
- * configure, configure.in:
- Itojun's netbsd ELF patch + remove wombat [Dave's example fix]
-
- 2000-01-24 09:55 mslifcak
- * apps/snmp_parse_args.c, apps/snmptrapd.c,
- man/snmpcmd.1, snmplib/mib.c, snmplib/snmp_debug.c
- :
- Fix Bug #144 items 1,3,4: case insensitive check for "all" keyword.
-
- 2000-01-24 09:44 mslifcak
- * agent/mibgroup/ucd-snmp/: memory_solaris2.c,
- vmstat_solaris2.c:
- Make sure kstat_fd is initialized before being used.
-
- 2000-01-24 08:59 marz
- * perl/SNMP/SNMP.pm:
- [no log message]
-
- 2000-01-24 07:21 daves
- * agent/mibgroup/examples/: example.c, example.h,
- wombat.c, wombat.h:
- - (examples/{example,wombat}.[ch]):
- - Consolidated example modules into one, including config and SET support.
-
- 2000-01-23 16:41 marz
- * perl/SNMP/SNMP.xs:
- handle adding OPAQUE vars for setting and traps etc.
-
- 2000-01-23 12:43 nba
- * snmplib/parse.c:
- - parse.c: errenous => erroneous
-
- 2000-01-23 12:42 nba
- * snmplib/parse.c:
- - parse.c: fix merging of anonymous nodes when they are named
-
- 2000-01-23 08:51 nba
- * snmplib/parse.c:
- - parse.c: add some more error checking to getoid
-
- 2000-01-21 11:19 mslifcak
- * agent/mibgroup/ucd_snmp.h:
- config_arch_require solaris2 version of vmstat.
-
- 2000-01-21 10:47 marz
- * perl/SNMP/: SNMP.pm, SNMP.xs:
- [no log message]
-
- 2000-01-21 10:23 marz
- * perl/SNMP/: SNMP.pm, SNMP.xs:
- [no log message]
-
- 2000-01-21 08:13 marz
- * perl/SNMP/SNMP.pm:
- inform
-
- 2000-01-21 08:00 marz
- * perl/SNMP/SNMP.pm:
- inform.
-
- 2000-01-21 07:27 marz
- * perl/SNMP/: SNMP.pm, SNMP.xs:
- added v3 inform
-
- 2000-01-21 01:49 mslifcak
- * agent/agent_registry.c, agent/agent_registry.h,
- snmplib/snmp_api.c:
- Minimize data handling and use register variabies in
- snmp_oid_compare and compare_tree.
-
- 2000-01-21 01:46 mslifcak
- * agent/mibgroup/ucd-snmp/: pass_persist.c, pass_persist.h
- :
- Add const to cleanup a few signatures.
-
- 2000-01-21 01:46 mslifcak
- * perl/SNMP/README:
- Remove party crud; spell check.
-
- 2000-01-20 04:25 daves
- * snmplib/snmp_api.c:
- - (snmplib/snmp_api.c): Support selective binding of server addresses.
-
- 2000-01-18 21:37 mslifcak
- * agent/mibgroup/ucd-snmp/vmstat_solaris2.c:
- Consistent getpagesize (first divide by 1024).
-
- 2000-01-18 21:28 mslifcak
- * agent/mibgroup/mibII/snmp_mib.c,
- win32/mib_module_includes.h, win32/mib_module_inits.h,
- win32/libsnmp_dll/libsnmp.def,
- win32/libucdmibs/libucdmibs.dsp:
- 1.Make snmp_get_do_logging visible from DLL
- 2.Apply Win32 patch from R.Story to activate mib stats module (snmp_mib).
-
- 2000-01-18 21:25 mslifcak
- * agent/mibgroup/mibII/vacm_vars.c:
- Remove commented out objects that are MAX-ACCESS not-accessible.
-
- 2000-01-18 21:22 mslifcak
- * agent/mibgroup/mibII/tcp.c:
- Cleanup around ip6_vars.h include (no #if 0)
-
- 2000-01-18 14:23 mslifcak
- * agent/mibgroup/ucd-snmp/: vmstat_solaris2.c,
- vmstat_solaris2.h:
- Latest vmstat_solaris2 from the author Jochen Kmietsch.
-
- 2000-01-18 08:14 mslifcak
- * agent/agent_trap.c:
- Prevent array bounds error when creating specific trap oid.
-
- 2000-01-18 07:54 marz
- * perl/SNMP/SNMP.xs:
- fix error messages and return vals for trap funcs, clean up pdu
-
- 2000-01-18 07:00 marz
- * perl/SNMP/: SNMP.pm, SNMP.xs:
- modified for v2-trap.
-
- 2000-01-17 12:47 marz
- * perl/SNMP/: SNMP.pm, SNMP.xs:
- added v2 trap
-
- 2000-01-17 09:02 daves
- * agent/snmp_vars.c:
- - (agent/snmp_vars.c): Discard "too-late" responses from overlapped regions.
-
- 2000-01-17 06:13 daves
- * man/snmptrapd.8:
- - (man/snmptrapd.8): Describe default logging behaviour.
-
- 2000-01-14 16:10 hardaker
- * NEWS:
- - (NEWS): remove export control note about DES.
-
- 2000-01-14 16:09 hardaker
- * snmplib/scapi.c:
- - (scapi.c): implement DES encryption.
-
- 2000-01-14 11:34 hardaker
- * bug-report:
- - (bug-report): grep for configure flags
-
- 2000-01-14 09:33 mslifcak
- * agent/mibgroup/: examples/ucdDemoPublic.c, smux/snmp_bgp.c
- , smux/snmp_ospf.c, smux/snmp_rip2.c:
- Small compile fix and debug message restoration.
-
- 2000-01-13 06:33 daves
- * snmplib/parse.c:
- - (snmplib/parse.c): More complete handling of unloading MIB modules.
-
- 2000-01-13 06:31 daves
- * snmplib/: parse.c, parse.h:
- - (snmplib/parse.[ch]): Unload MIB module
- (N.B: Somewhat simplistic with regard to multiply-loaded nodes)
-
- 2000-01-13 05:36 mslifcak
- * snmplib/system.c:
- No get_boottime support for cygwin (yet). Hopefully a temporary condition.
-
- 2000-01-13 02:46 daves
- * agent/snmp_vars.c:
- - (agent/snmp_vars.c): Remove extraneous bracket.
-
- 2000-01-12 21:08 mslifcak
- * agent/agent_registry.c, agent/snmp_vars.c,
- agent/snmpd.c, agent/mibgroup/util_funcs.c,
- agent/mibgroup/examples/wombat.c,
- agent/mibgroup/host/hr_device.c,
- agent/mibgroup/host/hr_disk.c,
- agent/mibgroup/host/hr_filesys.c,
- agent/mibgroup/host/hr_network.c,
- agent/mibgroup/host/hr_partition.c,
- agent/mibgroup/host/hr_print.c,
- agent/mibgroup/host/hr_proc.c,
- agent/mibgroup/host/hr_storage.c,
- agent/mibgroup/host/hr_swinst.c,
- agent/mibgroup/host/hr_swrun.c,
- agent/mibgroup/host/hr_system.c, agent/mibgroup/mibII/at.c
- , agent/mibgroup/mibII/icmp.c,
- agent/mibgroup/mibII/interfaces.c, agent/mibgroup/mibII/ip.c
- , agent/mibgroup/mibII/ipv6.c,
- agent/mibgroup/mibII/sysORTable.c,
- agent/mibgroup/mibII/system_mib.c,
- agent/mibgroup/mibII/tcp.c, agent/mibgroup/mibII/udp.c
- , agent/mibgroup/smux/smux.c,
- agent/mibgroup/smux/snmp_bgp.c,
- agent/mibgroup/smux/snmp_ospf.c,
- agent/mibgroup/smux/snmp_rip2.c,
- agent/mibgroup/ucd-snmp/registry.c,
- agent/mibgroup/ucd-snmp/versioninfo.c, apps/snmpusm.c
- , snmplib/snmp_logging.c, snmplib/snmp_logging.h
- :
- Use DEBUGMSGOID liberally, replacing sprint_objid; small speedup.
-
- 2000-01-12 11:16 hardaker
- * snmplib/snmpv3.c:
- - (snmpv3.c): cast malloc returns.
-
- 2000-01-11 15:05 mslifcak
- * agent/Makefile.in:
- Use CFLAGS when linking (could have profile switch, etc).
-
- 2000-01-11 10:37 marz
- * perl/SNMP/t/get.t:
- remove bad session test - session.t has it already - note the call to gethostbyname can hang for some time if DNS is not setup correctly - anyone know a way arround this?
-
- 2000-01-11 09:13 mslifcak
- * agent/mibgroup/snmpv3/usmUser.c,
- agent/mibgroup/target/snmpTargetAddrEntry.c,
- apps/snmpstatus.c, snmplib/snmp_api.c,
- snmplib/snmpv3.c, snmplib/tools.c, snmplib/tools.h
- :
- Restore memdup usage to its former luster.
-
- 2000-01-11 08:10 mslifcak
- * snmplib/system.c:
- Init file count at zero, not by incrementing random value.
-
- 2000-01-11 07:59 mslifcak
- * win32/libsnmp_dll/libsnmp.def:
- Keep win32 release build from breaking.
-
- 2000-01-11 07:44 mslifcak
- * win32/config.h:
- Add IN_UCD_SNMP_SOURCE to not break Win32 builds.
-
- 2000-01-11 01:53 mslifcak
- * agent/mibgroup/Makefile.in:
- Glean refs to mibII.o from this makefile.
-
- 2000-01-11 01:32 mslifcak
- * agent/mibgroup/header_complex.c,
- agent/mibgroup/util_funcs.c,
- agent/mibgroup/agentx/master_admin.c,
- agent/mibgroup/agentx/master_request.c,
- agent/mibgroup/mibII/interfaces.c,
- agent/mibgroup/mibII/tcp.c, agent/mibgroup/mibII/udp.c
- , agent/mibgroup/mibII/vacm_vars.c,
- agent/mibgroup/snmpv3/usmUser.c,
- agent/mibgroup/target/snmpTargetAddrEntry.c,
- agent/mibgroup/target/snmpTargetAddrEntry.h,
- agent/mibgroup/ucd-snmp/extensible.c,
- agent/mibgroup/ucd-snmp/memory_solaris2.c,
- agent/mibgroup/ucd-snmp/pass.c,
- agent/mibgroup/ucd-snmp/pass_persist.c,
- agent/mibgroup/ucd-snmp/proc.c, apps/snmpstatus.c,
- apps/snmpnetstat/inet.c, apps/snmpnetstat/inet6.c,
- apps/snmpnetstat/route.c, apps/snmpnetstat/winstub.c,
- snmplib/keytools.c, snmplib/parse.c,
- snmplib/snmp_api.c, snmplib/snmpv3.c,
- snmplib/tools.c, snmplib/tools.h, snmplib/vacm.c
- :
- Trolling for malloc errors; more graceful degradation.
-
- 2000-01-10 16:32 mslifcak
- * snmplib/: read_config.c, scapi.h, snmp_api.c
- :
- snmp_api.c - better comment for snmp_oid_compare.
- read_config.c - remove sizeof(u_char) from malloc size calc.
- scapi.h - spell check.
-
- 2000-01-10 16:31 mslifcak
- * apps/snmptranslate.c:
- snmptranslate.c - simple default case.
-
- 2000-01-10 16:31 mslifcak
- * man/snmptranslate.1:
- snmptranslate.1 - remove junk line.
-
- 2000-01-10 16:30 mslifcak
- * agent/: snmp_vars.c, snmpd.c,
- mibgroup/examples/ucdDemoPublic.c:
- ucdDemoPublic.c - remove uninitialized variables from write method.
- snmp_vars.c - proper oid compare; no copy from save if oids exact match
- snmpd.c - terminate statement.
-
- 2000-01-10 15:38 hardaker
- * config.h.in, configure, configure.in:
- - (config.h.in, configure, configure.in):
- - make --without-efence work.
- - check for -lnsl more explicitly.
-
- 2000-01-10 15:36 hardaker
- * testing/tests/Sv3config:
- - (Sv3config): remove the trailing space.
-
- 2000-01-10 15:36 hardaker
- * agent/mibgroup/mibincl.h:
- - (mibincl.h): include stdlib.h and malloc.h.
-
- 2000-01-10 14:40 marz
- * perl/SNMP/MANIFEST:
- add mibload
-
- 2000-01-10 14:34 marz
- * perl/SNMP/t/mibload.t:
- [no log message]
-
- 2000-01-10 14:20 marz
- * perl/SNMP/: BUG, MANIFEST, MANIFEST.SKIP,
- Makefile.PL, README, SNMP.pm, SNMP.xs, TODO
- , perlsnmp.h, typemap, examples/async1.pl,
- examples/async2.pl, examples/ipforward.pl,
- examples/mibtree.pl, examples/mibwalk.pl,
- examples/pingmib.pl, examples/tablewalk.pl,
- examples/testleak.pl, hints/irix.pl, hints/solaris.pl
- , t/README, t/async.t, t/get.t, t/getnext.t
- , t/mib.t, t/mib.txt, t/session.t, t/set.t
- , t/snmpd.conf:
- Checking in SNMP-3.1.0b1
-
- 2000-01-10 13:21 mslifcak
- * configure, configure.in:
- Qualify use of withval to define library and include search paths.
-
- 2000-01-10 13:14 mslifcak
- * win32/win32.dsw:
- Allow MSVC++ 5.x users to build using this workspace.
-
- 2000-01-10 06:12 daves
- * snmplib/system.c:
- - (snmplib/system.c): Re-structure get_uptime() to cache boot time.
-
- 2000-01-10 03:06 daves
- * agent/snmp_agent.c:
- - (agent/snmp_agent.c): Count numbers of variables requested/set
-
- 2000-01-10 02:31 daves
- * snmplib/snmp_api.c:
- - (snmplib/snmp_api.c): Differentiate max-repetition and non-repeater errors.
-
- 2000-01-10 01:37 daves
- * agent/mibgroup/mibII.h:
- - (agent/mibgroup/mibII.h): Re-remove redundant prototype.
-
- 2000-01-08 12:07 mslifcak
- * agent/auto_nlist.c:
- Use knlist iff aix4 and HAVE_KNLIST [not complete w/o configure mods]
-
- 2000-01-08 11:44 mslifcak
- * configure, configure.in:
- Fix build for Linux RedHat 6.1 (cant link libwrap without libnsl).
-
- 2000-01-08 00:56 nba
- * configure.in, configure:
- - configure.in: bugfix for a bugfix bug
-
- 2000-01-07 23:43 nba
- * configure, configure.in:
- - configure.in: some missing "x" in tests for --with-openssl and
- --disable-developer
-
- 2000-01-07 16:21 hardaker
- * agent/mibgroup/mibII/vacm_vars.c:
- - (vacm_vars.c): properly group rw/rousers into usm not v1/v2c.
-
- 2000-01-07 11:22 hardaker
- * apps/snmptranslate.c:
- - (snmptranslate.c): Patch from Robert Story:
- - handle multiple translated OIDs.
-
- 2000-01-07 10:38 hardaker
- * agent/mibgroup/target/: snmpTargetAddrEntry.c,
- snmpTargetParamsEntry.c:
- - (snmpTargetAddrEntry.c, snmpTargetParamsEntry.c): update to v4 API set code.
-
- 2000-01-07 09:29 hardaker
- * agent/snmp_agent.c:
- - (snmp_agent.c): better handling of write failures.
-
- 2000-01-06 15:09 hardaker
- * local/mib2c.conf:
- - (mib2c.conf): unquoted quotes quoted.
-
- 2000-01-06 15:08 hardaker
- * local/mib2c:
- - (mib2c): removed a debugging statement.
-
- 2000-01-06 15:08 hardaker
- * COPYING:
- - (COPYING): y2k bug.
-
- 2000-01-06 13:14 marz
- * testing/tests/: T020snmpv3get, T021snmpv3getnext:
- update config access syntax (exact)
-
- 2000-01-06 13:07 marz
- * snmplib/snmp_logging.c:
- we should not print to stderr if stderr logging is diabled - this thows off the alignment of test output for 'make test' in both ucd-snmp and Perl/SNMP
-
- 2000-01-06 12:56 marz
- * testing/tests/Svanyconfig:
- update syntax (exact)
-
- 2000-01-06 08:57 hardaker
- * agent/mibgroup/util_funcs.h:
- - (util_funcs.h): properly wrap struct.h include directive for
- non-source-directory include.
-
- 2000-01-06 01:58 daves
- * agent/mibgroup/mibII.c:
- - (mibgroup/mibII.c): Remove redundant file
-
- 2000-01-04 23:51 nba
- * apps/snmptrapd.c:
- - snmptrapd.c: implement trand handlers for win32
-
- 2000-01-04 23:50 nba
- * snmplib/parse.c:
- - parse.c: #ifdef some variables not used under win32
-
- 2000-01-04 22:12 nba
- * EXAMPLE.conf.def, FAQ, man/snmpd.conf.5.def:
- - EXAMPLE.conf.def, FAQ, snmpd.conf.5.def: remove all traces of security
- model "any" in "group" configuration directives
-
- 2000-01-04 16:27 hardaker
- * config.h.in, configure, configure.in:
- - (config.h.in, configure, configure.in): Patch from Sander Steffann:
- - Add -I/usr/include/rpm because of badly written rpm header files.
-
- 2000-01-04 10:35 hardaker
- * agent/snmp_agent.c:
- - (snmp_agent.c): deal with blocking better in snmp_agent_check_and_process().
-
- 2000-01-04 10:33 hardaker
- * agent/Makefile.in:
- - (Makefile.in): install struct.h
-
- 2000-01-04 08:58 hardaker
- * FAQ, README:
- - (README, FAQ): Japan mirror location change.
-
- 2000-01-03 15:39 nba
- * man/: snmpcmd.1, snmptranslate.1,
- snmptrapd.conf.5.def:
- - snmpcmd.1: add snmpbulkget to list of applications
- - snmptranslate.1: explain -T outputs
- - snmptrapd.conf.5.def: defalt traphandler is implemented
-
- 2000-01-03 15:34 nba
- * snmplib/mib.c:
- - mib.c: also note TEXTUAL CONVENTION in -Td output
-
- 2000-01-03 15:32 nba
- * snmplib/parse.c:
- - parse.c: fix File variable being left pointing into the stack.
- Ignore .index file on WIN32 platform
-
- 2000-01-03 15:30 nba
- * snmplib/system.h:
- - system.h: add prototype for strcasecmp
-
- 2000-01-03 15:28 nba
- * agent/mibgroup/examples/: wombat.c, wombat.h:
- - wombat.[ch]: correct prototype for wombat_parse_config
-
- 2000-01-03 15:27 nba
- * agent/mibgroup/mibII.h:
- - mibII.h: add prototype for init_mibII
-
- 2000-01-03 15:26 nba
- * agent/snmpd.c:
- - snmpd.c: add a missing const specifier
-
- 2000-01-03 15:26 nba
- * agent/snmp_vars.c:
- - snmp_vars.c: include agent_registry.h only once
-
- 2000-01-03 15:23 nba
- * EXAMPLE.conf.def:
- - EXAMPLE.conf.def: adapt to changes in valid vacm syntax
-
- 1999-12-31 13:27 mslifcak
- * configure, configure.in,
- agent/mibgroup/mibII/interfaces.c, snmplib/snmp_logging.c
- :
- Apply some NetBSD 1.3.x, 1.4 patches c/o Grea A. Woods <woods@planix.com>
-
- 1999-12-31 12:43 mslifcak
- * snmplib/system.c, win32/config.h,
- win32/libsnmp_dll/libsnmp.def:
- Fix bug #48: no strcasecmp/strncasecmp for Sinix
-
- 1999-12-31 10:36 mslifcak
- * agent/mibgroup/host/hr_system.c, apps/snmptable.c:
- Fix warnings of uninitialized variables.
-
- 1999-12-31 10:33 mslifcak
- * configure.in, configure:
- Autoconf patch c/o Albert Chin-A-Young <china@thewrittenword.com>
-
- 1999-12-31 10:11 mslifcak
- * snmplib/: snmp_api.c, snmp_api.h:
- Fix bug #125 - insert underscore into struct snmp_ipaddr member names.
-
- 1999-12-31 09:32 mslifcak
- * agent/auto_nlist.c:
- Apply patch provided by Serg Trushnikov <sat@zmail.ru> for AIX 4.2.1 knlist
-
- 1999-12-31 09:31 mslifcak
- * agent/mibgroup/host/hr_utils.c:
- Fix bug # 122
-
- 1999-12-30 12:00 mslifcak
- * agent/snmpd.c, agent/mibgroup/mibII/vacm_vars.c,
- agent/mibgroup/smux/smux.c, snmplib/tools.c:
- Fix compile errors.
-
- 1999-12-30 07:51 hardaker
- * agent/snmpd.c:
- - (snmpd.c): usage line order messed up, as pointed out by Robert Story.
-
- 1999-12-28 15:42 hardaker
- * agent/mibgroup/agentx/master_request.c:
- - (master_request.c): remove the ! in front of in_a_view, which changed.
-
- 1999-12-23 08:21 hardaker
- * agent/mibgroup/ucd-snmp/vmstat_solaris2.c:
- - (vmstat_solaris2.c): Patch from Jochen Kmietsch:
- - non 80-column wrapped version.
-
- 1999-12-22 16:30 hardaker
- * agent/mibgroup/ucd-snmp/: vmstat_solaris2.c,
- vmstat_solaris2.h:
- - (vmstat_solaris2.c, vmstat_solaris2.h): Patch from Jochen Kmietsch:
- - first pass at vmstat support for solaris.
-
- 1999-12-22 15:13 hardaker
- * agent/mibgroup/agentx/master_request.c:
- - (master_request.c): increase max vars to 64 (was 16). I have a
- table with more than that number in columns, which breaks snmptable.
-
- 1999-12-22 15:12 hardaker
- * agent/mibgroup/agentx/master.c:
- - (master.c): use snmp_sess_open for the second try at opening the
- master port.
-
- 1999-12-22 05:58 nba
- * agent/agent_registry.c, agent/snmp_agent.c,
- agent/snmp_vars.c, agent/mibgroup/mibII/vacm_vars.c,
- snmplib/vacm.h:
- - vacm routines: alignment with RFC mibs, preparing for trap generation
- and a better integration with variable tree walking
-
- 1999-12-22 05:47 nba
- * agent/mibgroup/mibII/system_mib.c:
- - system_mib.c: use some #defines i place of numbers
-
- 1999-12-22 05:46 nba
- * snmplib/system.c:
- - system.c: naughty, naughty Niels, just reindenting ...
-
- 1999-12-22 02:43 nba
- * agent/mibgroup/host/hr_storage.c:
- - hr_storage.c: kill a dummy value
-
- 1999-12-22 02:41 nba
- * agent/mibgroup/ucd-snmp/memory_freebsd2.c:
- - memory_freebsd2.c: make it work (again) for FreeBSD-2:-)
-
- 1999-12-21 02:37 nba
- * agent/snmpd.c, agent/mibgroup/smux/smux.c,
- snmplib/snmp_api.c:
- - snmpd.c, smux.c, snmp_api.c: take away some unused variables.
-
- 1999-12-20 17:34 hardaker
- * bug-report, sedscript.in, version.h, FAQ
- , README:
- - (version.h bug-report sedscript.in): version tag ( 4.1.pre1 )
-
- 1999-12-20 17:32 hardaker
- * agent/mibgroup/mibincl.h:
- - (mibincl.h): add agent_trap.h
-
- 1999-12-20 17:32 hardaker
- * NEWS:
- - (NEWS): mention SMIv2 updates.
-
- 1999-12-20 17:31 hardaker
- * EXAMPLE.conf.def:
- - (EXAMPLE.conf.def): minor note.
-
- 1999-12-20 17:20 hardaker
- * snmplib/snmp_api.c:
- - (snmp_api.c): Digital Unix hack for bad recvfrom implementation.
-
- 1999-12-20 17:20 hardaker
- * agent/mibgroup/agentx/protocol.c:
- - (agentx/protocol.c): make a things size_t instead of u_int (for 64bit code).
-
- 1999-12-20 17:19 hardaker
- * agent/agent_trap.c:
- - (agent_trap.c): make uptime a long for 64bit architectures.
-
- 1999-12-20 15:38 hardaker
- * mibs/Makefile.in:
- - (Makefile.in): IPFWACC-MIB.txt -> UCD-IPFWACC-MIB.txt
-
- 1999-12-20 13:30 hardaker
- * agent/mibgroup/misc/ipfwacc.c:
- - (ipfwacc.c): moved table to one level deeper under mib node.
-
- 1999-12-20 13:30 hardaker
- * mibs/UCD-IPFWACC-MIB.txt:
- - (UCD-IPFWACC-MIB.txt): moved table to one level deeper under mib node.
-
- 1999-12-20 13:26 hardaker
- * mibs/: UCD-IPFWACC-MIB.inc, UCD-IPFWACC-MIB.txt:
- - (UCD-IPFWACC-MIB.txt): moved and updated from IPFWACC-MIB.txt
-
- 1999-12-20 13:25 hardaker
- * mibs/IPFWACC-MIB.txt:
- - (IPFWACC-MIB.txt): moved to UCD-IPFWACC-MIB.txt
-
- 1999-12-20 13:23 hardaker
- * mibs/IPSEC-MIB.txt:
- - (IPSEC-MIB.txt): removed
-
- 1999-12-20 06:48 hardaker
- * agent/Makefile.in:
- - (Makefile.in): moved kernel.o into the libucdagent library.
-
- 1999-12-20 06:43 hardaker
- * apps/snmp_parse_args.c:
- - (snmp_parse_args.c): Force set to 1 for -D so multiple switches can
- be given (ie, don't toggle the value).
-
- 1999-12-20 04:15 daves
- * agent/: agent_trap.c, snmp_vars.c,
- mibgroup/mibII.h, mibgroup/mibII/at.c,
- mibgroup/mibII/icmp.c, mibgroup/mibII/interfaces.c,
- mibgroup/mibII/ip.c, mibgroup/mibII/ipv6.c,
- mibgroup/mibII/snmp_mib.c, mibgroup/mibII/sysORTable.c
- , mibgroup/mibII/system_mib.c, mibgroup/mibII/tcp.c
- , mibgroup/mibII/udp.c, mibgroup/mibII/vacm_vars.c
- , mibgroup/mibII/sysORTable.h:
- - (agent_trap.c snmp_vars.c mibII.[ch] mibII/*.c mibII/sysORTable.h):
- - Use SNMP_OID prefix definitions in OID specifications.
- - Register the various MIB-2 modules separately in sysORTable.
-
- 1999-12-20 03:01 daves
- * agent/mibgroup/agentx/README.agentx:
- - (agentx/README.agentx): Updated to describe current status.
-
- 1999-12-17 15:57 hardaker
- * agent/mibgroup/: header_complex.c, header_complex.h:
- - (header_complex.c, header_complex.h): completely restructured.
- - drasticly reduces memory usage for large data sets (1/3).
-
- 1999-12-17 15:56 hardaker
- * agent/: agent_read_config.c, agent_registry.c,
- snmp_vars.c:
- - (agent_read_config.c, agent_registry.c, snmp_vars.c):
- - include "snmp_alarm.h" for mib modules that need the callback def.
-
- 1999-12-17 15:55 hardaker
- * NEWS:
- - (NEWS): mention -I.
-
- 1999-12-17 15:46 hardaker
- * snmplib/snmp_alarm.c:
- - (snmp_alarm.c): missing ! operater on signal test.
-
- 1999-12-17 15:41 mslifcak
- * agent/mibgroup/ucd-snmp/: memory_freebsd2.c, vmstat.c
- , vmstat_freebsd2.c:
- No dummy values for FreeBSD, please.
-
- 1999-12-17 15:21 mslifcak
- * agent/mibgroup/: ucd_snmp.h, ucd-snmp/memory_freebsd2.c
- , ucd-snmp/vmstat_freebsd2.c:
- Add Bill Fumerola's patch for FreeBSD 4.x to use swapinfo.
- Include FreeBSD 4.x specific memory and vmstat when building that agent.
-
- 1999-12-17 14:23 mslifcak
- * man/: README, mib_api.3, snmp.conf.5.def,
- snmpcmd.1, snmpd.1.def, snmpd.conf.5.def,
- snmpnetstat.1, snmptest.1, snmpusm.1, snmpwalk.1
- :
- Fixed a few spelilng errors.
-
- 1999-12-17 10:18 hardaker
- * man/snmp_agent_api.3:
- - (snmp_agent_api.3): re-structure based on recent changes.
-
- 1999-12-17 10:18 hardaker
- * NEWS:
- - (NEWS): second pass.
-
- 1999-12-17 10:17 hardaker
- * apps/snmp_parse_args.c:
- - (snmp_parse_args.c): removed -R from the -h output.
-
- 1999-12-17 10:17 hardaker
- * agent/mibgroup/snmpv3/usmUser.c:
- - (usmUser.c): changed help line of createUser to seperate DES token
- from the passphrase.
-
- 1999-12-17 10:16 hardaker
- * agent/Makefile.in:
- - (Makefile.in): put snmpd.o into the object list, and remove it from
- direct compilation in the CC link line.
-
- 1999-12-17 10:11 hardaker
- * agent/snmpd.c:
- - (snmpd.c): reorder init() routines for -H to prevent segfaulting.
-
- 1999-12-17 10:11 hardaker
- * sedscript.in:
- - (sedscript.in): PERSISTENT_DIRECTORY token added.
-
- 1999-12-17 10:10 hardaker
- * NEWS:
- - (NEWS): first pass at changes.
-
- 1999-12-17 07:40 hardaker
- * man/snmpd.conf.5.def:
- - (snmpd.conf.5.def): document createUser.
-
- 1999-12-17 07:28 hardaker
- * man/snmpd.conf.5.def:
- - (snmpd.conf.5.def): document the file directive.
-
- 1999-12-17 07:26 hardaker
- * man/snmpd.conf.5.def:
- - (snmpd.conf.5.def): document rocommunity, rwcommunity, rouser, rwuser.
-
- 1999-12-17 07:13 hardaker
- * man/snmp.conf.5.def:
- - (snmp.conf.5.def): document a bunch of new configuration options.
-
- 1999-12-17 07:05 hardaker
- * man/snmpcmd.1:
- - (snmpcmd.1): mention that -IR and -Ib are actually used by default.
-
- 1999-12-17 07:03 hardaker
- * man/snmpcmd.1:
- - (snmpcmd.1): document -I and -O flags.
-
- 1999-12-17 03:22 nba
- * win32/: libsnmp/libsnmp.dsp, libsnmp_dll/libsnmp.def
- :
- - libsnmp.def: add some function names
-
- 1999-12-17 02:18 nba
- * apps/snmptrapd.c:
- - snmptrapd.c: make the oids given to trapd handlers properly .0 terminated.
- Add a SNMP-COMMUNITY-MIB::snmpTrapAddress.0
- Add syslog of v2 traps and informs
-
- 1999-12-17 02:14 nba
- * apps/snmptable.c:
- - snmptable.c: cleanup of the "new" mib walk to determine fields. Make it
- default (don't even document the -C compatibility option). Ignore
- not-accessible fields in the walk.
-
- 1999-12-17 02:09 nba
- * apps/snmp_parse_args.c:
- - snmp_parse_args.c: remove some superfluous usage() calls.
-
- 1999-12-17 02:08 nba
- * snmplib/mib.c:
- - mib.c: kill that tail recursion elimination, it just adds too many
- conditionals. Properly output an empty string index.
-
- 1999-12-16 23:10 nba
- * snmplib/snmpv3.c:
- - snmpv3.c: a more spevific help message for defVersion
-
- 1999-12-16 23:09 nba
- * snmplib/mib.c:
- - mib.c: fix a tail recursion elimination problem printing oids
-
- 1999-12-16 23:08 nba
- * apps/snmptranslate.c:
- - snmptranslate.c: be explicit in the -t warning
-
- 1999-12-16 23:08 nba
- * agent/mibgroup/smux/: smux.c, smux.h:
- - smux.[ch]: fix some prototypes and includes.
-
- 1999-12-16 23:06 nba
- * agent/snmpd.c:
- - snmpd.c: n terminate some log messages
-
- 1999-12-16 23:05 nba
- * agent/kernel.c:
- - kernel.c: output error string, not number
-
- 1999-12-15 11:08 mslifcak
- * agent/mibgroup/: kernel_sunos5.c,
- ucd-snmp/memory_solaris2.c:
- Replace kc from memory_solaris2.c with kstat_fd, defined in kernel_sunos5.c.
-
- 1999-12-15 09:56 mslifcak
- * snmplib/: tools.c, tools.h:
- Add time marker create, set, and delta time check methods.
-
- 1999-12-15 09:42 mslifcak
- * snmplib/: snmp_logging.c, snmp_logging.h:
- Remove snmp_log_syslog, snmp_log_filelog, snmp_log_stderrlog;
- Simplify snmp_log_string.
-
- 1999-12-15 09:19 hardaker
- * mibs/: Makefile.in, SNMPv2-M2M-MIB.txt,
- SNMPv2-PARTY-MIB.txt:
- - (SNMPv2-PARTY-MIB.txt SNMPv2-M2M-MIB.txt ): removed.
-
- 1999-12-15 09:17 hardaker
- * mibs/: EtherLike-MIB.txt, IPFILTER.txt,
- UCD-IPFILTER-MIB.inc, UCD-IPFILTER-MIB.txt:
- - (EtherLike-MIB.txt, IPFILTER.txt, UCD-IPFILTER-MIB.inc,
- UCD-IPFILTER-MIB.txt): Patch from Juergen Schoenwaelder:
- - Even more updates.
-
- 1999-12-15 05:51 mslifcak
- * agent/mibgroup/kernel_sunos5.c:
- Share kstat fd iff ucd-snmp/memory_solaris2 is also configured.
-
- 1999-12-15 04:21 mslifcak
- * apps/: snmp_parse_args.c, snmptranslate.c:
- Isolate and retouch deprecated command line options.
-
- 1999-12-14 16:05 hardaker
- * agent/mibgroup/header_complex.c:
- - (header_complex.c): get next in link list before deleting root.
-
- 1999-12-14 16:05 hardaker
- * configure, configure.in:
- - (configure, configure.in): move -lefence check up to front (last in link).
-
- 1999-12-14 15:19 hardaker
- * mibs/Makefile.in:
- - (Makefile.in): DLMOD -> UCD-DLMOD
-
- 1999-12-14 14:54 hardaker
- * snmplib/keytools.c:
- - (keytools.c): reverse generate_Ku optimizations, as they don't work.
-
- 1999-12-14 08:41 hardaker
- * mibs/: IANAifType-MIB.txt, UCD-SNMP-MIB.txt:
- - (IANAifType-MIB.txt, UCD-SNMP-MIB.txt): Patch from Juergen Schoenwaelder:
- - updates.
-
- 1999-12-14 08:07 hardaker
- * apps/snmp_parse_args.c, apps/snmptranslate.c,
- apps/snmptrapd.c, snmplib/default_store.h,
- snmplib/mib.c, snmplib/mib.h:
- - (snmp_parse_args.c, snmptranslate.c, snmptrapd.c, default_store.h,
- mib.c, mib.h):
- - argument shuffling...
- -I for input args created, and -OR moved there.
- -Ib created.
- -TB created for snmptranslate (was -B).
-
- 1999-12-13 16:03 mslifcak
- * snmplib/mib.c:
- Allow sprint_variable to work even if no MIB files were read.
-
- 1999-12-13 15:12 mslifcak
- * snmplib/mib.c:
- Finish symbol conversion with numeric when subtree is leaf node.
-
- 1999-12-13 14:54 mslifcak
- * snmplib/mib.c:
- Fix problem printing IMPLIED indices of OBJECTID type.
-
- 1999-12-13 14:20 hardaker
- * config.h.in, configure, configure.in:
- - (config.h.in, configure, configure.in): --with-efence implemented.
- - (forced checking for --enable-developer and CVS checkouts)
-
- 1999-12-13 13:54 mslifcak
- * snmplib/mib.c:
- Sanity checks added to _get_symbol.
-
- 1999-12-13 12:04 mslifcak
- * man/Makefile.in:
- Clean also removes generated default_store.3.h .
-
- 1999-12-13 09:57 hardaker
- * mibs/: DLMOD-MIB.txt, UCD-DLMOD-MIB.inc,
- UCD-DLMOD-MIB.txt:
- - (DLMOD-MIB.txt, UCD-DLMOD-MIB.inc, UCD-DLMOD-MIB.txt):
- - Juergens patch to move DLMOD-MIB -> UCD-DLMOD-MIB and -> SMIv2.
- - moved to the experimental tree.
-
- 1999-12-13 09:49 mslifcak
- * agent/mibgroup/smux/: smux.c, smux.h:
- Added patch from M.Michaud to use send_enterprise_trap_vars.
-
- 1999-12-13 04:43 daves
- * agent/: snmpd.c, mibgroup/smux/smux.c,
- mibgroup/smux/smux.h:
- - (agent/snmpd.c agent/mibgroup/smux/smux.[ch]):
- - Patch to get SMUX support working with the new agent architecture.
- This is probably not The Right Way To Do Things Now, but it works.
- Thanks to Nick Amato and Mike Michaud.
-
- 1999-12-13 03:18 daves
- * agent/agent_trap.c:
- - (agent_trap.c): allow specification of enterprise OID when sending traps
-
- 1999-12-13 03:17 daves
- * agent/agent_registry.c:
- - (agent_registry.c): Handle delegated MIB regions properly when split.
-
- 1999-12-10 13:03 mslifcak
- * agent/mibgroup/mibII/ip.c:
- Fix HP-UX problem with ipDefaultTTL.
-
- 1999-12-10 10:44 marz
- * snmplib/snmp_api.c:
- (snmlib/snmp_api.c): fix bug in _sess_copy where pointers that were not owned by newly created session could get mistakenly freed if errors were encountered during session copy - also eliminate some redundant copying of security{Auth|Priv}Key data
-
- 1999-12-10 10:23 mslifcak
- * agent/: snmp_agent.c, mibgroup/agentx/subagent.c:
- Apply Dave's patch to fix max varbinds testing on GETBULK.
-
- 1999-12-10 07:28 mslifcak
- * agent/Makefile.in:
- Fix to build executable agent on HP-UX.
-
- 1999-12-10 03:19 nba
- * snmplib/system.c, win32/config.h,
- win32/libagent/libagent.def, win32/libagent/libagent.dsp
- , win32/libsnmp_dll/libsnmp.def,
- win32/libucdmibs/libucdmibs.def,
- win32/libucdmibs/libucdmibs.dsp, win32/snmpd/snmpd.dsp:
- - (various): changes to compile snmpd with VC++ 5.0 (Release mode)
-
- 1999-12-10 03:10 nba
- * snmplib/read_config.c:
- - read_config.c: add some missing const specifiers
-
- 1999-12-10 03:09 nba
- * agent/mibgroup/ucd-snmp/pass_persist.c:
- - pass_persist.c: fix some buf/buf2 confusion
-
- 1999-12-10 03:07 nba
- * agent/mibgroup/ucd-snmp/pass.c:
- - pass.c: fix some buf/buf2 confusion
-
- 1999-12-10 03:06 nba
- * agent/mibgroup/agentx/master.c:
- - master.c: add a missing #include <netinet/in.h> (at least for Solaris).
-
- 1999-12-09 17:09 hardaker
- * agent/: Makefile.in, mibgroup/Makefile.in:
- - (agent/*Makefile.in): fix for --enable-shared on hpux
-
- 1999-12-09 16:53 hardaker
- * apps/snmpnetstat/Makefile.in:
- - (snmpnetstat/Makefile.in): fix for --enable-shared
-
- 1999-12-09 16:16 hardaker
- * mibs/UCD-SNMP-MIB.txt:
- - (UCD-SNMP-MIB.txt): changed all instances of kb to kB.
-
- 1999-12-09 15:26 hardaker
- * snmplib/keytools.c:
- - (keytools.c): Patch from Leonard Gomelsky:
- - generate_Ku() speed improvements.
-
- 1999-12-09 10:08 hardaker
- * Makefile.top, config.h.in, configure,
- configure.in, agent/Makefile.in, snmplib/Makefile.in
- :
- - (Makefile.top, config.h.in, configure, configure.in,
- agent/Makefile.in, snmplib/Makefile.in):
- - fixed --enable-shared (at least on linux).
-
- 1999-12-09 08:14 mslifcak
- * mibs/: DISMAN-SCRIPT-MIB.txt, UCD-DEMO-MIB.inc,
- UCD-DEMO-MIB.txt, UCD-SNMP-MIB.inc, UCD-SNMP-MIB.txt
- :
- Patches supplied by Juergen Schoenwaelder.
-
- 1999-12-09 07:49 nba
- * man/snmpcmd.1:
- - snmpcmd.1: support MIB::label
-
- 1999-12-09 07:34 nba
- * snmplib/mib.c:
- - mib.c: implement MIB::label
-
- 1999-12-09 07:34 daves
- * man/snmp_trap_api.3:
- - (man/snmp_trap_api.3): Initial documentation for agent trap generation.
-
- 1999-12-08 17:13 hardaker
- * acconfig.h, config.h.in,
- agent/mibgroup/agentx/master.c, snmplib/read_config.c
- , snmplib/system.c, snmplib/system.h:
- - (acconfig.h, config.h.in, master.c, read_config.c, system.c, system.h):
- - implement mkdirhier() and use it for persistent storage and agentx
- socket file creation.
-
- 1999-12-08 15:49 hardaker
- * makefileindepend.pl, makenosysdepend.pl, remove-files
- :
- - (makefileindepend.pl, makenosysdepend.pl, remove-files):
- - move the make depend perl scripts to the top level where they only
- need to be edited once.
-
- 1999-12-08 15:46 hardaker
- * agent/Makefile.in, agent/dlmods/Makefile.in,
- agent/mibgroup/Makefile.in, apps/Makefile.in,
- apps/snmpnetstat/Makefile.in, snmplib/Makefile.in,
- testing/Makefile.in:
- - (*..Makefile.in): A real make depend with no ssl dependancies, etc.
-
- 1999-12-08 15:29 hardaker
- * agent/snmpd.c:
- - (snmpd.c): move sys/param out of ifdef FD_SET.
-
- 1999-12-08 15:28 hardaker
- * agent/Makefile.in, agent/mibgroup/Makefile.in,
- apps/Makefile.in, apps/snmpnetstat/Makefile.in,
- snmplib/Makefile.in, testing/Makefile.in:
- - (*..Makefile.in): make depend.
-
- 1999-12-08 15:26 hardaker
- * README:
- - (README): add Juergen.
-
- 1999-12-08 15:23 hardaker
- * snmplib/: mib.c, parse.c, parse.h:
- - (mib.c, parse.c, parse.h):
- - remembered IMPLIED indexes.
- - properly print OIDs with length prefixes on parsed OIDs so
- cutting/pasting of them works.
- - properly print strings and oids that are IMPLIED.
- - print strings in either ' or " quotes depending on if their IMPLIED.
-
- 1999-12-08 15:04 mslifcak
- * mibs/UCD-SNMP-MIB.txt:
- Add missing dskPercentNode to DskEntry (thanks to
- Michael Kirkham <support@iwl.com>).
-
- 1999-12-08 15:01 mslifcak
- * apps/snmpwalk.c:
- Include getopt.h to define optarg.
-
- 1999-12-08 14:41 hardaker
- * snmplib/mib.c:
- - (mib.c): fix -Os and index based oid printing to work again.
-
- 1999-12-08 14:08 hardaker
- * mibs/UCD-SNMP-MIB.txt:
- - (UCD-SNMP-MIB.txt): make mrIndex IMPLIED since it is in the code.
-
- 1999-12-08 09:19 hardaker
- * snmplib/mib.c:
- - (mib.c): register a config token for suffix printing.
-
- 1999-12-07 15:23 mslifcak
- * agent/mibgroup/agentx/client.c,
- agent/mibgroup/snmpv3/usmUser.c,
- agent/mibgroup/target/snmpTargetAddrEntry.c,
- agent/mibgroup/target/snmpTargetParamsEntry.c,
- snmplib/snmpusm.c, snmplib/system.c:
- Eliminate multiplying by sizeof(char) or sizeof(unsigned char);
- agentx/client.c - snmp_free_varbind replaces free in four places;
- snmpv3/usmUser.c - usm_free_user replaces free in one place.
-
- 1999-12-07 13:54 hardaker
- * man/snmpwalk.1:
- - (snmpwalk.1): document -Ci and -Cp (badly).
-
- 1999-12-07 13:45 hardaker
- * apps/snmpwalk.c:
- - (snmpwalk.c):
- - New ability to peform a get on the requested OID when either no
- results are returned or when the user requests an inclusive option.
- - New ability to print number of variables found at the end.
-
- 1999-12-07 09:32 hardaker
- * mibs/UCD-SNMP-MIB.txt:
- - (UCD-SNMP-MIB.txt): Patch from Juergen Schoenwaelder:
- - convert to SMIv2 and cleanup.
-
- 1999-12-07 09:17 hardaker
- * agent/mibgroup/mibII/sysORTable.c:
- - (sysORTable.c): make sysOrIndex not-accessible, as it should be.
-
- 1999-12-07 09:14 hardaker
- * agent/mibgroup/host/hr_other.c:
- - (hr_other.c): shorten cpu description length.
-
- 1999-12-07 08:29 daves
- * agent/agent_read_config.c, agent/agent_read_config.h
- , agent/snmp_vars.c, agent/snmp_vars.h,
- agent/snmpd.c, agent/snmpd.h, snmplib/read_config.c
- , snmplib/read_config.h, snmplib/snmp_api.c:
- - (agent/agent_read_config.[ch] agent/snmp_vars.[ch] agent/snmpd.[ch]
- snmplib/read_config.[ch] snmplib/snmp_api.c):
- - Use the saved application name for registering config handlers
- (N.B: This change will need to be applied to MIB modules as well)
-
- 1999-12-07 08:03 mslifcak
- * apps/: snmp_parse_args.c, snmpusm.c:
- Use argv[0] since the app wont be snmpgetnext, probably.
-
- 1999-12-06 16:31 mslifcak
- * agent/agent_registry.c, apps/snmptable.c,
- apps/snmpusm.c, win32/libsnmp_dll/libsnmp.def:
- More fun updating MS VC build of apps and library.
-
- 1999-12-06 15:11 nba
- * snmplib/system.c, win32/config.h, win32/win32.dsw
- , win32/encode_keychange/encode_keychange.dsp,
- win32/libsnmp/libsnmp.dsp, win32/libsnmp_dll/libsnmp.def
- , win32/libsnmp_dll/libsnmp_dll.dsp,
- win32/snmpbulkget/snmpbulkget.dsp,
- win32/snmpbulkwalk/snmpbulkwalk.dsp,
- win32/snmpdelta/snmpdelta.dsp, win32/snmpget/snmpget.dsp
- , win32/snmpgetnext/snmpgetnext.dsp,
- win32/snmpstatus/snmpstatus.dsp,
- win32/snmptable/snmptable.dsp, win32/snmptest/snmptest.dsp
- , win32/snmptranslate/snmptranslate.dsp,
- win32/snmptrap/snmptrap.dsp, win32/snmptrapd/snmptrapd.dsp
- , win32/snmpusm/snmpusm.dsp, win32/snmpwalk/snmpwalk.dsp
- :
- - system.c, config.h, win32.dsw, *.dsp, libsnmp.def: cleaning up for VC builds
-
- 1999-12-06 15:09 mslifcak
- * snmplib/: snmp_api.c, snmpusm.c, snmpusm.h:
- Convert USM_ERR* to SNMPERR_USM*.
-
- 1999-12-06 14:58 hardaker
- * apps/snmpusm.c:
- - (snmpusm.c): fix usage for new args.
-
- 1999-12-06 14:56 hardaker
- * testing/tests/: Sv3config, T030snmpv3usercreation:
- - (Sv3config, T030snmpv3usercreation): make v3 testing work again.
-
- 1999-12-06 14:48 hardaker
- * apps/snmpusm.c:
- - (snmpusm.c):
- - make snmpusm usable again, changing arguments slightly.
- - make it also use defaults for passphrases, user, etc.
-
- 1999-12-06 14:32 nba
- * win32/: bin/.cvsignore, lib/.cvsignore:
- - .cvsignore: Make CVS silent about installation files
-
- 1999-12-06 13:51 hardaker
- * apps/snmp_parse_args.c:
- - (snmp_parse_args.c): print error strings returned by generate_Ku().
-
- 1999-12-06 13:47 hardaker
- * apps/snmp_parse_args.c:
- - (snmp_parse_args.c): default specifications for auth/priv types.
-
- 1999-12-06 09:19 mslifcak
- * snmplib/mib.c:
- Show all non-printable subids in dump_oid_to_string.
- Recurse clear_tree_flags only if necessary.
-
- 1999-12-05 21:49 nba
- * agent/mibgroup/ucd-snmp/: pass.c, pass_persist.c:
- - pass.c, pass_persist.c: ensure proper byte ordering when pass'ing
- ipaddress.
-
- 1999-12-03 16:52 hardaker
- * agent/mibgroup/ucd-snmp/vmstat.c:
- - (vmstat.c): remove duplicate limits.h include.
-
- 1999-12-03 16:52 hardaker
- * agent/Makefile.in:
- - (Makefile.in): use $(MAKE) instead of make.
-
- 1999-12-03 16:51 hardaker
- * configure, configure.in:
- - (configure, configure.in): switch to PIC from pic.
-
- 1999-12-03 15:05 nba
- * snmplib/parse.c:
- - parse.c: remember to NULL a freed pointer
-
- 1999-12-03 15:04 nba
- * apps/snmptrapd_handlers.c:
- - snmptrapd_handlers.c: a little nicer error message
-
- 1999-12-03 15:03 nba
- * apps/snmptrapd.c:
- - snmptrapd.c: correct handling of SIGHUP tp reconfigure.
-
- 1999-12-02 16:59 hardaker
- * snmplib/parse.c:
- - (parse.c): turn on REGEX_EXTENDED.
-
- 1999-12-02 09:21 mslifcak
- * agent/Makefile.in:
- Fix bug #81 - continue install after error creating persistent directory.
-
- 1999-12-02 05:06 nba
- * agent/mibgroup/snmpv3/usmUser.c, snmplib/snmpv3.c,
- snmplib/snmpv3.h:
- - usmUser.c snmpv3.[ch]: move usm_parse_create_usmUser from the agent
- to the library, so that snmptrapd can use it.
-
- 1999-12-02 04:42 nba
- * apps/snmptrapd.c:
- - snmptrapd.c: fix snmp_clone_pdu2 by using the snmplib version
-
- 1999-12-02 04:41 nba
- * snmplib/mib.c:
- - mib.c: accessing and freeeing env_var misplaces around NULL test
-
- 1999-12-01 16:32 mslifcak
- * agent/mibgroup/ucd-snmp/pass.c:
- Use SNMP_MAXBUF when defining large static buffer storage.
-
- 1999-12-01 15:55 mslifcak
- * agent/mibgroup/ucd-snmp/: pass.c, pass_persist.c:
- Fix bug #112 and finish patch supplied by Anthony Shipman.
-
- 1999-12-01 10:38 mslifcak
- * snmplib/: mib.c, parse.c:
- Prevent overflow of object ID in get_module_node.
- In find_best_tree_node, treat result from recursed call same for match = 0.
-
- 1999-12-01 06:40 mslifcak
- * snmplib/parse.c:
- Error check and free resources during regex processing.
-
- 1999-11-30 16:50 mslifcak
- * apps/snmptranslate.c, snmplib/mib.c, snmplib/mib.h
- , snmplib/parse.c:
- Add multiple match capability to find_best_tree_node, and use it in
- snmptranslate (new -B option).
-
- 1999-11-30 14:47 mslifcak
- * apps/snmptranslate.c:
- Use Wes' cool new get_wild_node match method.
-
- 1999-11-30 14:30 hardaker
- * apps/snmp_parse_args.c, snmplib/mib.c,
- snmplib/mib.h, snmplib/parse.c:
- - (snmp_parse_args.c, mib.c, mib.h, parse.c): implement regex matching
- everywhere.
-
- 1999-11-30 13:11 mslifcak
- * snmplib/system.c:
- Include ctype.h
-
- 1999-11-30 13:10 mslifcak
- * apps/snmptranslate.c:
- Fix -Td usage description; use switch when current_name is NULL.
-
- 1999-11-30 07:08 daves
- * agent/mibgroup/agentx/master_request.c:
- - (agentx/master_request.c): Fix handling of multi-variable requests to subagents.
-
- 1999-11-30 07:07 daves
- * agent/mibgroup/agentx/master.c:
- - (agentx/master.c): Remove redundent routine.
-
- 1999-11-30 03:01 nba
- * snmplib/snmp_api.h, agent/mibgroup/mibII/snmp_mib.c
- , agent/mibgroup/mibII/snmp_mib.h:
- - snmp_api.h, snmp_mib.[ch]: A couple additional SNMP statistics points
-
- 1999-11-29 14:04 hardaker
- * README:
- - (README): another name.
-
- 1999-11-29 14:03 hardaker
- * config.h.in, configure, configure.in:
- - (config.h.in, configure, configure.in):
- - check for regex.h, regcomp, strcasestr.
-
- 1999-11-29 14:02 hardaker
- * snmplib/parse.c:
- - (parse.c): make best matching (-b) use regex when available.
-
- 1999-11-29 14:02 hardaker
- * snmplib/: system.c, system.h:
- - (system.c, system.h): implement strcasestr (from Michael Slifcak).
-
- 1999-11-29 12:43 mslifcak
- * apps/snmpbulkget.c:
- Use size_t for name_len member.
-
- 1999-11-29 11:58 mslifcak
- * snmplib/snmp_api.c:
- Free STREAM packet buffer when session is closed;
- Test for close in progress for read, write, select, and timeout functions.
-
- 1999-11-29 10:36 mslifcak
- * apps/: snmptrap.c, snmpwalk.c, snmpnetstat/main.c
- :
- Remove last vestiges of DEBUG_MALLOC_INC fragments.
-
- 1999-11-29 10:33 mslifcak
- * win32/snmpbulkget/snmpbulkget.dsp:
- Fix reference to snmplib.
-
- 1999-11-29 10:30 mslifcak
- * snmplib/snmp_api.c:
- Use ntohs macro to carefully obtain the default service port.
-
- 1999-11-29 05:50 mslifcak
- * apps/snmpbulkget.c, snmplib/asn1.c, snmplib/mib.c
- , snmplib/snmp_api.c:
- More HP-UX aCC fixes supplied by Markku Laukkanen.
-
- 1999-11-27 09:18 hardaker
- * agent/mibgroup/mibII/vacm_vars.c:
- - (vacm_vars.c): redo rwuser/rouser to allow specification of auth type.
-
- 1999-11-27 06:31 marz
- * agent/kernel.c, testing/eval_tools.sh:
- (agent/kernel.c, testing/eval_tools.sh): fix -r switch to supress error messages about failed kernel and add -r to default testing code so 'make test can be run by user
-
- 1999-11-26 11:18 nba
- * snmplib/default_store.c:
- - default_store.c: although read_config is case insensitive, ds_handle_config
- was not. At the same time it failed to report the problem that
- it was called but didn't know what to do.
-
- 1999-11-25 14:57 nba
- * snmplib/mib.c:
- - mib.c: kill yet another silly warning from gcc
-
- 1999-11-25 14:56 nba
- * snmplib/default_store.h, snmplib/snmp_api.c,
- snmplib/snmp_api.h, apps/snmp_parse_args.c:
- - defaults_store.h, snmp_api.c, snmp_parse_args.c: add defCommunity
- directive
- - snmp_api.h, snmp_api.c: add errorcode for malloc failure
-
- 1999-11-25 14:52 nba
- * agent/mibgroup/snmpv3/usmUser.c:
- - usmUser.c: new user is not added unless both auth and priv is specified
- on createUser directive
-
- 1999-11-25 14:33 nba
- * agent/mibgroup/mibII/snmp_mib.h:
- - snmp_mib.h: fix misalignment of statistics counters
-
- 1999-11-25 14:32 nba
- * snmplib/snmp_api.h, agent/agent_trap.c,
- agent/snmp_agent.c, agent/mibgroup/mibII/snmp_mib.c:
- - snmp_api.c, agent_trap.c, snmp_agent.c, snmp_mib.h, snmp_mib.c:
- fix misalignment of statistics counters
-
- 1999-11-24 11:07 mslifcak
- * mibs/IPFWACC-MIB.txt:
- Fix BUG#57 using 2/3 of patch supplied by zany@triq.net.
-
- 1999-11-24 10:43 hardaker
- * agent/mibgroup/mibII/vacm_vars.c:
- - (vacm_vars.c): Patch from Frank Strauss:
- - allow seperation of mask with both . and:.
-
- 1999-11-24 09:16 hardaker
- * INSTALL:
- - (INSTALL): change editing of config.h note.
-
- 1999-11-24 09:08 hardaker
- * acconfig.h, config.h.in, configure,
- configure.in, agent/mibgroup/snmpv3/usmUser.c,
- snmplib/keytools.c, snmplib/keytools.h,
- snmplib/lcd_time.c, snmplib/scapi.h, snmplib/tools.c
- , testing/keymanagetest.c, testing/scapitest.c,
- win32/config.h:
- - (acconfig.h, config.h.in, configure, configure.in, usmUser.c,
- keytools.c, keytools.h, lcd_time.c, scapi.h, tools.c,
- keymanagetest.c, scapitest.c, config.h):
- - force --enable-developer for CVS checkouts.
- - remove all references to KMT.
-
- 1999-11-24 09:03 daves
- * agent/mibgroup/agentx/master_admin.c:
- - (agentx/master_admin.c): Release allocated indexes on subagent shutdown.
-
- 1999-11-23 05:40 daves
- * agent/: agent_registry.c, agent_registry.h:
- - (agent_registry.[ch]):
- - Make index registration API more immediately convenient
- - Associate such registrations with the main session
- - new routine to unregister all indexes for a given session
- - differentiate between ANY index and NEW index
- - clean up assorted compiler warnings
-
- 1999-11-23 05:21 daves
- * agent/: snmp_agent.c, mibgroup/agentx/subagent.c:
- - (snmp_agent.c agentx/subagent.c):
- Make main session structure visible throughout the agent,
- and use this for AgentX subagent as well.
-
- 1999-11-23 02:20 nba
- * agent/snmp_agent.c:
- - snmp_agent.c: #include <unistd.h> for select prototype
-
- 1999-11-23 02:11 daves
- * agent/mibgroup/host/: hr_storage.c, hr_swrun.c:
- - (host/hr_storage.c host/hr_swrun.c): Guard against calculation overflow
-
- 1999-11-23 01:37 daves
- * agent/mibgroup/host/hr_swrun.c:
- - (host/hr_swrun.c): Fix linux process memory usage figures.
- (Reported by Mitch Shields)
-
- 1999-11-23 01:26 nba
- * agent/mibgroup/ucd-snmp/pass_persist.c:
- - pass_persist.c: fix some arguments (int => size_t). Thanks to
- Anthony Shipman <ashipman@erggroup.com>
-
- 1999-11-23 01:24 nba
- * mibs/IPSEC-MIB.txt:
- - IPSEC-MIB.txt: change some underlines into dashes, and repair the
- ::= (maybe I should have looked at this file before adding it:-))
-
- 1999-11-23 01:23 nba
- * agent/mibgroup/mibII/ipv6.h:
- - ipv6.h: remove an __P that had sneaked in
-
- 1999-11-22 17:52 hardaker
- * README.snmpv3:
- - (README.snmpv3): update to reflect new and easier .conf mechanisms.
-
- 1999-11-22 17:02 hardaker
- * snmplib/scapi.c:
- - (scapi.c): fix length check of key space.
-
- 1999-11-22 16:50 hardaker
- * agent/mibgroup/: mibII/vacm_vars.c, snmpv3/usmUser.c
- :
- - (vacm_vars.c, usmUser.c): new config tokens allowing easy user and
- vacm/user configuration and setup.
-
- 1999-11-22 16:48 hardaker
- * agent/snmp_vars.c:
- - (snmp_vars.c): remove creation of initial and template* users.
-
- 1999-11-22 13:04 hardaker
- * acconfig.h, config.h.in, configure,
- configure.in, agent/mibgroup/mibII/tcp.c:
- - (acconfig.h, config.h.in, configure, configure.in, tcp.c): Patch
- from Garrett Wollman:
- - FreeBSD 4.x fixes.
-
- 1999-11-22 12:53 nba
- * agent/agent_read_config.c, agent/agent_read_config.h
- , agent/agent_registry.h, agent/agent_trap.c,
- agent/agent_trap.h, agent/snmp_vars.c,
- agent/mibgroup/mibincl.h, agent/mibgroup/mibII/system_mib.c
- , agent/mibgroup/mibII/system_mib.h,
- agent/mibgroup/mibII/vacm_vars.c,
- agent/mibgroup/mibII/vacm_vars.h, agent/mibgroup/smux/smux.c
- , agent/mibgroup/smux/smux.h,
- agent/mibgroup/target/snmpTargetAddrEntry.c,
- agent/mibgroup/target/snmpTargetAddrEntry.h,
- agent/mibgroup/target/snmpTargetParamsEntry.c,
- agent/mibgroup/target/snmpTargetParamsEntry.h,
- agent/mibgroup/ucd-snmp/disk.c,
- agent/mibgroup/ucd-snmp/disk.h,
- agent/mibgroup/ucd-snmp/extensible.c,
- agent/mibgroup/ucd-snmp/extensible.h,
- agent/mibgroup/ucd-snmp/file.c,
- agent/mibgroup/ucd-snmp/file.h,
- agent/mibgroup/ucd-snmp/loadave.c,
- agent/mibgroup/ucd-snmp/loadave.h,
- agent/mibgroup/ucd-snmp/memory.c,
- agent/mibgroup/ucd-snmp/memory.h,
- agent/mibgroup/ucd-snmp/memory_freebsd2.c,
- agent/mibgroup/ucd-snmp/memory_freebsd2.h,
- agent/mibgroup/ucd-snmp/memory_solaris2.c,
- agent/mibgroup/ucd-snmp/memory_solaris2.h,
- agent/mibgroup/ucd-snmp/pass.c,
- agent/mibgroup/ucd-snmp/pass.h,
- agent/mibgroup/ucd-snmp/proc.c,
- agent/mibgroup/ucd-snmp/proc.h, apps/snmptable.c,
- apps/snmptrapd_handlers.c, apps/snmptrapd_handlers.h,
- snmplib/default_store.c, snmplib/mib.c,
- snmplib/read_config.c, snmplib/read_config.h,
- snmplib/snmp_debug.c, snmplib/snmpusm.c,
- snmplib/snmpusm.h, snmplib/snmpv3.c, snmplib/snmpv3.h
- :
- - *: change the first argument of the config parser functions to a
- const string
-
- 1999-11-22 12:49 hardaker
- * agent/mibgroup/: mibII/vacm_vars.c, ucd-snmp/pass.c
- :
- - (vacm_vars.c, pass.c): fix oid -> char conversions.
-
- 1999-11-22 12:30 hardaker
- * agent/mibgroup/ucd-snmp/: vmstat.c, vmstat_freebsd2.c
- :
- - (vmstat.c, vmstat_freebsd2.c): use header_generic not header_simple_table
-
- 1999-11-22 09:24 hardaker
- * testing/tests/: T016snmpv2cgetfail, T017snmpv2ctov1getfail
- :
- - (T016snmpv2cgetfail, T017snmpv2ctov1getfail): update tests for new
- error messages.
-
- 1999-11-22 09:17 hardaker
- * configure, configure.in,
- agent/mibgroup/host_res.h, agent/mibgroup/host/hr_filesys.c
- , agent/mibgroup/host/hr_storage.c,
- agent/mibgroup/host/hr_swrun.c,
- agent/mibgroup/host/hr_system.c:
- - (configure, configure.in, host_res.h, hr_filesys.c, hr_storage.c,
- hr_swrun.c, hr_system.c, bsdi4.h): Patch from Bert Driehuis:
- - bsdi support for the host resources mib.
-
- 1999-11-22 09:07 hardaker
- * README:
- - (README): added more people to the thanks list.
-
- 1999-11-22 09:00 hardaker
- * agent/mibgroup/snmpv3/usmUser.c:
- - (usmUser.c): fix oid -> char conversions pointed out by Michael Slifcak.
-
- 1999-11-22 08:29 hardaker
- * apps/snmptable.c:
- - (snmptable.c): Patch from Robert Story:
- - Added ability to use MIB to query tables with non-sequential column OIDs.
- - Added code to handle sparse tables.
-
- 1999-11-22 08:21 mslifcak
- * win32/libagent/.cvsignore:
- Add CVS ignore list for win32/libagent.
-
- 1999-11-22 08:20 mslifcak
- * win32/libagent/libagent.dsp:
- Retry add MSVC++ project file.
-
- 1999-11-22 07:30 daves
- * agent/: agent_registry.c, agent_registry.h,
- mibgroup/agentx/client.c, mibgroup/agentx/client.h,
- mibgroup/agentx/master_admin.c:
- - (agent_registry.[ch] agentx/client.[ch] agentx/master_admin.c):
- Index de-allocation, and AgentX index support.
-
- 1999-11-22 07:16 nba
- * agent/mibgroup/mibII/ipv6.c:
- - ipv6.c: some more ANSI prototypes
-
- 1999-11-22 06:59 nba
- * agent/mibgroup/mibII/ipv6.c:
- - ipv6.c: upgrade to the current Kame patch
-
- 1999-11-22 05:32 nba
- * mibs/IPV6-TCP-MIB.txt, mibs/IPV6-UDP-MIB.txt,
- agent/mibgroup/mibII/ipv6.c, agent/mibgroup/mibII/tcp.c
- :
- - IPV6-TCP-MIB, IPV6-UDP-MIB, ipv6.c, tcp.c: move the IPv6 tcp and udp
- tables to their proper position in the tree, according to the RFC.
-
- 1999-11-22 05:29 nba
- * agent/mibgroup/ucd-snmp/pass.c:
- - pass.c: remove a const casting warning
-
- 1999-11-22 05:28 nba
- * agent/snmpd.c:
- - snmpd.c: reinstate snmpd -a functionality
-
- 1999-11-22 05:28 nba
- * snmplib/snmp_logging.c:
- snmp_logging.c: only timestamp efter a newline
-
- 1999-11-22 05:27 nba
- * configure.in, config.h.in, configure:
- - configure.in: configure test for netinet/ip.h
-
- 1999-11-19 15:23 hardaker
- * acconfig.h, config.h.in, configure,
- configure.in, sedscript.in,
- agent/mibgroup/ucd-snmp/disk.c,
- agent/mibgroup/ucd-snmp/disk.h, mibs/UCD-SNMP-MIB.txt:
- - (acconfig.h, config.h.in, configure, configure.in, sedscript.in,
- disk.c, disk.h, UCD-SNMP-MIB.txt): Patch from Andy HOOD:
- - monitor disk inode percentages.
-
- 1999-11-19 14:20 hardaker
- * agent/snmp_vars.c, agent/snmpd.c,
- snmplib/snmp_alarm.h, snmplib/snmp_api.c:
- - (snmp_vars.c, snmpd.c, snmp_alarm.h, snmp_api.c):
- - make snmp_select_info possibly handle alarm timers.
- - make snmpd use them and call snmp_run_alarms().
-
- 1999-11-19 13:47 hardaker
- * local/mib2c.storage.conf:
- - (mib2c.storage.conf): fix mib2c.storage.conf.
-
- 1999-11-19 11:06 daves
- * agent/agent_registry.h:
- - (agent/agent_registry.h): Provide missing index allocation defines.
-
- 1999-11-18 18:20 mslifcak
- * win32/: mib_module_config.h, mib_module_dot_conf.h,
- mib_module_includes.h, mib_module_inits.h,
- mib_module_shutdown.h, libucdmibs/.cvsignore,
- libucdmibs/libucdmibs.dsp, snmpd/.cvsignore,
- snmpd/snmpd.dsp:
- More MSVC++ Win32 agent files, gratis Robert Story.
-
- 1999-11-18 18:14 mslifcak
- * win32/: config.h, win32.dsw:
- More touchup per MSVC++ Win32 agent work.
-
- 1999-11-18 17:57 mslifcak
- * config.h.in, configure, configure.in,
- agent/agent_read_config.c, agent/agent_registry.c,
- agent/agent_trap.c, agent/kernel.c,
- agent/mib_modules.c, agent/snmp_agent.c,
- agent/snmp_vars.c, agent/snmpd.c,
- agent/mibgroup/mibincl.h, agent/mibgroup/util_funcs.c
- , agent/mibgroup/mibII/system_mib.c,
- agent/mibgroup/mibII/vacm_vars.c, agent/mibgroup/smux/smux.c
- , agent/mibgroup/snmpv3/snmpEngine.c,
- agent/mibgroup/snmpv3/snmpMPDStats.c,
- agent/mibgroup/snmpv3/usmStats.c,
- agent/mibgroup/snmpv3/usmUser.c,
- agent/mibgroup/target/snmpTargetAddrEntry.c,
- agent/mibgroup/target/snmpTargetParamsEntry.c,
- agent/mibgroup/ucd-snmp/disk.c,
- agent/mibgroup/ucd-snmp/errormib.c,
- agent/mibgroup/ucd-snmp/extensible.c,
- agent/mibgroup/ucd-snmp/file.c,
- agent/mibgroup/ucd-snmp/loadave.c,
- agent/mibgroup/ucd-snmp/pass.c,
- agent/mibgroup/ucd-snmp/pass.h,
- agent/mibgroup/ucd-snmp/pass_persist.c,
- agent/mibgroup/ucd-snmp/pass_persist.h,
- agent/mibgroup/ucd-snmp/proc.c,
- agent/mibgroup/ucd-snmp/registry.c,
- agent/mibgroup/ucd-snmp/versioninfo.c, apps/snmpbulkget.c
- :
- Check-in agent changes to support Win32 agent built with MSVC++.
- Thanks to Robert Story.
-
- 1999-11-17 21:51 nba
- * snmplib/default_store.c:
- - default_store.c: ds_toggle_boolean missed a mask
-
- 1999-11-17 13:09 hardaker
- * local/mib2c.storage.conf:
- - (mib2c.storage.conf): update. Deals with RowStatus objects better.
-
- 1999-11-17 13:08 hardaker
- * configure:
- - (configure): update.
-
- 1999-11-17 13:05 hardaker
- * configure.in:
- - (configure.in): update the so LD for linux to $(CC).
-
- 1999-11-17 11:55 hardaker
- * agent/ds_agent.h, agent/kernel.c, agent/snmpd.c
- , man/snmpd.1.def:
- - (ds_agent.h, kernel.c, snmpd.c, snmpd.1.def):
- - run time rootless running support for snmpd, by reqest of Joe. (-r)
-
- 1999-11-17 07:36 mslifcak
- * win32/win32.dsw:
- Add snmpbulkget to list of apps to build.
-
- 1999-11-17 07:35 mslifcak
- * win32/snmpbulkget/: .cvsignore, snmpbulkget.dsp:
- Project file for building snmpbulkget using MSVC++ gratis Robert Story.
-
- 1999-11-17 05:59 mslifcak
- * agent/mibgroup/mibII/ipv6.c:
- Replace u_int16_t with more universally supported u_short.
-
- 1999-11-16 14:56 mslifcak
- * win32/snmptrapd/snmptrapd.dsp:
- Build with getopt.
-
- 1999-11-16 14:40 mslifcak
- * apps/snmptranslate.c, snmplib/asn1.c,
- snmplib/snmp_api.c, win32/win32.dsw,
- win32/encode_keychange/encode_keychange.dsp,
- win32/libsnmp/libsnmp.dsp, win32/libsnmp_dll/libsnmp.def
- , win32/libsnmp_dll/libsnmp_dll.dsp,
- win32/snmpbulkwalk/snmpbulkwalk.dsp,
- win32/snmpdelta/snmpdelta.dsp, win32/snmpget/snmpget.dsp
- , win32/snmpgetnext/snmpgetnext.dsp,
- win32/snmpset/snmpset.dsp, win32/snmpstatus/snmpstatus.dsp
- , win32/snmptable/snmptable.dsp,
- win32/snmptest/snmptest.dsp,
- win32/snmptranslate/snmptranslate.dsp,
- win32/snmptrap/snmptrap.dsp, win32/snmpusm/snmpusm.dsp,
- win32/snmpwalk/snmpwalk.dsp:
- MSVC touchups:
- Added snmptrapd project .DSP file; All .DS[PW] files CR-LF line terminated;
- Fix warnings in asn1.c and snmp_api.c; Remove unused var in snmptranslate.c.
-
- 1999-11-16 10:26 hardaker
- * apps/snmp_parse_args.c:
- - (snmp_parse_args.c): add the T: flag for -T to getopt
-
- 1999-11-16 10:24 hardaker
- * agent/mibgroup/agentx/protocol.c:
- - (protocol.c): add the header length to the packet length estimate.
-
- 1999-11-16 09:13 daves
- * snmplib/asn1.c:
- - (snmplib/asn1.c): Fix encoding of root OIDs.
-
- 1999-11-16 08:48 mslifcak
- * config.guess:
- Embrace all HP-9000/6xx,7xx, 8xx series platforms, without regrets.
-
- 1999-11-16 06:21 nba
- * apps/snmp_parse_args.c, apps/snmptranslate.c,
- snmplib/default_store.h, snmplib/mib.c,
- snmplib/snmp_api.h:
- - snmp_parse_args.c, snmptranslate.c, mib.c: redo the snmptranslate options
- to follow the common option set. Issue warnings when someone
- uses the old form, advising about the new.
-
- 1999-11-16 03:36 mslifcak
- * snmplib/snmp.h:
- Fix spelling misteak.
-
- 1999-11-15 21:57 mslifcak
- * snmplib/asn1.h:
- Fix bug#75: build --without-opaque-types
-
- 1999-11-15 17:40 hardaker
- * agent/snmp_agent.c, agent/mibgroup/agentx/master.c,
- agent/mibgroup/agentx/protocol.c,
- agent/mibgroup/agentx/protocol.h,
- agent/mibgroup/agentx/subagent.c, snmplib/snmp_api.c
- , snmplib/snmp_api.h:
- - (snmp_agent.c, master.c, protocol.c, protocol.h, subagent.c,
- snmp_api.c, snmp_api.h):
- - make TCP support better for agentx. Still has a problem (I broke agentx).
-
- 1999-11-15 16:43 mslifcak
- * agent/snmp_agent.c:
- Don't add NULL varbind when ENDOFMIBVIEW is reached.
-
- 1999-11-15 15:41 hardaker
- * snmplib/: snmp_api.c, snmp_api.h:
- - (snmp_api.c, snmp_api.h):
- - move more options to the ds_* routines.
- - implement support for TCP broken SNMP packets by storing buffers
- and dealing with pieces of incoming data till we have a full packet.
-
- 1999-11-15 15:38 hardaker
- * snmplib/: default_store.h, mib.c:
- - (default_store.h, mib.c): move more options to the ds_* routines.
-
- 1999-11-15 15:35 hardaker
- * apps/: snmpdelta.c, snmptable.c, snmptest.c,
- snmptranslate.c, snmptrapd.c, snmpnetstat/main.c
- :
- - (snmpdelta.c, snmptable.c, snmptest.c, snmptranslate.c, snmptrapd.c):
- - add default_store.h
-
- 1999-11-15 15:22 hardaker
- * snmplib/: asn1.c, asn1.h:
- - (asn1.c, asn1.h): new function: asn_check_packet().
-
- 1999-11-15 15:21 hardaker
- * local/mib2c.storage.conf:
- - (mib2c.storage.conf): debugging statements inserted.
-
- 1999-11-15 15:21 hardaker
- * man/snmp_agent_api.3:
- - (snmp_agent_api.3): don't call subagent_pre_init().
-
- 1999-11-15 15:21 hardaker
- * local/: mib2c, tkmib:
- - (mib2c, tkmib): remove -w.
-
- 1999-11-15 15:20 hardaker
- * agent/mibgroup/header_complex.c:
- - (header_complex.c): set to ' ' instead of NULL for -Wall.
-
- 1999-11-15 15:19 hardaker
- * TODO:
- - (TODO): memory int -> uint.
-
- 1999-11-15 15:19 hardaker
- * agent/: mib_modules.c, snmp_vars.c:
- - (mib_modules.c, snmp_vars.c): move subagent_pre_init() to init_agent().
-
- 1999-11-15 15:18 hardaker
- * FAQ, README:
- - (FAQ, README): new mirror in Australia.
-
- 1999-11-15 14:09 nba
- * .cvsignore, apps/.cvsignore:
- - .cvsignore: updates to keep cvs silent about generated files.
-
- 1999-11-15 14:05 nba
- * snmplib/parse.c:
- - parse.c: fix a spelling error in the MIB replacement table.
-
- 1999-11-15 14:03 nba
- * mibs/: Makefile.in, RFC1271-MIB.txt, RMON-MIB.txt
- :
- - mibs/: replace RFC1271-MIN.txt with RMON-MIB.txt (RFC 1757 version)
-
- 1999-11-15 14:00 nba
- * apps/: snmp_parse_args.c, snmpbulkget.c:
- - snmp_parse_args.c: further error checking, courtesy mslifcak
- snmpbulkget.c: needs #include <getopt.h> (Thanks to Robert Story)
-
- 1999-11-15 08:29 mslifcak
- * man/mib_api.3:
- Fix description of read_objid return value.
-
- 1999-11-15 07:56 daves
- * agent/snmp_vars.c:
- - (agent/snmp_vars.c): Fix handling of failed GET/SET requests
-
- 1999-11-14 06:32 nba
- * acconfig.h, config.h.in, configure,
- configure.in, maketarget,
- agent/mibgroup/mibII/interfaces.c,
- agent/mibgroup/mibII/ipv6.c, agent/mibgroup/mibII/ipv6.h
- , agent/mibgroup/mibII/tcp.c,
- agent/mibgroup/mibII/tcp.h, agent/mibgroup/mibII/var_route.h
- , apps/snmpnetstat/Makefile.in,
- apps/snmpnetstat/inet6.c, apps/snmpnetstat/main.c,
- apps/snmpnetstat/netstat.h, mibs/IPSEC-MIB.txt,
- mibs/IPV6-ICMP-MIB.txt, mibs/IPV6-MIB.txt,
- mibs/IPV6-TC.txt, mibs/IPV6-TCP-MIB.txt,
- mibs/IPV6-UDP-MIB.txt, mibs/Makefile.in:
- - ipc6: Add the IPv6 code from the Kame project. I have only massaged
- it so much as to still compile on non-IPv6 systems, and detect
- Linux, INRIA, Solaris IPv6. No code for them yet. Original
- author: itojun@iijlab.net
-
- 1999-11-14 06:15 nba
- * man/snmptrapd.8:
- - snmptrapd.8: add the new common -O option set
-
- 1999-11-14 06:12 nba
- * apps/snmptrapd.c:
- - snmptrapd.c: add the new common -O option set
-
- 1999-11-14 02:42 nba
- * mibs/SNMPv2-CONF.txt:
- - SNMPv2-CONF.txt: comment out the IMPORT clause
-
- 1999-11-14 02:04 nba
- * apps/snmptranslate.c, snmplib/mib.c:
- - mib.c, snmptranslate.c: move the MIB:id handling inside read_objid for
- consistency. Also fixes a buffer overrun in mib.c
-
- 1999-11-14 02:01 nba
- * agent/mibgroup/ucd-snmp/pass.c, man/snmpd.conf.5.def
- :
- - pass.c, snmpd.conf.5.def: add an UNSIGNED return type
-
- 1999-11-14 02:00 nba
- * agent/mibgroup/mibII/vacm_vars.c:
- - vacm_vars.c: kill a warning
-
- 1999-11-14 01:59 nba
- * agent/mibgroup/mibII/vacm_vars.h, mibs/Makefile.in,
- mibs/SNMP-COMMUNITY-MIB.txt, mibs/SNMP-FRAMEWORK-MIB.txt
- , mibs/SNMP-MPD-MIB.txt, mibs/SNMP-NOTIFICATION-MIB.txt
- , mibs/SNMP-PROXY-MIB.txt, mibs/SNMP-TARGET-MIB.txt
- , mibs/SNMP-USER-BASED-SM-MIB.txt,
- mibs/SNMP-VIEW-BASED-ACM-MIB.txt, mibs/SNMPv2-CONF.txt,
- mibs/SNMPv2-SMI.txt, mibs/SNMPv2-TC.txt:
- - mibs/*, vacm_vars.h: update the mib files to rfc 2571-2575. Also add
- SNMP_COMMUNITY_MIB from the coex draft.
-
- 1999-11-14 01:54 nba
- * apps/: snmp_parse_args.c, snmp_parse_args.h:
- - snmp_parse_args: changes to support multi-valued options
-
- 1999-11-14 01:53 nba
- * apps/Makefile.in, apps/snmpbulkget.c,
- man/snmpbulkget.1, man/Makefile.in:
- - snmpbulkget: new tool to issue a single GETBULK request
-
- 1999-11-14 01:51 nba
- * man/snmptable.1:
- - snmptable: add in the application specific snmptable options between
- the normal options.
-
- 1999-11-14 01:48 nba
- * apps/snmptable.c:
- - snmptable, snmp_parse_args: allow the application specific options to
-
- 1999-11-12 13:01 marz
- * snmplib/: lcd_time.c, lcd_time.h, snmpusm.c:
- (lcd_time.[ch], snmpusm.c): fix enginetime update algorithm to conform to spec rfc2574 3.2.7.b.1
-
- 1999-11-12 08:46 daves
- * snmplib/snmp_api.c:
- - (snmplib/snmp_api.c): Provide a unique ID for all incoming PDUs
-
- 1999-11-11 22:49 nba
- * apps/snmp_parse_args.c, snmplib/mib.c:
- - snmp_parse_args.c, mib.c: alignment of option code.
- Some enhancements to the snmptranslate -d output.
-
- 1999-11-11 22:14 nba
- * man/snmpcmd.1:
- - snmpcmd.1: update man page to correspond to the new getopt situation
- Note: even though some options have been removed from this
- page, they still work!
-
- 1999-11-11 03:37 daves
- * agent/mibgroup/agentx/client.c:
- - (agentx/client.c): Silly typo in start time synchronisation
-
- 1999-11-10 22:10 nba
- * win32/: .cvsignore, encode_keychange/.cvsignore,
- libsnmp/.cvsignore, libsnmp/libsnmp.plg,
- libsnmp_dll/.cvsignore, libsnmp_dll/libsnmp_dll.plg,
- snmpbulkwalk/.cvsignore, snmpbulkwalk/snmpbulkwalk.plg,
- snmpdelta/.cvsignore, snmpdelta/snmpdelta.plg,
- snmpget/.cvsignore, snmpget/snmpget.plg,
- snmpgetnext/.cvsignore, snmpgetnext/snmpgetnext.plg,
- snmpnetstat/.cvsignore, snmpset/.cvsignore,
- snmpset/snmpset.plg, snmpstatus/.cvsignore,
- snmpstatus/snmpstatus.plg, snmptable/.cvsignore,
- snmptest/.cvsignore, snmptest/snmptest.plg,
- snmptranslate/.cvsignore, snmptranslate/snmptranslate.plg
- , snmptrap/.cvsignore, snmptrap/snmptrap.plg,
- snmptrapd/.cvsignore, snmpusm/.cvsignore,
- snmpwalk/.cvsignore, snmpwalk/snmpwalk.plg:
- - win32/*: clean up repository files, and add proper .cvsignore files
-
- 1999-11-10 15:29 nba
- * apps/snmp_parse_args.c, apps/snmp_parse_args.h,
- apps/snmpbulkwalk.c, apps/snmpdelta.c, apps/snmpget.c
- , apps/snmpgetnext.c, apps/snmpset.c,
- apps/snmpstatus.c, apps/snmptable.c, apps/snmptest.c
- , apps/snmptrap.c, apps/snmpusm.c,
- apps/snmpwalk.c, win32/snmpget/snmpget.plg,
- win32/snmpusm/snmpusm.dsp:
- - apps/*: changes for getopt usage, and reworking of snmp_parse_args
-
- 1999-11-10 12:20 nba
- * win32/: win32.dsw, encode_keychange/encode_keychange.dsp
- , libsnmp_dll/libsnmp.def,
- snmpbulkwalk/snmpbulkwalk.dsp, snmpdelta/snmpdelta.dsp,
- snmpgetnext/snmpgetnext.dsp, snmpstatus/snmpstatus.dsp,
- snmptest/snmptest.dsp, snmptrapd/snmptrapd.dsp,
- snmpusm/snmpusm.dsp, snmpwalk/snmpwalk.dsp:
- - win32/*.dsp: yet another round of making this crap work
-
- 1999-11-10 08:59 daves
- * agent/mibgroup/agentx/subagent.c:
- - (agentx/subagent.c): Fix AgentX notify support
-
- 1999-11-10 08:58 daves
- * agent/: agent_trap.c, agent_trap.h:
- - (agent/agent_trap.[ch]): minor re-structure to allow subagent trap "sinks"
-
- 1999-11-10 08:57 daves
- * agent/agent_read_config.c:
- - (agent/agent_read_config.c): Only set up trap sinks on the master agent
-
- 1999-11-10 08:31 nba
- * win32/: libsnmp/libsnmp.dsp, libsnmp_dll/libsnmp_dll.dsp
- , snmpget/snmpget.dsp, snmpset/snmpset.dsp,
- snmpstatus/snmpstatus.dsp, snmptable/snmptable.dsp,
- snmptranslate/snmptranslate.dsp, snmptrap/snmptrap.dsp,
- snmptrapd/snmptrapd.dsp:
- - win32/*: VC++ project updates
-
- 1999-11-10 08:30 nba
- * win32/: libsnmp/libsnmp.plg, libsnmp_dll/libsnmp.def
- , snmpget/snmpget.plg, snmptrap/snmptrap.dsp,
- snmptrap/snmptrap.plg:
- - win32/*: fixes to the VC++ build projects
-
- 1999-11-09 23:30 nba
- * snmplib/getopt.h:
- - getopt.h: arguments to getopt did not match those in getopt.c
-
- 1999-11-09 22:20 nba
- * apps/snmp_parse_args.c:
- . snmp_parse_args.c: a glitch in the conversion to getopt (thanks to
- driehuis@playbeing.org)
-
- 1999-11-09 15:15 nba
- * apps/snmp_parse_args.c, apps/snmpget.c,
- apps/snmpset.c, apps/snmptable.c,
- apps/snmptranslate.c, apps/snmptrapd.c,
- apps/snmpnetstat/main.c, snmplib/getopt.c,
- snmplib/getopt.h, snmplib/mib.c, snmplib/mib.h
- , snmplib/system.c, snmplib/system.h,
- win32/win32.dsw, win32/win32.opt,
- win32/libsnmp/libsnmp.dsp, win32/libsnmp/libsnmp.plg,
- win32/libsnmp_dll/libsnmp_dll.dsp, win32/snmpget/snmpget.plg
- , win32/snmpstatus/snmpstatus.dsp,
- win32/snmptable/snmptable.dsp,
- win32/snmptranslate/snmptranslate.dsp,
- win32/snmptranslate/snmptranslate.plg,
- win32/snmptrap/snmptrap.dsp, win32/snmptrap/snmptrap.plg
- :
- - various: adapt tools to use getopt (and put one in for Win32)
-
- 1999-11-09 13:09 hardaker
- * mibs/Makefile.in:
- - (Makefile.in): install the DEMO-MIB.
-
- 1999-11-09 13:09 hardaker
- * agent/mibgroup/mibII/: vacm_vars.c, vacm_vars.h:
- - (vacm_vars.c, vacm_vars.h): simple new .conf tokens: rocommunity, rwcommity.
-
- 1999-11-09 13:02 hardaker
- * agent/mibgroup/ucd_snmp.h:
- - (ucd_snmp.h): require the DEMO-MIB (just for tutorial purposes).
-
- 1999-11-09 13:02 hardaker
- * agent/snmpd.c:
- - (snmpd.c): fix -H.
-
- 1999-11-09 12:59 nba
- * win32/snmptrapd/snmptrapd.dsp, apps/snmptrapd.c,
- apps/snmptrapd_handlers.c:
- - snmptrapd.c,snmptrapd_handlers.c: make it compile with VC++ 5.0
- (but no handlers (yet))
-
- 1999-11-09 01:50 nba
- * snmplib/: default_store.h, mib.c, parse.c,
- parse.h:
- - mib.c,parse.c: make error reporting in parser work according to spec (-Pe)
- show defining modules in snmptranslate -d
- use ds_toggle_boolean
-
- 1999-11-05 06:22 mslifcak
- * agent/mibgroup/header_complex.c, apps/encode_keychange.c
- , snmplib/callback.c, snmplib/lcd_time.c,
- snmplib/parse.c, snmplib/snmp_api.c,
- snmplib/snmpusm.c, snmplib/tools.c, snmplib/tools.h
- :
- Say goodbye to SNMP_MALLOC, malloc_zero, xcalloc, xmalloc, and xstrdup.
- Respectively replaced with calloc, calloc, calloc, malloc, and strdup.
-
- 1999-11-04 13:43 mslifcak
- * snmplib/mib.c:
- Speed up sprint_variable: halve the number of calls to get_symbol.
-
- 1999-11-04 10:28 hardaker
- * apps/snmp_parse_args.c, man/snmpcmd.1:
- - (snmp_parse_args.c, snmpcmd.1): move -q flags to -O.
-
- 1999-11-04 10:19 mslifcak
- * acconfig.h, config.h.in,
- agent/mibgroup/host/hr_filesys.c,
- agent/mibgroup/mibII/interfaces.c, win32/config.h:
- Redo FreeBSD 4.0: define freebsd3 in s/freebsd4.h; reduce "define" thrashing.
-
- 1999-11-04 10:04 hardaker
- * local/mib2c.conf:
- - (mib2c.conf): include headers for compilation for both internal and
- external to the ucd-snmp source.
-
- 1999-11-04 10:03 hardaker
- * Makefile.in, acconfig.h, config.h.in,
- configure, configure.in, snmplib/mib.c:
- - (Makefile.in, acconfig.h, config.h.in, configure, configure.in, mib.c):
- - define IN_UCD_SNMP_SOURCE in config.h but not in ucd-snmp-config.h.
- - move ucd-snmp-config.h up in the build order before subdirs.
- - Make default MIBDIRS search path include $HOME/.snmp/mibs.
- - Make MIBDIRS parsing handle $HOME variables in it.
-
- 1999-11-04 05:12 mslifcak
- * acconfig.h, config.h.in,
- agent/mibgroup/host/hr_filesys.c,
- agent/mibgroup/mibII/interfaces.c,
- agent/mibgroup/mibII/tcp.c, agent/mibgroup/ucd-snmp/disk.c
- , agent/mibgroup/ucd-snmp/errormib.c,
- agent/mibgroup/ucd-snmp/extensible.c,
- agent/mibgroup/ucd-snmp/loadave.c, snmplib/vacm.c:
- First pass support for FreeBSD 4.0 [problems with proc table lookups].
-
- 1999-11-04 04:33 mslifcak
- * AGENT.txt:
- Change example away from STDC_HEADERS.
-
- 1999-11-04 04:14 mslifcak
- * agent/: agent_registry.c, snmp_vars.c,
- mibgroup/host/hr_filesys.c, mibgroup/host/hr_utils.c,
- mibgroup/mibII/at.c, mibgroup/mibII/icmp.c,
- mibgroup/mibII/interfaces.c, mibgroup/mibII/ip.c,
- mibgroup/mibII/route_write.c, mibgroup/mibII/tcp.c,
- mibgroup/mibII/udp.c, mibgroup/misc/dlmod.c,
- mibgroup/ucd-snmp/disk.c, mibgroup/ucd-snmp/errormib.c
- , mibgroup/ucd-snmp/extensible.c,
- mibgroup/ucd-snmp/loadave.c, mibgroup/ucd-snmp/memory.c
- , mibgroup/ucd-snmp/memory_solaris2.c,
- mibgroup/ucd-snmp/registry.c:
- More STDC_HEADERS cleanup: use HAVE_STRING_H, HAVE_STDLIB_H instead.
-
- 1999-11-04 02:42 mslifcak
- * acconfig.h, config.h.in, configure,
- configure.in:
- Patch to build BSD/OS 4.0.1; from Bert Driehuis -- driehuis@playbeing.org
-
- 1999-11-03 13:20 mslifcak
- * agent/mibgroup/host/hr_system.c:
- Fix build problem on Linux RedHat 6.0: key off GNU_LIBRARY value.
-
- 1999-11-03 13:18 mslifcak
- * agent/mibgroup/: util_funcs.c, ucd-snmp/extensible.c
- , ucd-snmp/memory.c, ucd-snmp/memory_freebsd2.c
- , ucd-snmp/pass.c, ucd-snmp/proc.c,
- ucd-snmp/proc.h:
- Following call to fdopen (near get_exec_output), do not close(fd).
-
- 1999-11-03 06:49 mslifcak
- * agent/mibgroup/ucd-snmp/proc.c:
- Near line 663: close(fd) before invoking wait_on_exec
-
- 1999-11-03 06:11 mslifcak
- * snmplib/parse.c, snmplib/parse.h,
- win32/libsnmp_dll/libsnmp.def:
- declare find_best_tree_node for MSVC build.
-
- 1999-11-02 15:46 mslifcak
- * man/Makefile.in:
- Install snmp_agent_api.3
-
- 1999-11-02 15:36 mslifcak
- * config.h.in, configure, configure.in,
- agent/mibgroup/mibII/route_write.c, snmplib/read_config.c
- , snmplib/snmp_api.c, snmplib/snmp_api.h,
- snmplib/snmp_debug.c, snmplib/snmp_debug.h,
- snmplib/snmp_logging.c, snmplib/snmp_logging.h,
- snmplib/system.h, win32/config.h:
- Use HAVE_STDARG_H when deciding to use varargs vs ANSI-C prototypes.
-
- 1999-11-02 09:57 hardaker
- * snmplib/Makefile.in:
- - (Makefile.in): install other header files needed by SNMP.pm.
-
- 1999-11-01 13:17 hardaker
- * apps/snmp_parse_args.c, snmplib/default_store.h,
- snmplib/mib.c, snmplib/snmp_alarm.c:
- - (snmp_parse_args.c, default_store.h, mib.c, snmp_alarm.c):
- - don't break oids into pieces if quick_print is turned on.
- - ditto if the new default_store option is turned on.
- - made a default_store option to not use sigalrm for snmp_alarms.
-
- 1999-10-29 19:54 marz
- * apps/snmp_parse_args.c, snmplib/snmpv3.c:
- (apps/snmp_parse_args.c, snmplib/snmpv3.c): make engineID setup conditional on app type to prevent apps from easily ending up with the same engineID as agent on same host
-
- 1999-10-29 16:58 hardaker
- * local/tkmib:
- - (tkmib): make it do snmpv3. Added many things to the options menu.
-
- 1999-10-29 10:15 hardaker
- * man/.cvsignore:
- - (.cvsignore): ignore default_store.3{,.h}
-
- 1999-10-29 10:15 hardaker
- * man/: default_store.3, default_store.3.h:
- -(default_store.3{,.h}): removed from CVS since they are built
-
- 1999-10-29 10:13 hardaker
- * man/snmpcmd.1:
- - (snmpcmd.1): document -T and -q[oe]
-
- 1999-10-29 10:05 hardaker
- * agent/ds_agent.h, agent/snmp_agent.c, agent/snmpd.c
- , apps/snmp_parse_args.c:
- - (ds_agent.h, snmp_agent.c, snmpd.c, snmp_parse_args.c):
- - snmp over TCP options: -T TCP.
- - new quick print options: -qo -qe for numeric oids and enums.
-
- 1999-10-29 09:52 hardaker
- * snmplib/: default_store.h, mib.c:
- - (default_store.h, mib.c): two new printing options:
- - printNumericOids
- - printNumericEnums
-
- 1999-10-29 09:28 hardaker
- * agent/ucd-snmp-agent-includes.h:
- - (ucd-snmp-agent-includes.h): added var_struct.h and agent_read_config.h
-
- 1999-10-29 09:28 hardaker
- * FAQ:
- - (FAQ): added reference to an above question for perl installation.
-
- 1999-10-29 08:58 hardaker
- * local/: mib2c.conf, mib2c.vartypes.conf:
- - (mib2c.conf, mib2c.vartypes.conf): Patch from Keith Tuson:
- - misc fixes.