| ------------------------------------------------------------------------------- |
| |
| Changes: V4.1 -> V4.1.1 |
| |
| marz 5 Feb 00 06:56:43 |
| fix version number |
| |
| hardaker 5 Feb 00 08:37:27 |
| - (snmptrapd.c): fix wrapped line continuation in usage message. |
| |
| hardaker 5 Feb 00 17:39:54 |
| - (snmpv3.c): correct some awful text -> engineID creation mistakes. |
| |
| nba 6 Feb 00 06:11:59 |
| - read_config.c: Fix one final ':' to ENV_SEPARATOR_CHAR |
| |
| hardaker 7 Feb 00 07:20:24 |
| - (PORTING): Michael likes diff -u. |
| |
| mslifcak 7 Feb 00 10:43:29 |
| Keep customer's nodename out of the published 'uname' information. |
| |
| mslifcak 7 Feb 00 11:18:26 |
| Undo last change; on Sun, additional platform info was not obtained; |
| the proper solution would be to remove the second token (hostname). |
| |
| marz 7 Feb 00 11:49:01 |
| oops missing important fix for win32 build - fd_set must be same size as in winsock |
| |
| hardaker 9 Feb 00 08:41:11 |
| - (vmstat_solaris2.c, vmstat_solaris2.h): Update from Jochen Kmietsch |
| |
| hardaker 9 Feb 00 10:37:00 |
| - (Makefile.in): |
| - fix rsnmp.made. |
| - use $(MAKE). |
| |
| hardaker 9 Feb 00 10:41:14 |
| - (hr_filesys.c, hr_storage.c): Patch from Andy HOOD: |
| - Solaris patches. |
| |
| hardaker 9 Feb 00 10:41:44 |
| - (Makefile.in): fix rsnmp build. Really. I mean it. |
| |
| hardaker 9 Feb 00 10:43:05 |
| - (configure.in): change mode to autoconf. |
| |
| hardaker 9 Feb 00 11:38:42 |
| - (hr_swinst.c): patch from redhat for better RPM support. |
| |
| hardaker 9 Feb 00 13:16:17 |
| - (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. |
| |
| hardaker 9 Feb 00 13:16:58 |
| - (UCD-SNMP-MIB.txt): mention a new ucdExperimental registration (wavlan). |
| |
| mslifcak 9 Feb 00 13:31:01 |
| Define SNMP_MAXPATH, and use it. |
| |
| hardaker 9 Feb 00 13:31:24 |
| - (T003snmpv1getfail, T016snmpv2cgetfail, T017snmpv2ctov1getfail, |
| T018snmpv1tov2cgetfail): fix for proper ACM error outputs. |
| |
| mslifcak 9 Feb 00 13:51:12 |
| include sys/param.h to get PATH_MAX on FreeBSD. |
| |
| hardaker 9 Feb 00 13:53:37 |
| - (eval_tools.sh, T023snmpv3getMD5DES, T024snmpv3getSHA1, T025snmpv3getSHADES): |
| - skip ssl tests we can't perform. |
| |
| daves 10 Feb 00 04:41:10 |
| - (snmplib/{snmp_api,snmp_client}.c apps/snmpnetstat/inet6.c): |
| - Comment unused code more informatively as to why it is omitted. |
| |
| daves 10 Feb 00 07:14:51 |
| - (FAQ): Explicit examples of sending traps by hand |
| |
| hardaker 10 Feb 00 07:54:46 |
| - (FAQ): mention the tutorial. |
| |
| mslifcak 10 Feb 00 08:00:26 |
| typedef int ssize_t (one line added) for build on SunOS 4. |
| |
| mslifcak 10 Feb 00 08:13:14 |
| fix varargs decl/defn of snmp_log |
| |
| nba 10 Feb 00 08:40:04 |
| - man/*: set the dates on the pages to reflect the revision date |
| |
| hardaker 10 Feb 00 10:28:21 |
| - (snmpv3.c): fix setup engineID buffer overflow found by Mike Baer. |
| |
| hardaker 10 Feb 00 10:32:08 |
| - (hr_swinst.c): minor fixes pointed out by Michael. |
| |
| mslifcak 10 Feb 00 10:33:47 |
| *** empty log message *** |
| |
| mslifcak 10 Feb 00 11:14:58 |
| fix for older platforms to use pass_persist; not included by default. |
| |
| hardaker 11 Feb 00 06:58:03 |
| - (acconfig.h, config.h.in): Dont define PROCFIXCMD and EXECFIXCMD by default. |
| |
| hardaker 11 Feb 00 12:22:10 |
| - (acconfig.h, config.h.in): change perl path to /usr/bin. |
| |
| hardaker 11 Feb 00 12:29:37 |
| - (snmp_agent.c): patch from Niels: |
| - don't send autherror responses for v2c. |
| - send authFailure trap. |
| |
| hardaker 11 Feb 00 12:30:02 |
| - (sysORTable.h): Patch from Niels Baggesen: |
| - compiler warning fix. |
| |
| hardaker 11 Feb 00 12:44:23 |
| - (local/Makefile.in): fix for seperate build path |
| |
| hardaker 11 Feb 00 12:49:03 |
| - (local/Makefile.in): don't cp for snmpcheck |
| |
| hardaker 11 Feb 00 12:53:15 |
| - (T016snmpv2cgetfail, T017snmpv2ctov1getfail): update for Timeout for v2c. |
| |
| hardaker 11 Feb 00 13:29:29 |
| - (version.h bug-report sedscript.in): version tag ( 4.1.1 ) |
| |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes: V4.0.1 -> V4.1 |
| |
| mslifcak 24 Aug 99 04:44:47 |
| Clean CRs from read_config,snmp_logging; comment define USE_ASN_SHORT_LEN. |
| |
| mslifcak 24 Aug 99 05:11:13 |
| Remove ASN_SHORT_LEN hack - known to dump core in agent. |
| |
| mslifcak 24 Aug 99 06:19:49 |
| Add "." to PATH for RUNTESTS; Drop optreset to build most platforms |
| |
| mslifcak 24 Aug 99 10:25:53 |
| -(testing/eval_tools) - let some (AIX) agents settle before firing requests. |
| |
| hardaker 24 Aug 99 12:48:21 |
| - (vacm_vars.c): correct sysORTable entry. |
| |
| hardaker 24 Aug 99 13:36:35 |
| - (snmpusm.c): check for null response pointer. |
| |
| hardaker 24 Aug 99 13:37:31 |
| - (snmp_parse_args.c, default_store.h, snmp_api.c, snmpv3.c): |
| - provide defVersion token support in snmp.conf (sort of hackish). |
| |
| hardaker 24 Aug 99 13:41:18 |
| - (TODO): remove snmpv3 support :-) |
| |
| mslifcak 24 Aug 99 14:05:39 |
| -(top/Makefile.in) - remove more generated files with distclean rule. |
| |
| hardaker 24 Aug 99 14:15:40 |
| - (all_system.h): remove. again. |
| |
| mslifcak 24 Aug 99 14:17:33 |
| -(host/hr_swrun;mibII/icmp,ip;ucd-snmp/disk,proc) log_perror --> snmp_log_perror |
| |
| mslifcak 24 Aug 99 15:14:18 |
| -(smux.c) apply Nick Amato's patch: prevent SMUX close on parse or error. |
| |
| hardaker 24 Aug 99 15:59:42 |
| - (snmp_api.c): remove version setting in snmp_api.c. Not needed there. |
| |
| hardaker 24 Aug 99 16:01:55 |
| - (NEWS): 4.0.1 update |
| |
| mslifcak 24 Aug 99 16:05:15 |
| -(configure.*) move statement about ucdDemoPublic into comment field. |
| |
| mslifcak 24 Aug 99 16:49:22 |
| -(testing/*) run tests when package is not installed, and when |
| the build tree is not the same as the source tree. |
| |
| hardaker 24 Aug 99 17:13:25 |
| - (ChangeLog): update for 4.0.1 |
| |
| hardaker 24 Aug 99 17:14:50 |
| - (version.h bug-report sedscript.in): version tag ( 4.0.1 ) |
| |
| mslifcak 24 Aug 99 17:39:54 |
| -(RUNTESTS) export PATH before use |
| |
| mslifcak 24 Aug 99 17:43:04 |
| -(testing/Makefile.in) no need to build targets in test rule. |
| |
| mslifcak 26 Aug 99 13:18:31 |
| -(testing/RUNTESTS) improved PATH set |
| |
| mslifcak 26 Aug 99 13:40:13 |
| -(testing/Makefile.in) don't built targets that are no longer used |
| |
| mslifcak 27 Aug 99 07:35:10 |
| -(configure*, sedscript*) change ...EXTENIS... to ...EXTENSI... |
| |
| mslifcak 27 Aug 99 08:03:46 |
| Howard Spindel suggests an API for traps with pass_persist. |
| |
| hardaker 27 Aug 99 09:17:08 |
| - (icmp.c, interfaces.c, ip.c, route_write.c, tcp.c, udp.c, var_route.c): |
| - Susanne Osted pointed out a lack of #if HAVE_SYS_PARAM_H. |
| |
| hardaker 28 Aug 99 07:19:16 |
| - (Makefile.in): install snmp_alarm.3. |
| |
| hardaker 28 Aug 99 07:29:48 |
| - (acconfig.h, config.h.in, configure, configure.in, read_config.c): |
| - add /etc/snmp to default conf file path to make RedHat happy. |
| |
| hardaker 30 Aug 99 09:33:41 |
| - (Makefile.in, agent_read_config.c, agent_registry.c, agent_trap.c, |
| agent_trap.h, ds_agent.h, snmp_agent.c, snmp_agent.h, snmp_vars.c, |
| snmpd.c, util_funcs.c, sysORTable.c, callback.c, callback.h, |
| default_store.h, read_config.c, snmp_api.c): |
| - restructure the agent into two pieces: a library and a application. |
| - needs much more work. |
| - many parameters are now controlled by new default_store settings |
| to help relieve compile time bindings. |
| - merge init_snmp and the custom version called inside the agent. |
| - add a new place for trap specific agent code (agent_trap.[ch]). |
| - probably other things I've forgotten that I did. |
| |
| hardaker 30 Aug 99 09:38:18 |
| - (client.c, master.c, master_request.c, protocol.c, subagent.c): |
| - debugging statements. |
| - use new default_store settings instead of external variables. |
| |
| hardaker 30 Aug 99 10:30:56 |
| - (master.c, master_request.c): yet more debugging. |
| |
| nba 30 Aug 99 13:02:18 |
| - man/snmpd.conf.5.def: document smuxpeer directive |
| |
| nba 30 Aug 99 13:03:40 |
| - apps/snmp_parse_args.c: properly handle MIB:oid construct |
| |
| nba 30 Aug 99 13:05:02 |
| - apps/snmptrapd.c: fix argument parser |
| |
| nba 31 Aug 99 00:08:45 |
| - agent/snmpd.c: don't try to parse a packet when there is an error in |
| recvfrom |
| |
| mslifcak 31 Aug 99 08:17:24 |
| -(agent_trap.c) fix recent memory leak, and sizeof(objid_snmptrap) bug. |
| |
| mslifcak 31 Aug 99 09:26:14 |
| -(agent_trap.c) always free PDU after snmp_send. |
| |
| daves 2 Sep 99 06:38:16 |
| - (agent/mibgroup/misc/ipfwacc.h): Fix MIB location of ipfwacc module |
| |
| daves 2 Sep 99 06:38:53 |
| - (agent/mibgroup/misc/ipfwacc.c): Fix MIB location of ipfwacc module |
| |
| hardaker 2 Sep 99 07:07:04 |
| - (subagent.c): shutdown_subagent -> subagent_shutdown so configure |
| doesn't find it. |
| |
| hardaker 2 Sep 99 08:52:48 |
| - (subagent.c): opps. Forgot a shutdown name change instance. |
| |
| hardaker 3 Sep 99 13:15:15 |
| - (history.c, history.h, snmp_vars.linux.h): removed. No longer needed. |
| |
| hardaker 3 Sep 99 13:15:33 |
| - (Makefile.in): install agent header files. |
| |
| hardaker 3 Sep 99 13:27:13 |
| - (Makefile.in): |
| - install libagent.a. |
| - mkdirheir on needed new installation directories. |
| |
| hardaker 3 Sep 99 13:30:36 |
| - (snmplib/Makefile.in): install more library headers. |
| |
| hardaker 3 Sep 99 14:28:46 |
| - (snmp_vars.c): don't fall off the end of the search tree. |
| |
| hardaker 3 Sep 99 15:01:39 |
| - (FAQ): more BSDI system versions listed. |
| |
| nba 6 Sep 99 23:53:07 |
| - (man/snmp_api.3 snmplib/snmp_api.c agent/snmpd.c apps/snmptrap.c): |
| fix memory leak when agent sends traps by implementing the missing |
| free of TRAP pdu in snmp_send. |
| |
| nba 6 Sep 99 23:55:38 |
| - if.c: correct calls of snmp_fix_pdu to use GETNEXT |
| |
| mslifcak 7 Sep 99 14:47:18 |
| -(parse.*) fix small memory leaks; allow INDEX{INTEGER...} clauses; |
| allow larger DESCRIPTION clauses [max 8192]. |
| |
| mslifcak 7 Sep 99 15:22:14 |
| snmpv3.c - silence type warning from MSVC++. |
| |
| mslifcak 7 Sep 99 15:23:02 |
| (default_store.*) - make 3rd param to ds_set_string type of const char *. |
| |
| mslifcak 7 Sep 99 15:23:51 |
| (win32/config.h) - set SNMPCONFPATH to succeed compile; |
| (win32*libsnmp.def) - add new snmp_get_token to list. |
| |
| mslifcak 7 Sep 99 15:32:00 |
| -(snmp_api.h) struct pdu and snmp_session agree: long type for version member. |
| |
| mslifcak 7 Sep 99 15:32:59 |
| -(parse.c) remove unneeded strdup to File variable from init_mib_internals. |
| |
| mslifcak 7 Sep 99 15:57:13 |
| -(parse.c) fix Unlinked OID print when object identifier has no parent. |
| |
| mslifcak 7 Sep 99 20:12:57 |
| -(agent_trap.c,snmptrap.c,snmp_api.[3c]) - snmp_free_pdu fix Bug #54 per Niels B. |
| -(snmpnetstat/if.c) - fix for GETNEXT per Niels B. |
| |
| mslifcak 7 Sep 99 20:19:52 |
| snmptrap.c - rework fix bug #54 (missed else). |
| |
| mslifcak 8 Sep 99 05:16:34 |
| include read_config.h |
| |
| nba 8 Sep 99 07:45:54 |
| - (configure.in, loadave.c): Solaris 2.7 has getloadavg prototype |
| |
| nba 8 Sep 99 07:46:51 |
| - snmp_api.h: move inclusion protection to the real beginning/end of the file |
| |
| nba 8 Sep 99 07:48:03 |
| - var_struct.h: the Agentx code uses unsigned values for the variable type. |
| |
| nba 8 Sep 99 07:50:37 |
| - (various): fix compiler warnings |
| |
| nba 8 Sep 99 07:51:26 |
| - snmpd.1.def: fix a formatting problem |
| |
| nba 8 Sep 99 07:52:23 |
| - apps/snmptrapd.c: fix argument processing (-ld and similar) |
| |
| mslifcak 8 Sep 99 13:00:40 |
| -(testing/RUNTESTS) prefix PATH with . and .. , as the script changes dir. |
| |
| mslifcak 8 Sep 99 13:04:55 |
| -(snmplib/snmp_client.*) add snmp_split_pdu, snmp_varbind_len methods. |
| |
| mslifcak 8 Sep 99 17:02:37 |
| mibincl.h, mibgroup/mibII/* - fixup for CygWin32 build |
| |
| mslifcak 8 Sep 99 17:49:13 |
| -(config*,win32/*,snmplib/*) resource locking originally from Markku Laukkanen |
| |
| mslifcak 8 Sep 99 17:52:47 |
| -(mt_support.*) Original by Markku Laukkanen, changes by M. Slifcak |
| |
| mslifcak 8 Sep 99 22:30:29 |
| -(smux.c) var_smux_write fixed per Mike Michaud and Nick Amato |
| |
| mslifcak 8 Sep 99 22:34:37 |
| -(mibincl.h) comment out duplicate #include header lines. |
| |
| daves 9 Sep 99 01:32:15 |
| - (mibs/SNMPv2-CONF.txt): Omit unnecessary import clause |
| |
| mslifcak 9 Sep 99 02:21:50 |
| -(winstub.c) Hack to allow snmpnetstat -a to work on AIX4 (sic). |
| |
| mslifcak 9 Sep 99 02:31:26 |
| -(*config*) turn on resource locking with --enable-reentrant. |
| |
| mslifcak 9 Sep 99 13:59:26 |
| -(mib.c, parse.c) mib.c print_tree_node test display null type with range |
| parse.c work around core dump freeing TCs that specify ranges. |
| |
| nba 12 Sep 99 21:50:23 |
| - var_route.c: Linux cleanup. Required for Linux/SPARC |
| |
| nba 12 Sep 99 21:57:18 |
| - agent/*, snmplib/*: malloc fixes, some provoked by the corrected |
| snmp_send semantics. |
| |
| nba 12 Sep 99 21:58:17 |
| - TESTCONF.sh: fix some exports to export the right variable. |
| |
| nba 12 Sep 99 21:59:34 |
| - protocol.c: add a missing include file. |
| |
| nba 12 Sep 99 22:00:33 |
| - snmp_impl.h: removed some unused/unneeded defines/structs |
| |
| nba 13 Sep 99 04:35:18 |
| - var_route.c: Linux cleanup. Required for Linux/SPARC |
| |
| nba 13 Sep 99 13:32:07 |
| - snmpd.c: fix a buffer overflow |
| |
| hardaker 13 Sep 99 15:01:54 |
| - (agent_callbacks.h, agent_read_config.c, agent_registry.c, |
| agent_registry.h, snmp_agent.c, snmp_vars.c, snmpd.c, subagent.c, |
| subagent.h, sysORTable.c, vacm_vars.c, vacm_vars.h): |
| - further separation of agent church and state: |
| - use callbacks everywhere needed to not call mib module code directly. |
| - get rid of all instances of USING_ in libagent code. |
| |
| mslifcak 13 Sep 99 20:20:54 |
| -(snmp_api.c) re-assert Niels' patch to snmp_send to free v2/v1 Trap-PDUs |
| |
| mslifcak 14 Sep 99 09:54:05 |
| -(FAQ, man/snmpcmd.1, snmplib/parse.*) add replace MIB capability(experimental) |
| |
| marz 14 Sep 99 13:00:12 |
| (apps/snmp_parse_args.c, snmplib/snmp_api.[ch]): fix spurious error message when snmp_parse_oid fails |
| |
| mslifcak 14 Sep 99 13:22:39 |
| parse.c - another fix for node: consider NULL name or NULL parent |
| |
| mslifcak 15 Sep 99 06:08:32 |
| include mibgroup/mib_module_includes.h for benefit of mib_module_dot_conf.h |
| |
| hardaker 15 Sep 99 09:45:35 |
| - (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_timeout.3): Patch from Mark H. Wood: |
| - create some fake sourcing man pages for functions. |
| |
| mslifcak 15 Sep 99 11:30:58 |
| fine tuning mt support |
| |
| mslifcak 16 Sep 99 14:16:38 |
| -per agreement with Markku, no support needed for Solaris-specific threads. |
| |
| hardaker 17 Sep 99 07:17:21 |
| - (snmp_api.3): Patch from Mark H. Wood: |
| - fix comments. |
| |
| mslifcak 17 Sep 99 11:19:42 |
| -(parse.c) - remove unneeded use of static var "last" |
| |
| mslifcak 17 Sep 99 11:24:48 |
| -remove old-style init for replace mib feature. |
| |
| mslifcak 17 Sep 99 11:42:17 |
| make module_map* and tokens structures static (only used in parse.c ?) |
| |
| hardaker 17 Sep 99 15:37:41 |
| - (configure): update to 2.13. |
| |
| daves 21 Sep 99 09:21:59 |
| - (snmplib/snmp_api.c): handle adding 'error' type variables to a PDU |
| |
| daves 21 Sep 99 09:25:25 |
| - (agent/mibgroup/agentx/protocol.c): Handle parsing null-length variables |
| |
| daves 21 Sep 99 09:32:27 |
| - (agent_registry.c snmpd.c): Simple run-time dump of registered MIBs |
| |
| mslifcak 21 Sep 99 10:40:43 |
| -(mib.c) undo erroneous change to init_mib (thanks NB!) |
| |
| daves 22 Sep 99 09:27:37 |
| - (agent/snmpd.c): stupid typo |
| |
| daves 22 Sep 99 09:31:08 |
| - (agent/agent_registry.c): stupid typo |
| |
| daves 22 Sep 99 09:33:51 |
| - (agent/agent_registry.[ch]): Provide method for prioritised registration |
| |
| daves 22 Sep 99 09:35:09 |
| - (agent/mibgroup/mibII/sysORTable.c): |
| - Ensure local sysORTable takes precedence over subagent versions |
| |
| daves 22 Sep 99 09:54:02 |
| - (agent_registry.c snmp_vars.c var_struct.h): |
| Change the way the MIB registry handles registered ranges. |
| This should work more reliably (as well as being rather simpler, IMHO) |
| |
| daves 22 Sep 99 09:58:12 |
| - (agent_registry.c): remove redundant routines |
| |
| daves 22 Sep 99 10:00:56 |
| - (agent_registry.c): Ensure registry is initialised correctly on subagents |
| |
| daves 22 Sep 99 10:01:45 |
| - (mibgroup/agentx/master_request.c): Improved AgentX response handling |
| |
| mslifcak 22 Sep 99 12:51:00 |
| -(snmp_api.c) - Improved error status aggregation. |
| |
| hardaker 27 Sep 99 16:22:20 |
| - (read_config.c): Opps: DS_LIB_DONT_READ_CONFIGS needed an !. |
| |
| hardaker 28 Sep 99 16:52:04 |
| - (Makefile.in, mib_modules.c, mib_modules.h, snmp_vars.c, snmpd.c): |
| - make libucdagent and libucdmibs as seperate libraries. In theory, |
| you shouldn't need libucdmibs to use libucdagent. |
| |
| daves 29 Sep 99 11:14:42 |
| - (snmplib/snmp_api.c): protect snmp_close() against a null Sessions list |
| |
| daves 29 Sep 99 11:17:01 |
| - (mt_support.h snmp_api.[ch]): Support for session and incoming transaction IDs |
| |
| daves 29 Sep 99 11:23:40 |
| - (agent_registry.c): Correct value of default registration priority |
| |
| daves 29 Sep 99 11:36:43 |
| - (agent_registry.[ch]): |
| - Improve registry error handling |
| - Correctly handle unregistering MIB regions |
| |
| daves 29 Sep 99 11:38:22 |
| - (agent_registry.c): |
| - 'Children' nodes now have a different status, and shouldn't be freed. Oops! |
| |
| daves 29 Sep 99 11:43:00 |
| - (agent_registry.[ch]): Provision to unregister MIBs by session |
| |
| daves 29 Sep 99 11:46:02 |
| - (agent/snmp_vars.c): |
| - Move setting agent start time to earlier in the initialisation sequence |
| (so that it can be overridden in subagents with the master's value) |
| |
| daves 29 Sep 99 11:48:55 |
| - (agent/mibgroup/mibII/sysORTable.c): Change in MIB registration interface |
| |
| daves 29 Sep 99 12:19:56 |
| - (agent/mibgroup/agentx/*): Assorted improvements! |
| |
| mslifcak 29 Sep 99 14:31:48 |
| Robust copy of information to tree, import_list, display hints. |
| |
| hardaker 29 Sep 99 16:35:43 |
| - (config.h.in, configure, configure.in): |
| - fix RANLIB testing for --enable-shared. |
| |
| hardaker 29 Sep 99 16:36:07 |
| - (README): added Mike Michaud to the thank you list. |
| |
| hardaker 29 Sep 99 16:38:34 |
| - (header_complex.c, header_complex.h): |
| - new extraction and freeing functions. |
| - bug fix, missing a malloc size by one (electric fence is very cool). |
| |
| hardaker 29 Sep 99 16:38:59 |
| - (client.c): thats "timeval" not "timevale" Dave (hehe). |
| |
| hardaker 29 Sep 99 16:39:21 |
| - (client.h): define DEFAULT_MIB_PRIORITY to 255. |
| |
| hardaker 29 Sep 99 16:39:42 |
| - (master_admin.c): -Wall fixes and found a missing }. |
| |
| hardaker 29 Sep 99 16:40:08 |
| - (pass.c): run ntohl on ip addresses stored in a long. |
| |
| hardaker 29 Sep 99 16:40:30 |
| - (mib2c.vartypes.conf): removed extra \n. |
| |
| hardaker 29 Sep 99 17:01:28 |
| - (agent_registry.c, agent_registry.h): fix bugs. |
| |
| hardaker 29 Sep 99 17:01:50 |
| - (mib_modules.c): include netinet/in.h |
| |
| mslifcak 29 Sep 99 23:42:49 |
| Remove unused file.. snmplib/hpux.c |
| |
| daves 30 Sep 99 01:09:25 |
| - (mibgroup/host/hr_system.c): |
| - protect against NULL utmp file (from Fabrice Dupre) |
| |
| daves 1 Oct 99 09:48:20 |
| - (agent/Makefile.in): Fix incompatability in agent library names |
| |
| daves 2 Oct 99 14:28:20 |
| - (mibgroup/agentx/master_admin.c mibgroup/agentx/subagent.c): |
| - Fix a problem with re-used PDU structures being freed twice. |
| |
| daves 4 Oct 99 03:58:22 |
| - (agent_registry.[ch] mibgroup/agentx/client.h): |
| - consolidate definitions of default MIB registration priority |
| |
| daves 4 Oct 99 09:53:48 |
| - (agent_registry.[ch] snmp_vars.h mibII/sysORTable.c |
| agentx/client.[ch] agentx/master_admin.c): |
| - Handle MIB range registration, and clean up wrapper interfaces |
| |
| daves 4 Oct 99 09:58:26 |
| - (mib_modules.c mibgroup/agentx/subagent.[ch]): |
| - Ensure subagent is initialised early (prior to MIB registration, etc) |
| |
| daves 4 Oct 99 10:15:38 |
| - (snmplib/callback.h): Increase number of application callbacks supported |
| |
| daves 4 Oct 99 10:17:53 |
| - (agent_callbacks.h mibgroup/mibII/sysORTable.[ch] |
| mibgroup/agentx/master_admin.c mibgroup/agentx/subagent.c): |
| - Complete subagent handling of Agent Capabilities / sysORTable |
| |
| daves 4 Oct 99 10:22:25 |
| - (agentx/client.[ch] agentx/master_admin.c): Trivial 'ping' implementation |
| |
| nba 4 Oct 99 11:48:51 |
| - (snmp_api?, int64.? snmptrap.c): add some error checking for variables |
| |
| nba 4 Oct 99 11:50:50 |
| - Makefile.in: always use $(MAKE) for make in Makefiles |
| |
| nba 4 Oct 99 11:52:25 |
| - configure.in: remove -pedantic from --with-developer, and the system headers |
| are not prepared for it (at least on Linux and NetBSD) |
| |
| nba 4 Oct 99 13:38:19 |
| - various: include additions and fixes to kill warnings |
| |
| hardaker 4 Oct 99 13:51:51 |
| - (system_mib.c): make sysServices configurable. |
| |
| nba 4 Oct 99 13:52:20 |
| - subagent.h, subagent.c, mib_modules.c: pre_init_subagent confuses |
| configure into believing there is a init_subagent function. |
| Rename to subagent_pre_init |
| |
| hardaker 4 Oct 99 16:32:19 |
| - (header_complex.c, header_complex.h): added header_complex_find_entry(). |
| |
| daves 5 Oct 99 07:23:45 |
| - (agentx/master_request.c agentx/subagent.c): Working SET support |
| |
| nba 5 Oct 99 21:49:22 |
| - snmp_debug.h: make the DEBUG* macros safe for use in compound statements |
| |
| nba 5 Oct 99 22:18:46 |
| - snmp_parse_args.c: fixes to report invalid engineId |
| |
| nba 5 Oct 99 22:22:54 |
| - subagent.c: include system.h for prototype for calculate_time_diff |
| |
| hardaker 6 Oct 99 08:57:42 |
| - (fixproc): new commented version. |
| |
| hardaker 6 Oct 99 16:31:53 |
| - (acconfig.h, config.h.in, read_config.c, snmp_api.c, snmp_client.c): |
| - Save and parse older persistent storage files to make sure data is |
| not lost during storage crashes. |
| - Fix SNMPv3 engineID probes: PDU's are allowed to have a NULL varbindlist. |
| |
| daves 7 Oct 99 07:26:20 |
| - (agent_trap.c agent_trap.h agent_read_config.c snmpd.h): |
| - Re-write of agent trap handling: |
| Provision for v1 traps with varbinds |
| Consolidate v1 and v2 trap sink lists |
| Preliminary INFORM support |
| |
| daves 7 Oct 99 08:42:15 |
| - (agent_trap.[ch]): Improve accessibility for subagents |
| |
| daves 7 Oct 99 09:01:25 |
| - (agentx/subagent.c agentx/master_admin.c): Notification support |
| |
| mslifcak 12 Oct 99 05:58:28 |
| mib.c : quick_print is exposed for CMU_COMPATIBLE builds. |
| lcd_time.c : commented unused dump_etimelist_entry under SNMP_TESTING_CODE. |
| |
| mslifcak 12 Oct 99 06:07:44 |
| Define address length for FreeBSD platform. |
| |
| mslifcak 13 Oct 99 03:54:02 |
| add missing proto for save_persistent. |
| |
| nba 13 Oct 99 07:09:36 |
| - master_admin.c, system_mib.h: includes for prototypes |
| |
| mslifcak 15 Oct 99 07:09:14 |
| -(default_store.c, callback.c) fix |
| bug in array-boundary check in snmplib/callback.c |
| reported by Bert Holstein 15 Oct 1999. |
| |
| hardaker 20 Oct 99 17:26:59 |
| - (header_complex.c): parsed strings from oid's include null terminators. |
| |
| hardaker 20 Oct 99 18:08:39 |
| - (mib.c): enable oid parser to handle simple embedded strings in oids |
| and to translate them into oid segments. |
| EG: .1.3.\"hello\".\'hi\' -> .1.3.5.104.101.108.108.111.104.105 |
| |
| hardaker 21 Oct 99 10:07:00 |
| - (mib.c): enable oidname."hi".'there' in get_module_node() as well. |
| |
| mslifcak 21 Oct 99 10:20:15 |
| Note SNMPERR_UNKNOWN_OBJID error without specifying snmp_errno _outside_ the library. |
| |
| mslifcak 21 Oct 99 10:26:29 |
| Note SNMPERR_UNKNOWN_OBJID error from within the library. |
| |
| mslifcak 21 Oct 99 10:37:49 |
| mib.c - restore line stomped in my last update. |
| read_config.c - drop unused variable. |
| snmp_api.c - new method snmp_open_ex replaces set internal hook functions. |
| |
| mslifcak 21 Oct 99 10:39:09 |
| Fixups for building with MSVC++. (no hpux.c, supply MAX_PERSISTENT_BACKUPS). |
| |
| mslifcak 21 Oct 99 10:41:38 |
| reminders for snmp_sess_perror usage after open. |
| snmptable.c - open/close session from main(). |
| netstat/main.c - use snmp_sess_perror. |
| |
| mslifcak 21 Oct 99 10:42:28 |
| use snmp_open_ex. |
| |
| mslifcak 21 Oct 99 12:09:51 |
| Fix BUG#78 |
| |
| mslifcak 21 Oct 99 12:31:28 |
| small patch from M. Laukkanen to fix HP aCC build. |
| |
| nba 21 Oct 99 12:52:26 |
| - memory_solaris.c: reorder computations to avoid overflow. |
| |
| nba 21 Oct 99 12:54:41 |
| - memory_solaris2.c: reorder computations to avoid overflow. |
| |
| mslifcak 22 Oct 99 06:29:16 |
| In fixing bug #83 on 4.0 branch, discovered that 3.6 branch |
| did not have "octet" token support. Added. |
| |
| mslifcak 22 Oct 99 06:29:52 |
| Fix BUG #83. |
| |
| mslifcak 22 Oct 99 07:39:01 |
| Removed duplicated variable in a nested block. ARg! |
| |
| hardaker 22 Oct 99 09:59:39 |
| - (mib.c): enable hex strings inside oids. |
| |
| mslifcak 22 Oct 99 10:12:26 |
| Display _some_ octet string indices of object identifiers as quoted printable. |
| Should be expanded to handle other INDEX types. |
| |
| hardaker 22 Oct 99 15:28:59 |
| - (acconfig.h, config.h.in, configure, configure.in, keytools.c, |
| keytools.h, scapi.c): |
| - use openssl for md5/sha support (from Olafur Gudmundsson). |
| |
| hardaker 22 Oct 99 15:29:38 |
| - (mib.c): print string based OIDs better. |
| |
| hardaker 24 Oct 99 08:24:02 |
| - (configure, configure.in): SNMPCONFPATH uses sysconfdir not datadir. |
| |
| hardaker 24 Oct 99 08:24:21 |
| - (README.snmpv3): typo. |
| |
| hardaker 24 Oct 99 08:25:35 |
| - (mib.c): fix "mibs" and "mibdirs" .conf directives to properly |
| handle multiple calls (additive) and '+'s and things. |
| |
| hardaker 24 Oct 99 08:27:28 |
| - (read_config.c): |
| - premib directives weren't getting read due to a missing negation (!). |
| - more parsing debugging statements added. |
| |
| mslifcak 25 Oct 99 08:06:32 |
| minor rework to clarify signed compares and remove unused variables. |
| |
| nba 25 Oct 99 13:39:27 |
| - interfaces.c: fix a memory leak in the Linux part |
| |
| nba 25 Oct 99 13:41:01 |
| - configure.in, proc.c: support for FreeBSD 2.1 where ps doesn't have c flag |
| |
| nba 25 Oct 99 13:51:22 |
| - hr_system.c: play it safe when no utmp file exists |
| |
| nba 25 Oct 99 13:53:26 |
| - snmptrapd.c, snmptrapd_handlers.c: support for traphandle DEFAULT |
| |
| nba 25 Oct 99 13:56:26 |
| - RUNTESTS, TESTCONF.sh eval_onescript.sh eval_tools.sh: support non-bash |
| shells (echo -n vs echo \\c). Don't require . in PATH |
| |
| nba 25 Oct 99 13:58:03 |
| - snmptranslate.c: let ':' in OID do "the right thing" |
| |
| nba 25 Oct 99 13:59:05 |
| - pass.c: do an htonl when passing ip address |
| |
| nba 25 Oct 99 14:07:11 |
| - snmpdelta.c: COUNTER64 will dereference freed pointer |
| |
| nba 25 Oct 99 14:08:25 |
| - snmpd.conf.5.def: minor quirk |
| |
| nba 25 Oct 99 14:13:57 |
| - *: configure support for dmalloc malloc debugger (www.dmalloc.com) |
| |
| hardaker 25 Oct 99 14:35:51 |
| - (snmptranslate.c): enable -p printing of only a section of the mib tree. |
| |
| hardaker 25 Oct 99 16:05:03 |
| - (snmptranslate.c, parse.c): hack to do wild card searches for a mib node. |
| |
| mslifcak 26 Oct 99 10:34:40 |
| Allow unsigned range for counter/gauge/timeticks (fix BUG#84 per Sander Steffann). |
| |
| hardaker 27 Oct 99 14:33:33 |
| - (Makefile.in): fix up ucd-snmp-config.h building. |
| |
| hardaker 27 Oct 99 14:34:10 |
| - (snmp_agent.h): prototype agent_check_and_process(). |
| |
| hardaker 27 Oct 99 14:34:55 |
| - (Makefile.in, ucd-snmp-agent-includes.h): added a header file to |
| wrap around the various agent include files. |
| |
| hardaker 27 Oct 99 14:35:27 |
| - (master_admin.c): simple debugging so you can watch stuff register. |
| |
| hardaker 27 Oct 99 14:36:21 |
| - (Makefile.in, default_store.3, default_store.3.bot, |
| default_store.3.h, default_store.3.top, snmp_agent_api.3): |
| - new manual pages: default_store.3, snmp_agent_api.3. |
| |
| hardaker 27 Oct 99 14:36:55 |
| - (default_store.h): |
| - mark regions to be included in the default_store.3 manual page. |
| |
| hardaker 27 Oct 99 14:37:49 |
| - (lcd_time.h): define and comment LCD_TIME_SYNC_OPT better. |
| |
| hardaker 27 Oct 99 14:38:06 |
| - (ucd-snmp-includes.h): add default_store.h and snmp_logging.h |
| |
| hardaker 27 Oct 99 17:12:01 |
| - (ucd-snmp-includes.h): added more include files. |
| |
| hardaker 27 Oct 99 17:12:59 |
| - (mib.c): bail if we can't find an index in the mib tree to use for |
| breaking an oid apart. |
| |
| hardaker 27 Oct 99 17:30:25 |
| - (vacm_vars.c): watch for null communities when printing debug statements. |
| |
| mslifcak 28 Oct 99 04:55:52 |
| Dave's comment about pre_parse etc. was too good to lose in e-mail. |
| |
| mslifcak 28 Oct 99 05:23:05 |
| u_int8/16/32_t types no longer needed for WIN32 builds. |
| |
| mslifcak 28 Oct 99 05:25:02 |
| Oops! restore version r1.131. |
| |
| mslifcak 28 Oct 99 06:49:03 |
| rephrase subtree not found code in _get_symbol. |
| |
| hardaker 28 Oct 99 13:47:57 |
| - (snmptosql): debugging and error checking. |
| |
| hardaker 29 Oct 99 08:58:17 |
| - (mib2c.conf, mib2c.vartypes.conf): Patch from Keith Tuson: |
| - misc fixes. |
| |
| hardaker 29 Oct 99 09:28:11 |
| - (FAQ): added reference to an above question for perl installation. |
| |
| hardaker 29 Oct 99 09:28:43 |
| - (ucd-snmp-agent-includes.h): added var_struct.h and agent_read_config.h |
| |
| hardaker 29 Oct 99 09:52:18 |
| - (default_store.h, mib.c): two new printing options: |
| - printNumericOids |
| - printNumericEnums |
| |
| hardaker 29 Oct 99 10:06:03 |
| - (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. |
| |
| hardaker 29 Oct 99 10:13:44 |
| - (snmpcmd.1): document -T and -q[oe] |
| |
| hardaker 29 Oct 99 10:15:01 |
| -(default_store.3{,.h}): removed from CVS since they are built |
| |
| hardaker 29 Oct 99 10:15:43 |
| - (.cvsignore): ignore default_store.3{,.h} |
| |
| hardaker 29 Oct 99 16:58:07 |
| - (tkmib): make it do snmpv3. Added many things to the options menu. |
| |
| marz 29 Oct 99 19:54:10 |
| (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 |
| |
| hardaker 1 Nov 99 13:18:00 |
| - (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. |
| |
| hardaker 2 Nov 99 09:57:31 |
| - (Makefile.in): install other header files needed by SNMP.pm. |
| |
| mslifcak 2 Nov 99 15:37:05 |
| Use HAVE_STDARG_H when deciding to use varargs vs ANSI-C prototypes. |
| |
| mslifcak 2 Nov 99 15:46:08 |
| Install snmp_agent_api.3 |
| |
| mslifcak 3 Nov 99 06:11:03 |
| declare find_best_tree_node for MSVC build. |
| |
| mslifcak 3 Nov 99 06:49:30 |
| Near line 663 : close(fd) before invoking wait_on_exec |
| |
| mslifcak 3 Nov 99 13:18:59 |
| Following call to fdopen (near get_exec_output), do not close(fd). |
| |
| mslifcak 3 Nov 99 13:20:16 |
| Fix build problem on Linux RedHat 6.0 : key off GNU_LIBRARY value. |
| |
| mslifcak 4 Nov 99 02:42:15 |
| Patch to build BSD/OS 4.0.1; from Bert Driehuis -- driehuis@playbeing.org |
| |
| mslifcak 4 Nov 99 04:14:28 |
| More STDC_HEADERS cleanup: use HAVE_STRING_H, HAVE_STDLIB_H instead. |
| |
| mslifcak 4 Nov 99 04:33:32 |
| Change example away from STDC_HEADERS. |
| |
| mslifcak 4 Nov 99 05:08:31 |
| Every #define is given a value; set to 1 if no value was specified. |
| |
| mslifcak 4 Nov 99 05:13:05 |
| First pass support for FreeBSD 4.0 [problems with proc table lookups]. |
| |
| mslifcak 4 Nov 99 06:11:48 |
| Use sysctl(CTL_VM..) to get virtual memory stats. |
| |
| hardaker 4 Nov 99 10:03:47 |
| - (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. |
| |
| hardaker 4 Nov 99 10:04:42 |
| - (mib2c.conf): include headers for compilation for both internal and |
| external to the ucd-snmp source. |
| |
| mslifcak 4 Nov 99 10:19:35 |
| Redo FreeBSD 4.0: define freebsd3 in s/freebsd4.h; reduce "define" thrashing. |
| |
| hardaker 4 Nov 99 10:28:44 |
| - (snmp_parse_args.c, snmpcmd.1): move -q flags to -O. |
| |
| mslifcak 4 Nov 99 13:43:40 |
| Speed up sprint_variable: halve the number of calls to get_symbol. |
| |
| mslifcak 5 Nov 99 06:22:52 |
| Say goodbye to SNMP_MALLOC, malloc_zero, xcalloc, xmalloc, and xstrdup. |
| Respectively replaced with calloc, calloc, calloc, malloc, and strdup. |
| |
| nba 9 Nov 99 01:50:09 |
| - mib.c,parse.c: make error reporting in parser work according to spec (-Pe) |
| show defining modules in snmptranslate -d |
| use ds_toggle_boolean |
| |
| nba 9 Nov 99 12:59:52 |
| - snmptrapd.c,snmptrapd_handlers.c: make it compile with VC++ 5.0 |
| (but no handlers (yet)) |
| |
| hardaker 9 Nov 99 13:02:17 |
| - (snmpd.c): fix -H. |
| |
| hardaker 9 Nov 99 13:02:41 |
| - (ucd_snmp.h): require the DEMO-MIB (just for tutorial purposes). |
| |
| hardaker 9 Nov 99 13:09:21 |
| - (vacm_vars.c, vacm_vars.h): simple new .conf tokens: rocommunity, rwcommity. |
| |
| hardaker 9 Nov 99 13:09:40 |
| - (Makefile.in): install the DEMO-MIB. |
| |
| nba 9 Nov 99 15:16:03 |
| - various: adapt tools to use getopt (and put one in for Win32) |
| |
| nba 9 Nov 99 22:20:52 |
| . snmp_parse_args.c: a glitch in the conversion to getopt (thanks to |
| driehuis@playbeing.org) |
| |
| nba 9 Nov 99 23:30:03 |
| - getopt.h: arguments to getopt did not match those in getopt.c |
| |
| nba 10 Nov 99 08:30:13 |
| - win32/*: fixes to the VC++ build projects |
| |
| nba 10 Nov 99 08:32:00 |
| - win32/*: VC++ project updates |
| |
| daves 10 Nov 99 08:57:00 |
| - (agent/agent_read_config.c): Only set up trap sinks on the master agent |
| |
| daves 10 Nov 99 08:58:38 |
| - (agent/agent_trap.[ch]): minor re-structure to allow subagent trap "sinks" |
| |
| daves 10 Nov 99 08:59:45 |
| - (agentx/subagent.c): Fix AgentX notify support |
| |
| nba 10 Nov 99 12:20:47 |
| - win32/*.dsp: yet another round of making this crap work |
| |
| nba 10 Nov 99 15:29:18 |
| - apps/*: changes for getopt usage, and reworking of snmp_parse_args |
| |
| nba 10 Nov 99 22:12:08 |
| - win32/*: clean up repository files, and add proper .cvsignore files |
| |
| daves 11 Nov 99 03:37:59 |
| - (agentx/client.c): Silly typo in start time synchronisation |
| |
| nba 11 Nov 99 22:14:27 |
| - 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! |
| |
| nba 11 Nov 99 22:50:00 |
| - snmp_parse_args.c, mib.c: alignment of option code. |
| Some enhancements to the snmptranslate -d output. |
| |
| daves 12 Nov 99 08:46:33 |
| - (snmplib/snmp_api.c): Provide a unique ID for all incoming PDUs |
| |
| marz 12 Nov 99 13:01:08 |
| (lcd_time.[ch], snmpusm.c): fix enginetime update algorithm to conform to spec rfc2574 3.2.7.b.1 |
| |
| nba 14 Nov 99 01:48:51 |
| - snmptable, snmp_parse_args: allow the application specific options to |
| |
| nba 14 Nov 99 01:51:57 |
| - snmptable: add in the application specific snmptable options between |
| the normal options. |
| |
| nba 14 Nov 99 01:53:16 |
| - snmpbulkget: new tool to issue a single GETBULK request |
| |
| nba 14 Nov 99 01:54:17 |
| - snmp_parse_args: changes to support multi-valued options |
| |
| nba 14 Nov 99 01:59:20 |
| - mibs/*, vacm_vars.h: update the mib files to rfc 2571-2575. Also add |
| SNMP_COMMUNITY_MIB from the coex draft. |
| |
| nba 14 Nov 99 02:00:00 |
| - vacm_vars.c: kill a warning |
| |
| nba 14 Nov 99 02:01:37 |
| - pass.c, snmpd.conf.5.def: add an UNSIGNED return type |
| |
| nba 14 Nov 99 02:04:46 |
| - mib.c, snmptranslate.c: move the MIB:id handling inside read_objid for |
| consistency. Also fixes a buffer overrun in mib.c |
| |
| nba 14 Nov 99 02:42:38 |
| - SNMPv2-CONF.txt: comment out the IMPORT clause |
| |
| nba 14 Nov 99 06:12:03 |
| - snmptrapd.c: add the new common -O option set |
| |
| nba 14 Nov 99 06:15:01 |
| - snmptrapd.8: add the new common -O option set |
| |
| nba 14 Nov 99 06:32:25 |
| - 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 |
| |
| daves 15 Nov 99 07:56:06 |
| - (agent/snmp_vars.c): Fix handling of failed GET/SET requests |
| |
| mslifcak 15 Nov 99 08:29:06 |
| Fix description of read_objid return value. |
| |
| nba 15 Nov 99 14:00:20 |
| - snmp_parse_args.c: further error checking, courtesy mslifcak |
| snmpbulkget.c: needs #include <getopt.h> (Thanks to Robert Story) |
| |
| nba 15 Nov 99 14:03:36 |
| - mibs/: replace RFC1271-MIN.txt with RMON-MIB.txt (RFC 1757 version) |
| |
| nba 15 Nov 99 14:05:57 |
| - parse.c: fix a spelling error in the MIB replacement table. |
| |
| nba 15 Nov 99 14:09:29 |
| - .cvsignore: updates to keep cvs silent about generated files. |
| |
| hardaker 15 Nov 99 15:18:46 |
| - (FAQ, README): new mirror in Australia. |
| |
| hardaker 15 Nov 99 15:19:22 |
| - (mib_modules.c, snmp_vars.c): move subagent_pre_init() to init_agent(). |
| |
| hardaker 15 Nov 99 15:19:47 |
| - (TODO): memory int -> uint. |
| |
| hardaker 15 Nov 99 15:20:10 |
| - (header_complex.c): set to '\0' instead of NULL for -Wall. |
| |
| hardaker 15 Nov 99 15:21:07 |
| - (mib2c, tkmib): remove -w. |
| |
| hardaker 15 Nov 99 15:21:28 |
| - (snmp_agent_api.3): don't call subagent_pre_init(). |
| |
| hardaker 15 Nov 99 15:21:57 |
| - (mib2c.storage.conf): debugging statements inserted. |
| |
| hardaker 15 Nov 99 15:22:24 |
| - (asn1.c, asn1.h): new function: asn_check_packet(). |
| |
| hardaker 15 Nov 99 15:36:26 |
| - (snmpdelta.c, snmptable.c, snmptest.c, snmptranslate.c, snmptrapd.c): |
| - add default_store.h |
| |
| hardaker 15 Nov 99 15:38:25 |
| - (default_store.h, mib.c): move more options to the ds_* routines. |
| |
| hardaker 15 Nov 99 15:41:38 |
| - (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. |
| |
| mslifcak 15 Nov 99 16:43:25 |
| Don't add NULL varbind when ENDOFMIBVIEW is reached. |
| |
| hardaker 15 Nov 99 17:41:10 |
| - (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). |
| |
| mslifcak 15 Nov 99 21:57:36 |
| Fix bug#75: build --without-opaque-types |
| |
| mslifcak 16 Nov 99 03:36:09 |
| Fix spelling misteak. |
| |
| nba 16 Nov 99 06:21:25 |
| - 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. |
| |
| mslifcak 16 Nov 99 08:48:31 |
| Embrace all HP-9000/6xx,7xx, 8xx series platforms, without regrets. |
| |
| daves 16 Nov 99 09:13:59 |
| - (snmplib/asn1.c): Fix encoding of root OIDs. |
| |
| hardaker 16 Nov 99 10:24:59 |
| - (protocol.c): add the header length to the packet length estimate. |
| |
| hardaker 16 Nov 99 10:26:02 |
| - (snmp_parse_args.c): add the T: flag for -T to getopt |
| |
| mslifcak 16 Nov 99 14:41:50 |
| 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. |
| |
| mslifcak 16 Nov 99 14:56:59 |
| Build with getopt. |
| |
| mslifcak 17 Nov 99 05:59:15 |
| Replace u_int16_t with more universally supported u_short. |
| |
| mslifcak 17 Nov 99 07:35:03 |
| Project file for building snmpbulkget using MSVC++ gratis Robert Story. |
| |
| mslifcak 17 Nov 99 07:36:58 |
| Add snmpbulkget to list of apps to build. |
| |
| hardaker 17 Nov 99 11:55:41 |
| - (ds_agent.h, kernel.c, snmpd.c, snmpd.1.def): |
| - run time rootless running support for snmpd, by reqest of Joe. (-r) |
| |
| hardaker 17 Nov 99 12:21:26 |
| - (snmptosql): |
| - move to Net::SMTP. |
| - Make new authgroup and authhost tables to contain SNMP::Session defaults. |
| |
| hardaker 17 Nov 99 13:05:00 |
| - (configure.in): update the so LD for linux to $(CC). |
| |
| hardaker 17 Nov 99 13:08:17 |
| - (configure): update. |
| |
| hardaker 17 Nov 99 13:09:14 |
| - (mib2c.storage.conf): update. Deals with RowStatus objects better. |
| |
| nba 17 Nov 99 21:51:19 |
| - default_store.c: ds_toggle_boolean missed a mask |
| |
| mslifcak 18 Nov 99 17:58:47 |
| Check-in agent changes to support Win32 agent built with MSVC++. |
| Thanks to Robert Story. |
| |
| mslifcak 18 Nov 99 18:14:58 |
| More touchup per MSVC++ Win32 agent work. |
| |
| mslifcak 18 Nov 99 18:20:45 |
| More MSVC++ Win32 agent files, gratis Robert Story. |
| |
| daves 19 Nov 99 11:06:26 |
| - (agent/agent_registry.h): Provide missing index allocation defines. |
| |
| hardaker 19 Nov 99 13:47:01 |
| - (mib2c.storage.conf): fix mib2c.storage.conf. |
| |
| hardaker 19 Nov 99 14:20:25 |
| - (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(). |
| |
| hardaker 19 Nov 99 15:24:15 |
| - (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. |
| |
| nba 22 Nov 99 05:27:15 |
| - configure.in: configure test for netinet/ip.h |
| |
| nba 22 Nov 99 05:28:09 |
| snmp_logging.c: only timestamp efter a newline |
| |
| nba 22 Nov 99 05:28:45 |
| - snmpd.c: reinstate snmpd -a functionality |
| |
| nba 22 Nov 99 05:29:37 |
| - pass.c: remove a const casting warning |
| |
| nba 22 Nov 99 05:32:05 |
| - 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. |
| |
| nba 22 Nov 99 06:59:46 |
| - ipv6.c: upgrade to the current Kame patch |
| |
| nba 22 Nov 99 07:16:59 |
| - ipv6.c: some more ANSI prototypes |
| |
| daves 22 Nov 99 07:30:06 |
| - (agent_registry.[ch] agentx/client.[ch] agentx/master_admin.c): |
| Index de-allocation, and AgentX index support. |
| |
| mslifcak 22 Nov 99 08:20:29 |
| Retry add MSVC++ project file. |
| |
| mslifcak 22 Nov 99 08:21:58 |
| Add CVS ignore list for win32/libagent. |
| |
| hardaker 22 Nov 99 08:29:33 |
| - (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. |
| |
| hardaker 22 Nov 99 09:00:45 |
| - (usmUser.c): fix oid -> char conversions pointed out by Michael Slifcak. |
| |
| hardaker 22 Nov 99 09:07:34 |
| - (README): added more people to the thanks list. |
| |
| hardaker 22 Nov 99 09:18:15 |
| - (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. |
| |
| hardaker 22 Nov 99 09:24:51 |
| - (T016snmpv2cgetfail, T017snmpv2ctov1getfail): update tests for new |
| error messages. |
| |
| hardaker 22 Nov 99 12:30:05 |
| - (vmstat.c, vmstat_freebsd2.c): use header_generic not header_simple_table |
| |
| hardaker 22 Nov 99 12:49:21 |
| - (vacm_vars.c, pass.c): fix oid -> char conversions. |
| |
| nba 22 Nov 99 12:54:08 |
| - *: change the first argument of the config parser functions to a |
| const string |
| |
| hardaker 22 Nov 99 13:05:05 |
| - (acconfig.h, config.h.in, configure, configure.in, tcp.c): Patch |
| from Garrett Wollman: |
| - FreeBSD 4.x fixes. |
| |
| hardaker 22 Nov 99 16:48:54 |
| - (snmp_vars.c): remove creation of initial and template* users. |
| |
| hardaker 22 Nov 99 16:50:25 |
| - (vacm_vars.c, usmUser.c): new config tokens allowing easy user and |
| vacm/user configuration and setup. |
| |
| hardaker 22 Nov 99 17:02:11 |
| - (scapi.c): fix length check of key space. |
| |
| hardaker 22 Nov 99 17:52:36 |
| - (README.snmpv3): update to reflect new and easier .conf mechanisms. |
| |
| nba 23 Nov 99 01:23:16 |
| - ipv6.h: remove an __P that had sneaked in |
| |
| nba 23 Nov 99 01:24:37 |
| - IPSEC-MIB.txt: change some underlines into dashes, and repair the |
| ::= (maybe I should have looked at this file before adding it :-)) |
| |
| nba 23 Nov 99 01:26:26 |
| - pass_persist.c: fix some arguments (int => size_t). Thanks to |
| Anthony Shipman <ashipman@erggroup.com> |
| |
| daves 23 Nov 99 01:37:29 |
| - (host/hr_swrun.c): Fix linux process memory usage figures. |
| (Reported by Mitch Shields) |
| |
| daves 23 Nov 99 02:11:43 |
| - (host/hr_storage.c host/hr_swrun.c): Guard against calculation overflow |
| |
| nba 23 Nov 99 02:20:13 |
| - snmp_agent.c: #include <unistd.h> for select prototype |
| |
| daves 23 Nov 99 05:21:58 |
| - (snmp_agent.c agentx/subagent.c): |
| Make main session structure visible throughout the agent, |
| and use this for AgentX subagent as well. |
| |
| daves 23 Nov 99 05:40:09 |
| - (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 |
| |
| hardaker 23 Nov 99 17:51:44 |
| - (snmptosql): fix from address line, other misc fixes. |
| |
| daves 24 Nov 99 09:03:00 |
| - (agentx/master_admin.c): Release allocated indexes on subagent shutdown. |
| |
| hardaker 24 Nov 99 09:09:08 |
| - (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. |
| |
| hardaker 24 Nov 99 09:16:02 |
| - (INSTALL): change editing of config.h note. |
| |
| hardaker 24 Nov 99 10:43:08 |
| - (vacm_vars.c): Patch from Frank Strauss: |
| - allow seperation of mask with both . and :. |
| |
| mslifcak 24 Nov 99 11:07:05 |
| Fix BUG#57 using modified patch supplied by zany@triq.net. |
| |
| mslifcak 24 Nov 99 11:07:49 |
| Fix BUG#57 using 2/3 of patch supplied by zany@triq.net. |
| |
| nba 25 Nov 99 14:32:47 |
| - snmp_api.c, agent_trap.c, snmp_agent.c, snmp_mib.h, snmp_mib.c: |
| fix misalignment of statistics counters |
| |
| nba 25 Nov 99 14:33:15 |
| - snmp_mib.h: fix misalignment of statistics counters |
| |
| nba 25 Nov 99 14:52:57 |
| - usmUser.c: new user is not added unless both auth and priv is specified |
| on createUser directive |
| |
| nba 25 Nov 99 14:56:12 |
| - defaults_store.h, snmp_api.c, snmp_parse_args.c: add defCommunity |
| directive |
| - snmp_api.h, snmp_api.c: add errorcode for malloc failure |
| |
| nba 25 Nov 99 14:57:57 |
| - mib.c: kill yet another silly warning from gcc |
| |
| nba 26 Nov 99 11:18:23 |
| - 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. |
| |
| marz 27 Nov 99 06:31:11 |
| (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 |
| |
| hardaker 27 Nov 99 09:18:15 |
| - (vacm_vars.c): redo rwuser/rouser to allow specification of auth type. |
| |
| mslifcak 29 Nov 99 05:50:27 |
| More HP-UX aCC fixes supplied by Markku Laukkanen. |
| |
| mslifcak 29 Nov 99 10:30:51 |
| Use ntohs macro to carefully obtain the default service port. |
| |
| mslifcak 29 Nov 99 10:33:45 |
| Fix reference to snmplib. |
| |
| mslifcak 29 Nov 99 10:36:43 |
| Remove last vestiges of DEBUG_MALLOC_INC fragments. |
| |
| mslifcak 29 Nov 99 11:58:37 |
| Free STREAM packet buffer when session is closed; |
| Test for close in progress for read, write, select, and timeout functions. |
| |
| mslifcak 29 Nov 99 12:43:34 |
| Use size_t for name_len member. |
| |
| hardaker 29 Nov 99 14:02:08 |
| - (system.c, system.h): implement strcasestr (from Michael Slifcak). |
| |
| hardaker 29 Nov 99 14:02:50 |
| - (parse.c): make best matching (-b) use regex when available. |
| |
| hardaker 29 Nov 99 14:03:49 |
| - (config.h.in, configure, configure.in): |
| - check for regex.h, regcomp, strcasestr. |
| |
| hardaker 29 Nov 99 14:04:09 |
| - (README): another name. |
| |
| nba 30 Nov 99 03:01:34 |
| - snmp_api.h, snmp_mib.[ch]: A couple additional SNMP statistics points |
| |
| daves 30 Nov 99 07:07:01 |
| - (agentx/master.c): Remove redundent routine. |
| |
| daves 30 Nov 99 07:08:43 |
| - (agentx/master_request.c): Fix handling of multi-variable requests to subagents. |
| |
| mslifcak 30 Nov 99 13:10:40 |
| Fix -Td usage description; use switch when current_name is NULL. |
| |
| mslifcak 30 Nov 99 13:11:14 |
| Include ctype.h |
| |
| hardaker 30 Nov 99 14:30:32 |
| - (snmp_parse_args.c, mib.c, mib.h, parse.c): implement regex matching |
| everywhere. |
| |
| mslifcak 30 Nov 99 14:47:36 |
| Use Wes' cool new get_wild_node match method. |
| |
| mslifcak 30 Nov 99 16:50:41 |
| Add multiple match capability to find_best_tree_node, and use it in |
| snmptranslate (new -B option). |
| |
| mslifcak 1 Dec 99 06:40:07 |
| Error check and free resources during regex processing. |
| |
| mslifcak 1 Dec 99 10:38:18 |
| Prevent overflow of object ID in get_module_node. |
| In find_best_tree_node, treat result from recursed call same for match = 0. |
| |
| mslifcak 1 Dec 99 15:55:56 |
| Fix bug #112 and finish patch supplied by Anthony Shipman. |
| |
| mslifcak 1 Dec 99 16:32:14 |
| Use SNMP_MAXBUF when defining large static buffer storage. |
| |
| nba 2 Dec 99 04:41:55 |
| - mib.c: accessing and freeeing env_var misplaces around NULL test |
| |
| nba 2 Dec 99 04:42:57 |
| - snmptrapd.c: fix snmp_clone_pdu2 by using the snmplib version |
| |
| nba 2 Dec 99 05:06:55 |
| - usmUser.c snmpv3.[ch]: move usm_parse_create_usmUser from the agent |
| to the library, so that snmptrapd can use it. |
| |
| mslifcak 2 Dec 99 09:21:45 |
| Fix bug #81 - continue install after error creating persistent directory. |
| |
| hardaker 2 Dec 99 16:59:55 |
| - (parse.c): turn on REGEX_EXTENDED. |
| |
| nba 3 Dec 99 15:03:48 |
| - snmptrapd.c: correct handling of SIGHUP tp reconfigure. |
| |
| nba 3 Dec 99 15:04:16 |
| - snmptrapd_handlers.c: a little nicer error message |
| |
| nba 3 Dec 99 15:05:13 |
| - parse.c: remember to NULL a freed pointer |
| |
| hardaker 3 Dec 99 16:51:43 |
| - (configure, configure.in): switch to PIC from pic. |
| |
| hardaker 3 Dec 99 16:52:16 |
| - (Makefile.in): use $(MAKE) instead of make. |
| |
| hardaker 3 Dec 99 16:52:51 |
| - (vmstat.c): remove duplicate limits.h include. |
| |
| nba 5 Dec 99 21:49:50 |
| - pass.c, pass_persist.c: ensure proper byte ordering when pass'ing |
| ipaddress. |
| |
| mslifcak 6 Dec 99 09:19:08 |
| Show all non-printable subids in dump_oid_to_string. |
| Recurse clear_tree_flags only if necessary. |
| |
| hardaker 6 Dec 99 13:47:41 |
| - (snmp_parse_args.c): default specifications for auth/priv types. |
| |
| hardaker 6 Dec 99 13:51:34 |
| - (snmp_parse_args.c): print error strings returned by generate_Ku(). |
| |
| nba 6 Dec 99 14:32:22 |
| - .cvsignore: Make CVS silent about installation files |
| |
| hardaker 6 Dec 99 14:48:08 |
| - (snmpusm.c): |
| - make snmpusm usable again, changing arguments slightly. |
| - make it also use defaults for passphrases, user, etc. |
| |
| hardaker 6 Dec 99 14:56:21 |
| - (Sv3config, T030snmpv3usercreation): make v3 testing work again. |
| |
| hardaker 6 Dec 99 14:58:28 |
| - (snmpusm.c): fix usage for new args. |
| |
| mslifcak 6 Dec 99 15:09:53 |
| Convert USM_ERR* to SNMPERR_USM*. |
| |
| nba 6 Dec 99 15:13:21 |
| - system.c, config.h, win32.dsw, *.dsp, libsnmp.def: cleaning up for VC builds |
| |
| mslifcak 6 Dec 99 16:31:26 |
| More fun updating MS VC build of apps and library. |
| |
| mslifcak 7 Dec 99 08:03:06 |
| Use argv[0] since the app wont be snmpgetnext, probably. |
| |
| daves 7 Dec 99 08:29:55 |
| - (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) |
| |
| hardaker 7 Dec 99 09:14:30 |
| - (hr_other.c): shorten cpu description length. |
| |
| hardaker 7 Dec 99 09:17:41 |
| - (sysORTable.c): make sysOrIndex not-accessible, as it should be. |
| |
| hardaker 7 Dec 99 09:32:02 |
| - (UCD-SNMP-MIB.txt): Patch from Juergen Schoenwaelder: |
| - convert to SMIv2 and cleanup. |
| |
| hardaker 7 Dec 99 13:45:59 |
| - (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. |
| |
| hardaker 7 Dec 99 13:54:11 |
| - (snmpwalk.1): document -Ci and -Cp (badly). |
| |
| mslifcak 7 Dec 99 15:23:44 |
| 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. |
| |
| hardaker 8 Dec 99 09:19:08 |
| - (mib.c): register a config token for suffix printing. |
| |
| hardaker 8 Dec 99 14:08:20 |
| - (UCD-SNMP-MIB.txt): make mrIndex IMPLIED since it is in the code. |
| |
| hardaker 8 Dec 99 14:41:53 |
| - (mib.c): fix -Os and index based oid printing to work again. |
| |
| mslifcak 8 Dec 99 15:01:20 |
| Include getopt.h to define optarg. |
| |
| mslifcak 8 Dec 99 15:04:54 |
| Add missing dskPercentNode to DskEntry (thanks to |
| Michael Kirkham <support@iwl.com>). |
| |
| hardaker 8 Dec 99 15:23:07 |
| - (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. |
| |
| hardaker 8 Dec 99 15:26:51 |
| - (README): add Juergen. |
| |
| hardaker 8 Dec 99 15:28:54 |
| - (*..Makefile.in): make depend. |
| |
| hardaker 8 Dec 99 15:29:52 |
| - (snmpd.c): move sys/param out of ifdef FD_SET. |
| |
| hardaker 8 Dec 99 15:47:02 |
| - (*..Makefile.in): A real make depend with no ssl dependancies, etc. |
| |
| hardaker 8 Dec 99 15:49:32 |
| - (makefileindepend.pl, makenosysdepend.pl, remove-files): |
| - move the make depend perl scripts to the top level where they only |
| need to be edited once. |
| |
| hardaker 8 Dec 99 17:13:17 |
| - (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. |
| |
| daves 9 Dec 99 07:34:03 |
| - (man/snmp_trap_api.3): Initial documentation for agent trap generation. |
| |
| nba 9 Dec 99 07:34:08 |
| - mib.c: implement MIB::label |
| |
| nba 9 Dec 99 07:49:34 |
| - snmpcmd.1: support MIB::label |
| |
| mslifcak 9 Dec 99 08:14:59 |
| Patches supplied by Juergen Schoenwaelder. |
| |
| hardaker 9 Dec 99 10:08:26 |
| - (Makefile.top, config.h.in, configure, configure.in, |
| agent/Makefile.in, snmplib/Makefile.in): |
| - fixed --enable-shared (at least on linux). |
| |
| hardaker 9 Dec 99 15:26:23 |
| - (keytools.c): Patch from Leonard Gomelsky: |
| - generate_Ku() speed improvements. |
| |
| hardaker 9 Dec 99 16:16:40 |
| - (UCD-SNMP-MIB.txt): changed all instances of kb to kB. |
| |
| hardaker 9 Dec 99 16:53:14 |
| - (snmpnetstat/Makefile.in): fix for --enable-shared |
| |
| hardaker 9 Dec 99 17:09:23 |
| - (agent/*Makefile.in): fix for --enable-shared on hpux |
| |
| nba 10 Dec 99 03:06:18 |
| - master.c: add a missing #include <netinet/in.h> (at least for Solaris). |
| |
| nba 10 Dec 99 03:07:06 |
| - pass.c: fix some buf/buf2 confusion |
| |
| nba 10 Dec 99 03:09:33 |
| - pass_persist.c: fix some buf/buf2 confusion |
| |
| nba 10 Dec 99 03:10:30 |
| - read_config.c: add some missing const specifiers |
| |
| nba 10 Dec 99 03:20:10 |
| - (various): changes to compile snmpd with VC++ 5.0 (Release mode) |
| |
| mslifcak 10 Dec 99 07:28:33 |
| Fix to build executable agent on HP-UX. |
| |
| mslifcak 10 Dec 99 10:23:36 |
| Apply Dave's patch to fix max varbinds testing on GETBULK. |
| |
| marz 10 Dec 99 10:44:29 |
| (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 |
| |
| mslifcak 10 Dec 99 13:03:58 |
| Fix HP-UX problem with ipDefaultTTL. |
| |
| daves 13 Dec 99 03:17:41 |
| - (agent_registry.c): Handle delegated MIB regions properly when split. |
| |
| daves 13 Dec 99 03:18:38 |
| - (agent_trap.c): allow specification of enterprise OID when sending traps |
| |
| daves 13 Dec 99 04:43:14 |
| - (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. |
| |
| mslifcak 13 Dec 99 09:49:28 |
| Added patch from M.Michaud to use send_enterprise_trap_vars. |
| |
| hardaker 13 Dec 99 09:57:37 |
| - (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. |
| |
| mslifcak 13 Dec 99 12:04:15 |
| Clean also removes generated default_store.3.h . |
| |
| mslifcak 13 Dec 99 13:54:27 |
| Sanity checks added to _get_symbol. |
| |
| hardaker 13 Dec 99 14:20:10 |
| - (config.h.in, configure, configure.in): --with-efence implemented. |
| - (forced checking for --enable-developer and CVS checkouts) |
| |
| mslifcak 13 Dec 99 14:54:31 |
| Fix problem printing IMPLIED indices of OBJECTID type. |
| |
| mslifcak 13 Dec 99 15:12:01 |
| Finish symbol conversion with numeric when subtree is leaf node. |
| |
| mslifcak 13 Dec 99 16:03:00 |
| Allow sprint_variable to work even if no MIB files were read. |
| |
| hardaker 14 Dec 99 08:08:00 |
| - (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). |
| |
| hardaker 14 Dec 99 08:41:41 |
| - (IANAifType-MIB.txt, UCD-SNMP-MIB.txt): Patch from Juergen Schoenwaelder: |
| - updates. |
| |
| hardaker 14 Dec 99 14:54:09 |
| - (keytools.c): reverse generate_Ku optimizations, as they don't work. |
| |
| hardaker 14 Dec 99 15:19:35 |
| - (Makefile.in): DLMOD -> UCD-DLMOD |
| |
| hardaker 14 Dec 99 16:05:08 |
| - (configure, configure.in): move -lefence check up to front (last in link). |
| |
| hardaker 14 Dec 99 16:05:37 |
| - (header_complex.c): get next in link list before deleting root. |
| |
| mslifcak 15 Dec 99 04:21:27 |
| Isolate and retouch deprecated command line options. |
| |
| mslifcak 15 Dec 99 05:51:00 |
| Share kstat fd iff ucd-snmp/memory_solaris2 is also configured. |
| |
| hardaker 15 Dec 99 09:17:03 |
| - (EtherLike-MIB.txt, IPFILTER.txt, UCD-IPFILTER-MIB.inc, |
| UCD-IPFILTER-MIB.txt): Patch from Juergen Schoenwaelder: |
| - Even more updates. |
| |
| hardaker 15 Dec 99 09:19:14 |
| - (SNMPv2-PARTY-MIB.txt SNMPv2-M2M-MIB.txt ): removed. |
| |
| mslifcak 15 Dec 99 09:42:44 |
| Remove snmp_log_syslog, snmp_log_filelog, snmp_log_stderrlog; |
| Simplify snmp_log_string. |
| |
| mslifcak 15 Dec 99 09:56:24 |
| Add time marker create, set, and delta time check methods. |
| |
| mslifcak 15 Dec 99 11:08:19 |
| Replace kc from memory_solaris2.c with kstat_fd, defined in kernel_sunos5.c. |
| |
| nba 16 Dec 99 23:05:47 |
| - kernel.c: output error string, not number |
| |
| nba 16 Dec 99 23:06:58 |
| - snmpd.c: \n terminate some log messages |
| |
| nba 16 Dec 99 23:08:02 |
| - smux.[ch]: fix some prototypes and includes. |
| |
| nba 16 Dec 99 23:08:54 |
| - snmptranslate.c: be explicit in the -t warning |
| |
| nba 16 Dec 99 23:09:42 |
| - mib.c: fix a tail recursion elimination problem printing oids |
| |
| nba 16 Dec 99 23:10:31 |
| - snmpv3.c: a more spevific help message for defVersion |
| |
| nba 17 Dec 99 02:08:17 |
| - mib.c: kill that tail recursion elimination, it just adds too many |
| conditionals. Properly output an empty string index. |
| |
| nba 17 Dec 99 02:09:18 |
| - snmp_parse_args.c: remove some superfluous usage() calls. |
| |
| nba 17 Dec 99 02:14:18 |
| - 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. |
| |
| nba 17 Dec 99 02:18:30 |
| - 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 |
| |
| nba 17 Dec 99 03:22:39 |
| - libsnmp.def: add some function names |
| |
| hardaker 17 Dec 99 07:03:09 |
| - (snmpcmd.1): document -I and -O flags. |
| |
| hardaker 17 Dec 99 07:05:08 |
| - (snmpcmd.1): mention that -IR and -Ib are actually used by default. |
| |
| hardaker 17 Dec 99 07:13:03 |
| - (snmp.conf.5.def): document a bunch of new configuration options. |
| |
| hardaker 17 Dec 99 07:26:05 |
| - (snmpd.conf.5.def): document rocommunity, rwcommunity, rouser, rwuser. |
| |
| hardaker 17 Dec 99 07:28:34 |
| - (snmpd.conf.5.def): document the file directive. |
| |
| hardaker 17 Dec 99 07:40:43 |
| - (snmpd.conf.5.def): document createUser. |
| |
| hardaker 17 Dec 99 10:10:42 |
| - (NEWS): first pass at changes. |
| |
| hardaker 17 Dec 99 10:11:02 |
| - (sedscript.in): PERSISTENT_DIRECTORY token added. |
| |
| hardaker 17 Dec 99 10:11:34 |
| - (snmpd.c): reorder init() routines for -H to prevent segfaulting. |
| |
| hardaker 17 Dec 99 10:16:32 |
| - (Makefile.in): put snmpd.o into the object list, and remove it from |
| direct compilation in the CC link line. |
| |
| hardaker 17 Dec 99 10:17:05 |
| - (usmUser.c): changed help line of createUser to seperate DES token |
| from the passphrase. |
| |
| hardaker 17 Dec 99 10:17:28 |
| - (snmp_parse_args.c): removed -R from the -h output. |
| |
| hardaker 17 Dec 99 10:18:24 |
| - (NEWS): second pass. |
| |
| hardaker 17 Dec 99 10:18:42 |
| - (snmp_agent_api.3): re-structure based on recent changes. |
| |
| mslifcak 17 Dec 99 14:23:25 |
| Fixed a few spelilng errors. |
| |
| mslifcak 17 Dec 99 15:21:39 |
| Add Bill Fumerola's patch for FreeBSD 4.x to use swapinfo. |
| Include FreeBSD 4.x specific memory and vmstat when building that agent. |
| |
| mslifcak 17 Dec 99 15:41:14 |
| No dummy values for FreeBSD, please. |
| |
| hardaker 17 Dec 99 15:46:08 |
| - (snmp_alarm.c): missing ! operater on signal test. |
| |
| hardaker 17 Dec 99 15:55:48 |
| - (NEWS): mention -I. |
| |
| hardaker 17 Dec 99 15:56:27 |
| - (agent_read_config.c, agent_registry.c, snmp_vars.c): |
| - include "snmp_alarm.h" for mib modules that need the callback def. |
| |
| hardaker 17 Dec 99 15:57:10 |
| - (header_complex.c, header_complex.h): completely restructured. |
| - drasticly reduces memory usage for large data sets (1/3). |
| |
| daves 20 Dec 99 03:01:49 |
| - (agentx/README.agentx): Updated to describe current status. |
| |
| daves 20 Dec 99 04:15:55 |
| - (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. |
| |
| hardaker 20 Dec 99 06:43:40 |
| - (snmp_parse_args.c): Force set to 1 for -D so multiple switches can |
| be given (ie, don't toggle the value). |
| |
| hardaker 20 Dec 99 06:48:24 |
| - (Makefile.in): moved kernel.o into the libucdagent library. |
| |
| hardaker 20 Dec 99 13:23:25 |
| - (IPSEC-MIB.txt): removed |
| |
| hardaker 20 Dec 99 13:25:15 |
| - (IPFWACC-MIB.txt): moved to UCD-IPFWACC-MIB.txt |
| |
| hardaker 20 Dec 99 13:26:09 |
| - (UCD-IPFWACC-MIB.txt): moved and updated from IPFWACC-MIB.txt |
| |
| hardaker 20 Dec 99 13:30:06 |
| - (UCD-IPFWACC-MIB.txt): moved table to one level deeper under mib node. |
| |
| hardaker 20 Dec 99 13:30:36 |
| - (ipfwacc.c): moved table to one level deeper under mib node. |
| |
| hardaker 20 Dec 99 15:38:34 |
| - (Makefile.in): IPFWACC-MIB.txt -> UCD-IPFWACC-MIB.txt |
| |
| hardaker 20 Dec 99 17:19:18 |
| - (agent_trap.c): make uptime a long for 64bit architectures. |
| |
| hardaker 20 Dec 99 17:20:15 |
| - (agentx/protocol.c): make a things size_t instead of u_int (for 64bit code). |
| |
| hardaker 20 Dec 99 17:20:55 |
| - (snmp_api.c): Digital Unix hack for bad recvfrom implementation. |
| |
| hardaker 20 Dec 99 17:31:45 |
| - (EXAMPLE.conf.def): minor note. |
| |
| hardaker 20 Dec 99 17:32:23 |
| - (NEWS): mention SMIv2 updates. |
| |
| hardaker 20 Dec 99 17:32:37 |
| - (mibincl.h): add agent_trap.h |
| |
| hardaker 20 Dec 99 17:34:31 |
| - (version.h bug-report sedscript.in): version tag ( 4.1.pre1 ) |
| |
| nba 21 Dec 99 02:37:19 |
| - snmpd.c, smux.c, snmp_api.c: take away some unused variables. |
| |
| nba 22 Dec 99 02:41:42 |
| - memory_freebsd2.c: make it work (again) for FreeBSD-2 :-) |
| |
| nba 22 Dec 99 02:43:15 |
| - hr_storage.c: kill a dummy value |
| |
| nba 22 Dec 99 05:46:21 |
| - system.c: naughty, naughty Niels, just reindenting ... |
| |
| nba 22 Dec 99 05:47:11 |
| - system_mib.c: use some #defines i place of numbers |
| |
| nba 22 Dec 99 05:58:18 |
| - vacm routines: alignment with RFC mibs, preparing for trap generation |
| and a better integration with variable tree walking |
| |
| hardaker 22 Dec 99 15:12:26 |
| - (master.c): use snmp_sess_open for the second try at opening the |
| master port. |
| |
| hardaker 22 Dec 99 15:13:05 |
| - (master_request.c): increase max vars to 64 (was 16). I have a |
| table with more than that number in columns, which breaks snmptable. |
| |
| hardaker 22 Dec 99 16:30:01 |
| - (vmstat_solaris2.c, vmstat_solaris2.h): Patch from Jochen Kmietsch: |
| - first pass at vmstat support for solaris. |
| |
| hardaker 23 Dec 99 08:21:37 |
| - (vmstat_solaris2.c): Patch from Jochen Kmietsch: |
| - non 80-column wrapped version. |
| |
| hardaker 28 Dec 99 15:42:08 |
| - (master_request.c): remove the ! in front of in_a_view, which changed. |
| |
| hardaker 30 Dec 99 07:51:36 |
| - (snmpd.c): usage line order messed up, as pointed out by Robert Story. |
| |
| mslifcak 30 Dec 99 12:00:58 |
| Fix compile errors. |
| |
| mslifcak 31 Dec 99 09:31:12 |
| Fix bug # 122 |
| |
| mslifcak 31 Dec 99 09:32:58 |
| Apply patch provided by Serg Trushnikov <sat@zmail.ru> for AIX 4.2.1 knlist |
| |
| mslifcak 31 Dec 99 10:11:12 |
| Fix bug #125 - insert underscore into struct snmp_ipaddr member names. |
| |
| mslifcak 31 Dec 99 10:33:16 |
| Autoconf patch c/o Albert Chin-A-Young <china@thewrittenword.com> |
| |
| mslifcak 31 Dec 99 10:36:46 |
| Fix warnings of uninitialized variables. |
| |
| mslifcak 31 Dec 99 12:43:50 |
| Fix bug #48 : no strcasecmp/strncasecmp for Sinix |
| |
| mslifcak 31 Dec 99 13:27:44 |
| Apply some NetBSD 1.3.x, 1.4 patches c/o Grea A. Woods <woods@planix.com> |
| |
| nba 3 Jan 00 15:23:21 |
| - EXAMPLE.conf.def: adapt to changes in valid vacm syntax |
| |
| nba 3 Jan 00 15:26:07 |
| - snmp_vars.c: include agent_registry.h only once |
| |
| nba 3 Jan 00 15:26:51 |
| - snmpd.c: add a missing const specifier |
| |
| nba 3 Jan 00 15:27:29 |
| - mibII.h: add prototype for init_mibII |
| |
| nba 3 Jan 00 15:28:24 |
| - wombat.[ch]: correct prototype for wombat_parse_config |
| |
| nba 3 Jan 00 15:30:26 |
| - system.h: add prototype for strcasecmp |
| |
| nba 3 Jan 00 15:32:59 |
| - parse.c: fix File variable being left pointing into the stack. |
| Ignore .index file on WIN32 platform |
| |
| nba 3 Jan 00 15:34:22 |
| - mib.c: also note TEXTUAL CONVENTION in -Td output |
| |
| nba 3 Jan 00 15:39:40 |
| - snmpcmd.1: add snmpbulkget to list of applications |
| - snmptranslate.1: explain -T outputs |
| - snmptrapd.conf.5.def: defalt traphandler is implemented |
| |
| hardaker 4 Jan 00 08:58:24 |
| - (README, FAQ): Japan mirror location change. |
| |
| hardaker 4 Jan 00 10:33:54 |
| - (Makefile.in): install struct.h |
| |
| hardaker 4 Jan 00 10:35:06 |
| - (snmp_agent.c): deal with blocking better in snmp_agent_check_and_process(). |
| |
| hardaker 4 Jan 00 16:27:45 |
| - (config.h.in, configure, configure.in): Patch from Sander Steffann: |
| - Add -I/usr/include/rpm because of badly written rpm header files. |
| |
| nba 4 Jan 00 22:12:10 |
| - EXAMPLE.conf.def, FAQ, snmpd.conf.5.def: remove all traces of security |
| model "any" in "group" configuration directives |
| |
| nba 4 Jan 00 23:50:27 |
| - parse.c: #ifdef some variables not used under win32 |
| |
| nba 4 Jan 00 23:51:11 |
| - snmptrapd.c: implement trand handlers for win32 |
| |
| daves 6 Jan 00 01:58:56 |
| - (mibgroup/mibII.c): Remove redundant file |
| |
| hardaker 6 Jan 00 08:57:31 |
| - (util_funcs.h): properly wrap struct.h include directive for |
| non-source-directory include. |
| |
| marz 6 Jan 00 12:56:50 |
| update syntax (exact) |
| |
| marz 6 Jan 00 13:07:03 |
| 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 |
| |
| marz 6 Jan 00 13:14:10 |
| update config access syntax (exact) |
| |
| hardaker 6 Jan 00 15:08:28 |
| - (COPYING): y2k bug. |
| |
| hardaker 6 Jan 00 15:08:48 |
| - (mib2c): removed a debugging statement. |
| |
| hardaker 6 Jan 00 15:09:20 |
| - (mib2c.conf): unquoted quotes quoted. |
| |
| hardaker 7 Jan 00 09:29:06 |
| - (snmp_agent.c): better handling of write failures. |
| |
| hardaker 7 Jan 00 10:38:48 |
| - (snmpTargetAddrEntry.c, snmpTargetParamsEntry.c): update to v4 API set code. |
| |
| hardaker 7 Jan 00 11:22:40 |
| - (snmptranslate.c): Patch from Robert Story: |
| - handle multiple translated OIDs. |
| |
| hardaker 7 Jan 00 16:21:50 |
| - (vacm_vars.c): properly group rw/rousers into usm not v1/v2c. |
| |
| nba 7 Jan 00 23:43:10 |
| - configure.in: some missing "x" in tests for --with-openssl and |
| --disable-developer |
| |
| nba 8 Jan 00 00:56:30 |
| - configure.in: bugfix for a bugfix bug |
| |
| mslifcak 8 Jan 00 11:44:58 |
| Fix build for Linux RedHat 6.1 (cant link libwrap without libnsl). |
| |
| mslifcak 8 Jan 00 12:07:44 |
| Use knlist iff aix4 and HAVE_KNLIST [not complete w/o configure mods] |
| |
| daves 10 Jan 00 01:37:32 |
| - (agent/mibgroup/mibII.h): Re-remove redundant prototype. |
| |
| daves 10 Jan 00 02:31:39 |
| - (snmplib/snmp_api.c): Differentiate max-repetition and non-repeater errors. |
| |
| daves 10 Jan 00 03:06:42 |
| - (agent/snmp_agent.c): Count numbers of variables requested/set |
| |
| daves 10 Jan 00 06:12:40 |
| - (snmplib/system.c): Re-structure get_uptime() to cache boot time. |
| |
| mslifcak 10 Jan 00 13:14:03 |
| Allow MSVC++ 5.x users to build using this workspace. |
| |
| mslifcak 10 Jan 00 13:21:30 |
| Qualify use of withval to define library and include search paths. |
| |
| marz 10 Jan 00 14:21:14 |
| Checking in SNMP-3.1.0b1 |
| |
| marz 10 Jan 00 14:34:50 |
| *** empty log message *** |
| |
| marz 10 Jan 00 14:40:04 |
| add mibload |
| |
| hardaker 10 Jan 00 15:36:18 |
| - (mibincl.h): include stdlib.h and malloc.h. |
| |
| hardaker 10 Jan 00 15:36:40 |
| - (Sv3config): remove the trailing space. |
| |
| hardaker 10 Jan 00 15:38:44 |
| - (config.h.in, configure, configure.in): |
| - make --without-efence work. |
| - check for -lnsl more explicitly. |
| |
| mslifcak 10 Jan 00 16:30:51 |
| 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. |
| |
| mslifcak 10 Jan 00 16:31:16 |
| snmptranslate.1 - remove junk line. |
| |
| mslifcak 10 Jan 00 16:31:38 |
| snmptranslate.c - simple default case. |
| |
| mslifcak 10 Jan 00 16:32:08 |
| snmp_api.c - better comment for snmp_oid_compare. |
| read_config.c - remove sizeof(u_char) from malloc size calc. |
| scapi.h - spell check. |
| |
| mslifcak 11 Jan 00 01:33:45 |
| Trolling for malloc errors; more graceful degradation. |
| |
| mslifcak 11 Jan 00 01:53:08 |
| Glean refs to mibII.o from this makefile. |
| |
| mslifcak 11 Jan 00 07:44:50 |
| Add IN_UCD_SNMP_SOURCE to not break Win32 builds. |
| |
| mslifcak 11 Jan 00 07:59:23 |
| Keep win32 release build from breaking. |
| |
| mslifcak 11 Jan 00 08:10:10 |
| Init file count at zero, not by incrementing random value. |
| |
| mslifcak 11 Jan 00 09:13:38 |
| Restore memdup usage to its former luster. |
| |
| marz 11 Jan 00 10:37:21 |
| 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? |
| |
| mslifcak 11 Jan 00 15:05:09 |
| Use CFLAGS when linking (could have profile switch, etc). |
| |
| hardaker 12 Jan 00 11:16:27 |
| - (snmpv3.c): cast malloc returns. |
| |
| mslifcak 12 Jan 00 21:09:47 |
| Use DEBUGMSGOID liberally, replacing sprint_objid; small speedup. |
| |
| daves 13 Jan 00 02:46:47 |
| - (agent/snmp_vars.c): Remove extraneous bracket. |
| |
| mslifcak 13 Jan 00 05:36:21 |
| No get_boottime support for cygwin (yet). Hopefully a temporary condition. |
| |
| daves 13 Jan 00 06:31:44 |
| - (snmplib/parse.[ch]): Unload MIB module |
| (N.B: Somewhat simplistic with regard to multiply-loaded nodes) |
| |
| daves 13 Jan 00 06:33:40 |
| - (snmplib/parse.c): More complete handling of unloading MIB modules. |
| |
| mslifcak 14 Jan 00 09:33:39 |
| Small compile fix and debug message restoration. |
| |
| hardaker 14 Jan 00 11:34:25 |
| - (bug-report): grep for configure flags |
| |
| hardaker 14 Jan 00 16:09:09 |
| - (scapi.c): implement DES encryption. |
| |
| hardaker 14 Jan 00 16:10:29 |
| - (NEWS): remove export control note about DES. |
| |
| daves 17 Jan 00 06:13:39 |
| - (man/snmptrapd.8): Describe default logging behaviour. |
| |
| daves 17 Jan 00 09:02:32 |
| - (agent/snmp_vars.c): Discard "too-late" responses from overlapped regions. |
| |
| marz 17 Jan 00 12:47:58 |
| added v2 trap |
| |
| marz 18 Jan 00 07:00:26 |
| modified for v2-trap. |
| |
| marz 18 Jan 00 07:54:12 |
| fix error messages and return vals for trap funcs, clean up pdu |
| |
| mslifcak 18 Jan 00 08:14:42 |
| Prevent array bounds error when creating specific trap oid. |
| |
| mslifcak 18 Jan 00 14:23:44 |
| Latest vmstat_solaris2 from the author Jochen Kmietsch. |
| |
| mslifcak 18 Jan 00 21:22:06 |
| Cleanup around ip6_vars.h include (no #if 0) |
| |
| mslifcak 18 Jan 00 21:25:53 |
| Remove commented out objects that are MAX-ACCESS not-accessible. |
| |
| mslifcak 18 Jan 00 21:29:01 |
| 1.Make snmp_get_do_logging visible from DLL |
| 2.Apply Win32 patch from R.Story to activate mib stats module (snmp_mib). |
| |
| mslifcak 18 Jan 00 21:37:02 |
| Consistent getpagesize (first divide by 1024). |
| |
| daves 20 Jan 00 04:25:05 |
| - (snmplib/snmp_api.c): Support selective binding of server addresses. |
| |
| mslifcak 21 Jan 00 01:46:04 |
| Remove party crud; spell check. |
| |
| mslifcak 21 Jan 00 01:46:41 |
| Add const to cleanup a few signatures. |
| |
| mslifcak 21 Jan 00 01:49:35 |
| Minimize data handling and use register variabies in |
| snmp_oid_compare and compare_tree. |
| |
| marz 21 Jan 00 07:27:13 |
| added v3 inform |
| |
| marz 21 Jan 00 08:00:27 |
| inform. |
| |
| marz 21 Jan 00 08:13:25 |
| inform |
| |
| marz 21 Jan 00 10:47:24 |
| *** empty log message *** |
| |
| mslifcak 21 Jan 00 11:19:09 |
| config_arch_require solaris2 version of vmstat. |
| |
| nba 23 Jan 00 08:51:39 |
| - parse.c: add some more error checking to getoid |
| |
| nba 23 Jan 00 12:42:11 |
| - parse.c: fix merging of anonymous nodes when they are named |
| |
| nba 23 Jan 00 12:43:54 |
| - parse.c: errenous => erroneous |
| |
| marz 23 Jan 00 16:41:06 |
| handle adding OPAQUE vars for setting and traps etc. |
| |
| daves 24 Jan 00 07:21:34 |
| - (examples/{example,wombat}.[ch]): |
| - Consolidated example modules into one, including config and SET support. |
| |
| marz 24 Jan 00 08:59:32 |
| *** empty log message *** |
| |
| mslifcak 24 Jan 00 09:44:45 |
| Make sure kstat_fd is initialized before being used. |
| |
| mslifcak 24 Jan 00 09:55:32 |
| Fix Bug #144 items 1,3,4 : case insensitive check for "all" keyword. |
| |
| mslifcak 24 Jan 00 10:05:12 |
| Itojun's netbsd ELF patch + remove wombat [Dave's example fix] |
| |
| mslifcak 24 Jan 00 10:14:56 |
| Fix printing IMPLIED index (from associate of J. Kmietsch) modified and applied. |
| |
| marz 24 Jan 00 10:36:43 |
| *** empty log message *** |
| |
| marz 25 Jan 00 06:49:43 |
| syntax for win32 build |
| |
| marz 25 Jan 00 11:47:12 |
| add missing synbols for perl/SNMP module |
| |
| marz 25 Jan 00 12:05:59 |
| additional win32 install notes |
| |
| nba 25 Jan 00 13:52:42 |
| - parse.c: fix a missing initialization of tc_index |
| |
| hardaker 25 Jan 00 13:55:33 |
| - (vestinternett/diskio.[ch]): Ragnar Kjrstad's diskio mib. |
| |
| hardaker 25 Jan 00 13:56:02 |
| - (VEST-INTERNETT-MIB.txt): Ragnar Kjrstad's diskio mib. |
| |
| nba 25 Jan 00 14:12:58 |
| - HOST-RESOURCES-MIB.txt, HOST-RESOURCES-TYPES.txt, Makefile.in: |
| Update to the current draft HOST-RESOURCES (draft-ops-hostmib-01) |
| |
| hardaker 25 Jan 00 14:47:59 |
| - (configure): help update |
| |
| hardaker 25 Jan 00 14:50:56 |
| - (snmp_alarm.3, snmp_alarm.c): Patch from Frank Strauss: |
| - fix registration function to do what it says it should do. |
| |
| mslifcak 25 Jan 00 19:30:51 |
| Larger buffer for print_module_name; Fix possible null deref in get_tc. |
| |
| mslifcak 25 Jan 00 21:46:14 |
| mib.c:print_tree_node - show module name once in -- FROM; |
| parse.c: show "Cannot find module" once per missing module. |
| |
| mslifcak 26 Jan 00 07:14:50 |
| fix compile error when --without-root-access is used (strauss@ibr.cs.tu-bs.de) |
| |
| mslifcak 26 Jan 00 07:26:22 |
| Acknowledge more contributors. |
| |
| hardaker 26 Jan 00 10:24:21 |
| - (getValues.pm) getValues.pm was noted missing |
| |
| hardaker 26 Jan 00 15:29:54 |
| - (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. |
| |
| hardaker 26 Jan 00 15:30:42 |
| - (UCD-DLMOD-MIB.txt): Patch from Juergen Schoenwaelder: |
| - prefix oid with "ucd". |
| |
| hardaker 26 Jan 00 15:31:00 |
| - (UCD-IPFILTER-MIB.txt): Patch from Juergen Schoenwaelder: |
| - prefix oids with "ucd". |
| |
| hardaker 26 Jan 00 15:32:25 |
| - (UCD-SNMP-MIB.txt): Patch from Juergen Schoenwaelder: |
| - clean up and reformat sub-registration comments. |
| |
| hardaker 26 Jan 00 15:34:20 |
| - (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". |
| |
| hardaker 26 Jan 00 16:06:31 |
| - (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. |
| |
| hardaker 26 Jan 00 16:28:22 |
| - (Makefile.in, Makefile.in, Makefile.in, Makefile.in): |
| - make depend. |
| |
| hardaker 26 Jan 00 16:53:41 |
| - (snmpv3.c): fix priv key length extrapolation. Should be done differently?. |
| |
| hardaker 26 Jan 00 16:54:43 |
| - (Sv3DESconfig, T023snmpv3getMD5DES): fix DES test so it works. |
| |
| hardaker 26 Jan 00 17:15:07 |
| - (snmpcmd.1, snmptrapd.conf.5.def, snmpusm.1): |
| - badly done updates. |
| |
| hardaker 26 Jan 00 17:18:17 |
| - (version.h bug-report sedscript.in): version tag ( 4.1.pre2 ) |
| |
| hardaker 26 Jan 00 17:32:41 |
| - (configure, configure.in): allow ',' seperated --with-*-modules flag values. |
| |
| hardaker 26 Jan 00 19:22:53 |
| - (configure, configure.in): comma, comma, comma, comma, comma-chameleon. |
| |
| hardaker 27 Jan 00 08:33:43 |
| - (default_store.c): make config parser handle "" (null) parsed strings. |
| |
| marz 27 Jan 00 11:14:09 |
| remove no-op snmp_synch_setup |
| |
| mslifcak 27 Jan 00 14:51:39 |
| 1. Fix memory leak when anonymously named nodes are used. |
| 2. Hack around smicng's "SMI " statements to prevent other memory leaks. |
| |
| mslifcak 27 Jan 00 16:13:58 |
| Remove hack around "SMI" token; keep the good part of the previous patch. |
| |
| mslifcak 28 Jan 00 07:18:09 |
| Some variable renaming for consistency, error checking |
| improved, missing string.h included. Patch supplied by author. |
| |
| mslifcak 28 Jan 00 12:30:20 |
| Fix spell LITTLE_ENDIAN. Thanks to talman@hitt.nl. |
| |
| mslifcak 28 Jan 00 12:38:22 |
| Change agentx_{build,parse}_short . Thanks to Gerard Talman@hitt.nl. |
| |
| mslifcak 28 Jan 00 12:52:25 |
| This with previous two changes completes a patch for items 2,3,4 |
| for bug #149. |
| |
| nba 30 Jan 00 03:01:52 |
| - host.h: config_require_mib(HOST-RESOURCES-TYPES) |
| |
| nba 30 Jan 00 03:04:22 |
| - hr_disk.c: convert to 1k blocks |
| |
| nba 30 Jan 00 03:09:38 |
| - hr_storage.c: convert from pages to 1k blocks |
| |
| nba 30 Jan 00 03:11:28 |
| - if.c: defensive test for missing objects (it might fail to show |
| down status properly) |
| |
| marz 30 Jan 00 08:19:34 |
| create V3 user entry, cleanup |
| |
| marz 30 Jan 00 10:42:36 |
| 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) |
| |
| marz 30 Jan 00 10:44:37 |
| 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 |
| |
| marz 30 Jan 00 10:58:02 |
| clean up before release - update version, release notes etc. |
| |
| daves 31 Jan 00 01:05:16 |
| - (agent/agent_registry.h): Log failed MIB registrations. |
| |
| daves 31 Jan 00 01:45:15 |
| - (agent/agent_trap.c): Include instance subidentifier in snmpTrapOID and |
| snmpTrapEnterprise OID definitions. (Thanks to Gerard Talman) |
| |
| daves 31 Jan 00 02:40:02 |
| - (snmplib/snmp_api.[ch]): Restore traditional socket field names. |
| |
| daves 31 Jan 00 03:00:16 |
| - (snmplib/snmp_api.h): Alternative approach to Irix socket handling. |
| |
| daves 31 Jan 00 03:03:15 |
| - (acconfig.h config.h.in configure.in configure): |
| - Attempt to detect non-traditional socket address structure (on Irix 6.x). |
| |
| daves 31 Jan 00 03:14:50 |
| - (snmplib/snmp_api.c): Initialize addrlen in _sess_read(). (Frank Strauss) |
| |
| daves 31 Jan 00 03:41:08 |
| - (AGENT.txt): Revised and updated version. |
| |
| daves 31 Jan 00 07:49:50 |
| - (acconfig.h config.h.in configure.in configure): |
| - Improved checking for Irix-style socket address structure. |
| |
| daves 31 Jan 00 07:51:54 |
| - (snmplib/snmp_api.h): Attempt to mimic Irix-style socket address structure. |
| |
| daves 31 Jan 00 07:53:52 |
| - (snmplib/asn1.c snmplib/snmp.c snmplib/snmp_api.c snmplib/snmpusm.c): |
| - Don't assume size_t is signed (Pekka Kytolaakso) |
| |
| daves 31 Jan 00 07:55:06 |
| - (snmplib/snmpv3.[ch]): Don't assume size_t is signed (Pekka Kytolaakso) |
| - N.B: This changes the interface of snmpv3_generate_engineID() slightly. |
| |
| daves 31 Jan 00 07:56:38 |
| - (apps/snmptest.c): Don't assume size_t is signed (Pekka Kytolaakso) |
| |
| daves 31 Jan 00 07:57:56 |
| - (mibgroup/examples/example.[ch]): |
| - Provide an example for how to trigger a trap. |
| |
| marz 31 Jan 00 10:41:16 |
| set DS_LIB_DONT_BREAKDOWN_OIDS to get previoulsy released behaviour of get_symbol wrt octet based instance ids (i.e., no double-quoting) |
| |
| daves 1 Feb 00 01:49:55 |
| - (acconfig.h config.h.in configure.in configure snmplib/snmp_api.h): |
| - Fix broken setting of socket address structure choice. |
| |
| daves 1 Feb 00 03:37:25 |
| - (agentx/master_request.c): Fix session ID handling when delegating requests. |
| |
| daves 1 Feb 00 04:19:16 |
| - (configure.in configure): Catch common invalid configure options. |
| |
| daves 1 Feb 00 05:27:03 |
| - (FAQ): Expand the description of generating traps from the agent slightly. |
| |
| hardaker 1 Feb 00 08:32:03 |
| - (diskio.*): moved to the ucd-snmp directory |
| |
| hardaker 1 Feb 00 08:34:09 |
| - (diskio.h): load the mib. |
| |
| hardaker 1 Feb 00 08:34:24 |
| - (diskio.c): move to ucdExperimental.15. |
| |
| hardaker 1 Feb 00 08:43:03 |
| - (NEWS): update (again). |
| |
| hardaker 1 Feb 00 08:45:41 |
| - (snmpcmd.1): .PP -> .IP for -Ob. |
| |
| hardaker 1 Feb 00 08:46:07 |
| - (snmpusm.1): changed context string in examples to "". |
| |
| mslifcak 1 Feb 00 11:26:36 |
| Fixup more signed/unsigned comparisons. |
| |
| daves 2 Feb 00 01:12:37 |
| - (host/hr_disk.c): Fix solaris initialisation, plus extra debugging info. |
| |
| mslifcak 2 Feb 00 04:44:23 |
| Remove dependencies on (moved) vestinternett/diskio |
| |
| nba 2 Feb 00 06:44:31 |
| - solaris2.8.h: Solaris 8 seems close to Solaris 7 |
| |
| nba 2 Feb 00 06:45:25 |
| - hr_disk.c: add NetBSD support |
| |
| hardaker 2 Feb 00 07:17:28 |
| - (configure, configure.in): updated --help |
| |
| daves 2 Feb 00 08:02:46 |
| - (agent/snmp_vars.c): Correctly handle individually excluded instances |
| |
| mslifcak 2 Feb 00 08:42:17 |
| Allow -Co to affect the outcome. |
| |
| mslifcak 2 Feb 00 08:52:43 |
| fix the fat-fingering patch I just made. feh. |
| |
| hardaker 2 Feb 00 10:52:33 |
| - (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. |
| |
| marz 2 Feb 00 14:18:09 |
| add instructions for building w/ OpenSSL on VC++ |
| |
| mslifcak 2 Feb 00 14:18:22 |
| Let hrProcessorLoad out of the genie's bottle. |
| |
| mslifcak 2 Feb 00 16:24:15 |
| Touchup for building more MIB modules in Win32 (MSVC). |
| |
| mslifcak 2 Feb 00 16:36:21 |
| Touchup to build more MIB modules on Win32. |
| |
| daves 3 Feb 00 01:35:12 |
| - (FAQ): Document changes to access control stuff. |
| |
| mslifcak 3 Feb 00 04:12:57 |
| Undo uninformed change : load average != average time that CPU is idle. |
| |
| mslifcak 3 Feb 00 06:43:10 |
| include mib_module_config.h to make the USING_ constants visible. |
| |
| marz 3 Feb 00 09:44:37 |
| update my email |
| |
| mslifcak 3 Feb 00 09:56:48 |
| Include mib_module_config.h from mibincl.h, not top level config.h. |
| |
| marz 3 Feb 00 10:48:37 |
| 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 |
| |
| mslifcak 3 Feb 00 12:57:20 |
| Remove DOS-style line termination (CR-LF --> LF). |
| libsnmp.def - remove unneeded comment about obsolete v2party. |
| |
| mslifcak 3 Feb 00 12:58:27 |
| Note the wombat is replaced by example in more places. |
| |
| mslifcak 3 Feb 00 13:28:31 |
| Follow condition HAVE_GETPID for pid_file object. |
| |
| hardaker 3 Feb 00 14:29:19 |
| - (dummy/*): removed, use example instead. |
| |
| hardaker 3 Feb 00 14:44:33 |
| - (subagent.c): include mib_module_config.h. |
| |
| hardaker 3 Feb 00 14:46:10 |
| - (subagent.c): protect sysORTable callbacks with #ifdefs. |
| |
| hardaker 3 Feb 00 14:51:40 |
| - (README): remove dummy reference. |
| |
| nba 3 Feb 00 23:57:49 |
| - agent/registry.c, agent_trap.c, client.c: change some type casts from |
| (char *) to (u_char *) top silence some warnings. |
| |
| nba 3 Feb 00 23:59:57 |
| - mt_support.h: another way of doing nothing, not giving a "null effect" |
| warning from gcc. |
| |
| nba 4 Feb 00 00:16:01 |
| - read_config.c, mib.c: fix some PATH separators from constant : to |
| ENV_SEPARATOR{_CHAR} |
| |
| nba 4 Feb 00 00:17:48 |
| - hr_disk.c: A little cleanup of the disk device definitions, also adding |
| SCSI to FreeBSD 3 |
| |
| nba 4 Feb 00 01:20:55 |
| - vacm_vars.c: slight rewording of warning message |
| |
| nba 4 Feb 00 04:00:27 |
| - hr_disk.c: really do that FreBSD scsi thing |
| |
| marz 4 Feb 00 06:44:24 |
| have mib loading api return result codes |
| |
| marz 4 Feb 00 08:55:42 |
| add defaults for v2 trap params |
| |
| hardaker 4 Feb 00 12:01:32 |
| - (configure, configure.in, Makefile.in): find, locate, and use perl if found. |
| |
| hardaker 4 Feb 00 12:47:26 |
| - (snmp_api.c, snmp_api.h, snmpv3.c): provide v3 defaults. |
| |
| hardaker 4 Feb 00 13:12:18 |
| - (read_config.c): don't print failed access errors (EACCES). |
| |
| hardaker 4 Feb 00 13:15:51 |
| - (Makefile.in, Makefile.in, Makefile.in, Makefile.in, Makefile.in, |
| Makefile.in): final make depend. |
| |
| hardaker 4 Feb 00 13:50:15 |
| - (agent_read_config.c): don't read the opt config file or call |
| post_config callbacks, since the library takes care of that now. |
| |
| marz 4 Feb 00 13:52:08 |
| updates for perl/SNMP build |
| |
| hardaker 4 Feb 00 13:56:19 |
| - (snmptrapd.c): |
| - implement -c and -C flags for Joe. |
| - redid the init structure to make it look more like the current agent. |
| |
| hardaker 4 Feb 00 14:01:30 |
| - (snmptrapd.8): document -c and -C. |
| |
| marz 4 Feb 00 15:21:41 |
| build fixes and test enhancements |
| |
| marz 4 Feb 00 15:44:44 |
| updates for perl/SNMP build |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes: V4.0 -> V4.0.1 |
| |
| hardaker 23 Aug 99 16:44:27 |
| - (Makefile.in): install the snmpusm.1 manual page. |
| |
| mslifcak 24 Aug 99 04:44:47 |
| Clean CRs from read_config,snmp_logging; comment define USE_ASN_SHORT_LEN. |
| |
| mslifcak 24 Aug 99 05:11:13 |
| Remove ASN_SHORT_LEN hack - known to dump core in agent. |
| |
| mslifcak 24 Aug 99 06:19:49 |
| Add "." to PATH for RUNTESTS; Drop optreset to build most platforms |
| |
| mslifcak 24 Aug 99 10:25:53 |
| -(testing/eval_tools) - let some (AIX) agents settle before firing requests. |
| |
| hardaker 24 Aug 99 12:48:21 |
| - (vacm_vars.c): correct sysORTable entry. |
| |
| hardaker 24 Aug 99 13:36:35 |
| - (snmpusm.c): check for null response pointer. |
| |
| hardaker 24 Aug 99 13:37:31 |
| - (snmp_parse_args.c, default_store.h, snmp_api.c, snmpv3.c): |
| - provide defVersion token support in snmp.conf (sort of hackish). |
| |
| hardaker 24 Aug 99 13:41:18 |
| - (TODO): remove snmpv3 support :-) |
| |
| mslifcak 24 Aug 99 14:05:39 |
| -(top/Makefile.in) - remove more generated files with distclean rule. |
| |
| hardaker 24 Aug 99 14:15:40 |
| - (all_system.h): remove. again. |
| |
| mslifcak 24 Aug 99 14:17:33 |
| -(host/hr_swrun;mibII/icmp,ip;ucd-snmp/disk,proc) log_perror --> snmp_log_perror |
| |
| mslifcak 24 Aug 99 15:14:18 |
| -(smux.c) apply Nick Amato's patch: prevent SMUX close on parse or error. |
| |
| hardaker 24 Aug 99 15:59:42 |
| - (snmp_api.c): remove version setting in snmp_api.c. Not needed there. |
| |
| hardaker 24 Aug 99 16:01:55 |
| - (NEWS): 4.0.1 update |
| |
| mslifcak 24 Aug 99 16:05:15 |
| -(configure.*) move statement about ucdDemoPublic into comment field. |
| |
| mslifcak 24 Aug 99 16:49:22 |
| -(testing/*) run tests when package is not installed, and when |
| the build tree is not the same as the source tree. |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes: V3.6.2 -> V4.0 |
| |
| hardaker 14 Sep 98 09:11:57 |
| - (acconfig.h, config.h.in, configure, configure.in): |
| - change the PERSISTENTFILE define to PERSISTENTDIR. |
| |
| hardaker 14 Sep 98 09:17:45 |
| - (agent_read_config.c, snmpd.c, snmpd.h, system.c): |
| - move persistent cache capability into the library from the |
| agent. (snmptrapd, and others will need this as well). |
| - implement some new functions: init_snmpv3(), snmpv3_shutdown(), |
| snmpv3_get_engine_boots(), etc. |
| - agentBoots -> engineBoots. |
| |
| hardaker 14 Sep 98 09:21:05 |
| - (Makefile.in, read_config.c, snmp_api.c, snmp_api.h, snmpv3.c, snmpv3.h): |
| - move persistent cache capability into the library from the |
| agent. (snmptrapd, and others will need this as well). |
| - implement some new functions: init_snmpv3(), snmpv3_shutdown(), |
| snmpv3_get_engine_boots(), etc. |
| - agentBoots -> engineBoots. |
| |
| hardaker 14 Sep 98 09:23:09 |
| - (snmp_parse_args.c, snmp_parse_args.h, snmpbulkwalk.c, snmpdelta.c, |
| snmpget.c, snmpgetnext.c, snmpset.c, snmpstatus.c, snmptable.c, |
| snmptest.c, snmptrap.c, snmpwalk.c): |
| - pass app name to snmp_parse_args, so it can pass it to |
| init_snmp(), which now needs it for persistent cache reading. |
| |
| hardaker 14 Sep 98 09:25:13 |
| - (snmpEngine.c, snmpEngine.h): |
| - Begin implementation of the SNMP-FRAMEWORK-MIB. |
| |
| hardaker 14 Sep 98 17:43:12 |
| - (acconfig.h, config.h.in): define ENTERPRISE_NUMBER to 2021. |
| |
| hardaker 14 Sep 98 17:43:50 |
| - (snmpv3.c, snmpv3.h): implement snmpEngineID creation and configuration. |
| |
| hardaker 14 Sep 98 17:44:06 |
| - (snmpEngine.c): report snmpEngineID properly. |
| |
| hardaker 14 Sep 98 17:49:15 |
| - (snmpv3mibs.h): high-level module created to import v3 releated mibs. |
| |
| hardaker 14 Sep 98 21:09:41 |
| - (util_funcs.[ch], snmpEngine.c, snmpv3.[ch], system.[ch]): |
| - move snmpEngineTime calculation to snmplib/snmpv3.c. |
| - move calculate_time_diff() to system.c from util_funcs.c. |
| |
| hardaker 14 Sep 98 22:29:55 |
| - (snmpMPDStats.c, snmpMPDStats.h): |
| - implement SNMP-MPD-MIB. |
| |
| hardaker 14 Sep 98 22:30:10 |
| - (snmpv3mibs.h): add snmpMPDStats module. |
| |
| hardaker 14 Sep 98 22:40:24 |
| - (snmpEngine.c, snmpMPDStats.c): register the modules in sysORTable. |
| |
| hardaker 16 Sep 98 07:04:11 |
| - (snmpMPDStats.c): double blank -> single. |
| |
| hardaker 16 Sep 98 07:04:58 |
| - (usmStats.c, usmStats.h): implement the usmStats portion of the |
| SNMP-USER-BASED-SM-MIB. |
| |
| hardaker 16 Sep 98 07:05:43 |
| - (snmpv3mibs.h): add usmStats to require list. |
| |
| hardaker 18 Sep 98 09:54:08 |
| - (snmp_api.c): change sprintf_oid buf length in DEBUGPOID to 4096. |
| |
| hardaker 18 Sep 98 09:55:07 |
| - (snmpd.c): init_snmpv3 needs to go above init_agent for engineID creation. |
| |
| hardaker 18 Sep 98 09:59:20 |
| - (snmpv3mibs.h, usmUser.c, usmUser.h, Makefile.in, snmpusm.c, |
| snmpusm.h, snmpv3.c, snmpv3.h): |
| - basic usmUser structure created for the libray with support |
| functions: |
| - struct usmUser *usm_get_user(*engineID, engineIDLen, *name, *userList); |
| - struct usmUser *usm_add_user(*user, *userList); |
| - struct usmUser *usm_free_user(*user); |
| - struct usmUser *usm_clone_user(*from); |
| - struct usmUser *usm_create_initial_user(); |
| - first pass at basic USM module support added to the agent. |
| |
| hardaker 18 Sep 98 12:42:46 |
| - (snmp-tc.h): create a new .h file to store common textual convention defines. |
| |
| hardaker 18 Sep 98 12:46:38 |
| - (usmUser.c, snmpusm.c, snmpusm.h): |
| - create and use storageType/userStatus in the usmUser structure. |
| - fix the auth/priv protocol pointer initializations for the "initial" user. |
| |
| hardaker 20 Sep 98 11:46:13 |
| - (snmp_vars.c): include snmpusm.h and snmpv3.h. |
| |
| hardaker 20 Sep 98 11:47:17 |
| - (snmp_agent.c): if a mib module returns an error > SNMP_GEN_ERR, |
| translate the error to SNMP_GEN_ERR for v1 requests. |
| |
| hardaker 20 Sep 98 11:49:04 |
| - (mib2c): |
| - fprintf -> DEBUGP. |
| - __P -> ANSI. |
| |
| hardaker 20 Sep 98 11:52:08 |
| - (usmUser.c, usmUser.h): |
| - getNext bug fixes. |
| - make usmPublic truely writable. |
| - implement usm_parse_oid() to parse an oid into engineID/name. |
| - implement the usmUserSpinLock. |
| - misc other bug fixes. |
| |
| hardaker 21 Sep 98 11:12:49 |
| - (snmp_vars.c): finally fixed the write_method's for creation problem. |
| |
| hardaker 23 Sep 98 10:40:04 |
| - (SNMPv2-TC.txt): rejustify a table. |
| |
| hardaker 23 Sep 98 10:45:13 |
| - (usmUser.c): |
| - Make usmUserStatus actually writable and capable of creating new rows. |
| - Begin (broken) cloneFrom setting. |
| - Fixes: |
| - properly malloc space. |
| - properly use double char name and engineID pointers. |
| - do proper oid comparisons for getNexts. |
| - check to see that uptr is defined before using it to retrieve data. |
| - cloneFrom should always return the ZeroDotZero OID. |
| |
| hardaker 23 Sep 98 10:46:35 |
| - (snmpusm.c): |
| - fix usm_add_user() from always adding the user at the end of the list. |
| - set default values for auth/priv protocols on new users. |
| |
| hardaker 23 Sep 98 10:47:28 |
| - (snmp_api.c, snmp_api.h): create snmp_duplicate_objid() to malloc a new oid. |
| |
| hardaker 23 Sep 98 12:15:11 |
| - (ISSUES): update |
| |
| hardaker 23 Sep 98 12:24:04 |
| - (ISSUES): took one. |
| |
| hardaker 23 Sep 98 17:58:49 |
| - (ISSUES): cloning/malloc issue. |
| |
| hardaker 23 Sep 98 17:59:40 |
| - (snmpusm.c, snmpusm.h): created usm_cloneFrom_user() to clone sec info. |
| |
| hardaker 23 Sep 98 18:00:21 |
| - (usmUser.c): make usmCloneFrom actually work (is setable). |
| |
| hardaker 23 Sep 98 20:15:57 |
| - (ISSUES): storage type issues. |
| |
| hardaker 23 Sep 98 20:16:24 |
| - (usmUser.c): make usmUserAuthProtocol and usmUserPrivProtocol writable. |
| |
| hardaker 23 Sep 98 20:50:05 |
| - (ISSUES): RowStatus question added. |
| |
| hardaker 23 Sep 98 20:50:45 |
| - (snmpusm.c, snmpusm.h): create usm_remove_user() to remove a user |
| from a list. |
| |
| hardaker 23 Sep 98 20:51:46 |
| - (usmUser.c): make usmUserStatus destroy's actually remove a user. |
| |
| hardaker 27 Sep 98 22:53:53 |
| - (ISSUES): more stuff. |
| |
| hardaker 27 Sep 98 22:55:09 |
| - (read_config.c, read_config.h, snmpusm.c, snmpusm.h): |
| - bug fixes. |
| - new support functions for saving users to the persistent cache. |
| |
| hardaker 27 Sep 98 22:57:00 |
| - (usmUser.c, usmUser.h): |
| - bug fixes. |
| - usmUserStatus is setable (to either volatile or nonVolatile). |
| - users created by set's are saved (if set to nonVolatile) on agent shutdown. |
| |
| hardaker 29 Sep 98 20:11:20 |
| - (ISSUES): error mapping (coex work). |
| |
| marz 1 Oct 98 12:58:42 |
| - (snmp.h, snmpusm.[ch], snmp_api.[ch]): added USM api and snmpv3_build, some tweaks to parse in prep for snmpv3_parse |
| |
| marz 1 Oct 98 14:05:45 |
| - (snmp_api.c): fixes to snmpv3_parse |
| |
| marz 4 Oct 98 17:20:30 |
| - (snmp_api.[ch], snmp_client.c, snmpusm.c): added snmpv3 parsing routines |
| |
| hardaker 5 Oct 98 20:05:03 |
| - (ISSUES): more stuff. |
| |
| hardaker 5 Oct 98 20:06:57 |
| - (snmp_api.c, snmp_api.h): breakdown of snmpv3_build() into sub-functions. |
| |
| hardaker 5 Oct 98 21:59:26 |
| - (snmpusm.c): make generateRequestMsg do something generic. |
| |
| hardaker 5 Oct 98 22:00:22 |
| - (snmpv3.c, snmpv3.h): return a u_char * instead of a char * for engineIDs. |
| |
| hardaker 5 Oct 98 22:01:04 |
| - (snmp_api.c): misc bug fixes. |
| |
| hardaker 5 Oct 98 22:50:10 |
| - (snmp_api.c): last of known bugs in snmpv3_build fixed (a pointer |
| was being used twice in overlapping needed time periods). |
| |
| marz 7 Oct 98 13:02:40 |
| -(snmp_parse_args.c): add v3 support |
| |
| marz 7 Oct 98 13:06:41 |
| -(snmp_api.[ch], snmpusm.[ch], snmpv3.c): added pdu field to hold sec state ref, fixed usm prototypes, added check for null hent return |
| |
| hardaker 7 Oct 98 15:36:05 |
| - (snmpusm.c): flush out a generic processIncomingMsg(). |
| |
| hardaker 7 Oct 98 15:36:36 |
| - (snmp_impl.h): add securityName to the agent's packet_info structure. |
| |
| hardaker 7 Oct 98 15:38:00 |
| - (snmp_api.c): many many bug fixes to v3 parse/build routines. |
| |
| hardaker 7 Oct 98 15:39:17 |
| - (vacm_vars.c): recognize the securityName when USM model is in use. |
| |
| hardaker 7 Oct 98 17:17:10 |
| - (snmp_agent.c): initial pass at v3. Will fail on sending error messages. |
| |
| hardaker 7 Oct 98 17:45:22 |
| - (snmp_api.c): pass in the sec_parms length to processIncomingMsg |
| |
| hardaker 7 Oct 98 17:46:04 |
| - (snmp_agent.c): bug fix: using an array as a pointer (used to be one). |
| |
| hardaker 7 Oct 98 22:40:43 |
| - (snmp_api.c, snmpv3.c, snmpv3.h): |
| - default snmpv3 parameters can be specified in a snmp.conf file. |
| |
| hardaker 8 Oct 98 10:13:23 |
| - (ISSUES): everyone loves issues! |
| |
| hardaker 9 Oct 98 08:03:57 |
| - (config.h.in, configure, configure.in): use zlib when using rpm libraries. |
| |
| dreeder 9 Oct 98 13:59:12 |
| - (ISSUES): Need a pass for traditional UN*X system programming holes. |
| |
| hardaker 9 Oct 98 18:23:27 |
| - (snmpusm.c): generateRequestMsg() doesn't ASN encode the sec_params. |
| |
| hardaker 9 Oct 98 18:24:02 |
| - (snmp_api.c): restructure the packet building to use less memcpy's. |
| |
| hardaker 9 Oct 98 18:24:26 |
| - (snmp_agent.c): use snmp_build_packet() to construct all v3 data. |
| |
| dreeder 12 Oct 98 07:18:56 |
| - (ISSUES): proof memory invocation/disposal; put time stamps in log files. |
| |
| hardaker 12 Oct 98 07:19:28 |
| - (snmp_api.c, snmp_api.h): |
| - new stats counter API. |
| - bug fixes. |
| |
| hardaker 12 Oct 98 07:42:28 |
| - (snmp_api.c, snmp_api.h): bug fixes with counters (returns u_int, EG). |
| |
| hardaker 12 Oct 98 07:44:55 |
| - (snmp_agent.c): |
| - make v3 code return errors properly. |
| - bug fixes. |
| |
| hardaker 12 Oct 98 07:45:11 |
| - (snmpMPDStats.c, snmpMPDStats.h, usmStats.c, usmStats.h): |
| - use the new stats counter API. |
| |
| marz 12 Oct 98 07:56:30 |
| -(snmp_parse_args.c): merged hex to bin funcs - There can be only One |
| |
| marz 12 Oct 98 08:11:46 |
| -(snmp_api.[ch], snmpusm.[ch]): merged hex to bin funcs, fixed MP/USM api, implemented noAuthNoPriv USM, implemented engine probe algorithm |
| |
| hardaker 12 Oct 98 09:23:49 |
| - (ISSUES): note on David's issue. |
| |
| hardaker 12 Oct 98 12:26:06 |
| - (acconfig.h, config.h.in, configure, configure.in): |
| - look for /dev/random and define HAVE_DEV_RANDOM. |
| - look for libkmt and libcrypto and define HAVE_LIBXXX. |
| |
| marz 12 Oct 98 15:46:36 |
| - (snmpusm.c): fixed header size issues (difference between asn_build_header and asn_build_sequence) |
| |
| hardaker 12 Oct 98 21:56:42 |
| - (system.c, system.h): make calculate_time_diff take a pointer. |
| |
| hardaker 12 Oct 98 21:59:53 |
| - (snmpv3.c): use new calculate_time_diff(). |
| |
| hardaker 12 Oct 98 22:04:06 |
| - (snmp_client.c): bug fixes: |
| - snmp_synch_input() needs to clone a report pdu too. |
| - snmp_clone_pdu() needs to copy contextEngineID, contextName, and |
| securityName |
| |
| hardaker 12 Oct 98 22:12:50 |
| - (snmp_api.c, snmp_api.h): |
| - make snmp_increment_statistic() return the changed value. |
| - create new function: snmp_free_varbind() to free a list. |
| - \n's to the end of the new debugging messages for engineID discovery. |
| - Merge response/report handling to make report's call their |
| callback as well (engineID discovery was never returning). |
| |
| hardaker 12 Oct 98 22:19:54 |
| - (configure, configure.in): remove incorrect comment. |
| |
| hardaker 12 Oct 98 22:22:36 |
| - (ISSUES): wierd memory question. |
| |
| hardaker 12 Oct 98 22:23:16 |
| - (system.c): use new calculate_time_diff(). |
| |
| hardaker 12 Oct 98 22:25:06 |
| - (snmp_agent.c): handle engineID discovery requests. |
| |
| hardaker 12 Oct 98 22:58:26 |
| - (usmUser.c): new function to return the userList. |
| |
| hardaker 12 Oct 98 22:58:55 |
| - (snmpusm.c, snmpusm.h): new function usm_check_secLevel(int, struct *usmUser); |
| |
| hardaker 12 Oct 98 22:59:36 |
| - (snmp_agent.c): handle unknownSecurityName and unsupportedSecurityLevel. |
| |
| hardaker 13 Oct 98 13:27:14 |
| - (acconfig.h, config.h.in, configure, configure.in): |
| - new options: --disable-privacy, --enable-v2p-md5. |
| |
| hardaker 13 Oct 98 13:31:22 |
| - (acconfig.h, config.h.in): comment formatting. |
| |
| hardaker 14 Oct 98 13:29:05 |
| - (snmp_api.c): make snmp_add_var set the size of the oid buffer. |
| |
| hardaker 14 Oct 98 13:29:40 |
| - (snmpusm.c, snmpusm.h): moved the default userList into the library. |
| |
| hardaker 14 Oct 98 13:31:29 |
| - (usmUser.c): use the new library default user list. |
| |
| hardaker 14 Oct 98 13:32:58 |
| - (snmp_agent.c): |
| - use the new library default user list. |
| - don't free a nonexistent pdu (it only exists for v3 requests). |
| |
| hardaker 14 Oct 98 13:47:56 |
| - (snmp_agent.c): make sure pdu->securityName is null terminated. |
| |
| hardaker 14 Oct 98 17:52:23 |
| - (aclocal.m4, configure, configure.in, Makefile.in): |
| - new arguments to configure to set CFLAGS and LIBS: |
| - --with-KMT=path |
| - --with-SSLeay=path |
| - fix to agent/mibgroup/Makefile to keep the above from getting the |
| wrong asn1.h from the SSLeay package. |
| |
| hardaker 14 Oct 98 20:41:07 |
| - (aclocal.m4, config.h.in, configure, configure.in, */Makefile.in): |
| - check for kmt.h |
| - re-order CPPFLAGS to put -I flags last. |
| |
| hardaker 14 Oct 98 20:45:51 |
| - (usmUser.c, usmUser.h, snmpusm.c, snmpusm.h): |
| - move usm_parse_config_usmUser to the library. |
| |
| hardaker 14 Oct 98 20:47:48 |
| - (agent_read_config.c): include snmpusm.h |
| |
| dreeder 15 Oct 98 12:02:40 |
| - Base for SCAPI + some formatting on the path to snmpv3 startup and shutdown. |
| - Shuffling in header files to defeat warnings of #define redundancies: |
| notably, s/freebsd*.h and snmplib/system.h |
| - Debug & tini toolbag in snmplib/{debug,tools}.* |
| - Changed configure option --enable-v2p-md5 to --enable-internal-md5. |
| - Consolidated library system and local header include sequences into |
| snmplib/all_*.h files. Possibly better solutions for this... |
| |
| hardaker 15 Oct 98 22:24:52 |
| - (usmUser.c): removed usm_parse_config_usmUser that David put back by |
| accident when doing formating. |
| |
| hardaker 15 Oct 98 22:25:17 |
| - (keytools.c, keytools.h): added length to engineID. |
| |
| hardaker 15 Oct 98 22:25:58 |
| - (read_config.c, read_config.h): make copy_word return a pointer. |
| |
| hardaker 15 Oct 98 22:26:21 |
| - (scapi.c, scapi.h): move #includes from .h to .c. |
| |
| hardaker 15 Oct 98 22:27:03 |
| - (snmpusm.c, snmpusm.h): new config options to change keys. |
| |
| hardaker 15 Oct 98 22:27:58 |
| - (snmpv3.c): don't call init_kmt() unless HAVE_LIBKMT is defined. |
| |
| hardaker 15 Oct 98 22:42:00 |
| - (keytools.c, keytools.h): move #include from .h to .c. |
| |
| hardaker 15 Oct 98 22:47:56 |
| - (usmUser.c, usmUser.h): |
| - use do_keychange() to implement the key change write methods. |
| - a bit of -Wall cleanup. |
| |
| dreeder 16 Oct 98 11:28:12 |
| - Updated SCAPI crypting functions to identify transforms OIDs not #define's. |
| - Moved "global" definitions of OID transforms to snmpusm.h, and out of |
| usmUser.c and snmpusm.c. |
| - sc_generate_keyed_hash() stands as a good example of what other functions |
| will look like. |
| |
| dreeder 16 Oct 98 11:50:09 |
| - (scapi.c, scapi.h) Output buffer arguments for (en|de)crypting are |
| single-pointers. |
| |
| lewis 16 Oct 98 13:15:16 |
| - - (snmpusm.h): |
| - Added USM_ERR symbols used by usm_generate_out_msg |
| |
| lewis 16 Oct 98 13:20:07 |
| - - (snmpusm.c) |
| - Rewrote usm_generate_out_msg, renaming old implementation to |
| usm_generate_out_msg_NULL |
| - This code compiled on FreeBSD, not tested for linking or running |
| - Added functions to calculate indicies (asn_predict_int_length, |
| asn_predict_length, usm_calc_offsets) and to make the CBC-DES |
| initialization vector (usm_set_salt). |
| |
| dreeder 18 Oct 98 21:14:09 |
| - SCAPI code complete, but not completely tested. |
| Added testing/ directory. |
| Verified that Ed's recent changes compile cleanly. |
| Tried to patch up "critical" -Wall warnings. |
| |
| hardaker 19 Oct 98 07:10:27 |
| - (Makefile.top): remove -Wall requirement. |
| |
| dreeder 19 Oct 98 15:12:57 |
| - Core SCAPI routines appear sound. testing/ directory is no longer |
| commented out. SNMPv3 style key manipulations untested yet. |
| Created (?) a slew of new warnings from files early in compile sequence. |
| |
| dreeder 20 Oct 98 11:38:42 |
| - Tests for generate_Ku and generate_kul. (testing/ktest -h for help.) |
| Cleaned up new set of "critical" warnings -- mostly adding #include's. |
| Fixed KMT/apps/randtest.c so it compiles under Linux. |
| |
| marz 21 Oct 98 08:18:03 |
| -(snmp_api.[ch]): add fields for authKey and privKey |
| |
| lewis 21 Oct 98 12:07:16 |
| - - (snmp.h) |
| - Added SNMP_ERR_ error symbolic constants for the auth/priv (USM) module |
| reported errors. |
| - Used values 19-27, updated MAX_SNMP_ERR to 27. |
| |
| lewis 21 Oct 98 12:08:24 |
| - - (snmpusm.h) |
| - Added symbolic constants for errors found processing incoming messages. |
| - Equated the symbols with those added to snmp.h |
| |
| hardaker 21 Oct 98 12:10:03 |
| - (snmp_api.h): added ASN/SNMP counters to the counter list. |
| |
| marz 21 Oct 98 12:50:24 |
| -(snmp_api.[ch]): correctly add #define sizes for authKey and privKey |
| |
| marz 21 Oct 98 13:38:57 |
| -(snmp_api.[ch]): added auth/priv protocol type fields to session |
| |
| marz 21 Oct 98 13:49:11 |
| -(snmp_api.c): added cast for internal pdu (internal pdu should be elimianted someday) |
| |
| hardaker 21 Oct 98 13:53:38 |
| - (snmp_api.h): STAT_MAX_STATS -> MAX_STATS. |
| |
| hardaker 21 Oct 98 17:54:08 |
| - (snmpv3.c): remove snmp_perror() defined as perror(). It's a real function. |
| |
| hardaker 21 Oct 98 17:58:08 |
| - (asn1.c): asn_build_string: allow a null string to build a 00 padded string. |
| |
| hardaker 21 Oct 98 18:00:07 |
| - (snmp_api.c): |
| - engineID discovery debugging messages. |
| - zero length contextNames ok. |
| - set max length before usm_generate_out_msg(). |
| |
| hardaker 21 Oct 98 19:04:35 |
| - (snmp_api.c): move the engineID discovery to snmp_sess_open(). |
| |
| hardaker 21 Oct 98 19:05:12 |
| - (snmp_api.h): synch snmp_pdu and internal_snmp_pdu. |
| |
| dreeder 21 Oct 98 19:55:15 |
| - Shook the bugs out of key manipulation routines (generate_kul, generate_Ku). |
| Completed and tested KeyChange TC code ({encode,decode}_keychange). |
| Created initial elements of an automated test harness in testing/. |
| Created data files and test scripts to demonstrate compliance. |
| Miscellaneous additions to snmplib/tools.?, some temporary/transitional. |
| |
| marz 21 Oct 98 19:58:11 |
| -(snmp_parse_args.c): add auth/priv proto flags, add auth priv key flags |
| |
| marz 21 Oct 98 20:19:08 |
| - (snmp_api.[ch]): updated auth/priv prot and key fileds in session, added suport in snmp_sess_open and close (yanked fields from PDU - did I do that?) |
| |
| hardaker 21 Oct 98 21:21:41 |
| - (lcd_time.c): minor warning fixes. |
| |
| hardaker 21 Oct 98 21:22:07 |
| - (tools.c, tools.h): new tool: memdup(). |
| |
| hardaker 21 Oct 98 22:08:07 |
| - (snmp_api.c): |
| - generate a usm user from session data if needed. |
| - check the result from the usm and fail if it does. |
| |
| marz 22 Oct 98 08:02:11 |
| -(snmp_api.c): added DEBUGP code to trace message version and secLevel for demo |
| |
| lewis 22 Oct 98 13:37:34 |
| - - (snmpusm.c) |
| - Not a working/tested version, but it compiles. |
| - Fixed one bug - "&" to "==" in an if() |
| - Did not alter code to deny null engine id users |
| - Added much code in process incoming message |
| - New use of errors and DEBUGP |
| - Still waiting on updates to lcd_time.h to implement |
| step #3 of RFC 2274, s3.2. |
| |
| dreeder 23 Oct 98 09:45:47 |
| - LCD Time API prototypes are complete. 90% stable. |
| Draft of automated testing harness in testing/. |
| Use testing/eval_suite.sh to run all current tests. |
| |
| lewis 23 Oct 98 11:38:25 |
| - - (lcd_time.h) |
| - added definitions for TRUE and FALSE (if not previously defined) |
| - fixed a compilation bug in the ensure entry macro |
| |
| lewis 23 Oct 98 11:47:37 |
| - - (snmpusm.c) |
| - Added the step 3 code to process outgoing messages function |
| - Still un-run |
| |
| dreeder 23 Oct 98 15:39:02 |
| - Complete code for LCD time API. Awaiting serious tests. |
| Changed snmpv3_get_engine{Time,Boots} to snmpv3_local_snmpEngine* |
| |
| dreeder 24 Oct 98 23:07:54 |
| - Shook bugs out of LCD to manage engine IDs/time ("testing/etest -a"). |
| Added a function dump_snmpEngineID ("testing/misctest -1"). |
| Made sprint_hexstring not-static... (temporary change I think). |
| Added comments/questions about building snmpEngineID. (snmpv3.c) |
| Added TRUE/FALSE defines to snmpusm.c. (These should be standardized.) |
| Added SNMP_MAXBUF_SMALL. (tools.h) |
| Cleaned up (clarified?) test harness description. |
| |
| marz 25 Oct 98 14:48:06 |
| -(snmp_parse_args.c): move key generation (generate_Ku) after init_snmp |
| |
| hardaker 25 Oct 98 20:59:33 |
| - (snmp_agent.c): debugging parse/build statements and errno fixes. |
| |
| hardaker 25 Oct 98 21:00:15 |
| - (system.h): created DEBUGPL to do DEBUGP with file/line statements. |
| |
| hardaker 25 Oct 98 21:01:00 |
| - (tools.c): check memdup() for NULL passed in. |
| |
| hardaker 25 Oct 98 21:01:58 |
| - (read_config.c): bug fixes: misc NULL checks. |
| |
| hardaker 25 Oct 98 21:02:40 |
| - (snmp_client.c): default to setting secNameLen and contextNameLen to -1. |
| |
| dreeder 25 Oct 98 22:28:18 |
| - Mostly shuffling pre-existing things about -- |
| Used USE_INTERNAL_MD5 put kmt_hash parallel with v2p MD5 hash. |
| sc_encrypt/sc_decrypt now also return: SNMPERR_SC_NOT_CONFIGURED. |
| Tested and "fixed" build with on&off settings of: |
| USE_V2PARTY_PROTOCOL, SCAPI_AUTHPRIV, USE_INTERNAL_MD5. |
| Greatest damage done in agent/snmp_agent.c, snmplib/snmp_client.c. |
| Repaired use of key manipulation functions in snmpusm.c. |
| (Could use peer review as my expectations of use may differ.) |
| Added (and removed 1) some XXX's in party code... |
| |
| hardaker 26 Oct 98 13:34:03 |
| - (snmpusm.c): enable NULL engineIDs in user storage. |
| |
| hardaker 26 Oct 98 13:37:03 |
| - (snmp_api.c, snmp_api.h): |
| - creating users from a session: create_user_from_session(). |
| - make probing use the above twice (once for NULL engineID and once |
| for probed engineID). |
| - bug fix: snmp version printed in debugging was off by -1. |
| |
| hardaker 26 Oct 98 20:41:19 |
| - (snmp_agent.c): set context name on engineID report. |
| |
| hardaker 26 Oct 98 20:42:06 |
| - (snmpd.c): create the "initial" user for engineID:null. |
| |
| hardaker 26 Oct 98 22:12:17 |
| - (keytools.c): check for NULL pointer, not *pointer. |
| |
| hardaker 26 Oct 98 22:15:01 |
| - (snmpusm.c): malloc kul space in usm_set_password(). |
| |
| dreeder 28 Oct 98 09:39:57 |
| - get_enginetime() now returns <0,0> tuple for NULL/""/len=0 engineIDs. |
| sc_{check,generate}_keyed_hash() process hashes <= hash output len. |
| (Stable, but expect an expanded test in scapitest.c soon.) |
| Misc: Put MD5_HASHSIZE_BYTES in party.h; SNMP_ZERO in tools.h |
| |
| lewis 28 Oct 98 13:16:54 |
| - - (snmpusm.c) |
| - Debugged running of usm_generate... function so that it runs with no |
| authentication / no privacy options. (Don't have a way yet to test |
| with the fancy security.) |
| - Added a line for debugging which sets all bytes of the security header |
| and the PDU's resting place to FF - for debugging purposes only. This |
| lets me see what bytes remain to be punched in. This line is flush left |
| in the file, indicating that it is to be cut out if we reach release. |
| - Added "emergency_print," an uncalled routine I like to have when running |
| in gdb. It dumps a field of x bytes in hex, 25 values to a line. |
| |
| dreeder 28 Oct 98 14:19:52 |
| - Bounded KMT code with #define's for HAVE_LIBKMT |
| - Will not compile without either HAVE_LIBKMT -or- USE_INTERNAL_MD5. |
| - Added new error code: SNMPERR_KT_NOT_AVAILABLE. |
| - Added a test for previous changes to sc_*_keyed_hash() functions. |
| (Augmented test_dokeyedhash() in keymanagement.c.) |
| |
| lewis 29 Oct 98 09:56:08 |
| - - (snmpusm.c) |
| - Made fixes to process incoming |
| - Began to add code for the security state reference |
| |
| lewis 29 Oct 98 10:27:37 |
| - - (snmpusm.h) |
| - Added prototype for set_reportErrorOnUnknownID |
| |
| lewis 29 Oct 98 10:29:16 |
| - - (snmpusm.c) |
| - Fixed some of Wes' reported problems. |
| - Added code to store secStateRef |
| - Still need to use it in generate_outgoing |
| |
| lewis 29 Oct 98 14:30:18 |
| - - (snmpusm.c) |
| - Now makes use of the stored secStateRef in generate outgoing |
| - I hope - I still haven't been able to get message back and forth, |
| it's time to figure out how to run the snmpd stuff I guess. |
| |
| marz 29 Oct 98 15:06:49 |
| add #idef gaurds for kmt.h and kmt_algs.h dependent on existence of headers rather than libkmt |
| |
| lewis 30 Oct 98 06:45:24 |
| - - (snmpusm.h) |
| - Added a state reference free routine |
| - Changed name of the routine to set the report-on-error flag so that it |
| begins with "usm_". |
| |
| lewis 30 Oct 98 06:46:52 |
| - - (snmpusm.c) |
| - Modified the free state ref routine to take a void * instead of a |
| struct whatever *, this plus adding it to the .h file makes is useable |
| by the Message Processor. |
| |
| lewis 30 Oct 98 07:34:26 |
| - - (snmpusm.c) |
| - Removed a potential memory hole (returning on error from the process |
| incoming routine without freeing the security state reference). |
| |
| hardaker 30 Oct 98 08:38:53 |
| - (snmpv3.c): snmp_perror() -> perror() ["malloc"]. |
| |
| hardaker 30 Oct 98 08:43:52 |
| - (snmpd.c): |
| - Make -D a toggle. |
| - use usm_set_reportErrorOnUnknownID(). |
| |
| hardaker 30 Oct 98 08:45:09 |
| - (snmp_parse_args.c): |
| - Make -D a toggle. |
| |
| hardaker 30 Oct 98 16:44:43 |
| - (snmp_agent.c): make the agent watch the error status from packet |
| parsing instead of doing checks itself. |
| |
| hardaker 30 Oct 98 16:52:03 |
| - (snmpusm.c): usm_get_user(): allow a null length (but non null |
| pointer) engineID. |
| |
| marz 1 Nov 98 15:55:11 |
| -(asn1.c, lcd_time.c, snmp_api.c, snmp_api.h, snmp_client.c, snmpusm.c, snmpv3.c): remove internal pdu/varlist, pdu_free update, handle initial user as discussed, remove initial user hack, remove engineID probe/Report hack, handle securityStateRef as discussed, handle zero-length context, normalize _enginetime arg order, include wes's patches for null engineid and secNameLen++ |
| |
| hardaker 1 Nov 98 19:32:43 |
| - (snmp_parse_args.c, snmp_parse_args.h, snmpbulkwalk.c, snmpdelta.c, |
| snmpget.c, snmpgetnext.c, snmpset.c, snmpstatus.c, snmptable.c, |
| snmptest.c, snmptrap.c, snmpwalk.c): |
| - use "snmpapp" as configuration file name. |
| |
| hardaker 1 Nov 98 19:36:59 |
| - (snmp_api.c): generate user->Kul from session->Ku. |
| |
| hardaker 1 Nov 98 19:38:29 |
| - (snmp_agent.c): generate all sorts of new SNMP reports when needed. |
| |
| hardaker 1 Nov 98 19:39:29 |
| - (snmpd.c): use snmp_perror() if snmp_agent_parse() returns 0. |
| |
| hardaker 2 Nov 98 09:00:25 |
| - (vacm.c): allow a security level >=, not ==. |
| |
| hardaker 2 Nov 98 09:01:07 |
| - (snmpv3.c): remove usm_create_initial() and set_enginetime(). |
| |
| hardaker 2 Nov 98 09:06:04 |
| - (snmpusm.c, snmpusm.h): |
| - new function: init_usm_post_config(void); |
| - make usm_get_user_from_list() handle a bogus initial user flag. |
| |
| hardaker 2 Nov 98 09:09:35 |
| - (snmp_api.c): |
| - use init_usm_post_config(); |
| - use usm_get_user_from_list to ask not to return the default initial user. |
| - fix snmp_var_add_variable() to allow counters. |
| |
| hardaker 2 Nov 98 09:10:15 |
| - (snmp_parse_args.c): typo on des key initialization, forgot the 'X'. |
| |
| hardaker 2 Nov 98 09:13:36 |
| - (snmp_agent.c): |
| - fix report OIDs to be correct. |
| - debugging statement when sending a report. |
| - added unsupported security level report. |
| - send a counter instead of an integer. |
| |
| hardaker 2 Nov 98 16:01:24 |
| - (snmp_parse_args.c): generate Ku for priv protocol using auth protocol hash. |
| |
| hardaker 3 Nov 98 09:37:03 |
| - (lcd_time.c): first byte==0 engine ID's are valid. |
| |
| lewis 4 Nov 98 11:35:29 |
| - - (snmpusm.c) |
| - Better handling of null and unknown engine IDs. |
| |
| dreeder 4 Nov 98 11:45:08 |
| - (lcd_time.c) Special cases for NULL or 0 length engineIDs. |
| |
| hardaker 4 Nov 98 21:53:32 |
| - (snmp_agent.c): check engineID to make sure its us. |
| |
| lewis 5 Nov 98 09:52:35 |
| - - (snmpusm.c) |
| - Fixed call to predict integer length routine to give it the *whole* |
| number, not just one (first/last depends on endian) of the number. |
| Doh! scale rating 9. |
| - Altered that routine to be more like the asn_build_int ... i.e., no |
| longer assumes the length of the length is 1. Doh! rating a 1. |
| |
| lewis 5 Nov 98 11:03:24 |
| - - (snmpusm.c) |
| - Fixed some DEBUGP calls to show the right function, perhaps these will |
| become DEBUGPL in the future. |
| |
| dreeder 5 Nov 98 15:37:29 |
| - Mostly function header comments in read_config.c, util_funcs.c, snmpv3.c. |
| (Please feel free to check for accuracy...) |
| Check for NULL in register_config_handler(). |
| Added length argument to snmpv3_get_engineID(). |
| Check for length(P)<USM_LENGTH_P_MIN in generate_Ku(). |
| Note: "etest -a" has a new failure; to be fixed when Time LCD re-stabilizes. |
| |
| marz 6 Nov 98 16:13:37 |
| -(snmp_api.[ch], snmp_client.c): handle Reports to trigger resend, except for unknownEngineID, pass secStateRef to receive securityState from USM *WARNING* getting authorization failure in USM* please help - this was not happening before so doubtless it is my fault? |
| |
| marz 7 Nov 98 12:33:49 |
| -(snmp_api.c, lcd_time.[ch], snmpusm.c): clean up problems caused when we began using secStateRef, other USM errors, implement LCD_TIME_SYNC_OPT optimization |
| |
| marz 7 Nov 98 12:37:21 |
| -(snmp_agent.c, snmpd.c): clean up problems caused when we began using secStateRef, set_enginetime in LCD post config read, LCD_TIME_SYNC_OPT time lerning optimization, include file for lcd_time added, moved make_report to snmplib - report generation is still in agent |
| |
| hardaker 9 Nov 98 13:29:19 |
| - (snmp_api.c): generate_kul should use authprotocol. |
| |
| marz 11 Nov 98 07:51:43 |
| -(lcd_time.c, snmpusm.c): fixes to handle null engine ID - tolerated when sending, unknown when receiving |
| |
| marz 11 Nov 98 08:03:24 |
| -(snmp_agent.c): remove workaround to detect unknownEngineID error - now doen in USM as spec'd |
| |
| hardaker 11 Nov 98 12:37:47 |
| - (snmpd.c, snmp_api.c, snmpv3.c, snmpv3.h): |
| - move initial set_enginetime() from agent to snmpv3.c. |
| - new snmp.conf configure file tokens: defAuthType, defPrivType, |
| defPassphrase, defAuthPassphrase, defPrivPassphrase. |
| - minimum boots used is 1, not 0. |
| |
| hardaker 11 Nov 98 13:09:26 |
| - (snmpd.c): added needed init_() routines. |
| |
| hardaker 11 Nov 98 13:11:02 |
| - (snmpv3.c): don't print oids to %s's. |
| |
| hardaker 13 Nov 98 07:59:04 |
| - (snmpd.c): create the correct initial user after engineID configuration. |
| |
| hardaker 13 Nov 98 08:03:45 |
| - (usmUser.c): don't initialize user here. |
| |
| hardaker 13 Nov 98 08:04:42 |
| - (snmpv3.c): make engineID configuration lines get parsed early. |
| |
| hardaker 13 Nov 98 08:14:04 |
| - (snmpusm.c): |
| - more appropriate engineID checking for users (was a bug). |
| - usm_add_user(): don't duplicate users with the same name/engineID. |
| |
| hardaker 15 Nov 98 10:19:55 |
| - (snmpd.c): move post_config init routines to beyond persistent reading. |
| |
| hardaker 15 Nov 98 12:55:38 |
| - (Makefile.in): |
| - new make target: test |
| - make all doesn't compile the testing directory. |
| |
| hardaker 15 Nov 98 13:00:41 |
| - (usmUser.c, snmpusm.c, snmpusm.h): |
| - usm_remove_user(): |
| - properly updates the list pointer. |
| - requires a ** pointer to the list to do this. |
| - check against a NULL list pointer. |
| - usm_cloneFrom_user(): |
| - the keys were not being properly duplicated. |
| - usm_clone_user(): deleted. |
| - usm_create_user(): created, and used in place of usm_clone_user(NULL). |
| |
| hardaker 15 Nov 98 13:01:27 |
| - (etimetest.c): fix calls to set/get_enginetime(). |
| |
| hardaker 15 Nov 98 14:14:07 |
| - (ISSUES): finished a couple of things. |
| |
| hardaker 15 Nov 98 14:19:21 |
| - (ISSUES, snmp_agent.c): fix pdu freeing problem, thanks to Joe's |
| merge of the pdu structures. |
| |
| hardaker 15 Nov 98 15:50:33 |
| - (ISSUES): misc date changes and mark that I'm working on something. |
| |
| hardaker 15 Nov 98 15:53:24 |
| - (snmpd.c, read_config.c, snmp_api.c): |
| - create/call snmp_shutdown(). |
| - remove the "persistent." part of the persistent .conf name. |
| - rename instead of unlink old persistent .conf file. |
| |
| hardaker 15 Nov 98 17:37:00 |
| - (ISSUES, snmpv3.c): when engineID changes from the previous run, |
| reset engineBoots to 1. (requires storing the last engineID used). |
| |
| hardaker 16 Nov 98 20:10:19 |
| - (snmp_agent.c, snmpd.c, snmp_mib.c, snmp_mib.h, snmp_api.c, |
| snmp_api.h): |
| - use new library based statistics counter everywhere. |
| |
| hardaker 16 Nov 98 20:17:01 |
| - (util_funcs.c, util_funcs.h, interfaces.c, system.c, registry.c): |
| - use header_generic in a few more places. |
| - standardize the MATCH_FAILED and MATCH_SUCCEEDED definitions. |
| |
| hardaker 22 Nov 98 07:24:56 |
| - (snmpusm.c): usm_create_initial_user() accepts name & auth/priv types. |
| |
| hardaker 22 Nov 98 07:25:52 |
| - (snmpd.c): |
| - log PID to file using -P. |
| - create template users: templateMD5 & templateSHA. |
| |
| hardaker 22 Nov 98 07:26:30 |
| - (keymanagetest.c): new flag: -q = quiet. |
| |
| hardaker 22 Nov 98 07:27:12 |
| - (demo): script to run list of commands required for the demo. |
| |
| hardaker 22 Nov 98 07:28:58 |
| - (.cvsignore): ignore testing targets. |
| |
| hardaker 22 Nov 98 14:36:53 |
| - (demo): quote the pass phrase. |
| |
| hardaker 22 Nov 98 22:16:44 |
| - (demo): |
| - pass/fail type output. |
| - hosts other than localhost. |
| - capability to look for stuff in output of commands. |
| |
| hardaker 22 Nov 98 22:26:28 |
| - (demo): turn encryption on for tests that need it. |
| |
| hardaker 23 Nov 98 07:14:05 |
| - (keymanagetest.c): print MD5/SHA before the keychange string. |
| |
| hardaker 23 Nov 98 07:16:01 |
| - (demo): fix the key change string extraction to look for the MD5 version. |
| |
| hardaker 23 Nov 98 07:38:44 |
| - (keymanagetest.c): bequiet should be 0 by default. |
| |
| hardaker 23 Nov 98 08:06:34 |
| - (demo): bug fixes. |
| |
| dreeder 24 Nov 98 16:43:50 |
| Fixed bug in USM preventing exchange of crypted packets. Code added |
| to properly estimate size of crypted text given un-padded plaintext. |
| Found/fixed KMT prototype conflict that caused the given IV to be |
| ignored at crypt/decrypt time. |
| setup_engineID() has a new argument to allow ID strings to be returned |
| to caller. |
| New file snmplib/transform_oids.h to put static declarations in a single |
| place... |
| Failure of stat increments in USM no longer cause failure in the calling |
| function. |
| Added utility apps/encode_keychange. (-h for usage.) |
| DIFFTIME macro to replace oft repeated code. |
| Shortened some VACM debugging output to a single line from many. |
| More comments. More trouble spots marked XXX. |
| Converted oft used magic numbers to symbolic constants (some pre-existing). |
| Cleaned up some simply fixed build warnings. |
| Updated nonexport/crypto/README. Still needs work. |
| |
| marz 25 Nov 98 07:44:28 |
| -(snmp_parse_args.c): added -T <boots> <time> to set an initial (authenticated) time value for the destination engineIDs boots/time) |
| |
| marz 25 Nov 98 07:48:49 |
| -(snmp_api.[ch], snmp.h, snmp_client.c): handle incoming Reports - propagate STAT_ERROR to apps with approp. error message, handle recoverable error notInTimeWindow and engineId discovery, send reports with secLevel==noAuthNoPriv except notInTimeWindow |
| |
| marz 25 Nov 98 07:51:50 |
| -(tools.c): oops back out little compile workaround I did not mean to commit |
| |
| marz 25 Nov 98 07:54:01 |
| -(snmpd.c, snmp_agent.c): initialize pid_dile, only allocate engineID mem for Reports when sending Report, fix version info in debug message |
| |
| hardaker 25 Nov 98 07:56:30 |
| - (snmpEngine.c, snmpMPDStats.c, usmUser.c, usmUser.h): |
| - Added a couple of DEUBGP statements and a couple of comment clairifications. |
| |
| hardaker 25 Nov 98 12:39:01 |
| - (snmpusm.c): changes in comments for clarification. |
| |
| hardaker 25 Nov 98 12:40:35 |
| - (snmpv3.c): changes in comments for clarification. |
| |
| hardaker 25 Nov 98 12:54:08 |
| - (snmp_agent.c): version checks against v2c/v2p -> !v1. |
| |
| hardaker 25 Nov 98 13:04:02 |
| - (snmpd.c): comment clarification. |
| |
| hardaker 25 Nov 98 17:12:02 |
| - (demo): |
| - encode_keychange usage. |
| - move closer to 42, but leave room for a few more things. |
| |
| hardaker 25 Nov 98 22:58:43 |
| - (config.h.in, configure, configure.in): check for tcgetattr. |
| |
| hardaker 25 Nov 98 22:59:56 |
| - (snmpv3.c, snmpv3.h): create snmpv3_set_engineBootsAndTime(). |
| |
| hardaker 25 Nov 98 23:00:47 |
| - (tools.c): dump_engineID should *never ever* modify the passed length param. |
| |
| hardaker 25 Nov 98 23:02:49 |
| - (demo): |
| - -s: 1 sec sleep instead of keypress. |
| - do time tests. |
| - use encode_keychange. |
| |
| hardaker 25 Nov 98 23:04:10 |
| - (snmpEngine.c, snmpEngine.h): |
| - Shhhhh..... boots and time are writable... Don't tell anyone... Shhh... |
| |
| hardaker 25 Nov 98 23:15:05 |
| - (encode_keychange.c): |
| - use u_char's where appropriate. |
| - some debugging statements added. |
| |
| hardaker 25 Nov 98 23:32:51 |
| - (usmUser.c): |
| - keychange needs a temp buffer. |
| - a few debugging statements. |
| |
| hardaker 27 Nov 98 10:20:45 |
| - (snmpusm.c): usm_set_salt() accepts a key which is too long (SHA for DES). |
| |
| hardaker 27 Nov 98 10:23:03 |
| - (snmp_api.c): snmpv3_send_report() removes the secStateReference |
| from the pdu is there is one. It shouldn't be used for reports. |
| |
| hardaker 27 Nov 98 10:31:12 |
| - (demo): final fixes for all current tests to work. |
| |
| hardaker 27 Nov 98 15:15:25 |
| - (demo): |
| - -T: pause after test completions. |
| - **** 42/42 tests passed |
| |
| hardaker 27 Nov 98 16:55:15 |
| - (snmppass.c): beginnings of a snmp password changer: |
| - stole most code from snmpset.c and encode_keychange.c. |
| - need to fix: must specify most everything on the command line (ie, |
| .conf file tokens don't work here). |
| - very unclean and a quick hack. |
| - differs from encode_keychange, in that it actually preforms the set. |
| |
| hardaker 27 Nov 98 16:55:23 |
| - (Makefile.in): add snmppass.c |
| |
| hardaker 27 Nov 98 16:56:47 |
| - (.cvsignore): snmppass and encode_keychange |
| |
| hardaker 28 Nov 98 11:41:02 |
| - (usmUser.c, usmUser.h): |
| - merge write_ keyChange and ownKeyChange functions into one. Since |
| the user name is not passed in, the calling module will have to |
| check for it until we're willing to change the API or the VACM is |
| fixed and the ownKeyChnage objects can be obsoleted. |
| |
| hardaker 28 Nov 98 11:41:36 |
| - (snmppass.c): -o: use the ownKeyChange object. |
| |
| marz 29 Nov 98 19:32:21 |
| (demo): fix time sync test to test for timeout as expected when app clock is set ahead |
| |
| marz 29 Nov 98 19:34:41 |
| -(snmp_api.c): move commandline based boots/time setting code after engineID discovery in case engineID was not supplied on command line as well |
| |
| hardaker 30 Nov 98 22:00:23 |
| - (demo): better document the required .conf file pieces. |
| |
| hardaker 30 Nov 98 22:12:10 |
| - (demo): enable -C: auto-configure the agent. |
| |
| wbabson 1 Dec 98 07:56:55 |
| Fixed a library search order bug which had /usr/local/ssl/lib and /usr/local/lib |
| searched before ../snmplib. This caused unresolved references when trying to |
| link snmpd and the applications. To do this LOCAL_LIBS was created and ../snmplib |
| was removed from LIBS and placed there. Then LOCAL_LIBS was added before |
| LDFLAGS in the link commands. agent/Makefile.in and apps/Makefile.in were modified. |
| |
| hardaker 1 Dec 98 14:54:28 |
| - (snmp_api.c): include kmt.h and related. |
| |
| hardaker 1 Dec 98 14:55:28 |
| - (tools.c): include kmt.h and related. |
| |
| hardaker 1 Dec 98 14:55:49 |
| - (usmUser.c): include kmt.h and related. |
| |
| hardaker 1 Dec 98 14:55:55 |
| - (snmppass.c): include kmt.h and related. |
| |
| marz 2 Dec 98 08:32:29 |
| -(demo.c): test #38 will show the 6 message exchange since it is initialized with a simulated authentic oots/time which defeats the LCD_TINE_SYNC_OPT |
| |
| hardaker 2 Dec 98 14:26:08 |
| - (snmp_agent.c): after detection of snmp version, error codes were reversed. |
| |
| hardaker 2 Dec 98 15:18:53 |
| - (snmpd.conf.5.def): added v3 specific token notes. |
| |
| hardaker 2 Dec 98 15:19:47 |
| - (Makefile.in, snmp.conf.5.def): created a snmp.conf manual page. |
| |
| hardaker 2 Dec 98 17:03:27 |
| - (.cvsignore): snmp.conf.5 ignored. |
| |
| hardaker 2 Dec 98 17:03:48 |
| - (snmp.conf.5.def): mibdirs, mibs, and mibfiles documented. |
| |
| hardaker 2 Dec 98 19:38:12 |
| - (lcd_time.c): comment clairification. |
| |
| hardaker 2 Dec 98 19:39:22 |
| - (mib.c): unneeded XXX removed. |
| |
| hardaker 2 Dec 98 19:39:47 |
| - (read_config.c): make copy_word() skip ahead of space on returned pointer. |
| |
| dreeder 3 Dec 98 18:44:49 |
| Co-checkin with new version of KMT (located in nonexport/KMT-snmp). |
| kmt_random() signature changed in sc_random(). |
| Second verson testing/demo at testing/demo2* . |
| |
| hardaker 3 Dec 98 22:20:06 |
| - (acconfig.h, config.h.in, configure, configure.in): |
| - new flag and define --enable-testing-code -> SNMP_TESTING_CODE. |
| |
| hardaker 3 Dec 98 22:22:59 |
| - (keytools.c): use SNMP_TESTING_CODE def to protect some sections. |
| |
| hardaker 3 Dec 98 22:23:48 |
| - (scapi.c): testing DEBUGP for printing out keys. |
| |
| hardaker 3 Dec 98 22:26:40 |
| - (snmpusm.c, snmpusm.h): |
| - protect sections with SNMP_TESTING_CODE. |
| - allow *'s in fields for engineIDs for key setting .conf entries. |
| |
| hardaker 3 Dec 98 22:32:20 |
| - (snmpEngine.c, snmpEngine.h): |
| - only make time/boots setable when SNMP_TESTING_CODE is defined. |
| |
| hardaker 3 Dec 98 23:17:17 |
| - (demo): removed. |
| |
| marz 4 Dec 98 08:05:59 |
| -(snmpcmd.1): update man page for new V3 parse args |
| |
| hardaker 4 Dec 98 11:03:14 |
| - (Makefile.in, snmppass.c, snmpusm.c): |
| - delete snmppass. |
| - create first pass snmpusm.c. |
| |
| hardaker 4 Dec 98 11:04:09 |
| - (snmpd.conf.5.def): document the * for engineID feature. |
| |
| hardaker 4 Dec 98 16:45:43 |
| - (UCD-DEMO-MIB.txt): demo mib objects. |
| |
| hardaker 4 Dec 98 16:46:09 |
| - (UCD-SNMP-MIB.txt): mention/reserve the demo object group in a comment. |
| |
| hardaker 4 Dec 98 16:49:21 |
| - (.cvsignore): .gdb stuff |
| |
| hardaker 4 Dec 98 16:50:04 |
| - (ucdDemoPublic.c, ucdDemoPublic.h): |
| - examples/ucdDemoPublic module: simple objects for doing demos, |
| including remote resetting of keys to a known passwords for a list |
| of users. |
| |
| hardaker 4 Dec 98 16:50:28 |
| - (ucdDemoPublic.cmds): commands to run to set up for the demo. |
| |
| hardaker 4 Dec 98 16:50:38 |
| - (ucdDemoPublic.conf): configuration file lines needed for the demo. |
| |
| hardaker 4 Dec 98 18:38:05 |
| - (version.h, sedscript.in, bug-report): 4.0.pre1 tag |
| |
| dreeder 5 Dec 98 16:52:49 |
| Extended demo2 into demo.remote to allow testing between <here> and |
| ucd-snmp.ucdavis.edu. |
| |
| marz 13 Dec 98 14:57:02 |
| -(snmp_api.[ch], snmp_client.c): add support for msgID which is different from reqid and which increments with each retry. Note: late Responses will be dropped if they arrive after timeout - this is different from v1 behaviour where a late Response to the initial try will be accepted up to the time where the last retry times out |
| |
| hardaker 13 Dec 98 18:39:02 |
| - (mib2c): minor update (needs more) for newer snmp perl mod. |
| |
| hardaker 13 Dec 98 18:39:44 |
| - (.cvsignore): .gdb.auto.init |
| |
| hardaker 13 Dec 98 18:41:11 |
| - (encode_keychange.c): removed unneeded linux ifdef. |
| |
| hardaker 17 Dec 98 15:59:10 |
| - (read_config.c): wrap config line print's in SNMP_TESTING_CODE checks. |
| |
| hardaker 2 Dec 98 21:55:04 |
| - (just about all files): merge of V3-b1 changes into V3-b2 branch. |
| |
| hardaker 2 Dec 98 22:27:54 |
| - (agent_read_config.c, snmpd.c, usmUser.c, snmp_parse_args.c, |
| read_config.h, snmp_api.c, snmpusm.c, snmpv3.c, tools.h): |
| - final changes? to V3-b2 merge. |
| |
| hardaker 2 Dec 98 22:29:52 |
| - (read_config.c): make that 28 errors from whitespace changes. |
| |
| hardaker 2 Dec 98 22:37:08 |
| - (snmpd.c): call init_snmpv3 before -H usage info. |
| |
| hardaker 13 Dec 98 10:33:45 |
| - (*): merge1 to V3-b3. |
| |
| hardaker 13 Dec 98 18:56:18 |
| - (*): merge2 to V3-b3. |
| |
| dreeder 17 Dec 98 08:05:04 |
| Creature comfort: /etc script to (re)start and stop snmpd and snmptrapd |
| and keep (compressed) copies of previous logfiles. Intended to be universal |
| to Linux, Solaris, FreeBSD, ... . |
| |
| hardaker 21 Dec 98 17:36:37 |
| - (configure, configure.in): define USE_INTERNAL_MD5 if KMT isn't available. |
| |
| hardaker 21 Dec 98 17:49:38 |
| - (all_system.h, keytools.c, lcd_time.c, md5.c, md5.h, scapi.c, |
| scapi.h, snmp_api.c, snmp_auth.c, tools.c): |
| - internal MD5 support done. |
| - tested with and without kmt to opposite and same side apps/agents. |
| - tested against older 4.0.pre1 agent on bandit as well. |
| - all but one testing/* test passes (which was failing before anyway). |
| - the older demo script passes as well. |
| - Modified many other routines. Everything should use SCAPI now and |
| KMT should never be called directly outside the scapi.c and |
| keytools.c files. |
| - new scapi routine: sc_hash(). |
| - Could, as always, use a bit more clean up, but I needed to check |
| something in that worked before I break it again (ahem). |
| |
| hardaker 21 Dec 98 17:53:10 |
| - (snmpget.c, snmpusm.c): unneeded KMT includes removed. |
| |
| hardaker 21 Dec 98 17:54:38 |
| - (keymanagetest.c): surround a few KMT specific items with #ifdefs. |
| |
| hardaker 21 Dec 98 17:56:56 |
| - (snmp_agent.c): remove unneeded KMT includes. |
| |
| hardaker 22 Dec 98 19:40:12 |
| - (keytools.c): decode_keychange() wasn't setting the returned buffer length. |
| |
| hardaker 22 Dec 98 19:43:50 |
| - (snmp_api.c): DEBUGP of probed engineID printed 00's as 0's. |
| |
| hardaker 22 Dec 98 21:09:38 |
| - (snmp_agent.c, usmStats.c, usmStats.h, usmUser.h, |
| SNMP-USER-BASED-SM-MIB.txt): |
| - updated USM mib, including the move from snmpModules.12 to .15. |
| - make reports generated include the .0 suffix for the instance specifier. |
| |
| hardaker 22 Dec 98 21:10:28 |
| - (tools.c): wrap dump_engineID in #ifdef SNMP_TESTING_CODE. |
| |
| hardaker 22 Dec 98 21:17:25 |
| - (lcd_time.c): wrap dump_etimelist() in #ifdef SNMP_TESTING_CODE. |
| |
| hardaker 22 Dec 98 21:20:31 |
| - (encode_keychange.c): |
| - don't use dump_snmpEngineID() unless testing. |
| - Note: this utility is not really needed anymore. |
| |
| hardaker 22 Dec 98 22:12:32 |
| - (SNMP-USER-BASED-SM-MIB.txt): typo (cut and paste missed a line). |
| |
| hardaker 23 Dec 98 21:07:33 |
| - (snmpusm.c): msgSecurityParams should contain the *salt*, not the IV, |
| as defined by the USM document, section 8.1.1.1 (and common sense). |
| |
| hardaker 23 Dec 98 21:47:44 |
| - (snmp_api.c): |
| - Send only authNoPriv reports for notInTimeWindow reports. |
| - report length check increased by one to accomodate for the .0 suffix. |
| |
| hardaker 23 Dec 98 22:06:25 |
| - (snmpusm.c): allow generate_out_msg() to use unknown security names |
| for secLevel = noAuthNoPriv. |
| - this is required since unknownUser reports need to go out with the |
| same user name as the bad request that came in. |
| |
| hardaker 29 Dec 98 17:01:24 |
| - (vacm.c): Enable multiple side by side views in the view family |
| tree. The views already existed, but weren't checked and only the |
| first view was found. |
| - Not done in a clean fashion. Much of the structure definitions |
| should be rewritten with sub-pieces to do it properly with greater |
| speed. |
| |
| hardaker 29 Dec 98 17:28:31 |
| - (config*): define u_int{8,16,32}_t for KMT headers. |
| |
| hardaker 31 Dec 98 17:55:39 |
| - (snmpusm.c): USM oid's were wrong |
| |
| hardaker 31 Dec 98 17:58:19 |
| - (version.h bug-report sedscript.in): version tag ( 4.0.pre2 ) |
| |
| hardaker 6 Jan 99 07:46:02 |
| - (snmpusm.c): usm_set_salt() was using a host specific byte ordering |
| for generating the salt from the enigineBoots value and from the |
| arbitrary integer. This technically shouldn't matter, but since |
| we're shooting to be a reference platform... |
| |
| hardaker 19 Jan 99 19:20:07 |
| - (ISSUES): need random int for IV. |
| |
| wbabson 26 Jan 99 05:52:19 |
| Changed MIN() macro to SNMP_MIN() because we explicitly |
| define that in tools.h... This was needed to allow successful |
| linkage in Solaris 2.6 |
| |
| hardaker 27 Jan 99 20:37:56 |
| - (SNMP-TARGET-MIB.txt): target mib was improperly located at .15 not .12. |
| |
| hardaker 27 Jan 99 20:51:12 |
| - (snmp_parse_args.c): accept security level abbreviations. |
| |
| hardaker 27 Jan 99 21:07:59 |
| - (acconfig.h, config.h.in, configure, configure.in, read_config.c): |
| - create --with-persistent-directory configure script flag. |
| |
| dreeder 29 Jan 99 15:20:51 |
| Repaired tests to reflect changes in the codebase. |
| |
| marz 31 Jan 99 13:57:13 |
| -(snmp_api.c): zero lenght user name for enineID discovery |
| |
| dreeder 2 Feb 99 14:04:48 |
| Resolve OID collisions: 1) between demo MIB and UCD enterprise MIB; 2) |
| inside demo MIB. |
| |
| hardaker 2 Feb 99 22:04:38 |
| - (snmptrapd.c): support -H. |
| |
| hardaker 2 Feb 99 22:13:41 |
| - (read_config.c): |
| - allow env variable SNMP_PERSISTENT_FILE to override persistent |
| storage locaction. |
| - merge in Mike's changes to copy_word(). |
| |
| hardaker 2 Feb 99 22:14:46 |
| - (target.h): merge mike's target mibgroup into the 4.0 line. |
| |
| marz 6 Feb 99 15:04:13 |
| -(snmp_api.[ch],snmp_parse_args.c,snmpv3.[ch],snmpusm.c,snmpcmd.1): allow contextEngineID and securityEngineID to be different, added -E/-e to parse_args, fixed engineID discovery which broke after name used in probe switched to zero length string |
| |
| hardaker 7 Feb 99 20:43:15 |
| - (read_config.c): -Wall fix. |
| |
| hardaker 7 Feb 99 20:45:17 |
| - (snmpv3.c, snmpv3.h): a few -Wall fixes: |
| - protoype init_snmpv3_post_config(void). |
| - remove unneeded variables. |
| - don't compile in set_engineBootsAndTime interface function if not needed. |
| |
| hardaker 7 Feb 99 20:47:59 |
| - (snmp2p.c, snmp_agent.c, snmp_agent.h, snmp_vars.c, snmp_vars.h, |
| snmpd.c, snmpd.h, vacm_vars.c, vacm_vars.h, snmp_api.c, snmp_api.h, |
| snmp_auth.c, snmp_impl.h): Patch from Dave Shield: |
| - implement agent using libraries parsing and handling routines |
| instead of duplicating it. |
| |
| hardaker 8 Feb 99 00:11:59 |
| - (snmp_agent.c, util_funcs.c, ucdDemoPublic.c, route_write.c, |
| snmp_mib.c, system.c, snmpEngine.c, usmUser.c, extensible.c, pass.c, |
| pass_persist.c, proc.c, versioninfo.c): |
| - modified to work with new write variable api. |
| - fixed a missing feature in Dave's code: creation. |
| |
| hardaker 8 Feb 99 12:22:13 |
| - (COPYING): It's 1999. |
| |
| wbabson 8 Feb 99 13:34:39 |
| Changed the function prototype for snmpv3_set_engineBootsand Time |
| from int f(); to void f(); to match the function definition i |
| snmpv3.c . |
| |
| wbabson 8 Feb 99 13:40:27 |
| fixed casting error... *(long) changed to *(long *) |
| |
| dreeder 17 Feb 99 16:23:43 |
| Random IV; fixed salt construction. |
| Fixed NULL dereference show-stopper introduced by merge of D. Sheld's changes. |
| configure.in+Makefile.in automatically create PERSISTENT_DIRECTORY. |
| Minor compile warnings, out-of-date comments fixed, clarified debug outout, |
| clarified pre-compile code in scapi.c. |
| Discovered where pdu->securityEngineID was being multiply free'd, but not |
| the *first* time... (open problem) |
| |
| hardaker 17 Feb 99 20:59:29 |
| - (snmpd.c): -Wall fixes. |
| |
| hardaker 17 Feb 99 21:00:07 |
| - (snmp_agent.c): |
| - fix getbulks. |
| - fix snmpset's to allow creation. |
| |
| hardaker 17 Feb 99 21:00:22 |
| - (dlmod_mib.c): don't define MATCH_SUCCEEDED at all. |
| |
| hardaker 17 Feb 99 21:00:36 |
| - (util_funcs.c): -Wall variable removing. |
| |
| hardaker 17 Feb 99 21:00:58 |
| - (route_write.c, snmp_mib.c, system.c): |
| - -Wall variable removing. |
| |
| hardaker 17 Feb 99 21:01:36 |
| - (usmUser.c, extensible.c, pass.c, proc.c, versioninfo.c): |
| - -Wall variable removing. |
| |
| hardaker 17 Feb 99 21:05:28 |
| - (keytools.c, md5.c, read_config.c, scapi.h, snmp_api.c, snmp_auth.c, |
| snmp_client.c, snmpusm.c, transform_oids.h): |
| - -Wall fixes. |
| |
| hardaker 17 Feb 99 21:28:57 |
| - (keytools.c): opps. Deleted a variable I shouldn't have. |
| |
| hardaker 17 Feb 99 21:30:11 |
| - (snmp_agent.c): You can't assign a NULL to a union, only to a sub-type. |
| |
| hardaker 17 Feb 99 21:45:23 |
| - (testing/Makefile.in): remove references to subdirs since there are |
| none and it breaks simplier versions of sh when no arguments to |
| foreach exist. |
| |
| marz 24 Feb 99 09:31:29 |
| -(snmplib/snmp_api.[ch],snmplib/snmp.h,agent/snmpd.h,agent/snmp_agent.h): moved Reports into snmplib, conform to spec on criterria for sending Reports, lay ground work for maxMsgSize, default contextEngineID to securityEngineID when not explicitly set itself |
| |
| marz 25 Feb 99 14:04:05 |
| -(snmp_api.c,snmp_client.c): fixed bug in snmp_clone_pdu (not cloning securityEnigineID), uncommented _snmp_free |
| |
| wbabson 9 Mar 99 08:54:12 |
| First cut at snmptrapd modification. Receives authPriv and lower security |
| level traps. |
| |
| wbabson 9 Mar 99 09:02:07 |
| Changed DEBUGP() statement to get securityName from PDU rather than session |
| as session was not yet initialized during engine ID discovery and the NULL |
| value caused a segmentaion fault. |
| |
| marz 10 Mar 99 08:04:47 |
| -(snmp_api.c): fix engineId discovery when context engineID is specified (needed to discover proxy engineID if all you know is proxied agent's engineID) |
| |
| wbabson 17 Mar 99 13:27:59 |
| Changed DEBUGP() statement about Building the SNMP message so that |
| even if securityName is uninitialized (NULL), program will continue |
| without core dumping. Later, someone should see about fixing the logic |
| so that securityName will not be a NULL pointer here, or |
| repair the debugging scheme, if that's valid. |
| |
| hardaker 24 Mar 99 20:30:12 |
| - (mibincl.h): add agent_read_config.h |
| |
| hardaker 24 Mar 99 20:32:44 |
| - (testing/Makefile.in): remove subdirs. |
| |
| hardaker 28 Mar 99 16:03:04 |
| - (vacm_vars.h): relocate VACM node where it should be (13->16). |
| |
| hardaker 28 Mar 99 16:16:38 |
| - (read_config.c): skip space after copying a word in copy_word() |
| |
| hardaker 30 Mar 99 09:51:21 |
| - (ucdDemoPublic.c): added help strings to conf parsers. |
| |
| hardaker 6 Apr 99 15:27:29 |
| - (Makefile.in): remove accidentially comitted conflict. |
| |
| hardaker 15 Apr 99 07:25:48 |
| - (keytools.c): Allow short passphrases when SNMP_TESTING_CODE is set. |
| |
| marz 19 Apr 99 14:14:23 |
| -(snmp_api.[ch],snmp_client.c): fixed bug where msgId and reqId were not treated correctly in responses if orginal request happened to have msgId or reqId equal to arbitrary default(0) |
| |
| marz 19 May 99 07:14:44 |
| |
| adding v3 packet generator perl5 script (requires Convert::BER) |
| . |
| |
| marz 19 May 99 07:16:41 |
| |
| example data file to generate a V3 packet with pktgen.pl |
| |
| marz 19 May 99 08:02:24 |
| README for pktgen.pl |
| |
| marz 19 May 99 08:44:03 |
| *** empty log message *** |
| |
| marz 19 May 99 08:45:15 |
| pktgen.pl |
| |
| marz 19 May 99 10:31:14 |
| remove last submit |
| |
| marz 20 May 99 12:35:03 |
| *** empty log message *** |
| |
| marz 23 May 99 08:04:03 |
| handle seq_of to allow arbitrary number of varbinds, bug fixes, send/receive, pretty print debugging packet dump |
| |
| hardaker 26 May 99 11:18:42 |
| - (ipfwacc.h): properly locate the mib. |
| |
| hardaker 26 May 99 11:20:04 |
| - (vmstat.c): include limits.h. |
| |
| hardaker 26 May 99 15:14:32 |
| - (hr_swinst.c): make software application type unknown instead of app. |
| |
| hardaker 26 May 99 15:18:46 |
| - (IPFWACC-MIB.txt): change to counters. |
| |
| hardaker 26 May 99 15:20:11 |
| - (ipfwacc.h): make into counters. |
| |
| hardaker 26 May 99 15:33:05 |
| - (agent_read_config.c, hr_filesys.c, interfaces.c, tcp.c, udp.c): |
| Patch from Derek J. Balling: |
| - freebsd2 fixes. |
| |
| hardaker 26 May 99 15:52:57 |
| - (acconfig.h, config.h.in): increase MAXREADCOUNT |
| |
| hardaker 26 May 99 15:54:22 |
| - (snmp_vars.c): include sys/queue.h. |
| |
| marz 1 Jun 99 07:25:55 |
| (pktgen.pl, packet.txt): added authentication support (md5 and sha1) |
| |
| daves 1 Jun 99 08:37:47 |
| - (agent/mibgroup/host/hr_swinst.c): Determine type of RPM packages |
| |
| marz 16 Jun 99 09:30:55 |
| (pktgen.pl, packet.txt): added encryption/privact support (des-cbc) |
| |
| marz 16 Jun 99 12:50:29 |
| (pktgen.pl, packet.txt): latest attempt to fix privacy/encryption |
| |
| marz 23 Jun 99 08:18:59 |
| (pktgen.pl, packet.txt): latest attempt to fix privacy/encryption(working with Crypt::DES/Crypt::CBC+patch) |
| |
| hardaker 6 Apr 99 15:13:40 |
| - (*): Merged the 4.0 line into the 3.6.1 line. |
| |
| hardaker 6 Apr 99 15:38:45 |
| - (mibincl.h, ucdDemoPublic.c, vacm_vars.h, snmptrapd.c, snmp_api.c, |
| Makefile.in): final merge pieces of recent v3 line changes. |
| |
| mslifcak 6 Apr 99 21:24:22 |
| - changes for ANSI headers; POSIX(index vs strchr); minor fixes |
| |
| mslifcak 6 Apr 99 22:13:59 |
| - (vacm_vars.c) - set global ptrs = 0. |
| |
| mslifcak 6 Apr 99 22:14:43 |
| - (snmp_vars.c) more v2party rework needed |
| |
| mslifcak 7 Apr 99 06:17:28 |
| - () more ANSI header fixups; touchup for M$ Win32 build |
| |
| hardaker 7 Apr 99 10:42:10 |
| - (config.h.in, snmp_vars.c, encode_keychange.c, snmptrapd.c, |
| Makefile.in, all_general_local.h, keytools.c, keytools.h, |
| lcd_time.c, md5.c, read_config.c, scapi.c, snmp_api.c, snmpusm.c, |
| snmpv3.c, tools.c, tools.h): |
| - misc merging, including fixes and debugging statement changes to |
| newer model. |
| - a few -Wall fixes. |
| |
| hardaker 7 Apr 99 10:48:07 |
| - (snmp_mib.c): removed unnneeded header_snmp(). |
| |
| hardaker 7 Apr 99 11:28:02 |
| - (ucdDemoPublic.c, sysORTable.c, vacm_vars.c, smux.c, snmpEngine.c, |
| usmUser.c, snmpTargetAddrEntry.c, snmpTargetParamsEntry.c): |
| - debugging statement conversion |
| |
| mslifcak 7 Apr 99 12:00:20 |
| - (agent/snmp2p.c agent/snmp_agent.c agent/snmp_vars.h |
| agent/view_parse.c agent/mibgroup/util_funcs.c |
| agent/mibgroup/examples/ucdDemoPublic.c |
| agent/mibgroup/host/hr_filesys.c |
| agent/mibgroup/host/hr_storage.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/system_mib.c agent/mibgroup/mibII/tcp.c |
| agent/mibgroup/mibII/udp.c agent/mibgroup/mibII/vacm_vars.c |
| agent/mibgroup/mibII/var_route.c agent/mibgroup/misc/ipfwacc.c |
| agent/mibgroup/snmpv3/usmUser.c |
| agent/mibgroup/ucd-snmp/extensible.c |
| agent/mibgroup/ucd-snmp/hpux.c agent/mibgroup/ucd-snmp/pass.c |
| agent/mibgroup/ucd-snmp/pass_persist.c |
| agent/mibgroup/ucd-snmp/proc.c |
| agent/mibgroup/v2party/context_vars.c |
| agent/mibgroup/v2party/party_vars.c |
| agent/mibgroup/v2party/view_vars.c apps/snmpdelta.c |
| apps/snmptest.c apps/snmptrapd.c apps/snmpnetstat/route.c |
| apps/snmpnetstat/winstub.c snmplib/acl_parse.c |
| snmplib/context.h snmplib/context_parse.c snmplib/party.h |
| snmplib/party_parse.c snmplib/read_config.c snmplib/snmp_api.c |
| snmplib/snmp_auth.c snmplib/snmp_impl.h snmplib/vacm.h |
| snmplib/view.h) fgets use sizeof mostly, oid base size is MAX_OID_LEN |
| |
| mslifcak 7 Apr 99 12:17:23 |
| -(ipfwchains.c) remove multiple definitions of MATCH_FAILED |
| |
| mslifcak 7 Apr 99 15:00:39 |
| -(usmUser.c,system.c) plug mem leak; (snmp_api.c) enforce array limit. |
| |
| hardaker 12 Apr 99 22:14:31 |
| - (mibincl.h): include sys/time.h. |
| |
| hardaker 12 Apr 99 22:15:39 |
| - (hr_utils.h): remove variable names from prototypes (was causing problems). |
| |
| hardaker 12 Apr 99 22:16:45 |
| - (tkmib): make displayed mib node info into two columns instead of one. |
| |
| hardaker 12 Apr 99 22:25:09 |
| - (snmp_api.c): make snmp_varlist_add_variable to possible create a |
| varlist before adding something to it. |
| |
| hardaker 13 Apr 99 15:19:20 |
| - (configure, configure.in, Makefile.in): Patch from Daniel Hagerty: |
| - fix libwrap to only add the library to the agent. |
| |
| hardaker 13 Apr 99 15:20:00 |
| - (system_mib.c): make sysDescr read-only. |
| |
| hardaker 13 Apr 99 15:32:23 |
| - (pass.c): Patch from Jim Mar: |
| - add capability for binary octet strings in pass scripts. |
| |
| hardaker 13 Apr 99 15:36:31 |
| - (SNMP-NOTIFICATION-MIB.txt, SNMP-PROXY-MIB.txt, |
| SNMP-VIEW-BASED-ACM-MIB.txt): Patch from Niels Baggesen: |
| - fix module locations for broken mibs. |
| |
| hardaker 13 Apr 99 15:54:48 |
| - (freebsd.h, freebsd2.h): Patch from Niels Baggesen: |
| - freebsd utmp cleanups. |
| |
| hardaker 13 Apr 99 15:56:53 |
| - (snmpd.c): Patch from Niels Baggesen: |
| - log with timestamp at shutdown. |
| |
| hardaker 13 Apr 99 15:57:24 |
| - (vacm_vars.c): Patch from Niels Baggesen: |
| - better checking of .conf file parsing line requirements. |
| |
| hardaker 13 Apr 99 15:58:02 |
| - (snmptranslate.c): Patch from Niels Baggesen: |
| - support -P. |
| |
| hardaker 13 Apr 99 15:58:27 |
| - (snmp_config.5.def, snmptrap.1, snmptrapd.conf.5.def): Patch from |
| Niels Baggesen: |
| - clean up small bugs. |
| |
| hardaker 13 Apr 99 16:00:49 |
| - (parse.c, parse.h): Patch from Niels Baggesen: |
| - nicer parser messages (include file names). Correct help for -Pc. |
| - Add FRAME-RELAY-DTE-MIB as replacement for RFC-1315 |
| |
| hardaker 13 Apr 99 16:03:29 |
| - (snmptrapd.c): Patch from Niels Baggesen: |
| - snmptrapd option to ignore auth traps, add -S option, log termination. |
| |
| mslifcak 14 Apr 99 15:29:58 |
| - (snmptranslate.c) init_snmp takes argument; "" used. |
| |
| mslifcak 14 Apr 99 15:30:34 |
| - (parse.c) File pointer initialized to "" before first use. |
| |
| hardaker 14 Apr 99 15:52:35 |
| - (snmptranslate.c): init_snmp("snmpapp"). |
| |
| mslifcak 14 Apr 99 16:31:55 |
| - (snmp_agent,c, snmp_api.[ch], snmp_client.[ch]) fix variable_list with built-in storage |
| |
| mslifcak 14 Apr 99 16:56:37 |
| - apps that use snmp_fix_pdu must clean up the response PDU ! |
| |
| mslifcak 16 Apr 99 07:30:29 |
| - (IPFWACC-MIB.txt) change module name from IPFWADM-MIB to IPFWACC-MIB. |
| |
| mslifcak 16 Apr 99 07:54:22 |
| - (IPFWCHAINS-MIB.txt) ipfwChainTable {ipfw 1} fix |
| |
| mslifcak 16 Apr 99 08:33:16 |
| - (mib.c) "-m" or MIBS : can specify MIB module by file name. |
| |
| hardaker 16 Apr 99 21:10:06 |
| - (README): Added v3 team members. |
| |
| hardaker 16 Apr 99 21:11:48 |
| - (configure.in): changed default store location to /var/ucd-snmp |
| |
| hardaker 16 Apr 99 21:15:14 |
| - (snmp.h): SNMPADMINLENGTH definition. |
| |
| hardaker 16 Apr 99 21:16:16 |
| - (snmp_auth.c): removed fix note. |
| |
| hardaker 16 Apr 99 21:27:06 |
| - (NEWS): updated |
| |
| hardaker 16 Apr 99 21:27:41 |
| - (snmptrapd.8): man patch from Niels |
| |
| hardaker 16 Apr 99 21:34:49 |
| - (version.h bug-report sedscript.in): version tag ( 4.0.pre3 ) |
| |
| mslifcak 18 Apr 99 06:54:26 |
| - (ipfwacc.h) subdir change per Joe Pruettt : 9 -> 10 |
| |
| hardaker 19 Apr 99 21:01:15 |
| - (mib2c, mib2c.conf, mib2c.vartypes.conf): |
| - rewrote mib2c to be more dependent on .conf files. The main .conf |
| file now contains the code itself. |
| - need to write a foreach(mibnode) type parser next. |
| |
| hardaker 19 Apr 99 21:09:27 |
| - (mibincl.h): add read_config.h. |
| |
| hardaker 19 Apr 99 21:12:17 |
| - (read_config.c, read_config.h): |
| - created a more convenient read_config_read_data() function to |
| generically read a token into a given variable. |
| - cleaned up persistent storage parsing routines. |
| - use previously malloced space in some routines, or malloc it for |
| them if the storage area is NULL. |
| |
| hardaker 19 Apr 99 21:14:28 |
| - (snmp_api.c): Don't snmp_set_var_objid if name is NULL in |
| snmp_varlist_add_variable(). |
| |
| hardaker 20 Apr 99 11:28:14 |
| - (mib2c, mib2c.conf, mib2c.vartypes.conf): more updates. |
| |
| hardaker 20 Apr 99 15:31:35 |
| - (mib2c, mib2c.conf, mib2c.vartypes.conf): |
| - completely re-hacked: |
| - entire code base is now put into the .conf files rather than in |
| the mib2c program. This should entitle mib2c to be used more |
| generically, and could produce different types of code templates |
| based on the .conf file it is given. In theory, it should be |
| able to produce C code for a non-ucd-snmp agent, or even better, |
| any type of code (not just C) for something else based on mib |
| information. |
| - The down side, is that the current .conf files are now ambiguous |
| again and difficult to understand without being, well, me. The |
| up side is that I'm sure Dave Shield will go through and clean |
| it up for me like he did last time. Ha ha. I wonder if he'll |
| read this? (If so, see me first). |
| |
| hardaker 20 Apr 99 16:04:17 |
| - (mib2c, mib2c.conf): variable name conversions: |
| - variableTypes -> variables |
| - cname -> NAME |
| |
| hardaker 20 Apr 99 16:10:44 |
| - (mib2c, mib2c.conf): a little more clean up. |
| |
| hardaker 20 Apr 99 21:38:42 |
| - (mib2c.conf): clean up skipif regexps a bit. |
| |
| hardaker 22 Apr 99 07:54:44 |
| - (read_config.c, read_config.h): created *read_config_store_data(); |
| |
| hardaker 22 Apr 99 07:56:03 |
| - (mib2c, mib2c.conf): allow NoAccess to be processed, and use skipif: |
| directives where needed because of it. |
| |
| hardaker 22 Apr 99 10:51:30 |
| - (snmp_client.c, snmp_api.c, snmp_api.h, keytools.c): Another v3 branch update. |
| |
| mslifcak 26 Apr 99 09:21:06 |
| - (snmplib.c) - use request callback's data if request specifies a callback. |
| |
| nba 26 Apr 99 11:21:10 |
| |
| (parse.h) Silly speling misteak (ACCESS_CRAETE) |
| |
| nba 26 Apr 99 11:48:57 |
| |
| |
| - snmplib/parse.h, snmplib/parse.c: new mib printer: mib_print_tree |
| inspired by a reference to snmx in comp.protocols.snmp |
| - apps/snmptranslate: let the -p option call this new printer |
| - snmplib/snmp_api.c: some left over __P macros |
| |
| nba 26 Apr 99 12:03:47 |
| |
| (if.c) make the width of snmpnet -i (and -o) adapt to the length of returned |
| strings |
| |
| nba 26 Apr 99 12:09:35 |
| |
| |
| apps/*.c: use snmp_perror to report errors from read_objid and friends |
| apps/snmptrapd.c: fix a bus error when using -S and receiving an |
| enterprise specific trap. |
| |
| nba 26 Apr 99 12:13:50 |
| |
| */*: replace horrible (char *)"string" with const specifiers in relevant |
| functions. |
| |
| mslifcak 26 Apr 99 12:37:09 |
| - (snmp_api.c) - fix other use of request's callback data |
| |
| mslifcak 27 Apr 99 09:51:35 |
| - (interfaces.c) add if_type_from_name to convert interface name to type. |
| |
| hardaker 29 Apr 99 07:32:39 |
| - (Makefile.in, callback.c, callback.h): callback API. |
| |
| hardaker 29 Apr 99 07:39:45 |
| - (agent_read_config.c, snmpd.c, snmptrapd.c, snmp_api.c, snmpusm.c, |
| snmpusm.h, snmpv3.c, snmpv3.h): |
| - use the callback mechanism for post-config stuff. |
| |
| hardaker 3 May 99 07:07:15 |
| - (agent_read_config.c, usmUser.c, usmUser.h, snmpTargetAddrEntry.c, |
| snmpTargetAddrEntry.h, snmpTargetParamsEntry.c, |
| snmpTargetParamsEntry.h, snmptrapd.c, callback.c, callback.h, |
| scapi.c, scapi.h, snmp_api.c, snmpv3.c, snmpv3.h): |
| - shutdown and store callback usage. |
| |
| hardaker 3 May 99 07:13:31 |
| - (snmpd.c): fix -A flag, which got broken during someones changes. |
| |
| hardaker 3 May 99 12:58:19 |
| - (Makefile.in, agent_read_config.c, Makefile.in, header_complex.c, |
| Makefile.in, encode_keychange.c, Makefile.in, Makefile.in, |
| all_general_local.h, all_system.h, keytools.c, lcd_time.c, scapi.c, |
| snmp_auth.c, snmpusm.c, tools.c, tools.h, Makefile.in, T.c, |
| etimetest.c, keymanagetest.c, misctest.c, scapitest.c): |
| - nuked all_general_local.h and all_system.h. |
| - makefileindepend as well. |
| |
| nba 3 May 99 15:40:11 |
| (*.[ch]): patches to types to wipe warnings from compilers |
| with more strict noise levels. (also good when compiling |
| with gcc -Wall -pedantic -Wwrite-strings -Wcast-qual) |
| |
| nba 4 May 99 00:47:44 |
| (mib.c): Fix problem (core dump) with MIBFILES environment variable. |
| |
| nba 4 May 99 00:51:16 |
| (many): remove const spec from FindVarMethod. That was wrong |
| |
| hardaker 4 May 99 11:08:55 |
| - (configure, configure.in): Added --enable-developer flag. |
| |
| mslifcak 6 May 99 09:20:30 |
| - (ucd-snmp/vmstat.c) - conditionally include limits.h per Eduard Koucky. |
| |
| nba 10 May 99 14:47:22 |
| Fixing some more prototypes. Pointed out by Markku Laukkanen. |
| |
| nba 10 May 99 14:49:49 |
| snmplib/snmp_api.c: Mix-up of V1_IN_V2/V2_IN_V1 error code when GETBULK |
| inside V1 session. |
| |
| hardaker 11 May 99 14:02:48 |
| - (util_funcs.c): read returns ssize_t not size_t. |
| |
| hardaker 11 May 99 14:03:25 |
| - (memory.h): remove extern. |
| |
| hardaker 11 May 99 14:11:40 |
| - (hpux.c, hpux.h): int -> size_t conversions. |
| |
| mslifcak 12 May 99 10:53:23 |
| - (snmp_api.c snmp_client.c) call snmp_synch_reset from snmp_sess_close |
| |
| mslifcak 12 May 99 11:22:16 |
| -(parse.c party_parse.c read_config.c) no exit() from library; return error |
| |
| daves 13 May 99 03:52:19 |
| - (ip.c): Properly register IP module group on Free-BSD systems |
| (thanks to Mitchell Tasman) |
| |
| hardaker 13 May 99 09:09:18 |
| - (vacm_vars.c): Set pointers to NULL after freeing them. |
| |
| mslifcak 14 May 99 06:54:51 |
| - (agent/mibgroup/dummy/dummy.c agent/mibgroup/examples/example.c |
| agent/mibgroup/examples/example.h |
| agent/mibgroup/examples/wombat.c agent/mibgroup/misc/ipfwacc.c |
| agent/mibgroup/smux/smux.c |
| agent/mibgroup/snmpv3/snmpMPDStats.c |
| agent/mibgroup/snmpv3/usmStats.c |
| agent/mibgroup/snmpv3/usmUser.c snmplib/snmp_auth.c) more size_t fixes |
| |
| mslifcak 14 May 99 09:47:10 |
| - (agent/mibgroup/examples/wombat.h agent/mibgroup/host/hr_disk.c |
| agent/mibgroup/mibII/interfaces.c |
| agent/mibgroup/mibII/var_route.c |
| agent/mibgroup/snmpv3/usmUser.c apps/encode_keychange.c |
| snmplib/parse.c) more ANSI-C touchups |
| |
| mslifcak 14 May 99 13:59:37 |
| -(agent/mibgroup/mibII/interfaces.c snmplib/snmpusm.c) fixes to build HP & AIX |
| |
| daves 17 May 99 03:20:53 |
| - (snmp_parse_args.c): Initialise session using library routine |
| |
| daves 17 May 99 04:34:55 |
| - (snmplib/snmp_api.h snmplib/snmp_api.c snmplib/snmp_client.c |
| agent/snmpd.c agent/mibgroup/mibII/vacm_vars.c |
| agent/mibgroup/v2party/alarm.c agent/mibgroup/v2party/event.c |
| apps/snmpstatus.c apps/snmptest.c apps/snmptrap.c apps/snmptrapd.c): |
| |
| - Use the generic socket addresses 'struct sockaddr', |
| rather than the IP-specific 'struct sockaddr_in' |
| |
| daves 17 May 99 04:38:00 |
| - (snmplib/snmp_api.h snmplib/snmp_api.c snmplib/snmp_client.c |
| agent/snmpd.c agent/mibgroup/mibII/vacm_vars.c |
| agent/mibgroup/v2party/alarm.c agent/mibgroup/v2party/event.c |
| apps/snmpstatus.c apps/snmptest.c apps/snmptrap.c apps/snmptrapd.c): |
| |
| - Use the generic socket address 'struct sockaddr', |
| rather than the IP-specific 'struct sockaddr_in' |
| |
| daves 17 May 99 07:18:02 |
| - (snmplib/snmp_api.c snmplib/snmp_api.h agent/snmpd.c |
| apps/snmptrap.c apps/snmptrapd.c): |
| |
| - Use a single address field within the PDU structure |
| (obsoleting 'agent_addr') |
| |
| daves 18 May 99 06:26:16 |
| - (snmp_api.c snmp_api.h): More general handling of PDU flags |
| |
| mslifcak 18 May 99 09:01:46 |
| - (xx/Makefile.in) remove references to as yet missing disman files. |
| |
| daves 18 May 99 09:23:50 |
| - (configure.in snmplib/context_parse.c snmplib/read_config.c |
| snmplib/snmp_api.c snmplib/snmpv3.c snmplib/system.c |
| apps/snmp_parse_args.c 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 |
| apps/snmpnetstat/if.c apps/snmpnetstat/inet.c |
| apps/snmpnetstat/main.c apps/snmpnetstat/route.c |
| apps/snmpnetstat/winstub.c): |
| - Clean up conditionals protecting include files |
| ( #if HAVE_WINSOCK_H / #else / #endif ) |
| |
| daves 19 May 99 02:33:07 |
| - (config.h.in): Additional include protection entries |
| |
| daves 19 May 99 05:11:37 |
| - (snmp_api.c): More generalised handling of socket addresses |
| |
| mslifcak 19 May 99 18:02:55 |
| -(mibII/var_route.c) - fix Linux RouteMask c/o "Nancy" nam@cs.cmu.edu |
| |
| mslifcak 19 May 99 18:50:12 |
| - (host_res.h) fix HAVE_NET_IF_VAR_H define (was HAVE_NET_IN_VAR_H) |
| |
| daves 20 May 99 03:46:24 |
| - (snmp_api.h): Temporary fix to socket address problems |
| |
| mslifcak 21 May 99 05:24:23 |
| -(read_config.c) cast fix per Markku Laukkanen |
| |
| daves 21 May 99 05:54:22 |
| - (snmp_api.c snmp_api.h): |
| - New API call to close down all open sessions |
| (also called on application shutdown) |
| |
| hardaker 21 May 99 11:10:44 |
| - (mib2c.conf, mib2c.storage.conf): |
| - convert to size_t storages. |
| - misc eval fixes. |
| - more cleanup of the storage def. |
| |
| mslifcak 21 May 99 15:29:46 |
| - library changes to build on Win32. |
| |
| mslifcak 24 May 99 05:36:13 |
| -configure - save one which looks for netdb/socket headers |
| |
| hardaker 26 May 99 11:19:03 |
| - (ipfwacc.h): properly locate the mib. |
| |
| hardaker 26 May 99 15:14:55 |
| - (hr_swinst.c): make software application type unknown instead of app. |
| |
| hardaker 26 May 99 15:18:04 |
| - (IPFWACC-MIB.txt): change to counters. |
| |
| hardaker 26 May 99 15:20:32 |
| - (ipfwacc.h): make into counters. |
| |
| hardaker 26 May 99 15:56:03 |
| - (acconfig.h, config.h.in): increase MAXREADCOUNT. |
| |
| hardaker 26 May 99 17:40:28 |
| - (IPFWACC-MIB.txt): added SEQUENCE OF. |
| |
| mslifcak 27 May 99 05:16:25 |
| -(encode_keychange, read_config, snmpusm) aCC fixes by PKY (Markku Laukkanen) |
| |
| hardaker 27 May 99 14:30:03 |
| - (snmptrapd_handlers.c): implement the default trap handler. |
| |
| hardaker 27 May 99 14:30:15 |
| - (snmptrapd.c): need an init_mib(). |
| |
| hardaker 27 May 99 14:37:06 |
| - (snmptrapd.conf.5.def): document default oid keyword. |
| |
| hardaker 27 May 99 14:37:32 |
| - (snmptrapd.c): document default oid keyword in help line. |
| |
| daves 28 May 99 07:02:01 |
| - (agent/Makefile.in agent/mibgroup/Makefile.in): fix problem with null macro |
| |
| daves 28 May 99 08:14:05 |
| - (snmplib/snmp_api.c): save local socket address in internal session structure |
| |
| daves 28 May 99 08:57:19 |
| - (snmplib/snmp_api.c): Unix domain (datagram) socket support |
| |
| daves 28 May 99 09:12:20 |
| - (snmplib/snmp_api.c): Separate out copying a session and opening a new one |
| |
| mslifcak 28 May 99 09:24:56 |
| -(snmp_api.c) -catch one more error close from snmp_sess_copy |
| |
| hardaker 28 May 99 16:17:13 |
| - (mib.c, parse.c, parse.h): save and use index clauses. |
| |
| hardaker 28 May 99 16:44:42 |
| - (Makefile.in, default_store.c, default_store.h): |
| - created generic default value storage space and parsers to reduce |
| the number of functions/etc created for values which configure the |
| library. |
| |
| daves 1 Jun 99 02:17:27 |
| - (snmplib/snmp_api.c): Garbage collection for Traditional SAPI sessions |
| |
| daves 1 Jun 99 02:32:13 |
| - (snmplib/snmp_api.c): Generalise handling of addresses (w.r.t sento/recvfrom) |
| |
| daves 1 Jun 99 07:30:42 |
| - (snmplib/snmp_api.c snmplib/snmp_api.h): Support for stream-based sockets |
| |
| hardaker 1 Jun 99 17:21:53 |
| - (Makefile.in, snmp_alarm.c, snmp_alarm.h, snmp_api.c): |
| - implemented a generic alarm handler to register alarm functions to |
| be called back after X period of time and it handles figuring out |
| which is next and calling alarm() and signal() appropriately. |
| |
| mslifcak 4 Jun 99 09:51:13 |
| -(hr_filesys.c,interfaces.c,tcp.c,udp.c,freebsd3.h) fix FreeBSD3.1 incl Ken Key's tcp/udp patches |
| |
| mslifcak 7 Jun 99 07:44:06 |
| -(interfaces.c, tcp.c, udp.c, ip.c) clone fixes from 3.6 line (FreeBSD3.1) |
| |
| mslifcak 7 Jun 99 13:04:21 |
| -(if.c) check for valid pointer before de-referencing. |
| |
| mslifcak 8 Jun 99 07:43:10 |
| -(hr_filesys.c) fix memory leak when HAVE_GETFSSTAT is defined. |
| |
| daves 8 Jun 99 08:43:59 |
| - (agent/mibgroup/v2party/alarm.c |
| snmplib/snmp_api.c snmplib/snmp_api.h |
| snmplib/snmp_auth.c snmplib/snmp_impl.h): |
| - removed all uses of 'struct packet_info' (subsumed into 'struct snmp_pdu') |
| |
| mslifcak 8 Jun 99 09:32:48 |
| -(xx__freebsd2.c) - fix size_t to build on FreeBSD 2.2.x |
| |
| daves 9 Jun 99 06:32:02 |
| - (snmp_api.h): reorder PDU and session fields more clearly |
| |
| hardaker 9 Jun 99 18:31:42 |
| - (*): merged 3.6.2 changes into main branch. |
| |
| daves 15 Jun 99 03:59:23 |
| - (snmp_agent.c): Removed duplicate code |
| |
| daves 15 Jun 99 08:28:00 |
| - (snmp_agent.c snmp_agent.h): |
| - Move processing from 'handle_next_pass()' to 'handle_snmp_packet()' |
| |
| hardaker 15 Jun 99 16:25:57 |
| - (snmp_api.c): fix allowed zerolength pdu->securityName problem for |
| v3 engineID discovery probes. |
| |
| daves 16 Jun 99 05:11:48 |
| - (snmp.h snmp_api.c): move PDU validation, etc from 'send' to 'build' routines |
| |
| daves 16 Jun 99 05:49:38 |
| - (snmp_api.c): handle responses in a more protocol-independent manner |
| |
| daves 16 Jun 99 06:56:14 |
| - (snmp_api.c snmp_api.h): Hooks for building/parsing non-SNMP packets |
| |
| hardaker 16 Jun 99 16:24:58 |
| - (default_store.c, default_store.h, mib.c, parse.c): |
| - first usage of the default_store() routines: move all the mib |
| parser variables to it, and add snmp.conf tokens for them. |
| - premib auto-registration of default_store needs cleaning up... sigh... |
| |
| hardaker 16 Jun 99 16:51:11 |
| - (snmp_api.c, snmp_debug.c, snmp_debug.h): |
| - 2 new snmp.conf tokens: doDebugging, debugTokens. |
| |
| hardaker 17 Jun 99 07:39:01 |
| - (configure, configure.in): fix --help. |
| |
| mslifcak 17 Jun 99 13:18:35 |
| fixups to build most apps under Win32 (MSVC++ 5.0 or later) |
| |
| mslifcak 18 Jun 99 05:01:54 |
| applied fixes from M. Laukkanen |
| |
| daves 18 Jun 99 06:58:53 |
| - (sysORTable.c sysORTable.h): new routine for removing sysORTable entries |
| |
| daves 18 Jun 99 07:56:46 |
| - (snmp.h snmp_api.c): distinguish between SNMP protocol & PDU handling flags |
| |
| daves 18 Jun 99 08:00:34 |
| - (snmp_client.c): Enable access to "empty" response PDUs (i.e. header only). |
| (also make 'snmp_clone_mem' accessible to other files) |
| |
| daves 18 Jun 99 08:04:22 |
| - (asn1.h snmp_api.c): New private types for OID ranges |
| |
| daves 18 Jun 99 08:44:11 |
| - (snmp_api.h): New socket address structure |
| |
| daves 18 Jun 99 08:47:38 |
| - (snmp_api.c): protocol-independent non-response handling in 'snmp_sess_read' |
| |
| daves 18 Jun 99 08:49:52 |
| - (snmp_api.c): |
| - accomodate servers that require an accessible client-end unix stream socket |
| (in particular, the CMU AgentX master agent) |
| |
| daves 18 Jun 99 08:55:32 |
| - (snmp_api.h Makefile.in agentx.c agentx.h agentx_client.c): |
| - basic AgentX protocol handling |
| |
| daves 18 Jun 99 09:00:16 |
| - (snmp_vars.c): protocol-independent means of bypassing VACM checks |
| |
| daves 18 Jun 99 09:14:58 |
| - (snmpd.c snmpd.h snmp_vars.c snmp_agent.c snmp_agent.h |
| mibgroup/mibII/sysORTable.c): |
| - initial AgentX sub-agent implementation |
| |
| mslifcak 18 Jun 99 10:02:03 |
| -(sysORTable.c) fix ptr test |
| |
| mslifcak 22 Jun 99 05:21:03 |
| invoke snmp_sess_init before any MIB processing (fixes master agent). |
| |
| nba 22 Jun 99 05:25:13 |
| TODO: need for Counter64 support in snmpdelta |
| |
| daves 28 Jun 99 03:08:42 |
| - (snmp_agent.c snmp_agent.h): make SNMP packet handling routine re-entrant. |
| |
| daves 28 Jun 99 04:07:36 |
| - {Makefile.in agent_read_config.c snmp_vars.c agent_registry.c): |
| - Consolidate all registry handling into one file |
| |
| daves 28 Jun 99 09:52:08 |
| - (agent_registry.c snmp_vars.c snmp_vars.h var_struct.h): |
| - Non-recursive MIB registry implementation |
| |
| hardaker 28 Jun 99 14:59:41 |
| - (snmpd.c): init_snmp_alarm(). |
| |
| hardaker 28 Jun 99 15:01:14 |
| - (snmptrapd.c): init_snmp_alarm(); |
| |
| daves 30 Jun 99 01:37:11 |
| - (sysORTable.c sysORTable.h): Indicate success/failure of {un}registration |
| |
| daves 30 Jun 99 01:45:26 |
| - (agent_registry.c snmp_vars.h): Indicate success/failure of {un}registration |
| |
| daves 30 Jun 99 01:48:34 |
| - (snmp_agent.c snmp_agent.h): 'agent_snmp_session' initialisation routine |
| |
| daves 30 Jun 99 02:32:03 |
| - (snmp_api.c): Correct the setup of stream-based accepted internal sessions |
| |
| daves 30 Jun 99 03:20:46 |
| - (agent_read_config.h): omit redundant declarations |
| |
| daves 30 Jun 99 05:05:44 |
| - (snmp_api.c): Provide the correct size of socket addresses |
| |
| daves 30 Jun 99 05:06:52 |
| - (config.h.in configure.in configure): check for sys/un.h |
| |
| daves 30 Jun 99 05:48:40 |
| - (snmp_api.c): Missed one 'sendto' call |
| |
| hardaker 30 Jun 99 19:37:36 |
| - (default_store.c, default_store.h, mib.c, mib.h, snmp_api.c, |
| snmpv3.c, snmpv3.h): |
| - convert more stuff to the default_store space. |
| |
| daves 2 Jul 99 02:39:41 |
| - (snmp_api.c): Fix that last 'sendto' case *correctly* this time |
| |
| daves 2 Jul 99 05:13:42 |
| - (snmplib/asn1.h agent/snmp_vars.h agent/snmp_agent.c): |
| - implement an interface for delegating requests to subagents |
| |
| daves 2 Jul 99 05:15:56 |
| - (var_struct.h agent_registry.c): |
| - map between MIB registrations and the supporting (subagent) session |
| |
| daves 2 Jul 99 05:16:41 |
| - (snmp_api.h): support lists of sessions (and subsessions) |
| |
| hardaker 2 Jul 99 08:27:30 |
| - (snmptranslate.c): register debugging tokens with -D |
| |
| daves 6 Jul 99 02:20:57 |
| - (snmp_agent.c): Fix handling of SNMPv1 noSuchName |
| |
| daves 7 Jul 99 06:54:53 |
| - (asn1.c asn1.h snmp.c snmp.h snmp_api.c snmp_api.h |
| snmp_auth.c snmp_impl.h agentx.c): |
| - First attempt at formatted display of packet data |
| |
| daves 8 Jul 99 02:16:15 |
| - (snmp_api.c): Retain community string in responses |
| |
| daves 8 Jul 99 06:25:07 |
| - (mibII/system_mib.c mibII/snmp_mib.c): |
| - Update 'write' routines for V4 architecture, |
| and using the full SET multi-pass algorithm |
| |
| hardaker 8 Jul 99 14:29:35 |
| - (config.h): comment change for internal md5. |
| |
| hardaker 8 Jul 99 14:30:47 |
| - (asn1.c): -Wall fixes. |
| |
| hardaker 8 Jul 99 14:36:52 |
| - (configure, configure.in, Makefile.in, snmp2p.c, snmp_agent.c, |
| snmp_vars.c, snmpd.c, view_parse.c, vacm_vars.c, snmp_parse_args.c, |
| snmptrapd.c, snmptrapd_handlers.c, main.c, Makefile.in, acl.c, |
| acl.h, acl_parse.c, context.c, context.h, context_parse.c, |
| libsnmp.h, party.c, party.h, party_parse.c, snmp.h, snmp_api.c, |
| snmp_auth.c, snmp_client.c, view.c, view.h): |
| - v2party support is finally gone! |
| |
| hardaker 8 Jul 99 14:49:08 |
| - (*/Makefile.in): make depend |
| |
| hardaker 8 Jul 99 15:16:35 |
| - (snmpdelta.c, int64.c, int64.h): minimal c64 support for snmpdelta. Untested. |
| |
| hardaker 8 Jul 99 16:02:58 |
| - (snmpd.c): Patch from Ragnar Kjørstad: |
| - Add options for switching to a given uid and gid. |
| |
| daves 9 Jul 99 01:49:49 |
| - (snmpd.c): Clean up gid/uid change logging |
| |
| daves 9 Jul 99 08:27:39 |
| - (*/Makefile.in snmplib/snmp_api.c |
| agent/agent_registry.c agent/snmp_agent.[ch] agent/snmp_vars.[ch] |
| agent/snmpd.[ch] agent/mibgroup/mibII/sysORTable.c): |
| - Move AgentX handling out of the main SNMP library |
| |
| mslifcak 9 Jul 99 12:12:50 |
| -(snmp_client.*) remove snmp_synch_setup, snmp_synch_reset |
| |
| mslifcak 9 Jul 99 14:20:23 |
| -(win32,snmplib,apps,agent) add snmp_socket_length to hide sockaddr_un; Win32 touchups |
| |
| mslifcak 11 Jul 99 18:36:24 |
| Reduce use of snmp_errno - fix memory leak, unused vars, and unset var. |
| |
| daves 12 Jul 99 07:14:36 |
| - (agent/mibgroup/Makefile.in): remove dependency on snmplib/agentx.h |
| |
| daves 12 Jul 99 08:32:27 |
| - (mibgroup/host/*): Dynamically register all Host Resource modules |
| |
| mslifcak 14 Jul 99 13:14:30 |
| -(snmp_api.c) - snmp_add_var returns SNMPERR; MAY set snmp_errno |
| |
| mslifcak 14 Jul 99 13:46:53 |
| -(snmplib/mib.c) - conditionally allow for not setting snmp_errno |
| |
| hardaker 15 Jul 99 08:46:00 |
| - (asn1.c, snmp_api.c, snmp_auth.c, snmp_debug.c, snmp_debug.h): |
| - beginning of a -Ddump version of packet dumping. |
| - needs a lot more work and clean up. |
| - I need comments... Tell me what you think... |
| |
| hardaker 20 Jul 99 14:02:26 |
| - (auto_nlist.c, history.c, kernel.c, snmp_agent.c, snmpd.c, |
| dlmod_mib.c, kernel_sunos5.c, mibincl.h, util_funcs.c, ipfwchains.c, |
| at.c, interfaces.c, ip.c, route_write.c, system_mib.c, tcp.c, udp.c, |
| vacm_vars.c, var_route.c, dlmod.c, smux.c, disk.c, extensible.c, |
| loadave.c, memory_solaris2.c, pass.c, pass_persist.c, proc.c, |
| versioninfo.c, alarm.c, event.c, Makefile.in, parse.c, snmp.c, |
| snmp_debug.c, snmp_logging.c, snmp_logging.h): Patch from Ragnar |
| Kjørstad: |
| - do file, stderr, and syslog support. |
| |
| hardaker 20 Jul 99 17:06:53 |
| - (auto_nlist.c, snmp_agent.c, snmpd.c, dlmod_mib.c, kernel_sunos5.c, |
| ipfwchains.c, interfaces.c, dlmod.c, smux.c, versioninfo.c, |
| alarm.c): |
| - convert snmp_log(LOG_DEBUG) to DEBUGMSGTL(). |
| |
| mslifcak 20 Jul 99 18:11:50 |
| -minor changes to build Win32 platforms using CygWin-egcs and MSVC compilers. |
| |
| mslifcak 20 Jul 99 19:33:26 |
| - no printf in ascii_to_binary |
| |
| hardaker 21 Jul 99 16:06:52 |
| - (tkmib, mib2c): udpate to use indexes (requires a perl patch. |
| |
| hardaker 23 Jul 99 10:36:54 |
| - (snmp_parse_args.c): log to stderr. |
| |
| hardaker 23 Jul 99 10:44:17 |
| - (aclocal.m4, config.h.in, configure, configure.in, snmp_agent.c, |
| snmp_vars.c, snmpd.c, kernel_sunos5.c, util_funcs.c, interfaces.c, |
| interfaces.h, system_mib.c, var_route.c, snmpEngine.c, |
| snmpTargetParamsEntry.c, snmptrapd.c, HOST-RESOURCES-MIB.txt, |
| IANAifType-MIB.txt, IF-MIB.txt, IP-MIB.txt, TCP-MIB.txt, |
| UDP-MIB.txt, parse.c, snmp_alarm.c, snmp_logging.c, snmp_logging.h): |
| - merge from V3-line post 3.6.2 to current. |
| - misc bug fixes. |
| - make apps turn on stderr logging by default. |
| |
| hardaker 23 Jul 99 13:18:23 |
| - (snmpd.c): more snmp_log conversions. |
| |
| hardaker 23 Jul 99 13:18:44 |
| - (util_funcs.c): change malloc size(). |
| |
| hardaker 23 Jul 99 13:19:20 |
| - (asn1.c): null terminate parsed strings, just in case. |
| |
| hardaker 23 Jul 99 13:20:02 |
| - (snmp.c): xdump fixes. |
| |
| hardaker 23 Jul 99 13:20:33 |
| - (keytools.c, parse.c, read_config.c, snmp_api.c): snmp_log conversions. |
| |
| hardaker 23 Jul 99 14:19:39 |
| - (asn1.c, asn1.h, snmp.c, snmp_api.c, snmp_auth.c, snmp_impl.h): |
| - revert to non-dparse versions of asn decoding. |
| |
| hardaker 23 Jul 99 14:26:57 |
| - (snmpd.c): init debugging. |
| |
| hardaker 23 Jul 99 15:22:02 |
| - (snmpbulkwalk.c, snmpdelta.c, snmpget.c, snmpgetnext.c, snmpset.c, |
| snmpstatus.c, snmptable.c, snmptest.c, snmptranslate.c, snmptrap.c, |
| snmptrapd.c, snmpusm.c, snmpwalk.c, snmp_api.c, snmp_api.h, |
| snmp_client.c): |
| - make and use snmp_sess_perror(str, sess) for error printing. |
| |
| mslifcak 24 Jul 99 07:11:30 |
| -(asn1.c) - fix compare error at line 386; remove unused vars elsewhere |
| |
| mslifcak 24 Jul 99 07:18:13 |
| -(libsnmp.def) - add decls for new error logging functions. |
| |
| mslifcak 24 Jul 99 07:45:59 |
| -(snmp_client.c) - use SET_SNMP_ERROR for restored snmp_errno sets. |
| |
| mslifcak 24 Jul 99 08:11:05 |
| -(md5.c) - wrap unused MD5print with SNMP_TESTING_CODE ifdef |
| |
| hardaker 26 Jul 99 07:37:09 |
| - (SNMPv2-CONF.txt): removed bogus IMPORTS clause |
| |
| hardaker 26 Jul 99 09:04:09 |
| - (*/Makefile.in): make depend |
| |
| hardaker 26 Jul 99 09:14:24 |
| - (NEWS): updated a bit |
| |
| hardaker 26 Jul 99 11:51:22 |
| - (version.h bug-report sedscript.in): version tag ( 4.0.pre4 ) |
| |
| hardaker 26 Jul 99 14:32:17 |
| - (mib.c): BIT_string: -> BITS: |
| |
| mslifcak 26 Jul 99 15:12:45 |
| -(asn1.c,asn1.h,snmp.c,snmp_api.c,snmp_auth.c,snmpusm.c) more detailed parse error messages. |
| |
| hardaker 26 Jul 99 15:59:10 |
| - (agent/mibgroup/Makefile.in): fix make depend. |
| |
| hardaker 26 Jul 99 17:06:03 |
| - (interfaces.c): Patch from Markku Laukkanen: |
| - variable naming change. |
| |
| hardaker 26 Jul 99 17:06:47 |
| - (hpux.h): Patch from Markku Laukkanen: |
| - define hpux |
| |
| hardaker 26 Jul 99 17:07:31 |
| - (keytools.c, keytools.h, parse.c, scapi.c): Patch from Markku Laukkanen: |
| - size_t changes. |
| |
| mslifcak 27 Jul 99 04:24:08 |
| add include net/if_dl.h suggested by Tom Ivar Helbekkmo |
| |
| daves 27 Jul 99 06:38:09 |
| - (agent/mibgroup/ucd-snmp/*.c): tweak registry labels |
| |
| mslifcak 27 Jul 99 07:52:37 |
| -(agent/kernel.c,agent/dlmods/dlmod_mib.c,agent/dlmods/example.c, |
| agent/mibgroup/kernel_sunos5.c,agent/mibgroup/util_funcs.c, |
| agent/mibgroup/agentx/master_request.c, |
| agent/mibgroup/agentx/protocol.c,agent/mibgroup/dummy/dummy.c, |
| agent/mibgroup/examples/example.c, |
| agent/mibgroup/examples/ucdDemoPublic.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/ipfwchains/ipfwchains.c, |
| agent/mibgroup/mibII/at.c,agent/mibgroup/mibII/icmp.c, |
| agent/mibgroup/mibII/interfaces.c,agent/mibgroup/mibII/ip.c, |
| agent/mibgroup/mibII/route_write.c, |
| agent/mibgroup/mibII/snmp_mib.c, |
| agent/mibgroup/mibII/sysORTable.c, |
| agent/mibgroup/mibII/system_mib.c,agent/mibgroup/mibII/tcp.c, |
| agent/mibgroup/mibII/udp.c,agent/mibgroup/mibII/var_route.c, |
| agent/mibgroup/misc/dlmod.c,agent/mibgroup/snmpv3/snmpEngine.c, |
| agent/mibgroup/snmpv3/usmUser.c, |
| agent/mibgroup/target/snmpTargetAddrEntry.c, |
| agent/mibgroup/target/snmpTargetParamsEntry.c, |
| agent/mibgroup/ucd-snmp/file.c, |
| agent/mibgroup/ucd-snmp/registry.c, |
| agent/mibgroup/v2party/acl_vars.c, |
| agent/mibgroup/v2party/alarm.c, |
| agent/mibgroup/v2party/context_vars.c, |
| agent/mibgroup/v2party/event.c, |
| agent/mibgroup/v2party/party_vars.c, |
| agent/mibgroup/v2party/view_vars.c,apps/encode_keychange.c, |
| snmplib/asn1.c,snmplib/scapi.c,snmplib/snmp_client.c, |
| snmplib/snmp_client.h) ERROR_MSG, printf --> DEBUGMSGTL |
| |
| mslifcak 27 Jul 99 09:33:43 |
| -(agent/kernel.c,agent/snmpd.c,agent/mibgroup/util_funcs.c, |
| agent/mibgroup/agentx/master.c, |
| agent/mibgroup/agentx/subagent.c, |
| agent/mibgroup/host/hr_swrun.c,agent/mibgroup/mibII/at.c, |
| agent/mibgroup/mibII/icmp.c,agent/mibgroup/mibII/ip.c, |
| agent/mibgroup/mibII/route_write.c,agent/mibgroup/mibII/tcp.c, |
| agent/mibgroup/mibII/udp.c,agent/mibgroup/ucd-snmp/disk.c, |
| agent/mibgroup/ucd-snmp/errormib.c, |
| agent/mibgroup/ucd-snmp/proc.c, |
| agent/mibgroup/ucd-snmp/vmstat.c, |
| agent/mibgroup/v2party/alarm.c,agent/mibgroup/v2party/event.c, |
| 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/snmptrapd.c,apps/snmpusm.c,apps/snmpwalk.c, |
| apps/snmpnetstat/inet.c,apps/snmpnetstat/main.c, |
| apps/snmpnetstat/route.c,snmplib/parse.c,snmplib/read_config.c, |
| snmplib/snmpv3.c) fix snmp_sess_perror use; use log_perror for perror |
| |
| mslifcak 27 Jul 99 12:00:37 |
| -(encode_keychange.dsp,snmpusm.dsp) -build using common Win32 compiler |
| |
| mslifcak 27 Jul 99 12:24:03 |
| -(apps:encode_keychange.c,snmpdelta.c,snmptable.c, snmpusm.c; |
| snmplib:read_config.c,snmpv3.c; win32/libsnmp_dll/libsnmp.def) - |
| adjust headers, build Win32 snmpusm+encode_keychange |
| |
| mslifcak 27 Jul 99 16:06:35 |
| -(interfaces.c) - fix error setting if_ibytes for Linux 2.0 |
| |
| hardaker 27 Jul 99 16:14:28 |
| - (asn1.c, mib.c, mib.h, snmp_api.c, snmp_debug.c, snmp_debug.h, snmpusm.c): |
| - cleaned up debugging dump output. |
| - added more dump parse headers for v3 dumps. |
| |
| hardaker 27 Jul 99 16:20:46 |
| - (asn1.c): fix header dump. |
| |
| mslifcak 27 Jul 99 17:15:01 |
| including mib.h requires stdio.h to define FILE *. |
| |
| mslifcak 27 Jul 99 19:02:31 |
| -(snmp_parse_args) in snmp_parse_oid, try get_node if read_objid fails. |
| |
| mslifcak 27 Jul 99 19:06:08 |
| -(mib.c) fix walking OID length pointer, numeric sub-id not found |
| in read_objid and parse_subtree. |
| |
| mslifcak 27 Jul 99 23:34:59 |
| -(snmpd.c) invoke log functions from child (correct process ID in syslog) |
| |
| mslifcak 27 Jul 99 23:58:51 |
| -(keytools.c,md5.c,md5.h,scapi.c,snmp.c,snmp_api.c,snmp_auth.c) catch MD5 errors |
| |
| mslifcak 28 Jul 99 02:42:32 |
| hr_swrun - reset pointer in module init (help HP/UX 9) |
| snmp_logging - use vsprintf for HP/UX-9 |
| |
| hardaker 28 Jul 99 06:45:19 |
| - (bug-report): change mail addr to ucd-snmp-bugs |
| |
| daves 29 Jul 99 03:29:40 |
| - (mibII/vacm_vars.c): Catch use of unconfigured EXAMPLE.conf files |
| |
| mslifcak 29 Jul 99 08:34:59 |
| memory_solaris2 : handle malloc errors |
| kernel_sunos5 : share kstat fildes [SHARE_KSTAT_FD] |
| |
| mslifcak 29 Jul 99 13:28:36 |
| -(apps/Makefile.in) - comment unneeded TRAPSPECIAL line |
| |
| mslifcak 29 Jul 99 13:59:02 |
| -(agent/snmpd.c) - log standard error until init is completed. |
| |
| mslifcak 29 Jul 99 15:04:49 |
| auto_nlist, kernel : place log_perror to catch errno value in report. |
| |
| hardaker 29 Jul 99 17:03:25 |
| - (configure, configure.in, Makefile.in): remove trap_special stuff. |
| |
| hardaker 29 Jul 99 17:06:56 |
| - (mibgroup/v2party): removed files. |
| |
| mslifcak 30 Jul 99 03:51:31 |
| Removed duplicate HAVE_GET???BYNAME; Removed unused _CRTIMP |
| |
| mslifcak 30 Jul 99 03:57:23 |
| Removed hint of v2party from comment. |
| |
| mslifcak 30 Jul 99 04:00:28 |
| -(agent/agent_read_config.c,agent/history.c,agent/snmp_vars.c, |
| agent/snmpd.c,snmplib/read_config.c,snmplib/snmp_alarm.c, |
| snmplib/snmp_api.c,snmplib/snmp_logging.c,snmplib/snmpv3.c, |
| snmplib/system.c) - psos diffs offered by Anthony Symons |
| |
| mslifcak 30 Jul 99 04:37:20 |
| rename local var 'last' to 'last_ipch' - avoid shadow global decl |
| |
| mslifcak 30 Jul 99 04:39:38 |
| decl log_perror |
| |
| mslifcak 30 Jul 99 04:42:48 |
| rename sd to ifsd - avoid global shadow decl |
| |
| mslifcak 30 Jul 99 05:42:34 |
| hr_storage.c - auto_nlist for HR_STORE_SIZE |
| hr_swrun.c - fix global shadow decl |
| snmp_logging.c - change filter for openlog per A. Symons patch |
| |
| daves 30 Jul 99 06:01:08 |
| - (agent/agent_registry.c agent/snmp_vars.c agent/snmpd.c |
| apps/snmp_parse_args.c apps/snmptest.c apps/snmptrap.c |
| apps/snmptrapd.c apps/snmpnetstat/main.c snmplib/snmp_api.c |
| snmplib/snmp_api.h snmplib/snmp_client.c |
| agent/mibgroup/v2party.c agent/mibgroup/v2party.h): |
| - Removed last traces of v2p support |
| |
| daves 30 Jul 99 06:23:06 |
| - (agent_read_config.c agent_registry.c snmp_vars.c snmp_vars_m2m.h): |
| - Removed last traces of obsolete v2party Manager-to-Manager support |
| |
| mslifcak 30 Jul 99 06:30:30 |
| system - use sizeof |
| |
| mslifcak 30 Jul 99 06:30:59 |
| win32/config.h - define HAVE_GETHOSTNAME |
| |
| mslifcak 30 Jul 99 06:46:22 |
| use traditional K&R commenting; not all "C" compilers accept "//" comments. |
| |
| mslifcak 30 Jul 99 06:58:08 |
| remove references to non-existent snmp_vars_m2m.h |
| |
| daves 30 Jul 99 07:01:46 |
| - (configure.in configure): Check for libdb/libdb1 & librpm separately |
| |
| daves 30 Jul 99 07:31:56 |
| - (acconfig.h): Check for libdb/libdb1 & librpm separately |
| |
| mslifcak 30 Jul 99 08:01:18 |
| add vsnprintf check and HAVE_VSNPRINTF constant |
| |
| mslifcak 30 Jul 99 08:32:28 |
| no struct sockaddr_dl in AIX 3. |
| |
| hardaker 30 Jul 99 14:10:05 |
| - (config.h.in): autoheader run. |
| |
| hardaker 30 Jul 99 14:10:30 |
| - (Makefile.in): make /var/ucd-snmp exist. We should do a permission |
| set as well. |
| |
| hardaker 30 Jul 99 14:18:55 |
| - (*/Makefile.in): make depend |
| |
| hardaker 30 Jul 99 14:19:21 |
| - (version.h bug-report sedscript.in): version tag ( 4.0.pre5 ) |
| |
| mslifcak 2 Aug 99 04:29:35 |
| asn1, parse) fixes supplied by Markku Laukkanen (MJS-use xcalloc in parse) |
| |
| mslifcak 2 Aug 99 04:37:46 |
| parse - shame on me for not compile testing first! |
| |
| mslifcak 2 Aug 99 22:29:37 |
| snmp_debug - DEBUGMSG macros call snmp_get_do_debugging before invoking debugmsg* functions. |
| |
| mslifcak 3 Aug 99 04:46:41 |
| snmp_api.c - remove "BY" from HAVE_GETHOSTBYNAME (Solaris 2.5.1 wrong!) |
| |
| mslifcak 3 Aug 99 06:59:50 |
| asn1.c - fix out-of-bound array write and memory leak in parsing strings. |
| |
| mslifcak 3 Aug 99 07:00:16 |
| snmp_debug.c - remove trace messages from debugmsg_hextli. |
| |
| mslifcak 3 Aug 99 07:03:14 |
| snmp_debug.h - move DEBUGTRACE from debugmsg_hextli to DEBUGDUMPSETUP |
| |
| mslifcak 3 Aug 99 07:58:49 |
| vacm_vars.c - copy community string, null terminate, then debug print |
| |
| mslifcak 3 Aug 99 12:53:32 |
| snmp_debug.h - fix "warning: ANSI C forbids conditional expr with only one void side". |
| |
| mslifcak 3 Aug 99 14:06:33 |
| snmp_debug.c - signed comparison for len in debugmsg_hextli. |
| |
| mslifcak 4 Aug 99 03:48:02 |
| -(smux.c) - patch supplied by Nick Amato to fix ASN_IPADDRESS parse. |
| |
| mslifcak 4 Aug 99 05:03:11 |
| undo patch around Solaris' configure failure to register HAVE_GETHOSTBYNAME. |
| |
| mslifcak 4 Aug 99 09:17:18 |
| -(configure*) - Ken Hornstein: fix test xxgethostbyname, xxgetservbyname. |
| |
| mslifcak 4 Aug 99 12:33:56 |
| snmp_api.c - dummy functions snmp_synch_{setup,reset} and snmp_get_errno. |
| |
| mslifcak 5 Aug 99 03:25:55 |
| config.sub - patch from Markku Laukkanen to support HPUX 11 |
| |
| mslifcak 5 Aug 99 11:11:53 |
| snmp_api.3 - describe snmp_error(), replaces snmp_errno and snmp_get_errno() |
| |
| daves 6 Aug 99 05:59:46 |
| - (acconfig.h config.h.in configure.in configure): |
| - configure-time flag to control provision of "dummy" values |
| |
| daves 6 Aug 99 06:02:15 |
| - (mibII/*.c host/*.c): Don't provide "dummy" values (unless explicitly configured) |
| |
| nba 9 Aug 99 00:24:37 |
| parse.c: parse agent capabilities |
| |
| daves 9 Aug 99 01:02:15 |
| - (FAQ): Nine new questions, plus assorted tweaks for the new release. |
| |
| mslifcak 9 Aug 99 06:48:47 |
| mib.*, parse.* - move print_oid_report and minions wholly into mib.c |
| |
| mslifcak 9 Aug 99 06:50:36 |
| snmpdelta, translate, trapd) - list all options in usage; remove disables for print_oid_report in translate. |
| |
| mslifcak 9 Aug 99 06:52:47 |
| snmpd.c - list all options in usage |
| |
| mslifcak 9 Aug 99 06:54:01 |
| libsnmp.def - remove print_oid_report disable options |
| |
| mslifcak 9 Aug 99 09:45:15 |
| -(snmp.c) fix buffer overflow in xdump, of all places (77 s/b 78; using 80) |
| |
| nba 9 Aug 99 10:43:28 |
| (many): nuke various prototype warnings |
| |
| mslifcak 9 Aug 99 11:40:25 |
| -(md5.c) fix read past end problem |
| -(snmp_api.c) fix losing community string problem |
| |
| hardaker 9 Aug 99 13:12:35 |
| - (acconfig.h, config.h.in, configure, configure.in): remove /dev/random test. |
| |
| mslifcak 9 Aug 99 15:07:24 |
| snmpusm.c - always clear field_len if ref is valid ptr; |
| snmp_api.c - don't overwrite community pointer with securityAuthProto pointer |
| |
| nba 10 Aug 99 04:45:17 |
| configure.in config.h.in configure s/netbsd agent/mibgroup/host/hr_storage.c: |
| support for NetBSD/sparc and NetBSD 1.4 |
| |
| nba 10 Aug 99 04:46:35 |
| snmplib/mib.c: fix handling of numeric oids and reporting errors |
| |
| nba 10 Aug 99 04:47:22 |
| agent/kernel.c: abort on kvm_open failures |
| |
| nba 10 Aug 99 04:48:41 |
| snmpnetstat/if.c: fixes for snmpnetstat -i on virtual interfaces |
| |
| nba 10 Aug 99 04:50:52 |
| interfaces.c var_route.c snmp_logging.c: fix compiler warnings |
| |
| mslifcak 10 Aug 99 09:19:10 |
| read_config.c, snmp_api.c - convert fprintf(stderr to snmp_log(LOG_ERR,WARNING) |
| |
| mslifcak 10 Aug 99 10:04:40 |
| Fix for build (no pagesize var defined for linux). |
| |
| hardaker 10 Aug 99 11:05:38 |
| - (snmpd.c): log version number after stderr is optionally closed. |
| |
| hardaker 10 Aug 99 14:26:33 |
| - (snmp_vars.c): protect against evil mib modules from modifying |
| memory they shouldn't be modifying yet. |
| - (ifdef'ed for speed profiling later). |
| |
| hardaker 10 Aug 99 15:54:33 |
| - (snmp_parse_args.c): force v3 engineID setting to something bogus to |
| get around local configuration data store time synchronization conflicts. |
| |
| hardaker 10 Aug 99 17:23:59 |
| - (snmpd.c): print -H usage to stderr. |
| |
| hardaker 11 Aug 99 13:04:50 |
| - (acconfig.h, config.h.in, read_config.c): |
| - Make persistent cache conform to a more secure umask. |
| |
| nba 11 Aug 99 21:52:26 |
| hr_storage.c: remove to forgotten debug lines. |
| |
| nba 11 Aug 99 21:53:31 |
| snmpnetstat/if.c: handle non-contiguous ifTable. Also make the |
| counters unsigned. |
| |
| hardaker 12 Aug 99 16:16:01 |
| - (snmp.conf.5.def): updated with the newer token list. |
| |
| hardaker 12 Aug 99 16:41:22 |
| - (FAQ, snmpcmd.1, snmptrap.1): minor doc updates. |
| |
| hardaker 12 Aug 99 16:46:34 |
| - (NEWS, README): minor updates. |
| |
| daves 13 Aug 99 02:47:00 |
| - (examples/ucdDemoPublic.[ch] |
| ipfwchains/ipfwchains.[ch] misc/ipfwacc.[ch] |
| target/snmpTarget{Addr,Params}Entry.[ch] |
| smux/snmp_*.[ch]): |
| - Register modules dynamically at run-time |
| |
| hardaker 13 Aug 99 07:11:35 |
| - (Makefile.in): "make test" in top level Makefile. |
| |
| hardaker 13 Aug 99 07:12:18 |
| - (NEWS, README.snmpv3, configure, configure.in): documentation updates. |
| |
| hardaker 13 Aug 99 07:16:51 |
| - (Makefile.in, Makefile.in, Makefile.in, Makefile.in): make depend. |
| |
| hardaker 13 Aug 99 09:33:40 |
| - (configure, configure.in): don't use NO_DUMMY_VALUES by default. |
| |
| mslifcak 13 Aug 99 11:14:39 |
| (host/hr_device.c,host/hr_print.c, host/hr_proc.c,host/hr_storage.c, |
| host/hr_swinst.c,host/hr_swrun.c, host/hr_system.c,mibII/at.c, |
| mibII/interfaces.c,mibII/ip.c, mibII/system_mib.c,mibII/tcp.c, |
| mibII/udp.c,mibII/var_route.c) - #if NO_DUMMY_VALUES (help out configure) |
| |
| hardaker 13 Aug 99 11:55:31 |
| - (var_route.c): don't do caching for NO_DUMMY_VALUES. |
| |
| mslifcak 13 Aug 99 12:18:17 |
| var_route.c - #ifdef NO_DUMMY --> #if NO_DUMMY (like the other uses). |
| |
| hardaker 13 Aug 99 12:49:35 |
| - (configure, configure.in): properly do what --without-dummy-values |
| should do. |
| |
| hardaker 13 Aug 99 15:22:53 |
| - (configure, configure.in): remove config_load_mib parsing. |
| |
| hardaker 13 Aug 99 15:35:54 |
| - (Makefile.in): don't remove mib_module_loads.h. |
| |
| hardaker 13 Aug 99 16:05:42 |
| - (remove-files): remove the ISSUES file for releases. |
| |
| hardaker 13 Aug 99 16:06:51 |
| - (version.h bug-report sedscript.in): version tag ( 4.0.pre6 ) |
| |
| nba 16 Aug 99 14:58:40 |
| snmpnetstat/if.c: allow -i and -o outputs even with incomplete responses |
| from snmpd (such as Linux that does not return ifInNUCastPkts |
| with the new DUMMY setup) |
| |
| nba 16 Aug 99 14:59:29 |
| snmpnetstat/main.c: enable_stderrlog() so that we get an error message |
| for bad host names. |
| |
| nba 18 Aug 99 02:40:48 |
| agent/snmpd.c: move the termination processing from the signal handler |
| to after the main loop has terminated. |
| |
| nba 18 Aug 99 02:51:57 |
| - snmpd.c, agent_read_config.?, versioninfo.c: move the reconfiguration |
| outside the signal handler. |
| |
| nba 18 Aug 99 09:26:35 |
| - interfaces.?: updates for Linux to handle large counters and virtual |
| interfaces. |
| |
| nba 18 Aug 99 09:31:06 |
| - (many): change the names of the logging functions to be snmp_* |
| default do_stderr_logging to 1. |
| |
| nba 19 Aug 99 02:33:56 |
| - interfaces.c: remove some left over debug output |
| |
| nba 19 Aug 99 02:35:10 |
| - snmp_logging.c, agent/various: reinstate -a and -V logging (almost). |
| timestamp file and stderr logging. |
| |
| nba 19 Aug 99 10:38:02 |
| - snmp_api.c: correcly call pre-parse hook, also when not debugging |
| (this killed the libwrap check in snmpd) |
| |
| nba 19 Aug 99 10:38:48 |
| - smux.c: remove some extraneous \n from snmp_log_perror calls. |
| |
| nba 19 Aug 99 10:40:22 |
| - snmpd.c: remove some superfluous : from snmp_log_perror. |
| Log when snmpd reconfigures following a SIGHUP |
| |
| nba 19 Aug 99 14:09:25 |
| - snmp_api.?, snmpd.c, snmptrap.c, snmptrapd.c: reinstate agent_addr in |
| the pdu structure (used for v1 traps). |
| |
| hardaker 19 Aug 99 16:09:54 |
| - (snmpget.c, snmpgetnext.c, snmpset.c): Patch from dlengel@home.com: |
| - check argument count for minimum number. |
| |
| nba 20 Aug 99 03:43:37 |
| - agentx/*: various prototype fixes, to keep number of warnings down |
| |
| hardaker 20 Aug 99 13:43:56 |
| - (default_store.h, snmp_api.c, snmp_logging.c, snmp_logging.h): |
| - make logging of timestamps optional by a snmp.conf directive. |
| |
| hardaker 20 Aug 99 13:56:57 |
| - (snmp.conf.5.def, default_store.h, snmp_logging.c): |
| - turn off time stamp logging by default. It must be explicitly |
| requested in the snmp.conf file to turn it on. |
| (the reason is that a lot of logging is incremental in nature and |
| is not line buffered before being sent to the logging routines. |
| The other solution is to have the logging routines detect when to |
| print timestamps by watching out for \n's. But, not this round. |
| |
| hardaker 20 Aug 99 16:39:21 |
| - (snmp_api.h, snmp_api.c, snmp_auth.c, snmp_impl.h, asn1.c): 64bit cleanup. |
| |
| hardaker 20 Aug 99 17:08:17 |
| - (NEWS): last minute changes |
| |
| hardaker 20 Aug 99 17:10:26 |
| - (version.h bug-report sedscript.in): version tag ( 4.0.pre7 ) |
| |
| hardaker 22 Aug 99 17:33:00 |
| - (ipfchains): removed from distribution. Newer one in ftp's contrib dir. |
| |
| hardaker 22 Aug 99 17:54:57 |
| - (configure, configure.in): |
| - --without-dummy-values is default again. |
| - cleanup of --help stuff. |
| - fix of peristent directory creation. |
| |
| hardaker 22 Aug 99 17:56:27 |
| - (Makefile.in, Makefile.in): make depend. |
| |
| hardaker 22 Aug 99 17:57:27 |
| - (snmp_api.h): version -> u_long. |
| |
| mslifcak 23 Aug 99 06:14:39 |
| Remove last vestiges of config_load_mib |
| |
| hardaker 23 Aug 99 07:02:43 |
| - (NEWS): ansi mentioned. |
| |
| mslifcak 23 Aug 99 09:00:59 |
| Win32 build fixes |
| |
| nba 23 Aug 99 13:54:32 |
| - agent/snmpd.c, agent/snmp_vars.c: move some -v logging to a more rational |
| place. |
| |
| mslifcak 23 Aug 99 14:02:51 |
| Describe USE_ASN_SHORT_LEN in FAQ, and implement in _snmp_build. |
| |
| mslifcak 23 Aug 99 15:32:21 |
| HACK! fixup short length (first put correct community string in pdu-> ). |
| |
| hardaker 23 Aug 99 16:14:00 |
| - (T028snmpv3getfail): snmpv3 get failure test. |
| |
| hardaker 23 Aug 99 16:14:00 |
| - (INSTALL): remove version specific information |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes: V3.6.1 -> V3.6.2 |
| |
| hardaker 16 Mar 99 08:15:18 |
| - (dlmod.c): removed a bogus new-line. |
| |
| hardaker 16 Mar 99 10:34:03 |
| - (hr_swrun.c): fix file descriptor leak on freebsd. |
| |
| mslifcak 16 Mar 99 11:23:30 |
| -(snmp_api.c) consistent error return. |
| |
| mslifcak 16 Mar 99 11:33:52 |
| - move MATCH_FAILED/MATCH_SUCCEEDED from util_funcs.h to mibincl.h |
| |
| mslifcak 17 Mar 99 13:53:48 |
| -(hr_swrun.c) - prevent SunOS 4.1 core (sunos4 still primitive) |
| |
| mslifcak 18 Mar 99 08:37:45 |
| - (mibII/ip.c) fix MIB_IPCOUNTER_SYMBOL usage |
| |
| hardaker 19 Mar 99 09:23:38 |
| - (snmpget.c, snmpwalk.c): fixed initialization and usage of "failures". |
| |
| hardaker 23 Mar 99 10:09:47 |
| - (Makefile.in): add more targets. |
| |
| hardaker 23 Mar 99 10:10:11 |
| - (read_config.c): make copy_word() return the next token, not the |
| next space. |
| |
| hardaker 23 Mar 99 10:11:03 |
| - (mibdefs.h, struct.h, extensible.c, extensible.h, proc.c, proc.h, |
| snmpd.conf.5.def, UCD-SNMP-MIB.txt): |
| - per-process/exec fix scripts created. |
| |
| hardaker 23 Mar 99 10:23:21 |
| - (versiontag): regexp fix. |
| |
| hardaker 28 Mar 99 16:11:32 |
| - (snmpTargetAddrEntry.h, snmpTargetParamsEntry.h): relocate to |
| snmpModules.12, where they should be. |
| |
| hardaker 28 Mar 99 16:17:24 |
| - (snmpTargetAddrEntry.c, snmpTargetParamsEntry.c): |
| - when using copy_word() don't skip spaces, since it does that. |
| |
| mslifcak 1 Apr 99 13:10:47 |
| - (libsnmp.h) Asymptotically closer to supporting CMU constants. |
| |
| mslifcak 5 Apr 99 11:06:27 |
| - (snmp_api.c, main.c, snmp_parse_args.c) Joe Marzot's fix to copy even an empty community name. |
| |
| mslifcak 5 Apr 99 14:10:14 |
| - build snmpnetstat with CygWin32 |
| |
| mslifcak 5 Apr 99 14:22:43 |
| - Build with CygWin32 |
| |
| mslifcak 5 Apr 99 15:59:20 |
| - Build using CygWin32 (includes Niels B.'s snmp_vars.c patch). |
| |
| hardaker 6 Apr 99 09:23:16 |
| - (config.guess, config.sub): new versions from autoconf 2.13. |
| |
| mslifcak 6 Apr 99 10:59:05 |
| - (extensible.c) quell warning about comparing pointer with non-pointer. |
| |
| mslifcak 6 Apr 99 11:33:54 |
| - another round of ANSI-fying the agent completed. |
| |
| hardaker 6 Apr 99 15:13:40 |
| - (*): Merged the 4.0 line into the 3.6.1 line. |
| |
| hardaker 6 Apr 99 15:38:45 |
| - (mibincl.h, ucdDemoPublic.c, vacm_vars.h, snmptrapd.c, snmp_api.c, |
| Makefile.in): final merge pieces of recent v3 line changes. |
| |
| mslifcak 6 Apr 99 21:24:22 |
| - changes for ANSI headers; POSIX(index vs strchr); minor fixes |
| |
| mslifcak 6 Apr 99 22:13:59 |
| - (vacm_vars.c) - set global ptrs = 0. |
| |
| mslifcak 6 Apr 99 22:14:43 |
| - (snmp_vars.c) more v2party rework needed |
| |
| mslifcak 7 Apr 99 06:17:28 |
| - () more ANSI header fixups; touchup for M$ Win32 build |
| |
| hardaker 7 Apr 99 10:42:10 |
| - (config.h.in, snmp_vars.c, encode_keychange.c, snmptrapd.c, |
| Makefile.in, all_general_local.h, keytools.c, keytools.h, |
| lcd_time.c, md5.c, read_config.c, scapi.c, snmp_api.c, snmpusm.c, |
| snmpv3.c, tools.c, tools.h): |
| - misc merging, including fixes and debugging statement changes to |
| newer model. |
| - a few -Wall fixes. |
| |
| hardaker 7 Apr 99 10:48:07 |
| - (snmp_mib.c): removed unnneeded header_snmp(). |
| |
| hardaker 7 Apr 99 11:28:02 |
| - (ucdDemoPublic.c, sysORTable.c, vacm_vars.c, smux.c, snmpEngine.c, |
| usmUser.c, snmpTargetAddrEntry.c, snmpTargetParamsEntry.c): |
| - debugging statement conversion |
| |
| mslifcak 7 Apr 99 12:00:20 |
| - (agent/snmp2p.c agent/snmp_agent.c agent/snmp_vars.h |
| agent/view_parse.c agent/mibgroup/util_funcs.c |
| agent/mibgroup/examples/ucdDemoPublic.c |
| agent/mibgroup/host/hr_filesys.c |
| agent/mibgroup/host/hr_storage.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/system_mib.c agent/mibgroup/mibII/tcp.c |
| agent/mibgroup/mibII/udp.c agent/mibgroup/mibII/vacm_vars.c |
| agent/mibgroup/mibII/var_route.c agent/mibgroup/misc/ipfwacc.c |
| agent/mibgroup/snmpv3/usmUser.c |
| agent/mibgroup/ucd-snmp/extensible.c |
| agent/mibgroup/ucd-snmp/hpux.c agent/mibgroup/ucd-snmp/pass.c |
| agent/mibgroup/ucd-snmp/pass_persist.c |
| agent/mibgroup/ucd-snmp/proc.c |
| agent/mibgroup/v2party/context_vars.c |
| agent/mibgroup/v2party/party_vars.c |
| agent/mibgroup/v2party/view_vars.c apps/snmpdelta.c |
| apps/snmptest.c apps/snmptrapd.c apps/snmpnetstat/route.c |
| apps/snmpnetstat/winstub.c snmplib/acl_parse.c |
| snmplib/context.h snmplib/context_parse.c snmplib/party.h |
| snmplib/party_parse.c snmplib/read_config.c snmplib/snmp_api.c |
| snmplib/snmp_auth.c snmplib/snmp_impl.h snmplib/vacm.h |
| snmplib/view.h) fgets use sizeof mostly, oid base size is MAX_OID_LEN |
| |
| mslifcak 7 Apr 99 12:17:23 |
| -(ipfwchains.c) remove multiple definitions of MATCH_FAILED |
| |
| mslifcak 7 Apr 99 15:00:39 |
| -(usmUser.c,system.c) plug mem leak; (snmp_api.c) enforce array limit. |
| |
| hardaker 12 Apr 99 22:14:31 |
| - (mibincl.h): include sys/time.h. |
| |
| hardaker 12 Apr 99 22:15:39 |
| - (hr_utils.h): remove variable names from prototypes (was causing problems). |
| |
| hardaker 12 Apr 99 22:16:45 |
| - (tkmib): make displayed mib node info into two columns instead of one. |
| |
| hardaker 12 Apr 99 22:25:09 |
| - (snmp_api.c): make snmp_varlist_add_variable to possible create a |
| varlist before adding something to it. |
| |
| hardaker 13 Apr 99 15:19:20 |
| - (configure, configure.in, Makefile.in): Patch from Daniel Hagerty: |
| - fix libwrap to only add the library to the agent. |
| |
| hardaker 13 Apr 99 15:20:00 |
| - (system_mib.c): make sysDescr read-only. |
| |
| hardaker 13 Apr 99 15:32:23 |
| - (pass.c): Patch from Jim Mar: |
| - add capability for binary octet strings in pass scripts. |
| |
| hardaker 13 Apr 99 15:36:31 |
| - (SNMP-NOTIFICATION-MIB.txt, SNMP-PROXY-MIB.txt, |
| SNMP-VIEW-BASED-ACM-MIB.txt): Patch from Niels Baggesen: |
| - fix module locations for broken mibs. |
| |
| hardaker 13 Apr 99 15:54:48 |
| - (freebsd.h, freebsd2.h): Patch from Niels Baggesen: |
| - freebsd utmp cleanups. |
| |
| hardaker 13 Apr 99 15:56:53 |
| - (snmpd.c): Patch from Niels Baggesen: |
| - log with timestamp at shutdown. |
| |
| hardaker 13 Apr 99 15:57:24 |
| - (vacm_vars.c): Patch from Niels Baggesen: |
| - better checking of .conf file parsing line requirements. |
| |
| hardaker 13 Apr 99 15:58:02 |
| - (snmptranslate.c): Patch from Niels Baggesen: |
| - support -P. |
| |
| hardaker 13 Apr 99 15:58:27 |
| - (snmp_config.5.def, snmptrap.1, snmptrapd.conf.5.def): Patch from |
| Niels Baggesen: |
| - clean up small bugs. |
| |
| hardaker 13 Apr 99 16:00:49 |
| - (parse.c, parse.h): Patch from Niels Baggesen: |
| - nicer parser messages (include file names). Correct help for -Pc. |
| - Add FRAME-RELAY-DTE-MIB as replacement for RFC-1315 |
| |
| hardaker 13 Apr 99 16:03:29 |
| - (snmptrapd.c): Patch from Niels Baggesen: |
| - snmptrapd option to ignore auth traps, add -S option, log termination. |
| |
| mslifcak 14 Apr 99 15:29:58 |
| - (snmptranslate.c) init_snmp takes argument; "" used. |
| |
| mslifcak 14 Apr 99 15:30:34 |
| - (parse.c) File pointer initialized to "" before first use. |
| |
| hardaker 14 Apr 99 15:52:35 |
| - (snmptranslate.c): init_snmp("snmpapp"). |
| |
| mslifcak 14 Apr 99 16:31:55 |
| - (snmp_agent,c, snmp_api.[ch], snmp_client.[ch]) fix variable_list with built-in storage |
| |
| mslifcak 14 Apr 99 16:56:37 |
| - apps that use snmp_fix_pdu must clean up the response PDU ! |
| |
| mslifcak 16 Apr 99 07:30:29 |
| - (IPFWACC-MIB.txt) change module name from IPFWADM-MIB to IPFWACC-MIB. |
| |
| mslifcak 16 Apr 99 07:54:22 |
| - (IPFWCHAINS-MIB.txt) ipfwChainTable {ipfw 1} fix |
| |
| mslifcak 16 Apr 99 08:33:16 |
| - (mib.c) "-m" or MIBS : can specify MIB module by file name. |
| |
| hardaker 16 Apr 99 21:10:06 |
| - (README): Added v3 team members. |
| |
| hardaker 16 Apr 99 21:11:48 |
| - (configure.in): changed default store location to /var/ucd-snmp |
| |
| hardaker 16 Apr 99 21:15:14 |
| - (snmp.h): SNMPADMINLENGTH definition. |
| |
| hardaker 16 Apr 99 21:16:16 |
| - (snmp_auth.c): removed fix note. |
| |
| hardaker 16 Apr 99 21:27:06 |
| - (NEWS): updated |
| |
| hardaker 16 Apr 99 21:27:41 |
| - (snmptrapd.8): man patch from Niels |
| |
| hardaker 16 Apr 99 21:34:49 |
| - (version.h bug-report sedscript.in): version tag ( 4.0.pre3 ) |
| |
| mslifcak 18 Apr 99 06:54:26 |
| - (ipfwacc.h) subdir change per Joe Pruettt : 9 -> 10 |
| |
| hardaker 19 Apr 99 21:01:15 |
| - (mib2c, mib2c.conf, mib2c.vartypes.conf): |
| - rewrote mib2c to be more dependent on .conf files. The main .conf |
| file now contains the code itself. |
| - need to write a foreach(mibnode) type parser next. |
| |
| hardaker 19 Apr 99 21:09:27 |
| - (mibincl.h): add read_config.h. |
| |
| hardaker 19 Apr 99 21:12:17 |
| - (read_config.c, read_config.h): |
| - created a more convenient read_config_read_data() function to |
| generically read a token into a given variable. |
| - cleaned up persistent storage parsing routines. |
| - use previously malloced space in some routines, or malloc it for |
| them if the storage area is NULL. |
| |
| hardaker 19 Apr 99 21:14:28 |
| - (snmp_api.c): Don't snmp_set_var_objid if name is NULL in |
| snmp_varlist_add_variable(). |
| |
| hardaker 20 Apr 99 11:28:14 |
| - (mib2c, mib2c.conf, mib2c.vartypes.conf): more updates. |
| |
| hardaker 20 Apr 99 15:31:35 |
| - (mib2c, mib2c.conf, mib2c.vartypes.conf): |
| - completely re-hacked: |
| - entire code base is now put into the .conf files rather than in |
| the mib2c program. This should entitle mib2c to be used more |
| generically, and could produce different types of code templates |
| based on the .conf file it is given. In theory, it should be |
| able to produce C code for a non-ucd-snmp agent, or even better, |
| any type of code (not just C) for something else based on mib |
| information. |
| - The down side, is that the current .conf files are now ambiguous |
| again and difficult to understand without being, well, me. The |
| up side is that I'm sure Dave Shield will go through and clean |
| it up for me like he did last time. Ha ha. I wonder if he'll |
| read this? (If so, see me first). |
| |
| hardaker 20 Apr 99 16:04:17 |
| - (mib2c, mib2c.conf): variable name conversions: |
| - variableTypes -> variables |
| - cname -> NAME |
| |
| hardaker 20 Apr 99 16:10:44 |
| - (mib2c, mib2c.conf): a little more clean up. |
| |
| hardaker 20 Apr 99 21:38:42 |
| - (mib2c.conf): clean up skipif regexps a bit. |
| |
| hardaker 22 Apr 99 07:54:44 |
| - (read_config.c, read_config.h): created *read_config_store_data(); |
| |
| hardaker 22 Apr 99 07:56:03 |
| - (mib2c, mib2c.conf): allow NoAccess to be processed, and use skipif: |
| directives where needed because of it. |
| |
| hardaker 22 Apr 99 10:51:30 |
| - (snmp_client.c, snmp_api.c, snmp_api.h, keytools.c): Another v3 branch update. |
| |
| mslifcak 26 Apr 99 09:21:06 |
| - (snmplib.c) - use request callback's data if request specifies a callback. |
| |
| nba 26 Apr 99 11:21:10 |
| |
| (parse.h) Silly speling misteak (ACCESS_CRAETE) |
| |
| nba 26 Apr 99 11:48:57 |
| |
| |
| - snmplib/parse.h, snmplib/parse.c: new mib printer: mib_print_tree |
| inspired by a reference to snmx in comp.protocols.snmp |
| - apps/snmptranslate: let the -p option call this new printer |
| - snmplib/snmp_api.c: some left over __P macros |
| |
| nba 26 Apr 99 12:03:47 |
| |
| (if.c) make the width of snmpnet -i (and -o) adapt to the length of returned |
| strings |
| |
| nba 26 Apr 99 12:09:35 |
| |
| |
| apps/*.c: use snmp_perror to report errors from read_objid and friends |
| apps/snmptrapd.c: fix a bus error when using -S and receiving an |
| enterprise specific trap. |
| |
| nba 26 Apr 99 12:13:50 |
| |
| */*: replace horrible (char *)"string" with const specifiers in relevant |
| functions. |
| |
| mslifcak 26 Apr 99 12:37:09 |
| - (snmp_api.c) - fix other use of request's callback data |
| |
| mslifcak 27 Apr 99 09:51:35 |
| - (interfaces.c) add if_type_from_name to convert interface name to type. |
| |
| hardaker 29 Apr 99 07:32:39 |
| - (Makefile.in, callback.c, callback.h): callback API. |
| |
| hardaker 29 Apr 99 07:39:45 |
| - (agent_read_config.c, snmpd.c, snmptrapd.c, snmp_api.c, snmpusm.c, |
| snmpusm.h, snmpv3.c, snmpv3.h): |
| - use the callback mechanism for post-config stuff. |
| |
| hardaker 3 May 99 07:07:15 |
| - (agent_read_config.c, usmUser.c, usmUser.h, snmpTargetAddrEntry.c, |
| snmpTargetAddrEntry.h, snmpTargetParamsEntry.c, |
| snmpTargetParamsEntry.h, snmptrapd.c, callback.c, callback.h, |
| scapi.c, scapi.h, snmp_api.c, snmpv3.c, snmpv3.h): |
| - shutdown and store callback usage. |
| |
| hardaker 3 May 99 07:13:31 |
| - (snmpd.c): fix -A flag, which got broken during someones changes. |
| |
| hardaker 3 May 99 12:58:19 |
| - (Makefile.in, agent_read_config.c, Makefile.in, header_complex.c, |
| Makefile.in, encode_keychange.c, Makefile.in, Makefile.in, |
| all_general_local.h, all_system.h, keytools.c, lcd_time.c, scapi.c, |
| snmp_auth.c, snmpusm.c, tools.c, tools.h, Makefile.in, T.c, |
| etimetest.c, keymanagetest.c, misctest.c, scapitest.c): |
| - nuked all_general_local.h and all_system.h. |
| - makefileindepend as well. |
| |
| nba 3 May 99 15:40:11 |
| (*.[ch]): patches to types to wipe warnings from compilers |
| with more strict noise levels. (also good when compiling |
| with gcc -Wall -pedantic -Wwrite-strings -Wcast-qual) |
| |
| nba 4 May 99 00:47:44 |
| (mib.c): Fix problem (core dump) with MIBFILES environment variable. |
| |
| nba 4 May 99 00:51:16 |
| (many): remove const spec from FindVarMethod. That was wrong |
| |
| hardaker 4 May 99 11:08:55 |
| - (configure, configure.in): Added --enable-developer flag. |
| |
| mslifcak 6 May 99 09:20:30 |
| - (ucd-snmp/vmstat.c) - conditionally include limits.h per Eduard Koucky. |
| |
| nba 10 May 99 14:47:22 |
| Fixing some more prototypes. Pointed out by Markku Laukkanen. |
| |
| nba 10 May 99 14:49:49 |
| snmplib/snmp_api.c: Mix-up of V1_IN_V2/V2_IN_V1 error code when GETBULK |
| inside V1 session. |
| |
| hardaker 11 May 99 14:02:48 |
| - (util_funcs.c): read returns ssize_t not size_t. |
| |
| hardaker 11 May 99 14:03:25 |
| - (memory.h): remove extern. |
| |
| hardaker 11 May 99 14:11:40 |
| - (hpux.c, hpux.h): int -> size_t conversions. |
| |
| mslifcak 12 May 99 10:53:23 |
| - (snmp_api.c snmp_client.c) call snmp_synch_reset from snmp_sess_close |
| |
| mslifcak 12 May 99 11:22:16 |
| -(parse.c party_parse.c read_config.c) no exit() from library; return error |
| |
| daves 13 May 99 03:52:19 |
| - (ip.c): Properly register IP module group on Free-BSD systems |
| (thanks to Mitchell Tasman) |
| |
| hardaker 13 May 99 09:09:18 |
| - (vacm_vars.c): Set pointers to NULL after freeing them. |
| |
| mslifcak 14 May 99 06:54:51 |
| - (agent/mibgroup/dummy/dummy.c agent/mibgroup/examples/example.c |
| agent/mibgroup/examples/example.h |
| agent/mibgroup/examples/wombat.c agent/mibgroup/misc/ipfwacc.c |
| agent/mibgroup/smux/smux.c |
| agent/mibgroup/snmpv3/snmpMPDStats.c |
| agent/mibgroup/snmpv3/usmStats.c |
| agent/mibgroup/snmpv3/usmUser.c snmplib/snmp_auth.c) more size_t fixes |
| |
| mslifcak 14 May 99 09:47:10 |
| - (agent/mibgroup/examples/wombat.h agent/mibgroup/host/hr_disk.c |
| agent/mibgroup/mibII/interfaces.c |
| agent/mibgroup/mibII/var_route.c |
| agent/mibgroup/snmpv3/usmUser.c apps/encode_keychange.c |
| snmplib/parse.c) more ANSI-C touchups |
| |
| mslifcak 14 May 99 13:59:37 |
| -(agent/mibgroup/mibII/interfaces.c snmplib/snmpusm.c) fixes to build HP & AIX |
| |
| daves 17 May 99 03:20:53 |
| - (snmp_parse_args.c): Initialise session using library routine |
| |
| daves 17 May 99 04:34:55 |
| - (snmplib/snmp_api.h snmplib/snmp_api.c snmplib/snmp_client.c |
| agent/snmpd.c agent/mibgroup/mibII/vacm_vars.c |
| agent/mibgroup/v2party/alarm.c agent/mibgroup/v2party/event.c |
| apps/snmpstatus.c apps/snmptest.c apps/snmptrap.c apps/snmptrapd.c): |
| |
| - Use the generic socket addresses 'struct sockaddr', |
| rather than the IP-specific 'struct sockaddr_in' |
| |
| daves 17 May 99 04:38:00 |
| - (snmplib/snmp_api.h snmplib/snmp_api.c snmplib/snmp_client.c |
| agent/snmpd.c agent/mibgroup/mibII/vacm_vars.c |
| agent/mibgroup/v2party/alarm.c agent/mibgroup/v2party/event.c |
| apps/snmpstatus.c apps/snmptest.c apps/snmptrap.c apps/snmptrapd.c): |
| |
| - Use the generic socket address 'struct sockaddr', |
| rather than the IP-specific 'struct sockaddr_in' |
| |
| daves 17 May 99 07:18:02 |
| - (snmplib/snmp_api.c snmplib/snmp_api.h agent/snmpd.c |
| apps/snmptrap.c apps/snmptrapd.c): |
| |
| - Use a single address field within the PDU structure |
| (obsoleting 'agent_addr') |
| |
| daves 18 May 99 06:26:16 |
| - (snmp_api.c snmp_api.h): More general handling of PDU flags |
| |
| mslifcak 18 May 99 09:01:46 |
| - (xx/Makefile.in) remove references to as yet missing disman files. |
| |
| daves 18 May 99 09:23:50 |
| - (configure.in snmplib/context_parse.c snmplib/read_config.c |
| snmplib/snmp_api.c snmplib/snmpv3.c snmplib/system.c |
| apps/snmp_parse_args.c 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 |
| apps/snmpnetstat/if.c apps/snmpnetstat/inet.c |
| apps/snmpnetstat/main.c apps/snmpnetstat/route.c |
| apps/snmpnetstat/winstub.c): |
| - Clean up conditionals protecting include files |
| ( #if HAVE_WINSOCK_H / #else / #endif ) |
| |
| daves 19 May 99 02:33:07 |
| - (config.h.in): Additional include protection entries |
| |
| daves 19 May 99 05:11:37 |
| - (snmp_api.c): More generalised handling of socket addresses |
| |
| mslifcak 19 May 99 18:02:55 |
| -(mibII/var_route.c) - fix Linux RouteMask c/o "Nancy" nam@cs.cmu.edu |
| |
| mslifcak 19 May 99 18:50:12 |
| - (host_res.h) fix HAVE_NET_IF_VAR_H define (was HAVE_NET_IN_VAR_H) |
| |
| daves 20 May 99 03:46:24 |
| - (snmp_api.h): Temporary fix to socket address problems |
| |
| mslifcak 21 May 99 05:24:23 |
| -(read_config.c) cast fix per Markku Laukkanen |
| |
| daves 21 May 99 05:54:22 |
| - (snmp_api.c snmp_api.h): |
| - New API call to close down all open sessions |
| (also called on application shutdown) |
| |
| hardaker 21 May 99 11:10:44 |
| - (mib2c.conf, mib2c.storage.conf): |
| - convert to size_t storages. |
| - misc eval fixes. |
| - more cleanup of the storage def. |
| |
| mslifcak 21 May 99 15:29:46 |
| - library changes to build on Win32. |
| |
| mslifcak 24 May 99 05:36:13 |
| -configure - save one which looks for netdb/socket headers |
| |
| hardaker 26 May 99 11:19:03 |
| - (ipfwacc.h): properly locate the mib. |
| |
| hardaker 26 May 99 15:14:55 |
| - (hr_swinst.c): make software application type unknown instead of app. |
| |
| hardaker 26 May 99 15:18:04 |
| - (IPFWACC-MIB.txt): change to counters. |
| |
| hardaker 26 May 99 15:20:32 |
| - (ipfwacc.h): make into counters. |
| |
| hardaker 26 May 99 15:56:03 |
| - (acconfig.h, config.h.in): increase MAXREADCOUNT. |
| |
| hardaker 26 May 99 17:40:28 |
| - (IPFWACC-MIB.txt): added SEQUENCE OF. |
| |
| mslifcak 27 May 99 05:16:25 |
| -(encode_keychange, read_config, snmpusm) aCC fixes by PKY (Markku Laukkanen) |
| |
| hardaker 27 May 99 14:30:03 |
| - (snmptrapd_handlers.c): implement the default trap handler. |
| |
| hardaker 27 May 99 14:30:15 |
| - (snmptrapd.c): need an init_mib(). |
| |
| hardaker 27 May 99 14:37:06 |
| - (snmptrapd.conf.5.def): document default oid keyword. |
| |
| hardaker 27 May 99 14:37:32 |
| - (snmptrapd.c): document default oid keyword in help line. |
| |
| daves 28 May 99 07:02:01 |
| - (agent/Makefile.in agent/mibgroup/Makefile.in): fix problem with null macro |
| |
| daves 28 May 99 08:14:05 |
| - (snmplib/snmp_api.c): save local socket address in internal session structure |
| |
| daves 28 May 99 08:57:19 |
| - (snmplib/snmp_api.c): Unix domain (datagram) socket support |
| |
| daves 28 May 99 09:12:20 |
| - (snmplib/snmp_api.c): Separate out copying a session and opening a new one |
| |
| mslifcak 28 May 99 09:24:56 |
| -(snmp_api.c) -catch one more error close from snmp_sess_copy |
| |
| hardaker 28 May 99 16:17:13 |
| - (mib.c, parse.c, parse.h): save and use index clauses. |
| |
| hardaker 28 May 99 16:44:42 |
| - (Makefile.in, default_store.c, default_store.h): |
| - created generic default value storage space and parsers to reduce |
| the number of functions/etc created for values which configure the |
| library. |
| |
| daves 1 Jun 99 02:17:27 |
| - (snmplib/snmp_api.c): Garbage collection for Traditional SAPI sessions |
| |
| daves 1 Jun 99 02:32:13 |
| - (snmplib/snmp_api.c): Generalise handling of addresses (w.r.t sento/recvfrom) |
| |
| daves 1 Jun 99 07:30:42 |
| - (snmplib/snmp_api.c snmplib/snmp_api.h): Support for stream-based sockets |
| |
| hardaker 1 Jun 99 17:21:53 |
| - (Makefile.in, snmp_alarm.c, snmp_alarm.h, snmp_api.c): |
| - implemented a generic alarm handler to register alarm functions to |
| be called back after X period of time and it handles figuring out |
| which is next and calling alarm() and signal() appropriately. |
| |
| mslifcak 4 Jun 99 09:51:13 |
| -(hr_filesys.c,interfaces.c,tcp.c,udp.c,freebsd3.h) fix FreeBSD3.1 incl Ken Key's tcp/udp patches |
| |
| mslifcak 7 Jun 99 07:44:06 |
| -(interfaces.c, tcp.c, udp.c, ip.c) clone fixes from 3.6 line (FreeBSD3.1) |
| |
| mslifcak 7 Jun 99 13:04:21 |
| -(if.c) check for valid pointer before de-referencing. |
| |
| mslifcak 11 May 99 14:39:58 |
| - (agent/agent_read_config.c agent/snmp_vars.c agent/snmpd.c |
| agent/mibgroup/mibII/interfaces.c agent/mibgroup/mibII/ip.c |
| agent/mibgroup/mibII/vacm_vars.c |
| agent/mibgroup/mibII/vacm_vars.h apps/snmptranslate.c |
| apps/snmptrapd.c local/mib2c local/tkmib man/snmp_config.5.def |
| man/snmpd.1.def man/snmptrap.1 man/snmptrapd.8 |
| man/snmptrapd.conf.5.def 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 s/freebsd.h s/freebsd2.h |
| snmplib/mib.c snmplib/parse.c snmplib/parse.h |
| snmplib/snmp_api.c snmplib/vacm.c) - changes c/o Niels Baggesen |
| |
| mslifcak 11 May 99 18:58:37 |
| -(cygwin.h) - use to build on CygWin platform. |
| |
| mslifcak 11 May 99 19:54:04 |
| -(agent/snmp2p.c agent/snmp_vars.h agent/view_parse.c |
| agent/mibgroup/util_funcs.c agent/mibgroup/dummy/dummy.h |
| agent/mibgroup/examples/wombat.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 |
| agent/mibgroup/ipfwchains/ipfwchains.c |
| agent/mibgroup/mibII/at.c agent/mibgroup/mibII/icmp.c |
| agent/mibgroup/mibII/interfaces.c |
| agent/mibgroup/mibII/system_mib.c agent/mibgroup/mibII/tcp.c |
| agent/mibgroup/mibII/udp.c agent/mibgroup/mibII/vacm_vars.c |
| agent/mibgroup/mibII/var_route.c agent/mibgroup/misc/ipfwacc.c |
| agent/mibgroup/misc/ipfwacc.h |
| agent/mibgroup/ucd-snmp/extensible.c |
| agent/mibgroup/ucd-snmp/hpux.c |
| agent/mibgroup/ucd-snmp/loadave.c |
| agent/mibgroup/ucd-snmp/pass.c |
| agent/mibgroup/ucd-snmp/pass_persist.c |
| agent/mibgroup/ucd-snmp/proc.c |
| agent/mibgroup/v2party/context_vars.c |
| agent/mibgroup/v2party/party_vars.c |
| agent/mibgroup/v2party/view_vars.c apps/snmpdelta.c |
| apps/snmptest.c apps/snmptrapd.c apps/snmpnetstat/if.c |
| apps/snmpnetstat/route.c apps/snmpnetstat/winstub.c |
| apps/snmpnetstat/winstub.h snmplib/acl_parse.c |
| snmplib/context.h snmplib/context_parse.c snmplib/party.h |
| snmplib/party_parse.c snmplib/read_config.c snmplib/snmp_api.c) |
| Port some of the fixes from the current development branch |
| |
| mslifcak 12 May 99 10:45:05 |
| - (snmp_api.c snmp_client.c) call snmp_synch_reset from snmp_sess_close |
| |
| mslifcak 12 May 99 11:28:07 |
| -(mib.c parse.c party_parse.c read_config.c) no exit() from library; return error |
| |
| daves 13 May 99 03:38:03 |
| |
| (mib.c): Fixed minor typo |
| |
| daves 13 May 99 03:55:06 |
| - (ip.c): Properly register IP module group on Free-BSD systems |
| (thanks to Mitchell Tasman) |
| |
| hardaker 13 May 99 09:07:13 |
| - (vmstat.c): include limits.h. |
| |
| hardaker 13 May 99 09:07:39 |
| - (vacm_vars.c): Set pointers to NULL after freeing them. |
| |
| hardaker 13 May 99 15:42:48 |
| - (version.h bug-report sedscript.in): version tag ( 3.6.2 ) |
| |
| daves 17 May 99 03:20:10 |
| - (snmp_parse_args.c): Initialise session using library routine |
| |
| mslifcak 19 May 99 18:01:48 |
| -(mibII/var_route.c) - fix Linux RouteMask c/o "Nancy" nam@cs.cmu.edu |
| |
| mslifcak 19 May 99 18:49:25 |
| - (host_res.h) fix HAVE_NET_IF_VAR_H define (was HAVE_NET_IN_VAR_H) |
| |
| hardaker 25 May 99 20:20:31 |
| - (version.h bug-report sedscript.in): version tag ( 3.6.2.pre1 ) |
| |
| nba 26 May 99 07:57:42 |
| |
| Tag: V3-line |
| |
| if.c: dynamic width for -i and -o option |
| |
| mslifcak 26 May 99 08:00:07 |
| - fix-ups to build Win32 MSVisualC++ |
| |
| nba 26 May 99 08:24:35 |
| |
| |
| Some fixes for Solaris 2.7 (proc access still does not work when compiled |
| with gcc (32-bit compiler) |
| |
| nba 26 May 99 08:29:26 |
| |
| Fixes for FreeBSD 2.1 from Derek J. Balling <dballing@yahoo-inc.com> |
| |
| hardaker 26 May 99 16:07:16 |
| - (acconfig.h, config.h.in): increase MAXREADCOUNT. |
| |
| hardaker 26 May 99 16:07:42 |
| - (hr_swinst.c): make swinstall be "unknown" since we can't truly know. |
| |
| hardaker 26 May 99 16:08:09 |
| - (ipfwacc.h): move to correct location. |
| |
| hardaker 26 May 99 16:08:28 |
| - (IPFWACC-MIB.txt): make counters. |
| |
| hardaker 26 May 99 17:31:25 |
| - (proc.c): ultrix fixes. |
| |
| hardaker 26 May 99 17:38:56 |
| - (IPFWACC-MIB.txt): added SEQUENCE OF. |
| |
| nba 27 May 99 02:56:25 |
| |
| |
| host/hr_swrun.c, ucd-snmp/proc.c: Fixes for Solaris 2.7 |
| |
| nba 27 May 99 02:59:16 |
| |
| snmpd.c: Properly handle the case of no community specified |
| for agent traps. |
| |
| nba 27 May 99 23:55:09 |
| |
| solaris2.?.h: define _SLASH_PROC_METHOD_ as 1 |
| |
| nba 27 May 99 23:55:49 |
| |
| read_config.c: complain about existing but unreadable config files. |
| |
| nba 27 May 99 23:59:37 |
| |
| inet.c: 0 IS a valid short (and port address for remote ends of ports |
| in LISTEN state) |
| |
| nba 28 May 99 03:25:29 |
| |
| change the trapsink/trap2sink directives to support a community parameter. |
| |
| nba 29 May 99 02:49:47 |
| |
| - smux.c: fix a missing ntohs in a debug message |
| |
| nba 1 Jun 99 00:27:36 |
| |
| - proc.c: YAPBO (Yet another possible buffer overflow) |
| |
| nba 1 Jun 99 00:29:35 |
| |
| - snmp_agent.c: change noCreation return to noAccess. There are probably |
| situations where the former is correct, but this is less confusing |
| |
| nba 1 Jun 99 00:33:52 |
| |
| - kernel_sunos5.?, hr_swrun.c, at.c, interfaces.c: fix at.atTable and |
| ip.ipNetToMediaTable for Solaris. Also a tweak for getKstatInt. |
| |
| hardaker 2 Jun 99 07:27:46 |
| - (version.h bug-report sedscript.in): version tag ( 3.6.2.pre2 ) |
| |
| mslifcak 2 Jun 99 13:46:34 |
| -(hr_filesys.c,interfaces.c,freebsd3.h) fix build on FreeBSD 3.1 |
| |
| nba 3 Jun 99 14:31:18 |
| |
| - kernel.c: add some sanity checks when running without root access. |
| |
| nba 3 Jun 99 14:34:50 |
| |
| - hr_swrun.c: add a blank between process parameters |
| |
| nba 3 Jun 99 14:38:18 |
| |
| - netbsd.h, tcp.c, udp.c: fix socket tables for NetBSD 1.3/1.4 |
| |
| nba 3 Jun 99 15:12:01 |
| |
| - snmptrap.c: fix a bad free when calling snmpinform. |
| |
| nba 3 Jun 99 15:21:09 |
| - tcp.c: lost a ';' for the FreeBSD case .... |
| |
| daves 4 Jun 99 04:51:04 |
| - (agent/mibgroup/host/hr_swinst.c): Fix RPM handling |
| |
| daves 4 Jun 99 05:06:44 |
| - (configure.in configure): Additional library for RPM handling |
| |
| mslifcak 4 Jun 99 09:30:12 |
| -(tcp.c, udp.c) apply Ken Key's fix for FreeBSD3.1 |
| |
| nba 4 Jun 99 11:52:38 |
| - ip.c: Fix for FreeBSD 3 from Ken Key |
| |
| nba 4 Jun 99 11:53:32 |
| - kernel_sunos5.c, asn1.c: Fixes for 64-bit Solaris 7 |
| |
| nba 5 Jun 99 05:47:20 |
| - interfaces.c,tcp.c,udp.c: cleanup of conditionals for FreeBSD |
| |
| nba 5 Jun 99 06:02:52 |
| - configure.in: proper configure check for sys/socketvar.h |
| |
| mslifcak 7 Jun 99 07:45:10 |
| -(ip.c, var_route.c) fix sizeof, CPP #endif |
| |
| hardaker 7 Jun 99 10:52:32 |
| - (Makefile.in): Patch from Chris Smith: |
| - don't put CFLAGS in the link line. |
| |
| hardaker 7 Jun 99 10:54:21 |
| - (README.win32): added to the 3.6.2 line. |
| |
| hardaker 7 Jun 99 11:25:27 |
| - (FAQ, README): update for 3.6.2. |
| |
| hardaker 7 Jun 99 11:27:15 |
| - (NEWS): 3.6.2 update. |
| |
| hardaker 7 Jun 99 11:30:40 |
| - (EXAMPLE.conf.def): update for 3.6.2. |
| |
| hardaker 7 Jun 99 11:32:54 |
| - (INSTALL): update for 3.6.2. |
| |
| mslifcak 7 Jun 99 13:02:10 |
| -(if.c) - check for valid pointer before de-referencing. |
| |
| hardaker 7 Jun 99 15:46:26 |
| - (configure, configure.in): check for libdb1 before libdb for rpm usage. |
| |
| hardaker 7 Jun 99 15:50:01 |
| - (FAQ): merge |
| |
| hardaker 7 Jun 99 16:03:25 |
| - (configure.in, configure): check for -ldb1 then -ldb for rpm usage. |
| |
| hardaker 7 Jun 99 16:43:50 |
| - (config.h.in, configure, configure.in): check for rpmGetPath to help |
| determine which version of RPM we're using (3 or 2). |
| |
| pjl 7 Jun 99 17:30:33 |
| Added RPM v3 support |
| |
| mslifcak 8 Jun 99 03:40:36 |
| -(mibII/*,snmplib/*) Markku L.'s fixes to compile on HP-UX with aCC |
| |
| mslifcak 8 Jun 99 03:54:50 |
| spell check COMMUNITY |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes: V3.6 -> V3.6.1 |
| |
| mslifcak 8 Mar 99 04:02:01 |
| (parse.c) - fix subid init; remove useless '-Pl' option. |
| |
| mslifcak 8 Mar 99 04:14:41 |
| - (snmp_api.c) use request data with request callback |
| |
| mslifcak 8 Mar 99 05:01:49 |
| -(win32/config.h) remove unused SYS_TIME_NAME,GLOBALSECURITY. add new constants. |
| |
| mslifcak 8 Mar 99 05:07:13 |
| - (AGENT) MAX_NAME_LEN --> MAX_OID_LEN in example |
| |
| mslifcak 8 Mar 99 09:58:17 |
| - (snmplib/parse.c) Complete Dave Shields' patch for continue after error. |
| |
| mslifcak 8 Mar 99 14:28:20 |
| - (snmpnetstat:if.c, route.c) limit interface name sizes to fit fixed length buffers. |
| |
| hardaker 10 Mar 99 15:07:31 |
| - (EXAMPLE.conf.def): group lines were backwards. |
| |
| hardaker 11 Mar 99 15:48:22 |
| - (README): Added Mike Baer. |
| |
| hardaker 11 Mar 99 15:48:52 |
| - (memory_solaris2.c): changed some comments to /* */ instead of //. |
| |
| hardaker 11 Mar 99 16:10:31 |
| - (AGENT): removed AGENT |
| |
| hardaker 11 Mar 99 16:10:47 |
| - (mib2c): fixed a couple of bugs and ansi'ified things. |
| |
| hardaker 11 Mar 99 16:22:43 |
| - (util_funcs.c, util_funcs.h): move MATCH_SUCCEEDED defs to .h. |
| |
| hardaker 11 Mar 99 16:23:44 |
| - (snmp_api.h, snmp_debug.h): Patch from Erik Jacobsen: |
| - fixed prototypes for DEBUGP() and DEBUGPOID(). |
| |
| mslifcak 12 Mar 99 07:08:40 |
| - (dlmod_mib.c) : Use MATCH_FAIL/SUCCEEDED in util_funcs.h |
| |
| hardaker 12 Mar 99 09:15:14 |
| - (mibincl.h, dummy.c, wombat.c, hr_device.c, hr_disk.c, hr_filesys.c, |
| hr_network.c, hr_partition.c, hr_print.c, hr_proc.c, hr_storage.c, |
| hr_swinst.c, hr_swrun.c, hr_system.c, icmp.c, interfaces.c, ip.c, |
| snmp_mib.c, sysORTable.c, system_mib.c, tcp.c, udp.c, dlmod.c, |
| registry.c): fixed MATCH_FAILED/SUCCEEDED defines -> util_funcs.h. |
| |
| mslifcak 12 Mar 99 11:31:16 |
| - (dlmod_mib.c) : explicit test for MATCH_FAILED |
| |
| hardaker 12 Mar 99 12:20:12 |
| - (mib2c): fix asn_parse functions to pass a pointer to the size variable. |
| |
| hardaker 12 Mar 99 14:17:08 |
| - (NEWS): update. |
| |
| hardaker 12 Mar 99 14:17:44 |
| - (smux.c): protect strcpy() against a null password specified on the |
| config line. |
| |
| mslifcak 12 Mar 99 14:34:12 |
| - (hr_system.h) - don't require hr_util; done in mibgroup/host.h |
| - (hr_swrun.c) - solaris2 : make sure kvm_open is called before kd is used. |
| - (hr_swrun.c) - add lame sunos4 equivalent in HRSWRUNPERF_CPU. |
| |
| mslifcak 12 Mar 99 14:35:38 |
| - (target.h, target/*.h) require util_funcs once. |
| |
| hardaker 12 Mar 99 14:36:39 |
| - (util_funcs.h): MATCH_FAILED -> -1, since some use it. |
| |
| mslifcak 12 Mar 99 14:54:51 |
| - restore config_require logic; fix sprintf calls to compile under SunOS 4.1.x. |
| |
| hardaker 12 Mar 99 15:23:18 |
| - (INSTALL): don't print module list here... tell them to look at |
| configure --help. |
| |
| hardaker 12 Mar 99 15:24:37 |
| - (configure, configure.in, IPFWCHAINS-MIB.txt, README, |
| ipfwc_kernel_headers.h, ipfwchains.c, ipfwchains.h, libipfwc.c, |
| libipfwc.h): Patch from Didier Dhaenens: |
| - new modules: ipfwchains. |
| |
| mslifcak 15 Mar 99 05:54:07 |
| - (Makefile.in libsnmp.h mib.c snmp.h snmp_api.c) update CMU_COMPATIBLE |
| |
| hardaker 15 Mar 99 08:49:10 |
| - (Makefile.in, snmp_api.c): |
| - revert to snmp_parse. |
| - don't install libsnmp.h. |
| |
| mslifcak 15 Mar 99 09:42:34 |
| - second pass at CMU_COMPAT : Disable by default, leave snmp_parse alone. |
| |
| hardaker 15 Mar 99 14:30:45 |
| - (snmp.h): remove unneeded commented out define. |
| |
| hardaker 15 Mar 99 14:31:23 |
| - (acconfig.h): added CMU_COMPATIBLE |
| |
| hardaker 15 Mar 99 15:21:02 |
| - (hr_proc.c, hr_proc.h, loadave.c, loadave.h): fix try_loadave for solaris. |
| |
| hardaker 15 Mar 99 15:31:51 |
| - (configure, configure.in, interfaces.c, linux.h): detect |
| /proc/net/dev version at run time, not compile time. |
| |
| hardaker 15 Mar 99 15:46:12 |
| - (interfaces.c): fixes for linux 2.2 interface scanning. |
| |
| hardaker 15 Mar 99 15:55:35 |
| - (Makefile.in): makefileindepend. |
| |
| hardaker 15 Mar 99 15:58:07 |
| - (FAQ, NEWS): updates to talk about the AGENT.txt file. |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes: V3.5.3 -> V3.6 |
| |
| hardaker 19 Jun 98 13:14:43 |
| - (ChangeLog): update for 3.5. |
| |
| hardaker 22 Jun 98 09:16:32 |
| - (main.c): Patch from Jerry G. DeLapp: |
| - commented out trailing #endif comment. |
| |
| hardaker 24 Jun 98 10:30:19 |
| - (Makefile.in): man->html make specification. |
| |
| hardaker 24 Jun 98 10:31:22 |
| - (Makefile.in, snmp_api.c, snmp_api.h): create snmp_pdu_add_variable(). |
| |
| hardaker 24 Jun 98 10:56:46 |
| - (snmpset.c, snmptest.c, snmptrap.c, snmp_api.c, snmp_api.h): |
| - moved hex_to_binary, ascii_to_binary, and snmp_add_var to snmplib. |
| |
| hardaker 24 Jun 98 11:08:41 |
| - (UCD-SNMP-MIB.txt): Patch from Niels Baggesen: |
| - shutdown trap specifications. |
| - misc mib fixes. |
| |
| hardaker 24 Jun 98 11:40:40 |
| - (snmpd.c, snmpd.h): |
| - created (poorly) send_trap_pdu() for sending v2 traps from mib modules. |
| |
| hardaker 26 Jun 98 10:42:32 |
| - (disk.c): Patch from Michael Douglass: |
| - fix calculation of totaldisk by doing block division first to |
| protect against 32 bit overflows. |
| |
| hardaker 26 Jun 98 10:45:15 |
| - (smux.c, snmp_bgp.c, snmp_ospf.c, snmp_rip2.c, snmp_rip2.h): Patch |
| from Niels Baggesen: |
| - Fix for new defines and proper header includes. |
| |
| hardaker 26 Jun 98 15:03:38 |
| - (generic.h): put in a comment to keep compilers from complaining too much. |
| |
| hardaker 28 Jun 98 09:30:34 |
| - (snmp_api.c): fix snmp_add_var(). |
| |
| hardaker 1 Jul 98 11:28:17 |
| - (configure, configure.in, Makefile.in, agent_read_config.c, |
| agent_read_config.h, snmp_vars.c, snmp_vars.h, snmpd.c, Makefile.in, |
| struct.h, pass.h, Makefile.in, snmptrapd.c, snmptrapd_handlers.c, |
| snmptrapd_handlers.h, Makefile.in, read_config.c, read_config.h, |
| snmp_api.c, snmp_api.h): |
| - moved read_config support into the library and use it. |
| - beginnings of snmptrapd extensibility. |
| |
| hardaker 1 Jul 98 15:56:12 |
| - (snmp_api.c, snmp_api.h, system.h): |
| - added DEBUGPOID(name, namelen); |
| - moved DEBUGP definition into snmp_api.h where it belongs. |
| |
| hardaker 1 Jul 98 15:57:53 |
| - (snmptrapd.c, snmptrapd_handlers.c): |
| - fix extensiblity checking of oids. |
| - seperate running of external command into new function. |
| |
| hardaker 8 Jul 98 12:26:25 |
| - (freebsd2.h): use _UTMP_PATH if available. |
| |
| hardaker 8 Jul 98 12:26:34 |
| - (irix.h): define _KMEMUSER |
| |
| hardaker 8 Jul 98 12:27:12 |
| - (win32.opt, libsnmp.dsp, libsnmp.plg, libsnmp.def, libsnmp_dll.plg, |
| snmpbulkwalk.dsp, snmpbulkwalk.plg, snmpget.dsp, snmpget.plg, |
| snmpgetnext.dsp, snmpgetnext.plg, snmpset.dsp, snmpset.plg, |
| snmpstatus.dsp, snmpstatus.plg, snmptranslate.dsp, |
| snmptranslate.plg, snmpwalk.dsp, snmpwalk.plg): Patch from Joe |
| Marzot: |
| - win32 update. |
| |
| hardaker 8 Jul 98 12:34:26 |
| - (struct.h, util_funcs.c, util_funcs.h, pass-persist.c, |
| pass-persist.h): Patch from Michael Douglass: |
| - create a pass-persist module to handle continuously running pass throughs. |
| |
| hardaker 8 Jul 98 12:56:46 |
| - (read_config.c, read_config.h): removed from agent dir. |
| |
| hardaker 8 Jul 98 12:57:06 |
| - (ucd_snmp.h): added pass-persist module. |
| |
| hardaker 8 Jul 98 12:58:03 |
| - (snmp_api.c): Patch from Joe Marzot: |
| - fix "number of retries" bug. |
| - remove odd timeout calculation code for retries > 3. |
| |
| hardaker 8 Jul 98 13:02:06 |
| - (interfaces.c): make hp_interfaces structure static. |
| |
| hardaker 8 Jul 98 13:03:36 |
| - (system.c): don't free env pointers that are created. |
| |
| hardaker 8 Jul 98 13:08:18 |
| - (UCD-SNMP-MIB.txt): Patch from Niels Baggesen: |
| - fix for missing object identifier labels. |
| |
| hardaker 8 Jul 98 14:04:22 |
| - (Makefile.in, Makefile.top, configure, configure.in, Makefile.in, |
| .cvsignore, Makefile.in, dlmod_mib.c, dlmod_mib.h, example.c, |
| example.h, dlmod.c, dlmod.h, Makefile.in, Makefile.in, |
| DLMOD-MIB.txt, Makefile.in, Makefile.in): Patch from Eugene |
| Polovnikov: |
| - new dlmod set. |
| - fix configure script. |
| |
| hardaker 8 Jul 98 14:20:42 |
| - (dlmod.c): use snmpd_ register_read_config() wrappers. |
| |
| hardaker 8 Jul 98 14:43:56 |
| - (snmp_vars.c): include fixes. |
| |
| hardaker 8 Jul 98 14:44:25 |
| - (ucd_snmp.h): removed ucd-snmp/pass_persist from default include list. |
| |
| hardaker 8 Jul 98 14:44:34 |
| - (pass.c): include sys/wait.h |
| |
| hardaker 8 Jul 98 14:44:41 |
| - (versioninfo.c): include system.h |
| |
| hardaker 8 Jul 98 14:45:22 |
| - (parse.c): include snmp_api.h |
| |
| hardaker 8 Jul 98 14:45:42 |
| - (snmp_api.c): include fixes. |
| |
| hardaker 8 Jul 98 15:31:36 |
| - (snmptrapd.c, snmptrapd_handlers.c): -Wall fixes. |
| |
| hardaker 8 Jul 98 15:31:50 |
| - (agent_read_config.c, snmpd.c): -Wall fixes. |
| |
| hardaker 8 Jul 98 15:51:28 |
| version tag ( 3.6.pre1 ) |
| |
| hardaker 10 Jul 98 09:42:16 |
| - (snmpd.c): wrong pdu pointer for snmpv2c traps. |
| |
| hardaker 15 Jul 98 15:46:28 |
| - (sedscript.in): using_module changes. |
| |
| hardaker 15 Jul 98 15:46:55 |
| - (memory.h): MEMSWAPMINIMUM wasn't being used. |
| |
| hardaker 17 Jul 98 13:11:10 |
| - (UCD-SNMP-MIB.inc, UCD-SNMP-MIB.txt): |
| - created smicng input file. |
| - fixed the UCD-SNMP mib to deal with most smic errors. |
| |
| hardaker 20 Jul 98 17:14:21 |
| - (snmpcheck.def): work around for new multi-depth mib tables.. |
| |
| hardaker 22 Jul 98 15:35:07 |
| - (mib.c): don't change running environment variables with strtok. |
| |
| hardaker 22 Jul 98 16:23:45 |
| - (Makefile.in, sedscript.in): fix sedscript includes. |
| |
| hardaker 31 Aug 98 13:02:27 |
| - (interfaces.c): missing return on ifInErrors results. |
| |
| hardaker 31 Aug 98 13:32:43 |
| - (snmptrapd.c): add a blank line to the end of the trapd output for parsing. |
| |
| hardaker 2 Sep 98 18:43:30 |
| - (TODO): added security checks. |
| |
| hardaker 2 Sep 98 18:44:38 |
| - (acconfig.h, config.h.in, configure, configure.in): |
| - persistent config file question. |
| |
| hardaker 2 Sep 98 18:44:53 |
| - (Makefile.in): typo. |
| |
| hardaker 2 Sep 98 18:47:15 |
| - (mib.c, mib.h, read_config.c, read_config.h): |
| - pre/post mib loading config files. |
| - create init_snmp() to wrap other fuctions. |
| - new snmp.conf directives: mibs, mibdirs, mibfile. |
| |
| hardaker 2 Sep 98 18:47:48 |
| - (snmp_api.c, snmp_api.h): init_snmp(). |
| |
| hardaker 2 Sep 98 18:48:25 |
| - (libsnmp.def): find_module. |
| |
| hardaker 2 Sep 98 18:48:40 |
| - (snmp_parse_args.c): use init_snmp instead of init_mib(). |
| |
| hardaker 2 Sep 98 18:50:34 |
| - (agent_read_config.c, agent_read_config.h, snmp_vars.c, snmpd.c, |
| snmpd.h): |
| - support mib-module shutdown functions. |
| - do a minimal persistent cache implementation and read it at start up. |
| - test with beginnings (wrong place) of agentBoots variable. |
| |
| nba 3 Sep 98 14:29:03 |
| - (fixproc): added comment to test CVS. |
| |
| hardaker 9 Sep 98 16:12:32 |
| - (*): Merge into main branch from 3.5.1 branch. |
| |
| hardaker 9 Sep 98 16:55:04 |
| - (snmpd.c): fix trap stuff broken by the code merge. |
| |
| hardaker 11 Sep 98 09:26:42 |
| - (*): Merged the MT changes into the main branch. |
| |
| hardaker 12 Sep 98 08:46:01 |
| - (snmp_api.c): prototype move init_snmp() above init_snmp_session. |
| |
| hardaker 12 Sep 98 08:53:23 |
| - (acconfig.h, config.h.in): move un-configured defines above @TOP@. |
| |
| hardaker 12 Sep 98 08:54:24 |
| - (configure, configure.in): Don't force cc anymore, allow gcc to go first. |
| |
| hardaker 12 Sep 98 08:56:51 |
| - (ov/Makefile.in, mibs/Makefile.in): Patch from Michael Slifcak: |
| - remove duplicate sections already defined in Makefile.top. |
| |
| hardaker 12 Sep 98 09:02:37 |
| - (snmp_api.c): Patch from Michael Slifcak: |
| - bug fix to check for NULL session pointer before using it. |
| |
| hardaker 12 Sep 98 09:08:46 |
| - (acconfig.h, config.h.in): Move CAN_USE_NLIST tests below arch .h files. |
| |
| hardaker 13 Sep 98 18:24:00 |
| - (snmp_api.c): Patch from Michael Slifcak: |
| - exit -> return. |
| |
| hardaker 13 Sep 98 20:12:09 |
| - (snmptable.c, snmptranslate.c, mib.c, mib.h, parse.c, parse.h): |
| - merge into main line from the 3-6-pre1-trans branch. |
| |
| hardaker 13 Sep 98 20:18:10 |
| - (snmp_api.c): define usage mispelling SNMP_BAD_PARSE -> SNMPERR_BAD_PARSE. |
| |
| hardaker 13 Sep 98 20:30:38 |
| - (snmp_api.c): prevent double init_snmp()s. |
| |
| hardaker 13 Sep 98 21:05:26 |
| - (README): Name addition. |
| |
| hardaker 13 Sep 98 21:06:52 |
| - (mib.c, read_config.c): refix the non-malloced configuration vars. |
| |
| hardaker 13 Sep 98 21:09:36 |
| version update: 3.6.pre2 |
| |
| hardaker 14 Sep 98 12:35:10 |
| - (Makefile.in): Patch from Michael Slifcak: |
| - install snmp_sess_api.3. |
| |
| hardaker 14 Sep 98 12:43:32 |
| - (agent_read_config.c, snmp_vars.c, dlmod_mib.c, util_funcs.c, |
| dummy.c, wombat.c, hr_device.c, hr_disk.c, hr_filesys.c, |
| hr_network.c, hr_partition.c, hr_print.c, hr_proc.c, hr_storage.c, |
| hr_swinst.c, hr_swrun.c, hr_system.c, at.c, icmp.c, interfaces.c, |
| ip.c, snmp_mib.c, system.c, tcp.c, udp.c, var_route.c, snmp_bgp.c, |
| snmp_ospf.c, snmp_rip2.c, hpux.c, pass.c, pass_persist.c, |
| registry.c, acl_vars.c, alarm.c, context_vars.c, event.c, |
| party_vars.c, view_vars.c, snmptrapd.c, snmptrapd_handlers.c, |
| snmp_api.c, snmp_api.h): Patch from Michael Slifcak: |
| - rename compare -> snmp_oid_compare(). |
| |
| hardaker 15 Sep 98 13:02:34 |
| - (inet.c): Patch from Michael Slifcak: |
| - memory related fixes. |
| |
| hardaker 15 Sep 98 13:07:05 |
| - (mib.c): // comment -> /* */ comment. |
| |
| hardaker 15 Sep 98 13:07:45 |
| - (snmp_api.c): Patch from Michael Slifcak: |
| - fix init_snmp calls from session routines. |
| |
| hardaker 18 Sep 98 13:20:11 |
| - (UCD-SNMP-MIB.txt): added the FileTable submitted by Jonas Olsson. |
| |
| hardaker 18 Sep 98 14:01:51 |
| - (ucd_snmp.h): add the file mib module. |
| |
| hardaker 18 Sep 98 14:04:43 |
| - (UCD-SNMP-MIB.txt): Change file return code from TruthValue to |
| integer since 1/2 does not fit the current 0/1 return code scheme. |
| |
| hardaker 21 Sep 98 11:11:39 |
| - (snmp_vars.c): finally fixed the write_method's for creation problem. |
| |
| hardaker 23 Sep 98 13:07:07 |
| - (acconfig.h, config.h.in, configure, configure.in, parse.c): New flag: |
| - --enable-eol-terminated-comments. |
| |
| hardaker 25 Sep 98 17:05:40 |
| - (snmp_api.c): don't rely on the getservbyname pointer to stay around. |
| |
| hardaker 25 Sep 98 17:15:22 |
| - (snmp_api.c, snmp_api.h, snmp_client.c): Patch from Michael Slifcak: |
| - The CMU library has an optimization in snmp_clone_pdu() that does |
| not copy zero length strings. I had merged this in with changes |
| made for multi-thread support. Unfortunately, I did not make sure |
| the cloned PDU had no pointer for this case. Oops! |
| - Another problem in snmp_clone_pdu() was the test for zero length |
| string was not being performed on the first varbind in the chain. |
| |
| hardaker 25 Sep 98 17:24:16 |
| - (mib.c, mib.h, read_config.c, snmp_api.c, snmp_api.h): Patch from |
| Michael Slifcak: |
| - fix compiler warnings, errors. |
| |
| hardaker 25 Sep 98 17:25:10 |
| - (snmptable.c): process args directly instead of relying on get_opt(). |
| |
| hardaker 25 Sep 98 17:33:06 |
| - (config.h, win32.dsw, libsnmp.dsp, libsnmp.def, libsnmp_dll.dsp, |
| snmptable.dsp): Patch from Michael Slifcak: |
| - stupid OS update. |
| |
| hardaker 25 Sep 98 17:55:50 |
| - (Makefile.in): Patch from Michael Slifcak: |
| - install more headers. |
| |
| hardaker 25 Sep 98 17:56:43 |
| - (Makefile.in): don't install libsnmp.h. It's going to change too |
| much in the future. |
| |
| hardaker 25 Sep 98 18:03:27 |
| - (Makefile.in): install version.h, and strip includes out of config.h |
| |
| hardaker 25 Sep 98 18:04:11 |
| - (snmp_api.c): remove unneeded comment-out. |
| |
| hardaker 25 Sep 98 18:14:20 |
| - (configure, configure.in, util_funcs.c): use USLEEP if available for |
| small sleep times while waiting for processes to finish. |
| |
| hardaker 30 Sep 98 14:57:11 |
| - (ChangeLog, EXAMPLE.conf.def, NEWS, configure, configure.in, |
| interfaces.c, memory.c, snmptest.c, snmptrap.c, parse.c): |
| - merge 3.5.3 changes into main trunk. |
| |
| hardaker 5 Oct 98 16:53:23 |
| - (dummy.c, dummy.h): update to remove common_header.h |
| |
| hardaker 5 Oct 98 17:03:34 |
| - (hr_proc.c): possible fix for solaris's process percentage. |
| |
| hardaker 6 Oct 98 15:18:03 |
| - (var_route.c): hack fixes for hpux10 and rtentry. |
| |
| hardaker 6 Oct 98 15:18:16 |
| - (hpux.h): hack fixes for hpux10 and rtentry. |
| |
| hardaker 6 Oct 98 15:18:55 |
| - (config.h.in): setup define for HAVE_USLEEP. |
| |
| hardaker 6 Oct 98 15:34:58 |
| - (remove-files): update. |
| |
| hardaker 6 Oct 98 15:35:06 |
| - (versiontag): fix for cvs 1.10. |
| |
| hardaker 6 Oct 98 15:38:49 |
| - (versiontag): typo. |
| |
| hardaker 6 Oct 98 15:38:56 |
| - (version.h bug-report sedscript.in): version tag ( 3.6.pre3 ) |
| |
| hardaker 7 Oct 98 16:49:11 |
| - (Makefile.in): Patch from Michael Slifcak: |
| - properly locate version.h in $(srcdir). |
| |
| hardaker 7 Oct 98 16:49:30 |
| - (Makefile.in): Patch from Michael Slifcak: |
| - fix make html. |
| |
| hardaker 7 Oct 98 16:50:23 |
| - (parse.c): Patch from Michael Slifcak: |
| - remove un-needed headers. |
| |
| hardaker 7 Oct 98 16:51:56 |
| - (snmp_api.c): fix default port problems (again). |
| |
| hardaker 7 Oct 98 16:54:38 |
| - (snmpdelta.c): Patch from Michael Slifcak: |
| - fix exiting problems on NT. |
| |
| hardaker 7 Oct 98 17:00:40 |
| - (libsnmp.dsp, libsnmp_dll.dsp): Patch from Michael Slifcak: |
| - winNT project file updates. |
| |
| hardaker 9 Oct 98 08:09:12 |
| - (config.h.in, configure, configure.in): use zlib when using rpm libraries. |
| |
| hardaker 9 Oct 98 23:08:18 |
| - (parse.c): Patch from Dave Shield: |
| - Check for fully qualified oid statements. |
| |
| hardaker 9 Oct 98 23:12:02 |
| - (parse.c): Patch from Dave Shield: |
| - support for strict (case sensitive) option to the mib compiler. |
| |
| hardaker 9 Oct 98 23:20:25 |
| - (FAQ): Dave Shield explains in wonderous detail all about the VACM module. |
| |
| hardaker 14 Oct 98 09:17:02 |
| - (EXAMPLE.conf.def): change public community examples -> private. |
| |
| hardaker 14 Oct 98 09:41:12 |
| - (config.h.in, configure, configure.in): check for machine/types.h. |
| |
| hardaker 14 Oct 98 09:41:38 |
| - (host_res.h): net/in_var.h for freebsd3. |
| |
| hardaker 14 Oct 98 09:42:20 |
| - (hr_storage.c): machine/types.h and sys/vmmeter.h for freebsd3. |
| |
| hardaker 14 Oct 98 09:50:26 |
| - (freebsd3.h): define freebsd2 and MOUNT_NFS. |
| |
| hardaker 14 Oct 98 09:51:58 |
| - (freebsd3.h): opps: define MOUNT_NFS as "nfs". |
| |
| hardaker 14 Oct 98 16:40:05 |
| - (snmpd.c): -A: append to log file. |
| |
| hardaker 14 Oct 98 16:41:52 |
| - (snmpd.c): document -A. |
| |
| hardaker 14 Oct 98 16:42:10 |
| - (snmpd.1.def): document -A. |
| |
| hardaker 14 Oct 98 16:49:03 |
| - (mib.c): Patch from Michael Slifcak: |
| - fix for broken compiler warnings on NT. |
| |
| hardaker 14 Oct 98 16:52:51 |
| - (memory.c): fix for hpux9. |
| |
| hardaker 16 Oct 98 08:38:39 |
| - (at.c, icmp.c, interfaces.c, aix.h): aix header file fixes. |
| |
| hardaker 21 Oct 98 10:54:49 |
| - (parse.c): Patch from Dave Shield: |
| - Fix parser to deal with anonymous children properly. |
| |
| hardaker 21 Oct 98 11:08:56 |
| - (hr_filesys.c): Patch from Dave Shield: |
| - watch out for empty file names passed in. |
| |
| hardaker 21 Oct 98 17:01:12 |
| - (.cvsignore, Makefile.in, read_config.3.def): |
| - new unproofread manual on the read_config api (most of it). |
| |
| hardaker 23 Oct 98 07:57:17 |
| - (hr_filesys.c): Patch from Dave Shield: |
| - NULL checking on the filesystem mount point. |
| |
| hardaker 23 Oct 98 13:54:11 |
| - (Makefile.in): insert @ sign. |
| |
| hardaker 23 Oct 98 13:54:47 |
| - (at.c, icmp.c, interfaces.c): bug fixes, missing #endif. |
| |
| hardaker 23 Oct 98 13:56:09 |
| - (tkmib): editable oid field. |
| |
| hardaker 23 Oct 98 13:59:44 |
| - (acconfig.h, config.h.in, configure, configure.in, |
| agent_read_config.c, agent_read_config.h, snmpd.c, wombat.h, |
| system.h, vacm_vars.h, dlmod.c, disk.h, extensible.h, file.h, |
| loadave.h, memory.h, memory_freebsd2.h, pass.h, pass_persist.h, |
| proc.h, snmp_parse_args.c, snmptrapd.c, mib.c, read_config.c, |
| read_config.h): |
| - new option -H on command line to print out .conf file directives |
| that the application understands. |
| - created a new option to the read config registration to allow |
| specifying of a help line. |
| |
| hardaker 6 Nov 98 17:23:46 |
| - (snmpd.c): fix v2 trap generation. |
| |
| hardaker 6 Nov 98 17:44:43 |
| - (snmpd.c): v2 trap send debugging. |
| |
| hardaker 16 Nov 98 22:10:08 |
| - (tkmib): too many improvements to count. |
| |
| hardaker 23 Nov 98 15:42:52 |
| - (interfaces.c, irix.h): fix location of _KERNEL define for irix. |
| |
| hardaker 23 Nov 98 16:35:40 |
| - (snmp_parse_args.c, mib.c, parse.c, parse.h): Patch from Michael Slifcak: |
| - misc parsing bug fixes. |
| - -w & -W options to default application parse_args. |
| - runtime options to control underscore and comment parsing in mibs. |
| |
| hardaker 13 Dec 98 07:42:44 |
| - (config.h.in, configure, configure.in, mib.c, snmp_api.c): |
| - use setlocale() if available to correct isprint problems. |
| |
| hardaker 13 Dec 98 07:48:53 |
| - (parse.c, parse.h): new functions: snmp_mib_toggle_options() and usage. |
| |
| hardaker 13 Dec 98 07:49:43 |
| - (snmp_parse_args.c): -P flag for toggling new mib parsing options. |
| |
| hardaker 13 Dec 98 08:06:33 |
| - (NEWS): beginning notes for 3.6. |
| |
| hardaker 13 Dec 98 08:07:24 |
| - (disk.c): fix disk size error flag reporting on Solaris. |
| |
| hardaker 13 Dec 98 08:12:13 |
| - (parse.c): spacing in mib option usage fixes. |
| |
| hardaker 13 Dec 98 08:14:44 |
| - (snmp_parse_args.c): remove -w/-W flag in usage. |
| |
| hardaker 13 Dec 98 08:18:07 |
| - (kernel_sunos5.c): remove a few defines that were messing up solaris 7. |
| |
| hardaker 13 Dec 98 08:41:55 |
| - (hr_filesys.c): watch out for NULL file pointers. |
| |
| hardaker 13 Dec 98 08:42:20 |
| - (inet.c): init pointer to NULL. |
| |
| hardaker 13 Dec 98 08:48:38 |
| - (hr_swinst.c): Patch from Jeff Johnson: |
| - protect against memory leaks with the RPM package info calls. |
| |
| hardaker 13 Dec 98 08:57:52 |
| - (README): added Jeff Johnson to the contributors list. |
| |
| hardaker 13 Dec 98 08:59:16 |
| - (version.h bug-report sedscript.in): version tag ( 3.6.pre5 ) |
| |
| hardaker 16 Dec 98 07:31:26 |
| - (snmp_api.c): Patch from Michael Slifcak: |
| - pointer checks before freeing memory. |
| |
| hardaker 18 Dec 98 11:36:39 |
| - (UCD-SNMP-MIB.txt): Patch from Michael Slifcak: |
| - typo. |
| |
| hardaker 18 Dec 98 18:10:24 |
| - (parse.c, read_config.c, read_config.h): |
| - fixes from Michael Slifcak. |
| - misc read_config functions pulled in from the v3 work. |
| |
| hardaker 18 Dec 98 18:11:03 |
| - (libsnmp.def): update from Michael Slifcak. |
| |
| hardaker 18 Dec 98 18:12:54 |
| - (snmp_parse_args.c): include read_config.h. |
| |
| hardaker 18 Dec 98 18:16:33 |
| - (acconfig.h, config.h.in, configure, configure.in): |
| - store configure flags to a define. |
| |
| hardaker 18 Dec 98 18:16:53 |
| - (versioninfo.c, versioninfo.h): mib object to display configure options. |
| |
| hardaker 21 Dec 98 18:19:12 |
| - (file.h, UCD-SNMP-MIB.txt): move the file mib to .15 so it doesn't |
| conflict with the demo mib. |
| |
| hardaker 21 Dec 98 18:20:25 |
| - (system.c): Patch from Michael Slifcak: |
| - Win32 memory leak fixes for opendir(), etc. |
| |
| hardaker 22 Dec 98 08:50:29 |
| - (Makefile.in): don't compile dlmods |
| |
| hardaker 22 Dec 98 14:56:44 |
| - (mib.c, snmp_api.c): Patch from Michael Slifcak: |
| - fix my broken set_locale stuff. |
| |
| hardaker 26 Dec 98 10:35:23 |
| - (dlmod.c): Patch from Michael Slifcak: |
| - fix dlmod compilation in snmpd_register_config_handler() call. |
| |
| hardaker 29 Dec 98 16:55:54 |
| - (mib.c): Patch from Michael Slifcak: |
| - remove newlines from sprint_value() where applicable. |
| |
| hardaker 29 Dec 98 17:02:33 |
| - (vacm.c): Enable multiple side by side views in the view family |
| tree. The views already existed, but weren't checked and only the |
| first view was found. |
| - Not done in a clean fashion. Much of the structure definitions |
| should be rewritten with sub-pieces to do it properly with greater |
| speed. |
| |
| hardaker 31 Dec 98 17:46:11 |
| - (event.c): Patch from David Tiller: |
| - memcmp's sizes were wrong. |
| |
| hardaker 31 Dec 98 17:48:57 |
| - (snmp_client.c): Patch from David Tiller: |
| - need to read_objid() the context oid base, not the party oid base |
| in one location. |
| |
| hardaker 31 Dec 98 17:49:51 |
| - (snmp_vars.c): Patch from David Tiller: |
| - oidLen's were wrong for m2m oids. |
| |
| hardaker 2 Jan 99 08:48:29 |
| - (IANAifType-MIB.txt): Patch from Jakob Ellerstedt: |
| - new complete list of ifTypes. |
| |
| hardaker 5 Jan 99 10:41:52 |
| - (snmptable.c): Make field separator take arguments directly after the -f. |
| |
| hardaker 5 Jan 99 10:48:51 |
| - (snmpbulkwalk.c, snmpget.c, snmpgetnext.c, snmpset.c, snmpstatus.c, |
| snmptable.c, snmpwalk.c): Patch from mslifcak@iss.net: |
| - make main() return an int instead of void. |
| |
| hardaker 9 Jan 99 20:28:21 |
| - (mib.c, parse.c, read_config.c, snmp_api.c, snmp_api.h, vacm.c): |
| - Implement the new token based debugging message support. |
| |
| hardaker 9 Jan 99 20:30:12 |
| - (snmptable.c): change internal debug variable to localdebug. |
| |
| hardaker 9 Jan 99 20:30:47 |
| - (snmp_parse_args.c): make -D register the debugging tokens specified. |
| |
| hardaker 9 Jan 99 20:49:29 |
| - (FAQ, README): URL changes. |
| |
| hardaker 9 Jan 99 20:50:15 |
| - (snmptrapd.c, snmptrapd_handlers.c): use the new debugging functions. |
| |
| hardaker 9 Jan 99 20:50:28 |
| - (if.c, main.c): use the new debugging functions. |
| |
| hardaker 9 Jan 99 20:52:10 |
| - (snmp_api.c, snmp_api.h): DEBUGPOID replacement: DEBUGMSGOID. |
| |
| hardaker 9 Jan 99 20:52:22 |
| - (snmpcmd.1): discuss -D usage change. |
| |
| hardaker 9 Jan 99 21:50:13 |
| - (agent/*.c): |
| - use the new debugging functions. |
| - implement needed -D flag changes. |
| |
| hardaker 14 Jan 99 09:02:36 |
| - (mib2c): update for SNMP.pm 1.8. |
| |
| hardaker 15 Jan 99 11:10:09 |
| - (snmp2p.c): Patch from Michael Slifcak: |
| - remove reverse_bytes() usage. |
| |
| hardaker 15 Jan 99 11:12:22 |
| - (snmpd.c, snmpd.h): |
| - remove reverse_bytes() usage. |
| |
| hardaker 15 Jan 99 15:24:02 |
| - (agent/mibgroup/*): |
| - made all (ok, some. !host) mib modules use snmpd_register_config_handler(). |
| - made all (ok, some. !host) mib modules use register_mib(). |
| |
| hardaker 15 Jan 99 15:58:20 |
| - (Makefile.in, Makefile.in): makefileindepend. |
| |
| hardaker 15 Jan 99 15:58:50 |
| - (vacm.c): DEBUGMSG typo. |
| |
| hardaker 15 Jan 99 16:17:05 |
| - (smux.c, smux.h): Patch from Nick Amato: |
| - smux patches. |
| |
| hardaker 16 Jan 99 23:04:12 |
| - (snmpcmd.1): updated -D description. |
| |
| hardaker 16 Jan 99 23:12:03 |
| - (snmplib/*.[ch]): Patch from Markku Laukkanen: |
| - asni'ify all functions. |
| |
| hardaker 16 Jan 99 23:13:10 |
| - (version.h bug-report sedscript.in): version tag ( 3.6.pre6 ) |
| |
| hardaker 18 Jan 99 10:47:36 |
| - (README, apps, agent, acconfig.h): Patch from Markku Laukkanen: |
| - ansi'ify everything. |
| |
| hardaker 19 Jan 99 19:59:53 |
| - (config.h.in, configure, configure.in): remove __P checking. |
| |
| hardaker 19 Jan 99 20:01:59 |
| - (snmptable.c, mib.c, parse.c, snmp_auth.c, libsnmp.def): Patch from |
| Michael J. Slifcak: |
| - apps/snmptable.c - some compilers warn comparing pointer with integer |
| - snmplib/mib.c - already mentioned before; here for complete-ness |
| - snmplib/parse.c - minor touchup of includes; system.h dup removed |
| - snmplib/snmp_api.h - MSVisual C++ doesn't have __FUNCTION__ |
| - snmplib/snmp_auth.c - minor fix of comment |
| - win32/libsnmp_dll/libsnmp.def - snmp_parse_args needs a new function |
| |
| hardaker 20 Jan 99 12:20:08 |
| - (FAQ): perl-SNMP and y2k questions added. |
| |
| hardaker 20 Jan 99 12:21:35 |
| - (acconfig.h): unneeded comment removed. |
| |
| hardaker 20 Jan 99 12:21:57 |
| - (interfaces.c): typo in ansi changes. |
| |
| hardaker 20 Jan 99 12:24:34 |
| - (agent_read_config.c, auto_nlist.c, snmp_agent.c, snmpd.c, |
| host_res.h, mibincl.h, .cvsignore, snmp_parse_args.c, snmptrapd.c, |
| snmptrapd_handlers.c, if.c, Makefile.in, mib.c, parse.c, |
| read_config.c, snmp_api.c, snmp_api.h, snmp_debug.c, snmp_debug.h, |
| vacm.c): debugging support code moved to snmp_debug.[ch]. |
| |
| hardaker 20 Jan 99 15:11:59 |
| - (Makefile.in): version tag creation. |
| |
| hardaker 20 Jan 99 15:14:13 |
| - (config.h.in, configure, configure.in): |
| - check for asm/page.h (linux). |
| - check for sys/stream.h (SCO). |
| - Fix rtentry test. |
| |
| hardaker 20 Jan 99 15:14:42 |
| - (agent_read_config.c, snmp_vars.c): include sys/stream.h for SCO. |
| |
| hardaker 20 Jan 99 15:14:58 |
| - (versiontag): version tagging ability to do many things. |
| |
| hardaker 20 Jan 99 15:16:34 |
| - (at.c, interfaces.c, ip.c, route_write.c, tcp.c, udp.c, |
| var_route.c): |
| - sys/stream.h needed by SCO. |
| - interfaces scan fixes for linux 2.0 vs 2.1 can be configured elsewhere now. |
| - protect get_address calls against NULL pointer returns. |
| |
| hardaker 20 Jan 99 15:17:17 |
| - (disk.c, errormib.c, extensible.c, loadave.c, memory.c): |
| - linux 2.1 kernel needs asm/page.h (all includes need to be re-written). |
| |
| hardaker 20 Jan 99 15:17:41 |
| - (linux.h): define LINUX_INTERFACE_SCAN_LINE. |
| |
| hardaker 20 Jan 99 15:20:04 |
| - (Makefile.in): install ucd-snmp-includes.h. |
| |
| hardaker 20 Jan 99 15:22:08 |
| - (Makefile.in): make depend. |
| |
| hardaker 20 Jan 99 15:22:38 |
| - (FAQ, README): added version stamp. |
| |
| hardaker 20 Jan 99 15:30:58 |
| - (COPYING): It's 1999 |
| |
| hardaker 20 Jan 99 15:31:13 |
| - (README): helping out changes. |
| |
| hardaker 20 Jan 99 15:48:53 |
| - (smux.c): typo |
| |
| hardaker 20 Jan 99 15:49:30 |
| - (hr_swinst): #ifdef RPM protect a free routine. |
| |
| hardaker 20 Jan 99 15:50:17 |
| - (Makefile.in): remove ucd specific mib module make requirements. |
| |
| hardaker 20 Jan 99 15:54:02 |
| - (snmpd.c): export sdlist and sdlen variables. |
| |
| hardaker 20 Jan 99 15:54:36 |
| - (smux.c): debugging changes. |
| |
| hardaker 20 Jan 99 16:41:20 |
| - (acconfig.h, config.h.in, snmp_parse_args.c, main.c, snmp_api.c): |
| Patch from Michael Slifcak: |
| - allow zero length (legal) community strings. |
| |
| hardaker 20 Jan 99 17:02:37 |
| - (config.h.in): ran autoheader |
| |
| hardaker 20 Jan 99 17:11:26 |
| - (version.h bug-report sedscript.in): version tag ( 3.6.pre7 ) |
| |
| hardaker 21 Jan 99 08:39:34 |
| - (FAQ): Patch from Michael J. Slifcak: |
| - typo on Joe's name fixed. |
| |
| hardaker 21 Jan 99 08:40:26 |
| - (acconfig.h, config.h.in, snmp_api.c, config.h): Patch from Michael |
| J. Slifcak: |
| - NO_NULL_COMUNITY -> NO_ZEROLENGTH_COMMUNITY. |
| |
| hardaker 21 Jan 99 08:42:17 |
| - (Makefile.in): remove ucd specific module depends. |
| |
| hardaker 22 Jan 99 07:23:13 |
| - (snmp_api.c): Patch from Michael Slifcak: |
| - Check for NULL on session closes. |
| |
| hardaker 25 Jan 99 10:28:08 |
| - (snmpdelta.c, snmpstatus.c, snmptest.c, snmptrap.c, |
| snmptrapd_handlers.c, inet.c, main.c): Patch from Markku Laukkanen: |
| - more ansi fixes. |
| |
| hardaker 25 Jan 99 10:28:26 |
| - (versiontag): typo. |
| |
| hardaker 25 Jan 99 10:28:41 |
| - (linux.h): 2.2 define update. |
| |
| hardaker 25 Jan 99 10:33:24 |
| - (context_parse.c, mib.c, parse.c, read_config.c, snmp_api.c, |
| snmp_client.c, system.c): Patch from Markku Laukkanen: |
| - ansi fixes. |
| |
| hardaker 25 Jan 99 10:34:11 |
| - (system.c): fix strings.h include. |
| |
| hardaker 25 Jan 99 11:11:49 |
| - (acconfig.h, config.h.in, configure, configure.in): |
| - test if __FUNCTION__ is supported by the compiler. |
| |
| hardaker 25 Jan 99 11:15:53 |
| - (agent_read_config.c, snmp_vars.h, snmpd.c, host_res.h, mibincl.h, |
| file.c, inet.c, parse.c, snmp_debug.c): |
| - -Wall fixes. |
| |
| hardaker 25 Jan 99 11:16:16 |
| - (linux.h): comment typo. |
| |
| hardaker 25 Jan 99 16:25:37 |
| - (README, README.mib2c): mib2c readme file. |
| |
| hardaker 26 Jan 99 09:45:42 |
| - (EXAMPLE.conf.def): change reference IP net addresses to 10.10.10.0. |
| |
| hardaker 2 Feb 99 13:33:25 |
| 2036 -> 2038 |
| |
| hardaker 2 Feb 99 13:34:36 |
| - (snmpd.c): typo: -L -> -A in help strings docs. |
| |
| hardaker 2 Feb 99 22:00:13 |
| - (FAQ): mention lack of solaris memory support. |
| |
| hardaker 2 Feb 99 22:01:01 |
| - (TODO): Remove unsuppored mib nodes from output instead of returning 0's. |
| |
| hardaker 2 Feb 99 22:02:04 |
| - (hr_proc.c): use [0] index of load average table. |
| |
| hardaker 2 Feb 99 22:02:41 |
| - (UCD-SNMP-MIB.txt): |
| - mention that the memory section isn't supported on all |
| architectures. |
| |
| hardaker 8 Feb 99 12:21:25 |
| - (smux.c): Patch from John Polstra: |
| - call accept() to get the socket file descriptor. |
| |
| hardaker 8 Feb 99 15:08:57 |
| - (FAQ): Patch from Michael Slifcak: |
| - Tk.pm mention. |
| |
| hardaker 8 Feb 99 15:13:01 |
| - (snmpd.c): Patch from Michael Slifcak: |
| - variable renaming index -> iindex. |
| |
| hardaker 8 Feb 99 15:14:42 |
| - (snmpdelta.c): Patch from Michael Slifcak: |
| - variable renaming time -> m_time. |
| |
| hardaker 8 Feb 99 15:17:50 |
| - (route.c): Patch from Michael Slifcak: |
| - variable renaming index -> IfIndex. |
| |
| hardaker 8 Feb 99 15:18:08 |
| - (inet.c): proper bracket indentation. |
| |
| hardaker 8 Feb 99 15:19:22 |
| - (parse.c): Patch from Michael Slifcak: |
| - use size_t instead of "unsigned" for xmalloc, etc. |
| |
| hardaker 8 Feb 99 15:20:47 |
| - (snmp_api.c, snmp_api.h): Patch from Michael Slifcak: |
| - make snmp_oid_compare use const's. |
| |
| hardaker 8 Feb 99 23:22:33 |
| - (agent/*): Patch from Michael Slifcak: |
| - typedef all of the var_xxx and write method functions. |
| |
| hardaker 8 Feb 99 23:23:41 |
| - (kernel_sunos5.c, mibincl.h) Patch from Michael Slifcak: |
| - include updates. |
| |
| hardaker 9 Feb 99 14:10:33 |
| - (Makefile.in): make FAQ.html. |
| |
| hardaker 9 Feb 99 14:10:52 |
| - (mib2c): typo. |
| |
| hardaker 9 Feb 99 14:35:46 |
| - (mib.c): increase buffer size for oid printing. |
| |
| hardaker 11 Feb 99 16:10:39 |
| - (*): Patch from Michael Slifcak: |
| - convert MAX_NAME_LEN -> MAX_OID_LEN. |
| - convert temporary character storage buffers to SPRINT_MAX_LEN. |
| - make the libraries print_ functions use the fprint_ function |
| already defined and pass it stdout. |
| |
| hardaker 11 Feb 99 16:22:03 |
| - (host_res.h): include snmp_vars.h ahead of var_struct.h. |
| |
| hardaker 11 Feb 99 16:23:16 |
| - (acl_parse.c, context_parse.c, party_parse.c, read_config.c, snmp_api.c): |
| - More buf size standardizations that Michael missed. |
| - A few MAX_NAME_LEN -> MAX_OID_LEN conversions that Michael missed. |
| |
| hardaker 11 Feb 99 16:34:00 |
| - (tcp.c): var_tcpEntry was checking against the incoming oid with the |
| wrong length and could succeed at times when it shouldn't have. |
| |
| hardaker 11 Feb 99 16:46:48 |
| - (version.h bug-report sedscript.in): version tag ( Ext-3-6-pre8 ) |
| |
| hardaker 11 Feb 99 16:48:07 |
| - (version.h bug-report sedscript.in): version tag ( 3.6.pre8 ) |
| |
| hardaker 11 Feb 99 16:48:29 |
| - (versiontag): update. |
| |
| hardaker 16 Feb 99 17:05:45 |
| - (mib2c, mib2c.conf): updated mib2c program... still in progress... |
| |
| hardaker 17 Feb 99 15:10:00 |
| - (interfaces.c): Patch from Michael L. Hitch: |
| - fix if_name variable by making it static. |
| |
| hardaker 17 Feb 99 15:13:38 |
| - (snmpd.h): Patch from Michael Slifcak: |
| - remove reverse_bytes() prototype. |
| |
| hardaker 17 Feb 99 15:13:58 |
| - (snmptranslate.c): Patch from Michael Slifcak: |
| - usage fix. |
| |
| hardaker 17 Feb 99 15:15:59 |
| - (if.c, inet.c, main.c, netstat.h, route.c): Patch from Michael Slifcak: |
| - make snmpnetstat win32 compatible. |
| |
| hardaker 17 Feb 99 15:16:17 |
| - (mib2c, mib2c.conf): update again for better still output. |
| |
| hardaker 17 Feb 99 15:17:13 |
| - (Makefile.in): separate target for generated manual pages. |
| |
| hardaker 17 Feb 99 15:18:06 |
| - (IANAifType-MIB.txt): Patch from Michael Slifcak: |
| - use a '-' instead of a '.' for IEEE802-11. |
| |
| hardaker 17 Feb 99 15:19:03 |
| - (asn1.c): Patch from Michael Slifcak: |
| - comment reformatting. |
| |
| hardaker 17 Feb 99 15:19:52 |
| - (context_parse.c): Patch from Michael Slifcak: |
| - don't use a variable called 'time'. Tsk tsk. |
| |
| hardaker 17 Feb 99 15:21:25 |
| - (mib.c): Patch from Michael Slifcak: |
| - fix fprint_variable to not recurse. |
| |
| hardaker 17 Feb 99 15:23:44 |
| - (parse.c, party_parse.c, snmp_auth.c): Patch from Michael Slifcak: |
| - variable name conflict fixes. |
| |
| hardaker 17 Feb 99 15:28:54 |
| - (config.h, win32.dsw, libsnmp.dsp, libsnmp.def, libsnmp_dll.dsp, |
| snmpnetstat.dsp, snmptable.dsp): Patch from Michael Slifcak: |
| - win32 updates. |
| |
| hardaker 17 Feb 99 16:13:47 |
| - (snmpd.c, dummy.c, wombat.c, system_mib.c, vacm_vars.c, dlmod.c, |
| disk.c, extensible.c, file.c, loadave.c, memory.c, |
| memory_freebsd2.c, pass.c, pass_persist.c, proc.c, mib.c, |
| read_config.c): word -> token ("word" is reserved in some compilers. |
| |
| hardaker 22 Feb 99 09:11:52 |
| - (parse.c): Patch from mslifcak@iss.net: |
| - The command line option to select "allow underscore in MIB |
| symbols" is missing. |
| |
| hardaker 22 Feb 99 09:44:21 |
| - (parse.c): Patch from Michael Slifcak: |
| - Don't print "can't find module XXX" messages without warnings turned on. |
| |
| hardaker 24 Feb 99 14:43:21 |
| - (IANAifType-MIB.txt): update. |
| |
| hardaker 24 Feb 99 17:10:13 |
| - (acconfig.h, config.h.in, configure, configure.in, linux.h): |
| - Check for and handle 2.2 /proc/net/dev changes. |
| |
| hardaker 25 Feb 99 10:03:41 |
| - (README, ucd_snmp.h, memory_solaris2.c, memory_solaris2.h): Patch |
| from David F. Newman: |
| - memory support for solaris2. |
| |
| hardaker 26 Feb 99 15:02:55 |
| - (loadave.c, loadave.h, UCD-SNMP-MIB.txt): |
| - implement load average reporting as a integer and as a float. |
| |
| hardaker 26 Feb 99 15:42:31 |
| - (mib.c, parse.c, parse.h): Patch from Michael Slifcak: |
| - Unlinked OID ... ccitt 0 fix courtesy of Dave Shield. |
| - Continue after reserved word error fix courtesy of Dave Shield. |
| - Modification to #2 courtesy of Niels Baggesen. |
| - Modification to print sub-identifier == 0 |
| - variable renaming. |
| - Instead of re-ordering all singly-linked lists, use a new member |
| that flags when a report has begun. |
| |
| hardaker 26 Feb 99 16:06:49 |
| - (EXAMPLE.conf.def): update and made better examples. |
| |
| hardaker 26 Feb 99 16:10:21 |
| - (NEWS): update for 3.6 release. |
| |
| hardaker 26 Feb 99 16:10:47 |
| - (snmptrapd.c): usage update, and -H support. |
| |
| hardaker 26 Feb 99 16:11:49 |
| - (Makefile.in, read_config.3.def, snmp.conf.5.def, snmp_config.5.def, |
| snmpd.conf.5.def, snmptrapd.8, snmptrapd.conf.5.def): |
| - new documentation on configuration capabilities. |
| |
| hardaker 26 Feb 99 16:33:09 |
| - (version.h bug-report sedscript.in): version tag ( 3.6.pre9 ) |
| |
| hardaker 1 Mar 99 10:48:03 |
| - (UCD-SNMP-MIB.txt): typo: fileMax -> fileErrorFlag name change. |
| |
| hardaker 1 Mar 99 12:27:12 |
| - (snmpd.c): Patch from Mike Slifcak: |
| - renaming of variables away from system function names (index -> lindex). |
| |
| hardaker 1 Mar 99 12:27:30 |
| - (errormib.c): Patch from Mike Slifcak: |
| - remove errno variable. |
| |
| hardaker 1 Mar 99 12:27:45 |
| - (if.c): Patch from Mike Slifcak: |
| - free the interface table. |
| |
| hardaker 1 Mar 99 12:28:17 |
| - (parse.c): Patch from Mike Slifcak: |
| - remove duplicate case entries. |
| |
| hardaker 1 Mar 99 12:29:05 |
| - (snmp_api.c): put a proper (void) into the function prototype. |
| |
| hardaker 1 Mar 99 12:29:45 |
| - (snmp_client.c): Patch from Mike Slifcak: |
| - variable renaming. |
| |
| hardaker 1 Mar 99 12:30:19 |
| - (asn1.h): Patch from Mike Slifcak: |
| - added MIN_OID_LEN for instructional use mostly (its unused). |
| |
| hardaker 1 Mar 99 13:03:15 |
| - (context_parse.c, mib.c): Patch from Michael Slifcak: |
| - typecasting for certain functions to (char *). |
| |
| hardaker 1 Mar 99 13:59:14 |
| - (snmp_vars.c, snmp_vars.h): make compare_tree() global. |
| |
| hardaker 1 Mar 99 14:04:05 |
| - (smux.c, smux.h): Patch from Nick Amato: |
| - completely re-written smux modules. |
| |
| hardaker 1 Mar 99 14:20:11 |
| - (smux.c, smux.h): 3.6ified. |
| |
| hardaker 1 Mar 99 16:10:57 |
| - (alarm.c): Patch from Michael Slifcak: |
| - Cast to pointer to int may overflow the return buffer. |
| |
| hardaker 1 Mar 99 16:11:49 |
| - (Makefile.in): Patch from David F. Newman: |
| - removed a trailing backslash that wasn't needed. |
| |
| hardaker 1 Mar 99 16:17:36 |
| - (mib_api.3, read_config.3.def, snmp.conf.5.def, snmp_config.5.def, |
| snmpd.1.def, snmpd.conf.5.def, snmptest.1, snmptrapd.conf.5.def, |
| variables.5): Michael Slifcak: |
| - spell check. |
| |
| hardaker 1 Mar 99 16:19:56 |
| - (snmp.conf.5.def, snmp_config.5.def, snmpd.1.def, snmptrapd.conf.5.def): |
| - remove reference to ECE dept. |
| |
| hardaker 1 Mar 99 16:22:40 |
| - (asn1.h): put back in MAX_NAME_LEN temporarily. |
| |
| hardaker 1 Mar 99 17:43:49 |
| - (smux.c): |
| - allow null length passwords. |
| - clean up debugging output. |
| |
| hardaker 2 Mar 99 08:47:29 |
| - (asn1.h): Patch from Dave Shield: |
| - Don't define MAX_NAME_LEN if defined somewhere else. |
| |
| hardaker 2 Mar 99 10:42:34 |
| - (system_mib.c, vacm_vars.c, ipfwacc.c): Patch from Michael Slifcak: |
| - Suggested fixes to eliminate more shadowed global references. |
| - fixups for prototype [(void) replacing ()]. |
| |
| hardaker 2 Mar 99 13:23:57 |
| - (var_route.c): don't return a pointer to a pointer. |
| |
| hardaker 2 Mar 99 15:17:53 |
| - (acconfig.h, config.h.in, configure, configure.in, snmp_debug.c, |
| snmp_debug.h): |
| - new flag: --disable-debugging to completely turn off its support. |
| - renaming of DODEBUG to SNMP_ALWAYS_DEBUG. |
| - clean up of the configure script options listed, including putting |
| a list of available modules for compilation into the agent. |
| |
| hardaker 2 Mar 99 15:18:59 |
| - (snmpd.conf.5.def): typo. |
| |
| hardaker 2 Mar 99 15:21:34 |
| - (smux.c): Patch from Michael Slifcak: |
| - Linux compiles die at SO_RCVTIMEO. |
| - -Wall type fixes. |
| |
| hardaker 3 Mar 99 08:25:33 |
| - (README): Added Nick. |
| |
| hardaker 3 Mar 99 08:28:05 |
| - (configure): ran autoconf... |
| |
| hardaker 3 Mar 99 11:40:11 |
| - (proc.c, solaris.h): Patch from Chris Hughes: |
| - Use /proc on solaris. |
| |
| hardaker 3 Mar 99 17:51:26 |
| - (ChangeLog, FAQ, NEWS, PORTING, README, TODO, bug-report, snmpd.c, |
| README.mib2c): ece.ucdavis.edu -> ucd-snmp.ucdavis.edu. |
| |
| hardaker 3 Mar 99 18:00:51 |
| - (NEWS): mention name change. |
| |
| hardaker 3 Mar 99 18:02:07 |
| - (NEWS): mention SMUX. |
| |
| hardaker 3 Mar 99 18:02:23 |
| - (version.h bug-report sedscript.in): version tag ( 3.6.pre10 ) |
| |
| mslifcak 4 Mar 99 04:08:01 |
| |
| (snmpnetstat/if.c) - add void to empty formal parameter list |
| |
| hardaker 4 Mar 99 08:36:39 |
| - (versiontag): repository move. |
| |
| hardaker 4 Mar 99 08:36:46 |
| - (README.smux): add Nick. |
| |
| hardaker 4 Mar 99 09:07:07 |
| - (configure.in, configure): fix void test for ansi compilers. |
| |
| mslifcak 4 Mar 99 09:20:08 |
| |
| |
| (agent/snmpd.c, snmplib/snmp_client.c) : remove duplicate includes |
| |
| (agent/mibgroup/target/snmpTargetAddrEntry.c, agent/mibgroup/target/snmpTargetParamsEntry.c, agent/mibgroup/ucd-snmp/memory_solaris2.c, apps/snmptrapd_handlers.c) : change "*word" to "*token" to help some compiler |
| |
| mslifcak 4 Mar 99 09:24:26 |
| |
| |
| (Makefile.in) - find mibdefs.h when not building in the source tree |
| |
| hardaker 4 Mar 99 09:33:31 |
| - (loadave.c): Patch from Chris Hughes: |
| - fix load average on solaris. |
| |
| hardaker 4 Mar 99 09:38:28 |
| - (remove-files, ece-snmpd.conf, fixproc.conf): |
| - removed ece specific config files from the repository. |
| - don't remove local/*.conf in the first place anymore. |
| |
| hardaker 4 Mar 99 09:46:37 |
| - (hr_swinst.c): Patch from mslifcak@iss.net: |
| - When the agent is compiled with HAVE_LIBRPM set, yet no database |
| is found, agent will core... |
| |
| hardaker 4 Mar 99 13:18:47 |
| - (acconfig.h, config.h.in, configure, configure.in): removed void check. |
| |
| mslifcak 4 Mar 99 15:13:00 |
| |
| |
| (hr_proc.c, loadave.c) - fixed core on getloadavg in a different way |
| |
| mslifcak 4 Mar 99 15:25:53 |
| |
| (disk.c) - explicit braces to avoid ambiguous `else' |
| |
| mslifcak 4 Mar 99 15:29:24 |
| |
| (hr_disk.c) - conditionally use defined DKC disk types |
| |
| hardaker 4 Mar 99 15:45:02 |
| - (util_funcs.c, util_funcs.h, example.c, sysORTable.c, ipfwacc.c, |
| disk.c, extensible.c, file.c, loadave.c, memory.c, proc.c, vmstat.c, |
| vmstat_freebsd2.c): |
| - create and use header_simple_table to replace checkmib(). |
| |
| hardaker 4 Mar 99 16:14:16 |
| - (README.smux): Patch from Nick Amato: |
| - update. |
| |
| hardaker 4 Mar 99 16:26:26 |
| - (freebsd2.h): Patch from Nick Amato: |
| - fixes for duplicate defines. |
| |
| hardaker 4 Mar 99 16:32:16 |
| - (mib2c): Update from Dave Shield. |
| |
| hardaker 4 Mar 99 16:50:16 |
| - (util_funcs.c, dummy.c, example.c, wombat.c, tcp.c, hpux.c, |
| memory.c, alarm.c, snmp_api.c): |
| - misc fixes, -Wall mostly. |
| |
| mslifcak 4 Mar 99 17:00:50 |
| |
| (sysORTable.c) - remove static u_long long_return, for consistency. |
| |
| mslifcak 4 Mar 99 17:07:10 |
| |
| (solaris.h) - undo _SLASH_PROC_METHOD_ : another time |
| |
| mslifcak 4 Mar 99 17:50:29 |
| |
| Replace uses of bzero with memset, bcopy with memcpy. |
| Fix prototypes. |
| |
| mslifcak 4 Mar 99 18:11:37 |
| |
| (snmp_api.c) - expose snmp_free; snmp_pdu_add_variable returns ptr to var for |
| future improved error recovery. |
| |
| mslifcak 5 Mar 99 09:40:11 |
| |
| Fix Win32 version of gettimeofday : tv_usec was millisecs , return now = 0 |
| |
| hardaker 5 Mar 99 10:11:29 |
| - (mib2c, mib2c.conf): Patch from Dave Shield: |
| - the use of 'header_simple_table' rather than 'checkmib' |
| - explicit comparison with MATCH_FAILED |
| - don't set defaults for 'write_method' and 'var_len' |
| (since both 'header_generic' and 'checkmib' do this anyway) |
| - Use defined constants for variable initialisation in the |
| write routine (similarly in the mib2c.conf patch) |
| [This is one of my hobby-horses with our students, so I don't |
| see why "professional" programmers should be exempt!] |
| |
| - Make proper use of the three-phase nature of SETs |
| |
| hardaker 5 Mar 99 10:21:25 |
| - (FAQ): update from Dave: rearranging and cleaning. |
| |
| hardaker 5 Mar 99 10:42:40 |
| - (snmp_agent.c): Patch from Dave Shield: |
| - switch COMMIT and ACTION phases. |
| |
| mslifcak 5 Mar 99 11:02:34 |
| |
| (tcp.c) - break out of infinite loop when klookup fails. |
| |
| hardaker 5 Mar 99 15:13:02 |
| - (acconfig.h, config.h.in, configure, configure.in): |
| - remove persistent storage info, since its not used this release. |
| |
| hardaker 5 Mar 99 15:31:52 |
| - (snmp_impl.h): create UNDO |
| |
| hardaker 5 Mar 99 15:38:32 |
| - (tkmib): update. |
| |
| hardaker 5 Mar 99 15:57:36 |
| - (kernel_sunos5.c, wombat.c, hr_network.c, snmp_mib.h, system_mib.h, |
| disk.h, errormib.h, extensible.h, file.h, memory_solaris2.h, pass.h, |
| proc.h, registry.h, versioninfo.h): |
| - -Wall fixes, mostly init_() routines declaired in the appropriate .h files. |
| |
| hardaker 5 Mar 99 16:02:06 |
| - (configure, configure.in): updated --help's module list. |
| |
| hardaker 5 Mar 99 16:10:30 |
| - (vmstat.h): declair init_vmstat(). |
| |
| hardaker 5 Mar 99 17:08:21 |
| - (FAQ): reference AGENT document. |
| |
| hardaker 5 Mar 99 17:11:48 |
| - (mibII/system.h): removed |
| |
| hardaker 5 Mar 99 17:19:14 |
| - (FAQ, NEWS): final updates. |
| |
| |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes: V3.5.2 -> V3.5.3 |
| |
| hardaker 12 Sep 98 09:02:37 |
| - (snmp_api.c): Patch from Michael Slifcak: |
| - bug fix to check for NULL session pointer before using it. |
| |
| hardaker 20 Sep 98 11:47:17 |
| - (snmp_agent.c): if a mib module returns an error > SNMP_GEN_ERR, |
| translate the error to SNMP_GEN_ERR for v1 requests. |
| |
| hardaker 21 Sep 98 11:13:19 |
| - (snmp_vars.c): finally fixed the write_method's for creation problem. |
| |
| hardaker 25 Sep 98 16:53:31 |
| - (EXAMPLE.conf.def): update. |
| |
| hardaker 25 Sep 98 17:02:39 |
| - (configure, configure.in): perl eq -> test = (opps). |
| |
| hardaker 25 Sep 98 17:08:25 |
| - (parse.c): Patch from Michael Slifcak: |
| - check for a null name. |
| |
| hardaker 25 Sep 98 17:42:10 |
| - (parse.c): Patch from Joe Marzot: |
| - use a memset to zero out new pointers instead of doing it by hand. |
| |
| hardaker 28 Sep 98 13:09:06 |
| - (interfaces.c): don't use a & on osf3 for arpcom.ac_enaddr. |
| |
| hardaker 28 Sep 98 13:09:45 |
| - (snmp_api.c): typecast the default community string to (u_char *). |
| |
| hardaker 28 Sep 98 15:42:21 |
| - (memory.c): /etc/swapinfo -> /usr/sbin/swapinfo for hpux10. |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes: V3.5.1 -> V3.5.2 |
| |
| hardaker 8 Sep 98 09:26:13 |
| - (NEWS): update. |
| |
| hardaker 8 Sep 98 09:33:25 |
| - (ChangeLog): update for 3.5.1. |
| |
| hardaker 8 Sep 98 09:35:55 |
| version tag ( 3.5.1 ) |
| |
| hardaker 9 Sep 98 09:45:24 |
| - (Makefile.in): Put an @ sign in front of the last echo line. |
| |
| hardaker 9 Sep 98 09:46:35 |
| - (memory.c, memory.h, memory_freebsd2.c, memory_freebsd2.h): |
| - Change all instances of USED -> AVAIL since thats really what |
| we're reporting. |
| |
| hardaker 9 Sep 98 09:50:22 |
| - (memory.c, memory.h, memory_freebsd2.c, memory_freebsd2.h): |
| - correct work I stupidly made when tired. |
| |
| hardaker 9 Sep 98 11:00:44 |
| - (NEWS): update for 3.5.2. |
| |
| marz 9 Sep 98 18:31:00 |
| - (snmptrap.c, snmptest.c): add SOCK_ macros for win32 support |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes: V3.5 -> V3.5.1 |
| |
| hardaker 22 Jun 98 09:16:32 |
| - (main.c): Patch from Jerry G. DeLapp: |
| - commented out trailing #endif comment. |
| |
| hardaker 24 Jun 98 10:30:19 |
| - (Makefile.in): man->html make specification. |
| |
| hardaker 24 Jun 98 11:08:41 |
| - (UCD-SNMP-MIB.txt): Patch from Niels Baggesen: |
| - shutdown trap specifications. |
| - misc mib fixes. |
| |
| hardaker 26 Jun 98 10:42:32 |
| - (disk.c): Patch from Michael Douglass: |
| - fix calculation of totaldisk by doing block division first to |
| protect against 32 bit overflows. |
| |
| hardaker 26 Jun 98 10:45:15 |
| - (smux.c, snmp_bgp.c, snmp_ospf.c, snmp_rip2.c, snmp_rip2.h): Patch |
| from Niels Baggesen: |
| - Fix for new defines and proper header includes. |
| |
| hardaker 26 Jun 98 15:03:38 |
| - (generic.h): put in a comment to keep compilers from complaining too much. |
| |
| hardaker 8 Jul 98 12:26:25 |
| - (freebsd2.h): use _UTMP_PATH if available. |
| |
| hardaker 8 Jul 98 12:26:34 |
| - (irix.h): define _KMEMUSER |
| |
| hardaker 8 Jul 98 12:27:12 |
| - (win32.opt, libsnmp.dsp, libsnmp.plg, libsnmp.def, libsnmp_dll.plg, |
| snmpbulkwalk.dsp, snmpbulkwalk.plg, snmpget.dsp, snmpget.plg, |
| snmpgetnext.dsp, snmpgetnext.plg, snmpset.dsp, snmpset.plg, |
| snmpstatus.dsp, snmpstatus.plg, snmptranslate.dsp, |
| snmptranslate.plg, snmpwalk.dsp, snmpwalk.plg): Patch from Joe |
| Marzot: |
| - win32 update. |
| |
| hardaker 8 Jul 98 12:58:03 |
| - (snmp_api.c): Patch from Joe Marzot: |
| - fix "number of retries" bug. |
| - remove odd timeout calculation code for retries > 3. |
| hardaker 8 Jul 98 13:02:06 |
| - (interfaces.c): make hp_interfaces structure static. |
| |
| hardaker 8 Jul 98 13:03:36 |
| - (system.c): don't free env pointers that are created. |
| |
| hardaker 8 Jul 98 13:08:18 |
| - (UCD-SNMP-MIB.txt): Patch from Niels Baggesen: |
| - fix for missing object identifier labels. |
| |
| hardaker 8 Jul 98 14:43:56 |
| - (snmp_vars.c): include fixes. |
| hardaker 8 Jul 98 14:44:34 |
| - (pass.c): include sys/wait.h |
| |
| hardaker 8 Jul 98 14:44:41 |
| - (versioninfo.c): include system.h |
| |
| hardaker 8 Jul 98 14:45:22 |
| - (parse.c): include snmp_api.h |
| |
| hardaker 8 Jul 98 14:45:42 |
| - (snmp_api.c): include fixes. |
| |
| hardaker 15 Jul 98 15:46:28 |
| - (sedscript.in): using_module changes. |
| |
| hardaker 15 Jul 98 15:46:55 |
| - (memory.h): MEMSWAPMINIMUM wasn't being used. |
| |
| hardaker 17 Jul 98 13:11:10 |
| - (UCD-SNMP-MIB.inc, UCD-SNMP-MIB.txt): |
| - created smicng input file. |
| - fixed the UCD-SNMP mib to deal with most smic errors. |
| |
| hardaker 17 Jul 98 13:22:32 |
| - (RFC-1215.txt): created an empty mib module for importing of TRAP-TYPE. |
| |
| hardaker 17 Jul 98 16:59:51 |
| - (*): update for 3.5.1. |
| |
| hardaker 20 Jul 98 17:14:21 |
| - (snmpcheck.def): work around for new multi-depth mib tables.. |
| |
| hardaker 22 Jul 98 15:35:07 |
| - (mib.c): don't change running environment variables with strtok. |
| |
| hardaker 22 Jul 98 16:23:45 |
| - (Makefile.in, sedscript.in): fix sedscript includes. |
| |
| hardaker 24 Jul 98 09:25:33 |
| - (disk.c): increment index by 1 so it doesn't start at 0. |
| |
| hardaker 24 Jul 98 10:02:14 |
| - (snmpd.conf.5.def): various documenation updates and notes. |
| |
| hardaker 24 Jul 98 10:02:25 |
| - (snmptranslate.1): nroff error. |
| |
| hardaker 24 Jul 98 10:25:44 |
| - (snmptrapd.8): brought up to date. |
| |
| hardaker 24 Jul 98 12:10:07 |
| - (snmp.c): include sys/select.h for AIX. |
| |
| hardaker 24 Jul 98 12:24:22 |
| - (acl.h, asn1.h, md5.h, mib.h, parse.h, snmp.h, snmp_api.h, |
| snmp_client.h, snmp_impl.h, vacm.h, view.h): |
| - protect against multiple inclusions. |
| |
| hardaker 29 Jul 98 13:44:22 |
| - (Makefile.in): make install should do a real make all first. |
| |
| hardaker 12 Aug 98 15:57:18 |
| - (snmp_vars.c): ifdef fixes for v2part modules. |
| |
| hardaker 12 Aug 98 15:57:42 |
| - (extensible.c, proc.c): fixit problems with array index wrong. |
| |
| hardaker 12 Aug 98 15:57:52 |
| - (libsnmp.def): find_module added. |
| |
| hardaker 12 Aug 98 16:05:28 |
| - (configure, configure.in): |
| - libwrap command line fixes. |
| - --with-ldflags command line option created. |
| |
| hardaker 12 Aug 98 16:55:32 |
| - (mib_api.3, snmpd.1.def, variables.5): updates to remove mib.txt references. |
| |
| hardaker 12 Aug 98 16:58:11 |
| - (acconfig.h, config.h.in, configure, configure.in): |
| - don't include libraries that aren't needed if gethostbyname isn't in one. |
| |
| hardaker 12 Aug 98 16:59:50 |
| - (snmp_impl.h): Patch from Michael Slifcak: |
| - fix the ERROR_MSG() macro to use snmp_set_detail. |
| |
| hardaker 14 Aug 98 08:21:44 |
| - (snmp_parse_args.c, snmptranslate.c): usage fixes and -m/-M to snmptranslate. |
| |
| hardaker 14 Aug 98 08:42:49 |
| - (auto_nlist.c): fix for stupid aix kernels. |
| |
| hardaker 14 Aug 98 08:44:07 |
| - (ucd_snmp.h, memory_freebsd2.c, vmstat_freebsd2.c): Patch from Jonas Olsson: |
| - make the memory and vmstat module work under freebsd2. |
| |
| hardaker 14 Aug 98 08:44:07 |
| file memory_freebsd2.c was initially added on branch Ext-3-5-patches. |
| |
| hardaker 14 Aug 98 08:44:07 |
| file vmstat_freebsd2.c was initially added on branch Ext-3-5-patches. |
| |
| hardaker 14 Aug 98 08:44:29 |
| - (README): Added two new names to the thankyou list. |
| |
| hardaker 14 Aug 98 08:44:37 |
| - (sedscript.in): correct include files. |
| |
| hardaker 14 Aug 98 08:44:52 |
| - (Makefile.in): CPP needs to check agent/mibgroup for headers. |
| |
| hardaker 14 Aug 98 08:52:32 |
| - (mib.c, parse.c): Patch from Dave Shield: |
| - adopt unknown children into the correct place if IMPORTS are screwed up. |
| |
| hardaker 14 Aug 98 09:32:45 |
| - (snmptranslate.c): Patch from James H. Young: |
| - usage output clean up. |
| |
| hardaker 14 Aug 98 10:13:13 |
| - (COPYING): copyright change. |
| |
| hardaker 14 Aug 98 10:14:06 |
| - (parse.c): Patch from Niels Baggesen: |
| - Malloc -> xmalloc. |
| - parser changes. |
| |
| hardaker 14 Aug 98 10:14:59 |
| - (at.c): fixes for linux. |
| |
| hardaker 31 Aug 98 13:03:02 |
| - (interfaces.c): missing return on ifInErrors results. |
| |
| hardaker 31 Aug 98 13:32:43 |
| - (snmptrapd.c): add a blank line to the end of the trapd output for parsing. |
| |
| hardaker 31 Aug 98 16:10:25 |
| - (snmp_vars.c): in_a_view(): create new function, and use it. |
| |
| hardaker 31 Aug 98 16:10:50 |
| - (snmp_agent.c, snmp_impl.h): fix read/write checks. |
| |
| hardaker 31 Aug 98 13:03:02 |
| - (interfaces.c): missing return on ifInErrors results. |
| |
| hardaker 31 Aug 98 13:32:43 |
| - (snmptrapd.c): add a blank line to the end of the trapd output for parsing. |
| |
| hardaker 31 Aug 98 16:10:25 |
| - (snmp_vars.c): in_a_view(): create new function, and use it. |
| |
| hardaker 31 Aug 98 16:10:50 |
| - (snmp_agent.c, snmp_impl.h): fix read/write checks. |
| |
| hardaker 31 Aug 98 16:37:04 |
| - (ChangeLog, NEWS): update for 3.5.1. |
| |
| hardaker 31 Aug 98 16:37:15 |
| version tag ( 3.5.1.pre1 ) |
| |
| hardaker 2 Sep 98 10:55:52 |
| - (configure, configure.in, read_config.c, snmp2p.c, snmp_agent.c, |
| snmp_vars.c, snmpd.c, snmpd.h, util_funcs.c, interfaces.c, system.h, |
| tcp.c, smux.c, snmp_bgp.c, snmp_bgp.h, snmp_ospf.c, snmp_ospf.h, |
| snmp_rip2.c, snmp_rip2.h, extensible.c, loadave.c, |
| snmp_parse_args.c, snmpdelta.c, snmptranslate.c, snmptrap.c, |
| snmptrapd.c, inet.c, main.c, netstat.h, mib_api.3, snmp_api.3, |
| snmpd.1.def, freebsd.h, freebsd2.h, netbsd.h, asn1.h, mib.c, |
| parse.c, parse.h, snmp_api.c, snmp_api.h, snmp_client.c): Patch from |
| Niels Baggesen: |
| - prototypes, as usual (when is everybody starting to use -Wall |
| -Wstrict-prototypes ....) |
| - snmpd send an enterprise specific trap when it terminates |
| - possibility for sending v2c traps (or informs), via trap2sink directive |
| - fixes to snmplib and snmptrapd for bugs uncovered when snmpd sends |
| an INFORM instead of a TRAP |
| - -m and -M option for snmptrapd |
| - -D option for snmptranslate |
| - fixes to configure to correctly call ALL module init functions |
| - major rework of tcp.c, for netbsd. I hope this is OK now, I havent had |
| time to test it on all platforms yet - but till friday :-) |
| - snmpnetstat prints udp socket table |
| - some CMU_COMPATIBLE stuff |
| - man page fixes, with an include list that works! |
| |
| hardaker 2 Sep 98 10:58:10 |
| - (tcp.c): Patch from Dave Shield: |
| - Combine the two (almost) identical non-solaris cases |
| - Add support for the missing Linux entries (InErrs/OutRsts) |
| - Add support for the missing Solaris entry (OutRsts) |
| |
| hardaker 2 Sep 98 11:03:33 |
| - (tcp.c): reverse Dave's changes since they conflict with Niels'. |
| |
| hardaker 2 Sep 98 12:19:03 |
| - (extensible.c, proc.c): use correct name index for lookups on writes. |
| |
| hardaker 2 Sep 98 12:19:33 |
| - (snmp_agent.c): check to make sure operation is not a SET when |
| returning an error code such as noSuchName. |
| |
| hardaker 2 Sep 98 14:04:42 |
| - (configure, configure.in): don't include modules not requested even |
| if required by another module. |
| |
| hardaker 2 Sep 98 14:10:53 |
| version tag ( 3.5.1.pre2 ) |
| |
| hardaker 2 Sep 98 18:43:30 |
| - (TODO): added security checks. |
| |
| nba 3 Sep 98 14:29:03 |
| - (fixproc): added comment to test CVS. |
| |
| hardaker 4 Sep 98 10:09:47 |
| - (interfaces.c): fix for sgi's. |
| |
| hardaker 4 Sep 98 14:14:19 |
| - (configure, configure.in, Makefile.in, Makefile.in): |
| - fix to allow non-source directory builds. |
| |
| hardaker 7 Sep 98 10:10:05 |
| - (loadave.c): Patch from Niels Baggesen: |
| - ifdef re-ordering fixes for alpha/linux. |
| |
| hardaker 7 Sep 98 10:47:00 |
| - (proc.c): Patch from Michael Slifcak: |
| - solaris 2.6 fixes. |
| |
| hardaker 7 Sep 98 10:48:09 |
| - (asn1.c): Patch from Michael Slifcak: |
| - Catch subidentifier correctly. |
| |
| hardaker 7 Sep 98 10:49:08 |
| - (asn1.h): remove __P() definition. |
| |
| hardaker 7 Sep 98 10:49:53 |
| - (mib.c): Patch from Michael Slifcak: |
| - malloc corrections for ENV vars.. |
| |
| hardaker 7 Sep 98 10:51:22 |
| - (parse.c): Patch from Michael Slifcak: |
| - protect against multiple init_mib_internal() calls. |
| |
| hardaker 7 Sep 98 10:53:11 |
| - (system.c): Patch from Michael Slifcak: |
| - exit -> return on win32 system routines. |
| |
| hardaker 7 Sep 98 10:55:51 |
| - (snmp_api.c): Patch from Michael Slifcak: |
| - NULL return by malloc protected. |
| |
| hardaker 7 Sep 98 12:17:36 |
| - (snmpd.conf.5.def): Patch from Niels Baggesen: |
| - better description of the view mask. |
| |
| hardaker 7 Sep 98 12:27:42 |
| - (memory_freebsd2.h, vmstat_freebsd2.h): created from memory.h and vmstat.h |
| |
| hardaker 7 Sep 98 12:27:42 |
| file memory_freebsd2.h was initially added on branch Ext-3-5-patches. |
| |
| hardaker 7 Sep 98 12:27:42 |
| file vmstat_freebsd2.h was initially added on branch Ext-3-5-patches. |
| |
| hardaker 7 Sep 98 12:47:37 |
| - (parse.c): include snmp_api.h for snmp_get_do_debugging(). |
| |
| hardaker 7 Sep 98 12:54:16 |
| - (snmp_api.c): Patch from Michael Slifcak: |
| - check malloc calls more carefully. |
| - misc bug fixes. |
| |
| hardaker 7 Sep 98 13:15:26 |
| - (Makefile.in): install config.h as $(includedir)/ucd-snmp-config.h. |
| |
| hardaker 7 Sep 98 13:21:18 |
| - (memory.c, memory.h): |
| - MEMUSEDREAL -> MEMAVAILREAL (typedef renaming to match functionality). |
| |
| hardaker 7 Sep 98 14:06:21 |
| - (tcp.c): back out Niels' changes since they broke other architectures. |
| |
| hardaker 7 Sep 98 14:19:24 |
| - (Makefile.in(s)): make depends. |
| |
| hardaker 7 Sep 98 16:39:59 |
| - (icmp.c, interfaces.c, ip.c, tcp.c): 64bit long return clean ups. |
| |
| marz 7 Sep 98 19:01:01 |
| update headers for win32, add return to main |
| |
| marz 7 Sep 98 19:02:01 |
| update headers for win32, add return to main,fix win32 compile error w/ non integralswitch case |
| |
| marz 7 Sep 98 19:03:33 |
| update headers for win32, add return to main, resolve conflict w/ std lib log function |
| |
| marz 7 Sep 98 19:30:11 |
| rename and static link debug targets, dll to bin dir, added snmptest, snmptrap, snmpdelta projects |
| |
| marz 7 Sep 98 19:42:35 |
| file snmpdelta.dsp was initially added on branch Ext-3-5-patches. |
| |
| marz 7 Sep 98 19:42:35 |
| file snmpdelta.plg was initially added on branch Ext-3-5-patches. |
| |
| marz 7 Sep 98 19:42:35 |
| file snmptest.dsp was initially added on branch Ext-3-5-patches. |
| |
| marz 7 Sep 98 19:42:35 |
| file snmptest.plg was initially added on branch Ext-3-5-patches. |
| |
| marz 7 Sep 98 19:42:35 |
| file snmptrap.dsp was initially added on branch Ext-3-5-patches. |
| |
| marz 7 Sep 98 19:42:35 |
| file snmptrap.plg was initially added on branch Ext-3-5-patches. |
| |
| marz 7 Sep 98 19:42:35 |
| rename and static link debug targets, dll to bin dir, added snmptest, snmptrap, snmpdelta projects |
| |
| hardaker 8 Sep 98 09:26:13 |
| - (NEWS): update. |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes: V3.4 -> V3.5 |
| |
| hardaker 24 May 98 15:22:21 |
| - (FAQ): update to change a few things. |
| |
| hardaker 24 May 98 15:22:38 |
| - (NEWS): change vacm news wording. |
| |
| hardaker 24 May 98 15:22:57 |
| - (ip.c): Patch from Niels Baggesen: |
| - fix for netbsd < 1.3. |
| |
| hardaker 29 May 98 10:14:32 |
| - (at.c): Patch from Chris Smith: fix for irix. |
| |
| hardaker 29 May 98 10:24:54 |
| - (snmp_api.c, snmp_impl.h): Patch from Joe Marzot: |
| - fix community name length problems and increase size. |
| |
| hardaker 29 May 98 11:26:47 |
| - (configure.in): patch from Niels: include sys/socket in if_mtu test. |
| |
| hardaker 29 May 98 11:27:59 |
| - (configure): make of configure. |
| |
| hardaker 29 May 98 11:34:53 |
| - (configure, configure.in, Makefile.in): |
| - Add a dependancy line for snmp_vars.o for all the module includes. |
| |
| hardaker 29 May 98 15:20:53 |
| - (TODO): winSNMP mention. |
| |
| hardaker 29 May 98 15:21:13 |
| - (snmp_parse_args.c): add ability to specify mib information on the cmd line. |
| |
| hardaker 29 May 98 16:21:08 |
| - (configure, configure.in, agent/mibgroup/*): |
| - moved most mibgroup pieces into relevent sub-directories. |
| - changed all header file and #ifdef USING_* lines to reflect this. |
| |
| hardaker 29 May 98 16:21:51 |
| - (snmp_impl.h): change pdu version from long to int. |
| |
| hardaker 31 May 98 17:55:45 |
| - (asn1.c, asn1.h, int64.c, int64.h, mib.c, snmp.c, snmp_api.c, |
| snmp_api.h, snmp_impl.h): |
| - implement special data types via opaques: float, double, int64, uint64s. |
| |
| hardaker 31 May 98 17:56:07 |
| - (snmpset.c): enable setting of opaque floats, doubles, int64s, uint64s. |
| |
| hardaker 31 May 98 17:56:55 |
| - (acconfig.h, config.h.in, configure, configure.in): |
| - make it possible not to use opaque special types with new cmd line flag. |
| |
| hardaker 2 Jun 98 14:23:15 |
| - (auto_nlist.c, auto_nlist.h, kernel.c, snmp_agent.c, snmpd.c, |
| hr_device.c, hr_disk.c, hr_filesys.c, hr_network.c, hr_other.c, |
| hr_partition.c, hr_print.c, hr_proc.c, hr_storage.c, hr_swinst.c, |
| hr_swrun.c, hr_system.c, hr_utils.c, at.c, interfaces.c, |
| var_route.c, snmp_parse_args.c, snmpdelta.c, snmptable.c, |
| snmptranslate.c, snmptrapd.c, freebsd2.h, hpux.h, linux.h, netbsd.h, |
| solaris.h, sysv.h, asn1.c, mib.c, parse.c, parse.h, snmp_auth.c, |
| snmp_impl.h): Patch from Niels Baggensen: |
| - make host resources work under NetBSD, FreeBSD, Solaris and Linux. |
| - SunOS4 almost works. |
| - Add -s/-S to command line options for printing of shorter oids. |
| - numerous bug fixes. |
| |
| hardaker 3 Jun 98 10:51:10 |
| - (smux.c, smux.h, smux_gated.h, snmp_bgp.c, snmp_bgp.h, snmp_ospf.c, |
| snmp_ospf.h, snmp_rip2.c, snmp_rip2.h, smux.c, smux.h, snmp_bgp.c, |
| snmp_bgp.h, snmp_ospf.c, snmp_ospf.h, snmp_rip2.c, snmp_rip2.h): |
| - moved smux stuff into a smux sub-directory. |
| |
| hardaker 3 Jun 98 10:58:15 |
| - (ipfwacc.c, ipfwacc.h, IPFWACC-MIB.txt, UCD-SNMP-MIB.txt): |
| - moved ipfwacc to ucdavis.13 and removed ^Ms and some blank lines. |
| |
| hardaker 3 Jun 98 10:58:44 |
| - (INSTALL): mention ipfwacc |
| |
| hardaker 3 Jun 98 10:58:59 |
| - (README): mention Cristian Estan in the coders list. |
| |
| hardaker 3 Jun 98 11:06:47 |
| - (example.c, example.h, dlmod.c, dlmod.h): Patch from Eugene Polovnikov: |
| - implement a dynamic loading module for loading shared object mib modules. |
| |
| hardaker 3 Jun 98 11:10:48 |
| - (README, example.c, example.h, wombat.c, wombat.h, example.c, |
| example.h, wombat.c, wombat.h): |
| - moved wombat and example to examples/ directory. |
| |
| hardaker 3 Jun 98 11:27:27 |
| - (snmp_agent.c, snmpd.c): include mibII/snmp_mib.h. |
| |
| hardaker 3 Jun 98 11:29:04 |
| - (mib.c): missed a needed OPAQUE_SPECIAL_TYPES ifdef. |
| |
| hardaker 3 Jun 98 12:17:00 |
| - (snmp_agent.c, snmp_api.c, snmp_auth.c, snmp_impl.h): |
| - fix pdu->versions to be all ints. |
| |
| hardaker 3 Jun 98 13:39:12 |
| - (configure, configure.in): New flags: |
| - --with-cc=CC |
| - --with-cflags=CFLAGS |
| |
| hardaker 3 Jun 98 13:43:47 |
| - (config.h.in, configure, configure.in, snmptrapd.c): |
| - check for getdtablesize and use a generic if not available. |
| |
| hardaker 3 Jun 98 13:52:28 |
| - (config.h.in, configure, configure.in, freebsd2.h): |
| - move configurable defines to configure rather than in freebsd2.h. |
| |
| hardaker 3 Jun 98 13:55:40 |
| - (i386.h, i586.h, i686.h): removed these (unused) headers. |
| |
| hardaker 3 Jun 98 14:02:34 |
| - (configure, configure.in): fix new --with-cc and --with-cflags arguments. |
| |
| hardaker 3 Jun 98 14:21:10 |
| - (hr_disk.c, hr_swinst.c, hr_swrun.c, hr_system.c, snmpset.c, asn1.h, |
| int64.c, int64.h, mib.c, snmp_api.c): |
| - -Wall fixes. |
| |
| hardaker 3 Jun 98 14:23:14 |
| - (Makefile.in's): make depend. |
| |
| hardaker 3 Jun 98 14:24:58 |
| - (Makefile.in): read_config.o is mibmodule header dependant too. |
| |
| hardaker 3 Jun 98 14:26:10 |
| version tag ( 3.5.pre1 ) |
| |
| hardaker 5 Jun 98 10:52:11 |
| - (configure, configure.in): Patch from Niels Baggesen: |
| - test for setenv. |
| |
| hardaker 5 Jun 98 10:52:40 |
| - (maketarget): Patch from Niels Baggesen: |
| - support for larger tree depths. |
| |
| hardaker 5 Jun 98 10:54:31 |
| - (asn1.c, mib.c, parse.h, system.c, system.h): Patch from Niels Baggesen: |
| - MIB_ACCESS define changes. |
| - setenv implementation. |
| - ifdef wrappers for OPAQUE_SPECIAL_TYPES. |
| |
| hardaker 8 Jun 98 10:50:12 |
| - (FAQ): url type splitting. |
| |
| hardaker 8 Jun 98 12:34:09 |
| - (Makefile.in): create a .c -> .o rule to make sure and place the |
| object files in the appropriate subdirectories. |
| |
| hardaker 8 Jun 98 13:59:08 |
| - (README): Added Eugene's name. |
| |
| hardaker 8 Jun 98 13:59:25 |
| - (snmpd.conf.5.def): update rfc # for vacm reference. |
| |
| hardaker 8 Jun 98 14:12:37 |
| - (Makefile.in): Patch from Joe Marzot: |
| - remove more config created headers on make configclean. |
| |
| hardaker 8 Jun 98 14:16:26 |
| - (libsnmp.def): Patch from Joe Marzot: w32 update. |
| |
| hardaker 8 Jun 98 14:22:50 |
| - (parse.c, parse.h, snmp_api.c, snmp_api.h, snmp_client.c): Patch |
| from Joe Marzot: |
| - async stuff added. |
| - get_tc added. |
| - better comments in some places. |
| |
| hardaker 8 Jun 98 14:55:53 |
| - (snmp_api.c): undid redo of comment of gettimeofday(). |
| |
| hardaker 10 Jun 98 07:11:44 |
| - (config.h.in): have_setenv. |
| |
| hardaker 10 Jun 98 08:53:53 |
| - (Makefile.in, snmp2p.c, snmpd.c): Patch from Dave Shield: |
| - starts to separate out the historic SNMPv2 stuff. |
| - does a bit of 'code tidying'. |
| - starts to move towards port-specific handlers. |
| |
| hardaker 10 Jun 98 14:15:47 |
| version tag ( 3.5.pre2 ) |
| |
| hardaker 10 Jun 98 15:30:59 |
| - (TODO): added Dave's list. |
| |
| hardaker 10 Jun 98 15:31:12 |
| - (NEWS): update. |
| |
| hardaker 10 Jun 98 15:47:59 |
| - (snmp2p.c, snmpd.c, snmpd.h): -Wall cleanups. |
| |
| hardaker 12 Jun 98 08:52:28 |
| - (EXAMPLE.conf.def, FAQ): Patch from Dave Shield: |
| - update for VACM stuff. |
| |
| hardaker 12 Jun 98 10:12:27 |
| - (EXAMPLE.conf.def): show vacm example for public/private from anywhere. |
| |
| hardaker 12 Jun 98 10:12:40 |
| - (NEWS): minor update. |
| |
| hardaker 12 Jun 98 13:13:12 |
| - (snmp_api.c): trap types were int's not longs (failed under 64bit arch). |
| |
| hardaker 12 Jun 98 13:13:27 |
| - (parse.c): function name typo. |
| |
| hardaker 12 Jun 98 13:13:39 |
| - (win32/config.h): don't have setenv. |
| |
| hardaker 12 Jun 98 13:13:57 |
| - (libsnmp.def): add setenv to the list. |
| |
| hardaker 12 Jun 98 13:43:41 |
| - (NEWS): 64bit fix mentioned. |
| |
| hardaker 12 Jun 98 13:48:21 |
| - (kernel.c): don't print klread errors unless in debugging mode. |
| |
| hardaker 12 Jun 98 15:17:47 |
| - (ipfwacc.h, IPFWACC-MIB.txt, UCD-SNMP-MIB.txt): |
| - create and use a ucdExperimental section for the ipfwacc mib till |
| it stabilizes. |
| |
| hardaker 17 Jun 98 08:08:23 |
| - (snmp2p.c, snmpd.c, snmpd.h): Patch from Niels Baggesen: |
| - misc type fixes. |
| |
| hardaker 17 Jun 98 08:08:58 |
| - (snmpdelta.c): usage() update. |
| |
| hardaker 17 Jun 98 08:10:02 |
| - (Makefile.in, snmpbulkwalk.1, snmpcmd.1, snmpdelta.1, snmpget.1, |
| snmpgetnext.1, snmpset.1, snmpstatus.1, snmptable.1, snmptrap.1, |
| snmpwalk.1): Patch from Niels Baggesen: |
| - documentation cleanup and centralization of common options. |
| |
| hardaker 17 Jun 98 08:10:54 |
| - (asn1.c): Patch from Niels Baggesen: |
| - bcopy -> memcpy. |
| |
| hardaker 17 Jun 98 08:11:22 |
| - (mib.h): Patch from Niels Baggesen: |
| - remove 2nd init_mib() prototype. |
| |
| hardaker 17 Jun 98 08:21:53 |
| - (README, AddModuleForDummies.txt, DUMMY-MIB.txt, dummy.c, dummy.h): |
| Patch from Jakob Ellerstedt: |
| - mib module documentation and example for dummies. |
| |
| hardaker 17 Jun 98 15:27:13 |
| - (README): mention dummy group. |
| |
| hardaker 19 Jun 98 08:41:00 |
| - (FAQ): update from Dave Shield: not found modules with configure?. |
| |
| hardaker 19 Jun 98 08:46:31 |
| - (configure, configure.in): warn BSDI users against /usr/ucb/cc. |
| |
| hardaker 19 Jun 98 08:58:05 |
| - (EXAMPLE.conf.def): Patch from Cristian Estan: |
| - example output corrections. |
| |
| hardaker 19 Jun 98 08:59:53 |
| - (Makefile.in): Patch from Cristian Estan: |
| - install IPFWACC mib. |
| |
| hardaker 19 Jun 98 12:03:48 |
| - (snmp_vars.c): fix register_mib() to init pointers to null. |
| |
| hardaker 19 Jun 98 12:50:55 |
| - (util_funcs.c): fix checkmib() in case we get called on a get when |
| we really shouldn't (bad artifact of new tree structure). |
| |
| hardaker 19 Jun 98 12:53:22 |
| - (snmp_vars.c): memset to 0 the entire subtree struct. |
| |
| hardaker 19 Jun 98 13:01:47 |
| - (Makefile.in): make depend. |
| |
| hardaker 19 Jun 98 13:12:55 |
| - (NEWS): Last update for 3.5. |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes: V3.3 -> V3.4 |
| |
| hardaker 1 Dec 97 12:44:24 |
| - (*): 3.3.1 branch merged into main development branch. |
| |
| hardaker 5 Dec 97 08:46:50 |
| - (snmp_api.h): Patch from Niels Baggesen: |
| - make trap variables long's not ints for 64bit machines to match |
| asn_build_int functions. |
| |
| hardaker 5 Dec 97 11:58:52 |
| - (apps/*.c): support random access requests on all apps via -R switch. |
| |
| hardaker 5 Dec 97 14:30:06 |
| - (configure, configure.in): warn instead of error for config_require macro's. |
| |
| hardaker 15 Dec 97 11:08:01 |
| - (acconfig.h, config.h.in, configure, configure.in): |
| - new macro to change default MIBS when modules are compiled: |
| config_add_mib(). |
| |
| hardaker 15 Dec 97 11:08:19 |
| - (host.h, ucd_snmp.h, v2party.h): |
| - use config_add_mib(). |
| |
| hardaker 15 Dec 97 11:14:18 |
| - (at.c, example.c, hr_proc.c, hr_storage.c, hr_swrun.c, hr_system.c, |
| icmp.c, interfaces.c, interfaces.h, ip.c, loadave.c, memory.c, |
| route_write.c, tcp.c, udp.c, var_route.c, wombat.c, common_header.h): |
| - Patch from Simon Leinen to improve irix 6.2 support. |
| |
| hardaker 15 Dec 97 15:07:26 |
| - (UCD-fields, oid_to_sym.in, oid_to_type.in): Patch from TANAKA Takashi: |
| - support more OS types in the ov/ directory files. |
| - mistake: bsdi was getting defined as irix. |
| - don't core dump on -v without any arguments. |
| |
| hardaker 15 Dec 97 15:07:59 |
| - (UCD-fields, oid_to_sym.in, oid_to_type.in, snmp_parse_args.c, acconfig.h): |
| - Patch from TANAKA Takashi: |
| - support more OS types in the ov/ directory files. |
| - mistake: bsdi was getting defined as irix. |
| - don't core dump on -v without any arguments. |
| |
| hardaker 23 Dec 97 11:20:04 |
| - (hr_swrun.c): Correct a non-casted malloc. |
| |
| hardaker 23 Dec 97 11:33:59 |
| - (hr_filesys.c): Solaris specific fixes. |
| |
| hardaker 23 Dec 97 11:35:26 |
| - (acconfig.h, config.h.in, sedscript.in): BSDI definition fixes. |
| |
| hardaker 23 Dec 97 11:41:49 |
| - (config.h.in, configure, configure.in): Patch from Johannes Grosen: |
| - fix non-existent nlist.h problems under linux redhat 5.0. |
| |
| hardaker 23 Dec 97 11:42:28 |
| - (mibgroup/*.c, common_header.h): Patch from Johannes Grosen: |
| - fix non-existent nlist.h problems under linux redhat 5.0. |
| |
| hardaker 23 Dec 97 11:42:39 |
| - (snmptrap.c): Patch from Johannes Grosen: |
| - fix non-existent nlist.h problems under linux redhat 5.0. |
| |
| hardaker 23 Dec 97 11:42:54 |
| - (snmplib/system.c): Patch from Johannes Grosen: |
| - fix non-existent nlist.h problems under linux redhat 5.0. |
| |
| hardaker 23 Dec 97 11:46:08 |
| - (hpux.c): #ifdef'ed out unused writeHP function. |
| |
| hardaker 23 Dec 97 12:32:21 |
| - (snmptrapd.c): Patch from Ted Rule: |
| - Use syslog option LOG_PID on startup. |
| - fork if syslog enabled. |
| - Enable logging to other syslog facilities. |
| - print all trap data to a single syslog line. |
| |
| hardaker 23 Dec 97 12:48:31 |
| - (snmptrapd.c): |
| - Change -f flag to -l and make -f no-fork. |
| - fix patch which munged ability to generate both -P and -s simultaneously. |
| |
| hardaker 23 Dec 97 14:40:36 |
| - (README): Add Ted Rule to coders list. |
| |
| hardaker 23 Dec 97 14:42:47 |
| - (*): Turn all debugging routines into library calls that can be |
| turned on and off at run time. |
| - DEBUGP() is now a typical printf style function and is used everywhere. |
| - void snmp_set_do_debugging(int). |
| - int snmp_get_do_debugging(). |
| |
| hardaker 23 Dec 97 14:44:38 |
| - (snmpd.1.def, snmptrapd.8): debugging flag additions. |
| |
| hardaker 23 Dec 97 14:47:08 |
| - (at.c, icmp.c, interfaces.c, ip.c, snmp_mib.c, system.c, tcp.c, udp.c): |
| - Patch from Dave Shield to break up common_header.h. |
| |
| hardaker 23 Dec 97 15:27:54 |
| - (at.c, at.h, host_res.h, icmp.h, interfaces.c, interfaces.h, ip.h, |
| tcp.c, tcp.h, udp.c, udp.h, read_config.c, snmp_vars.c): |
| - clean up required headers for linux. |
| |
| hardaker 23 Dec 97 15:56:18 |
| - (versioninfo.c, versioninfo.h): Create a mib variable to set/report |
| if debugging is on or off. |
| |
| hardaker 23 Dec 97 15:59:03 |
| - (UCD-SNMP-MIB.txt): Create a mib variable to set/report if debugging |
| is on or off. |
| |
| hardaker 23 Dec 97 16:30:47 |
| version tag ( 3.4.pre1 ) |
| |
| hardaker 29 Dec 97 09:37:06 |
| - (tkmib): First implementation. |
| |
| hardaker 30 Dec 97 14:00:03 |
| - (tkmib): |
| - new command: table to display snmptables as a table. |
| - misc... |
| |
| hardaker 30 Dec 97 17:01:57 |
| - (tkmib): Create a graphing widget. |
| |
| hardaker 5 Jan 98 13:27:38 |
| - (mib_api.3): change "all" to "ALL". |
| |
| hardaker 5 Jan 98 13:28:00 |
| - (mib.c, parse.c, parse.h): add a find_module() routine. |
| |
| hardaker 5 Jan 98 13:28:22 |
| - (snmptranslate.c): put init_mib back in place (opps). |
| |
| hardaker 5 Jan 98 13:28:42 |
| - (TODO): snmpv3 |
| |
| hardaker 5 Jan 98 16:29:39 |
| - (asn1.c): Patch from Niels Baggesen: |
| - fix asn1_build_objid. |
| |
| hardaker 5 Jan 98 17:33:07 |
| - (parse.c): swap args to merge_anon_children(). |
| |
| hardaker 12 Jan 98 09:14:54 |
| - (parse.c): Patch from Dave Shield: fix anon_children invalid memory access. |
| |
| hardaker 12 Jan 98 09:18:50 |
| - (mib_api.3, snmp_api.3): Patch from Niels Baggesen: |
| - doc update to reflect moved headers. |
| |
| hardaker 12 Jan 98 09:19:10 |
| - (Makefile.in): Patch from Niels Baggesen: link directly to lib. |
| |
| hardaker 12 Jan 98 09:19:47 |
| - (Makefile.in, snmpbulkwalk.c, snmpdelta.c, snmpget.c, snmpgetnext.c, |
| snmpset.c, snmpstatus.c, snmptable.c, snmptest.c, snmptrap.c, |
| snmptrapd.c, snmpwalk.c): Patch from Niels Baggesen: |
| - remove unused headers. |
| - snmp_perror changes. |
| |
| hardaker 12 Jan 98 09:21:56 |
| - (alarm.c, at.c, context_vars.c, event.c, hr_device.c, hr_filesys.c, |
| hr_partition.c, hr_storage.c, hr_swinst.c, hr_swrun.c, icmp.c, |
| interfaces.c, ip.c, proc.c, system.c, tcp.c, udp.c, var_route.c): |
| Patch from Niels Baggesen: |
| - Fix headers for FreeBSD and NetBSD. |
| |
| hardaker 12 Jan 98 09:40:36 |
| - (FAQ, INSTALL, Makefile.in): Patch from Niels Baggesen: |
| - Documentation update to fix paths from recent changes. |
| |
| hardaker 12 Jan 98 09:41:38 |
| - (read_config.c, snmp_vars.c, snmpd.c): Patch from Niels Baggesen: |
| - header fixes. |
| - snmp_perror usage. |
| |
| hardaker 12 Jan 98 09:44:51 |
| - (asn1.c, mib.c, snmp_api.h, snmp_impl.h, system.h): Patch from Niels |
| Baggesen: |
| - header changes and boolean check corrections. |
| |
| hardaker 12 Jan 98 09:51:27 |
| - (parse.c): Undid anon-children change. |
| |
| hardaker 12 Jan 98 09:56:14 |
| - (kernel_sunos5.c): Patch from Niels Baggesen: |
| - increase buffer size to increase max interfaces reported on Solaris. |
| |
| hardaker 16 Jan 98 09:44:56 |
| - (snmpd.c): Patch from Sheshadri Yagati: |
| - signal a trap (2) when the agent is shut down. |
| |
| hardaker 21 Jan 98 11:08:39 |
| - (COPYING): update. |
| |
| hardaker 21 Jan 98 11:12:01 |
| - (*/Makefile.in, Makefile.top, acconfig.h, config.h.in, configure, |
| configure.in): |
| - begin support for creating and using shared libraries. |
| - all Makefiles now include a Makefile.top for easier future global changes. |
| |
| hardaker 21 Jan 98 11:12:22 |
| - (read_config.c, snmp_agent.c, snmp_vars.c, snmpd.c): |
| - include struct.h explicitly. |
| |
| hardaker 21 Jan 98 11:12:34 |
| - (disk.c, errormib.c, extensible.c, interfaces.c, loadave.c, |
| memory.c, pass.c, proc.c, system.c, util_funcs.c, var_route.c, |
| versioninfo.c): |
| - include struct.h explicitly. |
| |
| hardaker 21 Jan 98 17:33:24 |
| - (Makefile.top, configure, configure.in, */Makefile.in): |
| - Do a better version of shlib support. Should be useable now at least. |
| |
| hardaker 21 Jan 98 22:05:44 |
| - (acconfig.h, config.h.in, configure, configure.in): |
| - create m/ and s/ directories and use them for supplemental config |
| include files based on the config.guess output. |
| |
| hardaker 23 Jan 98 08:30:35 |
| - (memory.c): Patch from Niels Baggesen: |
| - don't close file descriptor in linux's FILE_TO_BUF macro. |
| |
| hardaker 23 Jan 98 11:19:12 |
| - (generic.h, i386.h, i586.h, i686.h): m/*.h file beginnings. |
| |
| hardaker 23 Jan 98 11:19:33 |
| - (bsd.h, generic.h, linux.h, sysv.h): s/* beginnings. |
| |
| hardaker 23 Jan 98 16:12:02 |
| - (read_config.c, read_config.h, snmp_vars.c, snmp_vars.h, |
| extensible.c, pass.c): |
| - create new functions: |
| - register_subtree() |
| - register_mib() |
| - unregister_mib(). |
| - get rid of read_config special stuff for extensibility and put it |
| in their own submodules which now call register_mib(). |
| |
| hardaker 23 Jan 98 16:14:20 |
| - (registry.[ch], UCD-SNMP-MIB.txt): |
| - create a new table at ucdavis.103 to display registered mibs. |
| |
| hardaker 23 Jan 98 16:15:05 |
| - (at.c, disk.c, host_res.h, hr_other.h, icmp.c, interfaces.c, ip.c, |
| snmp_mib.c, system.c, tcp.c, ucd_snmp.h, udp.c, versioninfo.c): |
| - #include "snmp_api.h" |
| |
| hardaker 23 Jan 98 16:34:43 |
| - (configure, configure.in, snmp_vars.c, snmp_vars.h, var_struct.h, |
| extensible.c, pass.c, registry.c, registry.h, UCD-SNMP-MIB.txt): |
| - make the mib registry record and display a mib module name as well. |
| |
| hardaker 30 Jan 98 08:57:54 |
| - (configure, configure.in): test for 'ps aux' (redhat 5.0). |
| |
| hardaker 30 Jan 98 09:01:06 |
| - (UCD-SNMP-MIB.txt, memory.c, memory.h): Patch from Luuk de Boer: |
| - report cached, buffer, and shared statistics for linux. |
| |
| hardaker 30 Jan 98 09:24:19 |
| - (read_config.c, snmp_vars.c, var_struct.h): Patch from Dave Shield: |
| - new subtree structure system. |
| |
| hardaker 30 Jan 98 10:40:26 |
| - (pass.c): put pass_comapre here. |
| |
| hardaker 30 Jan 98 10:41:53 |
| - (read_config.c, snmp_vars.c, snmp_vars.h, var_struct.h): |
| - merge Dave's code with mine. Still a few bugs to work through. |
| |
| hardaker 30 Jan 98 10:42:17 |
| - (registry.c, registry.h): begin munging for new hierarchy. |
| |
| hardaker 30 Jan 98 10:43:28 |
| - (UCD-SNMP-MIB.txt): change module indexing to use oid instead of a numeric. |
| |
| hardaker 30 Jan 98 10:49:59 |
| - (disk.c, host_res.h, pass.c, registry.c, snmp_mib.c, system.c, |
| versioninfo.c, snmp_api.h): |
| - include netinet/in.h for address structure. |
| |
| hardaker 30 Jan 98 10:55:20 |
| version tag ( 3.4.pre2 ) |
| |
| hardaker 30 Jan 98 13:49:56 |
| - (README): I can't really have forgotten Simon's name in the list |
| could I? |
| |
| hardaker 30 Jan 98 13:50:28 |
| - (aclocal.m4, configure): define ifnet for linux. |
| |
| hardaker 30 Jan 98 14:31:58 |
| - (acconfig.h, config.h.in, configure, configure.in): check for if_speed. |
| |
| hardaker 30 Jan 98 14:32:13 |
| - (interfaces.c): finish linux problems and use if_speed. |
| |
| hardaker 30 Jan 98 15:25:02 |
| - (snmp_parse_args.c, snmptrap.c): fix default port for snmptrap. |
| |
| hardaker 2 Feb 98 08:57:41 |
| - (configure, configure.in): Patch from John Hawkinson: |
| - fix typo in configure for shared library extension w/o shared libraries. |
| |
| hardaker 6 Feb 98 13:29:40 |
| - (at.c, icmp.c, interfaces.c, ip.c, tcp.c, udp.c): protect against nlist.h |
| |
| hardaker 6 Feb 98 13:44:44 |
| - (hr_disk.c): close() got caught inside an else it shouldn't have due |
| to an ifdef error. |
| |
| hardaker 6 Feb 98 17:10:53 |
| - (Makefile.in, acconfig.h, config.h.in, configure, configure.in, |
| auto_nlist.c, auto_nlist.h, autonlist.h, kernel.c, snmp_vars.c, ip.c): |
| - created a new auto_nlist function and use it in ip.c. |
| |
| hardaker 6 Feb 98 17:11:25 |
| - (generic.h, hpux.h, irix.h, linux.h, solaris.h): |
| - update for auto_nlist symbols. |
| |
| hardaker 9 Feb 98 11:03:02 |
| - (at.c, disk.c, errormib.c, extensible.c, hpux.c, hr_proc.c, |
| hr_storage.c, hr_swrun.c, hr_system.c, icmp.c, interfaces.c, ip.c, |
| kernel_sunos5.c, loadave.c, memory.c, proc.c, tcp.c, udp.c, |
| var_route.c): |
| - use auto_nlist. |
| |
| hardaker 9 Feb 98 11:03:17 |
| - (auto_nlist.h): prototype wrapper. |
| |
| hardaker 9 Feb 98 11:03:56 |
| - (configure, configure.in): |
| - changed --with-shared-libraries to --enable-shared to match other pkgs. |
| - display arguments found for --enable-shared. |
| |
| hardaker 9 Feb 98 11:04:31 |
| - (bsd.h, bsdi.h, freebsd.h, freebsd3.h, generic.h, hpux.h, netbsd.h, |
| solaris.h): |
| - define symbols for auto_nlist to use. |
| |
| hardaker 9 Feb 98 11:06:53 |
| - (snmp_vars.c): Patch from Dave Shield: |
| - fix prototypes on my broken table walking routines. |
| |
| hardaker 9 Feb 98 11:17:52 |
| version tag ( 3.4.pre3 ) |
| |
| hardaker 9 Feb 98 11:18:45 |
| - (configure.in): check for ioctls.h |
| |
| hardaker 9 Feb 98 11:18:59 |
| - (interfaces.c): include ioctls.h if available. |
| |
| hardaker 9 Feb 98 11:20:00 |
| - (config.h.in, configure): check for ioctls.h. |
| |
| hardaker 11 Feb 98 09:19:33 |
| - (generic.h, auto_nlist.c, at.c, hr_proc.c, hr_storage.c, memory.c, |
| tcp.c, udp.c, var_route.c): Patch from Dave Shield: |
| - fix all my typos ;-). |
| - create auto_nlist_value to return the looked-up value. |
| |
| hardaker 11 Feb 98 09:28:09 |
| - (configure, configure.in): |
| - ps aux should define aux not -aux. |
| |
| hardaker 11 Feb 98 09:28:33 |
| - (host_res.h): Patch from Dave Shield: |
| - don't include config.h |
| |
| hardaker 11 Feb 98 09:28:44 |
| - (hr_network.c): Patch from Dave Shield: |
| - solaris fixes. |
| |
| hardaker 11 Feb 98 09:29:06 |
| - (solaris.h): Patch from Dave Shield: |
| - undef IP_FORWARDING_SYMBOL before defining it. |
| |
| hardaker 11 Feb 98 16:44:13 |
| - (configure, configure.in): sed doesn't like [a-z]+ type expressions. |
| |
| hardaker 13 Feb 98 09:07:31 |
| - (FAQ): typo: authtrapsenable -> authtrapenable. |
| |
| hardaker 17 Feb 98 09:50:43 |
| - (snmp_api.c, snmp_api.h): |
| - use snmp_ipaddr instead of ipaddr to avoid hpux conflicts. |
| |
| hardaker 17 Feb 98 09:53:12 |
| - (auto_nlist.c, autonlist.h, snmp_vars.c): |
| - use appropriate mallocs, and NULL initialization of pointers. |
| - malloc the symbol rather than using a fixed length. |
| - insert debugging code. |
| - enable printing of the nlist tree if TESTING is defined. |
| |
| hardaker 17 Feb 98 09:54:01 |
| - (tcp.c, udp.c): |
| - nlist symbol name errors. |
| |
| hardaker 18 Feb 98 08:06:00 |
| - (EXAMPLE.conf.def, vmstat.c, vmstat.h, ucd_snmp.h, |
| UCD-SNMP-MIB.txt): Patch from Luuk de Boer: |
| - implment a vmstat mib group on linux. |
| |
| hardaker 18 Feb 98 08:15:56 |
| - (config.h.in, configure, configure.in): Patch from Simon Leinen: |
| - check for sys/sysmp.h. |
| |
| hardaker 18 Feb 98 08:16:21 |
| - (auto_nlist.c): Patch from Simon Leinen: |
| - fix a debugging statement (missing a variable). |
| |
| hardaker 18 Feb 98 08:18:05 |
| - (at.c, icmp.c, interfaces.c, ip.c, tcp.c, udp.c, irix.h): |
| Patch from Simon Leinen: |
| - port to irix. |
| |
| hardaker 18 Feb 98 11:45:20 |
| - (sedscript.in): define LIBDIR and DATADIR. |
| |
| hardaker 18 Feb 98 11:46:48 |
| - (snmpd.1.def, snmpd.conf.5.def): change to DATADIR from LIBDIR. |
| |
| hardaker 18 Feb 98 13:31:07 |
| - (disk.h, extensible.h, loadave.h, proc.h, UCD-SNMP-MIB.txt): |
| - turn these mibs into real tables. Required changing the mib though. |
| |
| hardaker 18 Feb 98 13:34:55 |
| - (snmpd.conf.5.def): authtrapsenable -> authtrapenable. |
| |
| hardaker 18 Feb 98 13:44:13 |
| - (at.c, example.c, hpux.c, hr_device.c, hr_disk.c, hr_filesys.c, |
| hr_network.c, hr_partition.c, hr_print.c, hr_proc.c, hr_storage.c, |
| hr_swinst.c, hr_swrun.c, hr_system.c, icmp.c, interfaces.c, ip.c, |
| pass.c, registry.c, smux.c, snmp_mib.c, system.c, tcp.c, udp.c, |
| var_route.c, wombat.c): |
| - all bcopys -> memcpy. |
| - include a few extra headers for DEBUGP statements. |
| |
| hardaker 18 Feb 98 14:25:53 |
| - (acl_vars.c, at.c, context_vars.c, disk.c, host_res.h, hr_disk.c, |
| hr_filesys.c, hr_storage.c, hr_swinst.c, hr_swrun.c, hr_utils.c, |
| icmp.c, interfaces.c, interfaces.h, ip.c, memory.c, mibincl.h, |
| party_vars.c, pass.c, proc.c, registry.c, smux.c, snmp_mib.c, |
| system.c, tcp.c, udp.c, var_route.c, versioninfo.c, view_vars.c, |
| vmstat.c): |
| - massive -Wall and --strict-prototypes checking. |
| - bzero -> memset. |
| |
| hardaker 18 Feb 98 14:32:05 |
| - (read_config.c, snmp_vars.c): |
| - prototyping and --Wall checks. |
| |
| hardaker 18 Feb 98 14:32:38 |
| - (snmp_api.c, snmp_api.h): prototyping checks. |
| |
| hardaker 18 Feb 98 16:28:51 |
| - (openbsd.h): created. |
| |
| hardaker 18 Feb 98 16:29:58 |
| - (acconfig.h, UCD-SNMP-MIB.txt): |
| - removed unneeded stuff. |
| - added openbsd. |
| |
| hardaker 18 Feb 98 16:30:47 |
| - (at.c, proc.c, tcp.c, udp.c, var_route.c, bsd.h, bsdi.h, freebsd.h, |
| generic.h, hpux.h, netbsd.h): |
| - tried to merge some things into s/*.h defines instead. There is a |
| lot to go still. |
| |
| hardaker 18 Feb 98 16:33:14 |
| - (config.h.in): openbsd defines. |
| |
| hardaker 18 Feb 98 16:33:43 |
| - (*/Makefile.in): make depend. |
| |
| hardaker 18 Feb 98 16:51:18 |
| version tag ( 3.4.pre4 ) |
| |
| hardaker 20 Feb 98 09:19:00 |
| - (interfaces.c): Patch from Simon Leinen: |
| - fix include file dependancies on irix with _KERNEL defined. |
| |
| hardaker 20 Feb 98 11:15:14 |
| - (*/Makefile.in): fix make depend to look for and strip /usr/lib/*. |
| |
| hardaker 25 Feb 98 07:27:09 |
| - (read_config.c, snmpd.c): Patch from Niels Baggesen: |
| - fix read_config parser's end of line problems. |
| |
| hardaker 4 Mar 98 15:49:32 |
| - (COPYING): documentation requirement change. |
| |
| hardaker 6 Mar 98 14:01:52 |
| - (Makefile.in, kernel.c, read_config.c, read_config.h, snmp_agent.c, |
| snmp_vars.c, snmpd.c, acl_vars.c, alarm.c, context_vars.c, disk.c, |
| event.c, extensible.c, icmp.c, interfaces.c, ip.c, mibincl.h, |
| party_vars.c, pass.c, proc.c, registry.c, registry.h, route_write.c, |
| snmp_mib.c, system.c, tcp.c, udp.c, vacm_vars.c, vacm_vars.h, |
| var_route.c, versioninfo.c, view_vars.c, snmp_parse_args.c, |
| snmpdelta.c, snmpget.c, snmpgetnext.c, snmpset.c, snmpstatus.c, |
| snmptable.c, snmptest.c, snmptranslate.c, snmptrap.c, snmptrapd.c, |
| if.c, inet.c, route.c, snmpd.conf.5.def, snmptable.1, .index, |
| Makefile.in, SNMP-FRAMEWORK-MIB.txt, SNMP-MPD-MIB.txt, |
| SNMP-NOTIFICATION-MIB.txt, SNMP-PROXY-MIB.txt, SNMP-TARGET-MIB.txt, |
| SNMP-USER-BASED-SM-MIB.txt, SNMP-VIEW-BASED-ACM-MIB.txt, |
| Makefile.in, acl.h, acl_parse.c, asn1.c, context.h, context_parse.c, |
| mib.c, party.h, party_parse.c, snmp.c, snmp.h, snmp_api.c, |
| snmp_auth.c, snmp_client.c, snmp_impl.h, system.c, vacm.c, vacm.h, |
| view.c): Patch from Niels Baggesen: |
| - Implement the SNMPv3 View Based Access Control Model (RFC 2275). |
| - header fixes. |
| - better header-file #define names to include SNMP_, ASN_, etc. prefixes. |
| |
| hardaker 6 Mar 98 15:47:01 |
| - (util_funcs.c): |
| - remove GLOBAL-SECURITY checks. |
| |
| hardaker 6 Mar 98 15:47:19 |
| - (mibII.h): add vacm_vars. |
| |
| hardaker 6 Mar 98 15:47:40 |
| - (host_res.h): move snmp_api.h up above snmp_impl.h. |
| |
| hardaker 6 Mar 98 15:48:33 |
| - (acconfig.h, config.h.in, configure, configure.in): |
| - remove security type prompts. |
| |
| hardaker 9 Mar 98 17:40:04 |
| - (mibII.c, mibII.h, sysORTable.c, sysORTable.h, system.c, v2party.c, |
| vacm_vars.c, vacm_vars.h): |
| - implement sysORTable. |
| - register mibs under it. |
| |
| hardaker 11 Mar 98 08:06:17 |
| - (*/*/*/*): Patch from Niels Baggesen: |
| - fix auto_nlist on preceeding _ architectures. |
| - Change *all* define usage to new SNMP_ and ASN_ prefixes. |
| - leave mib access open if no com2sec statements were found in snmpd.conf. |
| |
| hardaker 11 Mar 98 09:40:42 |
| - (hpux.h, hr_filesys.h, memory.h, snmp_bgp.h, snmp_ospf.h, |
| snmp_rip2.h, sysORTable.h, vmstat.h): |
| - finish converting a few of the files that Niels missed. |
| |
| hardaker 11 Mar 98 10:30:50 |
| - (sysORTable.c, sysORTable.h, system.c, system.h): |
| - fix time values and move sysORLastChanged to the system group. |
| |
| hardaker 11 Mar 98 12:14:09 |
| - (*): Patch from Craig Bevins for OpenBSD |
| |
| hardaker 11 Mar 98 12:27:01 |
| - (interfaces.c, tcp.c, udp.c, var_route.c, var_route.h): Patch from |
| Craig Bevins: |
| - port to OpenBSD. |
| |
| hardaker 11 Mar 98 12:45:46 |
| - (*): patch from Garrett Wollman for FreeBSD. |
| |
| hardaker 11 Mar 98 12:56:37 |
| - (aclocal.m4, config.h.in, configure, configure.in, icmp.c, |
| interfaces.c, ip.c, tcp.c, udp.c, var_route.c): Patch from Garrett |
| Wollman: |
| - freebsd 3 sysctl implementations. |
| |
| hardaker 11 Mar 98 14:41:11 |
| - (read_config.c, read_config.h, snmp_agent.c, snmp_vars.c, snmpd.c, |
| host_res.h, hr_device.c, hr_device.h, hr_disk.c, hr_disk.h, |
| hr_filesys.c, hr_filesys.h, hr_network.c, hr_network.h, hr_other.c, |
| hr_partition.c, hr_partition.h, hr_print.c, hr_print.h, hr_proc.c, |
| hr_proc.h, hr_storage.c, hr_storage.h, hr_swinst.c, hr_swinst.h, |
| hr_swrun.c, hr_swrun.h, hr_system.c, hr_system.h, interfaces.c, |
| ip.c, mibII.c, mibII.h, sysORTable.c, v2party.c, v2party.h, |
| vacm_vars.c, vacm_vars.h): |
| - massive prototyping and --Wall fixes. |
| - fixed things broken by the freebsd patch (only some I'm sure). |
| |
| hardaker 11 Mar 98 15:42:35 |
| - (auto_nlist.c): better debugging printfs |
| |
| hardaker 11 Mar 98 15:45:22 |
| - (hpux.h): switch incorrect arptab symbols. |
| |
| hardaker 11 Mar 98 15:56:13 |
| - (README): name update. |
| |
| hardaker 11 Mar 98 15:57:16 |
| - (*/Makefile.in): depend update. |
| |
| hardaker 11 Mar 98 17:05:41 |
| - (system.c): don't chomp new line on read_config utils. |
| |
| hardaker 18 Mar 98 09:17:42 |
| - (README): changed OV path's to newer release paths. |
| |
| hardaker 18 Mar 98 13:10:35 |
| - (acconfig.h, config.h.in, sedscript.in, UCD-SNMP-MIB.txt): |
| - re-numbering of the new table modules. |
| |
| hardaker 18 Mar 98 13:26:22 |
| - (extensible.c, memory.c, pass.c, proc.c, util_funcs.c, util_funcs.h): |
| - wait for pid after get_exec_output() with new wait_on_exec() function. |
| |
| hardaker 18 Mar 98 13:56:16 |
| - (acconfig.h, config.h.in, configure, configure.in, read_config.c, |
| snmpd.c, snmp_parse_args.c, snmptrapd.c, main.c, mib_api.3, |
| config.h): |
| - SNMPLIBPATH -> SNMPSHAREPATH |
| - a real SNMPLIBPATH |
| - make the agent read .conf files from SNMPSHAREPATH:SNMPLIBPATH. |
| |
| hardaker 18 Mar 98 14:09:31 |
| version tag ( 3.4.pre5 ) |
| |
| hardaker 22 Mar 98 18:13:41 |
| - (pass.c, proc.c, vacm_vars.c): Patch from Simon Burge: |
| - move sys/types.h up for ultrix. |
| |
| hardaker 25 Mar 98 09:15:45 |
| - (tcp.c): include tcpip.h for digital unix. |
| |
| hardaker 25 Mar 98 10:39:13 |
| - (read_config.c, read_config.h, snmp_vars.c, registry.c, registry.h): |
| - fix the registry mib to use the new module structure. |
| - create a working find_subtree() and find_subtree_next(). |
| |
| hardaker 25 Mar 98 10:39:50 |
| - (acconfig.h, config.h.in): simply don't define CAN_USE_NLIST on linux. |
| |
| hardaker 25 Mar 98 10:44:06 |
| - (snmpd.c, snmp_api.c): Spelling errors from the CMU code fixed. |
| |
| hardaker 25 Mar 98 10:46:36 |
| - (acconfig.h, config.h.in, linux.h): new define: DONT_USE_NLIST. |
| |
| hardaker 25 Mar 98 10:59:20 |
| - (interfaces.c): Patch from Niels Baggesen: |
| - Add an & to arpcom.ac_enaddr in memset. |
| |
| hardaker 25 Mar 98 12:48:30 |
| - (Makefile.in, int64.c, int64.h, mib.c): Code from David T. Perkins: |
| - integrated David's code to print counter64s as integers rather than hex. |
| |
| hardaker 25 Mar 98 13:07:00 |
| - (v2party.c, mibII.c, vacm_vars.c): declair registration variables staticly. |
| |
| hardaker 25 Mar 98 16:49:56 |
| - (hpux.c): fix write_method declaration. |
| |
| hardaker 26 Mar 98 07:22:30 |
| - (*.c): Patch from Niels Baggesen: |
| - misc porting improvements (the bsd groups, sunos, ...). |
| - switch auto_nlists calling order of _ vs non _ lookups. |
| - reverse all string.h/strings.h include possibilities. |
| |
| hardaker 27 Mar 98 09:20:04 |
| - (snmptrapd.c): |
| - Beta version of an extensible trap demon. |
| - -C 'command' on the command line runs the command and feeds it |
| stdin information about the trap. |
| - v1 traps are converted to v2 traps for consistancy of |
| information sent to the scripts. |
| |
| hardaker 27 Mar 98 11:20:21 |
| - (read_config.c, read_config.h): |
| - create config_pwarn() that doesn't increase the error count to |
| prevent exiting. Used for disks, since some might by process or |
| nfs mounted. |
| |
| hardaker 27 Mar 98 11:20:54 |
| - (disk.c): use config_pwarn() for missing disks. |
| |
| hardaker 27 Mar 98 11:22:35 |
| - (hr_device.c): check device index against maximum (segfault on HPUX). |
| |
| hardaker 27 Mar 98 16:10:05 |
| - (README, config.h.in, configure, configure.in, snmpd.c): Patch from |
| Arthur Hyun: |
| - tcpwrappers support. |
| |
| hardaker 27 Mar 98 16:23:03 |
| - (interfaces.c): Interfaces_Scan_Next needed a 4th (NULL) argument. |
| |
| hardaker 27 Mar 98 16:23:33 |
| - (acconfig.h, config.h.in, configure, configure.in, snmpd.c): |
| - correctly #ifdef out the tcpwrappers patch. |
| |
| hardaker 27 Mar 98 16:42:13 |
| - (INSTALL): document libwrap. |
| |
| hardaker 27 Mar 98 16:43:06 |
| - (snmp_vars.c, snmp_vars.h, interfaces.c, ip.c, registry.c): |
| - prototyping and -Wall fixes. |
| |
| hardaker 1 Apr 98 09:52:32 |
| - (snmp_client.c): enterprise_length is sizeof(oid) dependent. |
| |
| hardaker 1 Apr 98 13:27:07 |
| - (auto_nlist.c): |
| - remove no longer needed debugging statements of tree traversal. |
| |
| hardaker 1 Apr 98 13:31:29 |
| - (NEWS, PORTING): updates for 3.4. |
| |
| hardaker 1 Apr 98 13:47:55 |
| - (FAQ, README): more 3.4 updates. |
| |
| hardaker 1 Apr 98 13:53:27 |
| - (EXAMPLE.conf.def): added vacm example configuration. |
| |
| hardaker 1 Apr 98 13:54:11 |
| - (snmpd.conf.5.def): moved the view example section above the access section. |
| |
| hardaker 1 Apr 98 14:10:07 |
| - (TODO): removed a few things! |
| |
| hardaker 1 Apr 98 14:11:49 |
| - (Makefile.in): make depend. |
| |
| hardaker 1 Apr 98 14:40:44 |
| - (snmp_vars.c, snmp_vars.h): make unregestering of mibs work. |
| - (in most cases :-?) |
| |
| hardaker 1 Apr 98 14:43:14 |
| version tag ( 3.4.pre6 ) |
| |
| hardaker 1 Apr 98 16:35:59 |
| - (snmptrapd.c): always send enterprise and trapoid to scripts. |
| |
| hardaker 20 Apr 98 10:31:08 |
| - (snmpd.c): change oid from textual to numeric to allow now mibs to |
| be loaded. |
| |
| hardaker 20 Apr 98 15:54:29 |
| - (host_res.h, hr_disk.c, hr_filesys.c, hr_partition.c, hr_storage.c): |
| - Patch from Dave Shield: |
| - consolidate the system-specific stuff a bit (should make it easier |
| to follow) |
| - Re-structures the Disk searching, in such a way that it can set up |
| via the config file. (which I still need to do) |
| - Speed up disk searching (by caching invalid results - a *major* win!) |
| - Handle partitions sensibly (arther than one per disk) |
| - Improve Solaris support for the Device group |
| |
| hardaker 20 Apr 98 15:56:50 |
| - (config.h.in, configure, configure.in): check for sys/dkio.h |
| |
| hardaker 20 Apr 98 15:59:12 |
| - (hr_filesys.c, hr_swrun.c): Patch from Niels Baggesen: |
| - fix some host resources for solaris. |
| |
| hardaker 20 Apr 98 16:00:36 |
| - (snmpd.c): Patch from Niels Baggesen: |
| - appropriate use of strdup during startup and better flag checking. |
| |
| hardaker 20 Apr 98 16:00:56 |
| - (interfaces.c): Patch from Niels Baggesen: |
| - header moves. |
| |
| hardaker 20 Apr 98 16:02:12 |
| - (ip.c): Patch from Niels Baggesen: |
| - test symbol defines and cleanup. |
| |
| hardaker 20 Apr 98 16:03:03 |
| - (snmptable.c): Patch from Niels Baggesen: |
| - prototyping and other cleanups. |
| |
| hardaker 20 Apr 98 16:05:00 |
| - (snmptrapd.c): Patch from Niels Baggesen: |
| - gethostbyaddr moves up. |
| - include sys/wait.h. |
| - syslog %d -> %ld for long specific_type. |
| |
| hardaker 20 Apr 98 16:05:34 |
| - (vacm_vars.c): Patch from Niels Baggesen: |
| - typecast a pointer. |
| |
| hardaker 20 Apr 98 16:06:03 |
| - (tcp.c, udp.c, var_route.c): Patch from Niels Baggesen: |
| - #ifdef checks on symbols and header movement. |
| |
| hardaker 20 Apr 98 16:06:21 |
| - (solaris.h): Patch from Niels Baggesen: |
| - undefine a bunch of nlist symbols. |
| |
| hardaker 20 Apr 98 16:07:10 |
| - (snmp_client.c): Patch from Niels Baggesen: |
| - needed pointer copies. |
| |
| hardaker 22 Apr 98 07:49:21 |
| - (UCD-SNMP-MIB.txt): changed wording, cleaned up a bit. |
| |
| hardaker 22 Apr 98 08:35:29 |
| - (parse.c): Patch from Niels Baggesen: |
| - parse BITS keywords. |
| |
| hardaker 24 Apr 98 10:00:06 |
| - (acconfig.h, config.h.in): mib oid location updates for ucd-snmp mib. |
| |
| hardaker 24 Apr 98 10:02:29 |
| - (UCD-SNMP-MIB.txt): |
| - renamed labels to be unique from the old definitions. |
| - renumbered again. |
| - commented on the desgin of the mib at the top. |
| - Changed back to SMIv1. |
| - removed lockd section. |
| - removed vmstat section till it gets implemented. |
| - removed sequences of scalers. |
| |
| hardaker 24 Apr 98 10:22:00 |
| - (UCD-SNMP-MIB.txt): the textual descriptions were updated some. |
| |
| hardaker 24 Apr 98 14:03:26 |
| - (UCD-SNMP-MIB.txt): more cleaning and renaming. |
| |
| hardaker 24 Apr 98 14:32:12 |
| - (acconfig.h, config.h.in, configure, configure.in): |
| - check statvfs.h for f_bavail. |
| |
| hardaker 24 Apr 98 14:33:08 |
| - (hr_filesys.c): include sys/param.h to define MAXPATHLEN. |
| |
| hardaker 24 Apr 98 14:33:24 |
| - (hr_partition.c): close file descriptor just opened. |
| |
| hardaker 24 Apr 98 14:33:58 |
| - (disk.c): calculate vfs block size if possible and size > 255 bytes. |
| |
| hardaker 24 Apr 98 16:31:30 |
| - (tcp.c): include netinet/tcpip.h for DU4.0. |
| |
| hardaker 24 Apr 98 16:32:05 |
| - (auto_nlist.c, auto_nlist.h): n_value is a long: |
| - return the value from auto_nlist_value as an unsigned long. |
| |
| hardaker 24 Apr 98 16:40:45 |
| - (var_route.c): watch out for single route loops. |
| |
| hardaker 27 Apr 98 10:59:19 |
| - (Makefile.top): removed unneeded variable. |
| |
| hardaker 27 Apr 98 11:00:08 |
| - (configure, configure.in): define SHLIB_LDCONFIG_CMD as ":" for |
| static library cases. |
| |
| hardaker 27 Apr 98 11:00:44 |
| - (snmpbulkwalk.c, snmpdelta.c, snmpget.c, snmpgetnext.c, snmpset.c, |
| snmpstatus.c, snmptable.c, snmptest.c, snmpwalk.c): |
| - Put the word "Timeout: " in front of the "No Response" errors. |
| |
| hardaker 27 Apr 98 13:31:10 |
| version tag ( 3.4.pre7 ) |
| |
| hardaker 27 Apr 98 16:24:34 |
| - (tkmib): bug fixes and new mib menu to load new mibs. |
| |
| hardaker 27 Apr 98 16:46:28 |
| - (tkmib): New mib menu command: load a mib module by ID name. |
| |
| hardaker 27 Apr 98 16:48:02 |
| - (tkmib): bug fixes. |
| |
| hardaker 29 Apr 98 08:56:44 |
| - (snmptable.c): Patch from Niels Baggesen: |
| - fix -H header printing. |
| |
| hardaker 29 Apr 98 10:26:58 |
| - (tcp.c): don't use TCPSTAT_SYMBOL unless defined. |
| |
| hardaker 29 Apr 98 10:34:12 |
| - (example.c, proc.c, var_route.c, wombat.c): |
| - nlist cleanups. |
| |
| hardaker 29 Apr 98 10:43:04 |
| - (example.c, example.h, wombat.c, wombat.h): more clean ups. |
| |
| hardaker 29 Apr 98 11:31:43 |
| - (vmstat.c, vmstat.h): moves, changes, removals, and fixes. |
| |
| hardaker 29 Apr 98 11:32:01 |
| - (UCD-SNMP-MIB.txt): put vmstat back in and renamed to systemStats. |
| |
| hardaker 29 Apr 98 11:41:58 |
| - (tkmib): |
| - display unloaded module error. |
| - don't try to load a file on a cancel. |
| |
| hardaker 6 May 98 11:22:56 |
| - (Makefile.in): install tkmib. |
| |
| hardaker 6 May 98 14:06:57 |
| - (UCD-SNMP-MIB.txt): |
| - added internal table section. |
| - mib number corrections to match the source. |
| |
| hardaker 6 May 98 14:58:23 |
| - (disk.c, errormib.c, example.c, example.h, extensible.c, loadave.c, |
| memory.c, proc.c, sysORTable.c, system.c, util_funcs.c, |
| util_funcs.h, versioninfo.c, vmstat.c): |
| - remove the newname requirement from checkmib(). |
| - create header_generic() for simple scalar tests. |
| - use header_generic() in all ucd specific scalar mibs, and example.[ch]. |
| |
| hardaker 6 May 98 21:06:59 |
| - (NEWS): minor wording change. |
| |
| hardaker 6 May 98 21:07:28 |
| - (util_funcs.c, util_funcs.h): |
| - new function: calculate_time_diff(t1, t2). |
| |
| hardaker 6 May 98 21:08:00 |
| - (UCD-SNMP-MIB.txt): make bogus index's be 0. |
| |
| hardaker 6 May 98 21:08:37 |
| - (mib2c): created a mib2c template creator. |
| |
| hardaker 6 May 98 22:28:47 |
| - (win32/config.h): update from Joe Marzot. |
| |
| hardaker 7 May 98 09:05:55 |
| - (COPYING): correction for dates. |
| |
| hardaker 7 May 98 09:07:06 |
| - (configure, configure.in): sys/stat inclusion in fs checks. |
| |
| hardaker 7 May 98 09:07:46 |
| - (read_config.c): debug info for config files read. |
| |
| hardaker 8 May 98 10:57:49 |
| - (config*): check for pkglocs.h. |
| |
| hardaker 8 May 98 11:01:24 |
| - (hr_swinst.c, hr_disk.c): Patch from Dave Shields. |
| |
| hardaker 8 May 98 14:53:36 |
| - (disk.c): wording change. |
| |
| hardaker 11 May 98 08:08:37 |
| - (util_funcs.c): blank line removal. |
| |
| hardaker 11 May 98 08:08:53 |
| - (tkmib): optional port number. |
| |
| hardaker 11 May 98 08:09:58 |
| - (mib2c): |
| - counter64s. |
| - consolodation of variable declarations. |
| - more error stings in all files for unknown variable types. |
| |
| hardaker 11 May 98 08:10:30 |
| - (parse.c): opaque's can have a size specifier. |
| |
| hardaker 11 May 98 08:10:46 |
| - (int64.c): add incrByU32(). |
| |
| hardaker 11 May 98 10:29:16 |
| - (read_config.c, snmp_vars.h, snmpd.c, snmpd.h, var_struct.h): Patch |
| from Niels Baggesen: |
| - free routines for vacm (to allow -HUP) |
| - free routines for the trapsink directives in snmpd |
| |
| hardaker 11 May 98 10:30:01 |
| - (hr_disk.c, hr_filesys.c, hr_partition.c, vacm_vars.c): Patch from |
| Niels Baggesen: |
| - some prototypes for the hr_*.c files (needs Dave's recent patch) |
| Warning: the proc part still does not work with Solaris! |
| |
| hardaker 11 May 98 10:30:18 |
| - (snmptranslate.c): Patch from Niels Baggesen: |
| - implement the long since announced -H option to snmptable |
| |
| hardaker 11 May 98 10:30:37 |
| - (snmptranslate.1): Patch from Niels Baggesen: |
| - implement the long since announced -H option to snmptable. |
| |
| hardaker 11 May 98 10:31:33 |
| - (SNMPv2-TC.txt): Patch from Niels Baggesen: |
| - this last [parser] may find errors in old MIBs (including the |
| version of SNMPv2-TC that we ship). |
| |
| hardaker 11 May 98 10:32:27 |
| - (UCD-SNMP-MIB.txt): Patch from Niels Baggesen: |
| - Corrections of disk entry capitilazation problems. |
| |
| hardaker 11 May 98 10:34:38 |
| - (mib.c, parse.c, parse.h, snmp_api.h, vacm.c, vacm.h): Patch from |
| Niels Baggesen: |
| - free routines for vacm (to allow -HUP) |
| - fix the parser to report unlinked OIDs. This did reveal an error in a |
| Cisco MIB (CISCO-IPMCAST-MIB) that I had been using (it needs an |
| IMPORTS ciscoExperiment FROM CISCO-SMI) |
| Actually the parser worked ok, except for the missing error messages. |
| - rewrite of the parsers lexical analyser, to correct the errors that |
| Dave Perkins and others have pointed out recently (name::= , DESCRIPTION" |
| and proper handling of -- partial line comments --). Watch out! this last |
| may find errors in old MIBs (including the version of SNMPv2-TC that |
| we ship). My Fore Systems MIBs had errors with this. |
| - implement the long since announced -H option to snmptable |
| |
| hardaker 12 May 98 10:52:16 |
| - (hr_swinst.c): Patch from Dave Shield: |
| - more swinst fixes for rpm modules. |
| |
| hardaker 12 May 98 10:52:57 |
| - (snmptrapd.c): Patch from Dave Shield: |
| - include a getdtablesize() function for hpux9. |
| |
| hardaker 12 May 98 11:10:42 |
| - (NEWS): more updates. |
| |
| hardaker 12 May 98 11:11:10 |
| - (acconfig.h, config.h.in, configure, configure.in): |
| - munge rpm lib check to link with -ldb as well. |
| |
| hardaker 12 May 98 11:11:32 |
| - (disk.c): NULL -> 0. |
| |
| hardaker 12 May 98 11:45:21 |
| - (vmstat.c): correct strings inclusion. |
| |
| hardaker 12 May 98 11:45:51 |
| - (snmp_api.c, system.c): |
| - move debugging code from system.c to snmp_api.c, where it should be. |
| |
| hardaker 12 May 98 15:14:48 |
| - (disk.c, example.c, interfaces.c, loadave.c, memory.c, pass.c, |
| proc.c, util_funcs.h, vmstat.c): |
| - include time.h properly instead of relying on util_funcs.h to do it. |
| |
| hardaker 12 May 98 15:15:01 |
| version tag ( 3.4.pre8 ) |
| |
| hardaker 13 May 98 21:21:22 |
| - (int64.c, int64.h, mib.c): make int64.c use counter64's structure. |
| |
| hardaker 13 May 98 21:21:42 |
| - (snmp_vars.c): don't return a counter64 to a snmpv1 request. |
| |
| hardaker 13 May 98 21:22:09 |
| - (ip.c): include net/route.h and syslog.h for bsdi. |
| |
| hardaker 13 May 98 21:22:17 |
| - (memory.c): include sys/param.h for bsdi |
| |
| hardaker 13 May 98 21:25:39 |
| - (mib.c): sprint_by_type() didn't handle counter64's. |
| |
| hardaker 14 May 98 07:17:34 |
| - (memory.c): move sys/param.h up above fs.h headers. |
| |
| hardaker 14 May 98 08:21:55 |
| - (FAQ): new FAQ from Dave Shields. |
| |
| hardaker 14 May 98 08:22:08 |
| - (NEWS): mib2c mentioned. |
| |
| hardaker 14 May 98 08:25:57 |
| - (configure.in, configure): typos. |
| |
| hardaker 15 May 98 10:13:16 |
| - (parse.c): single quote missing module names. |
| |
| hardaker 15 May 98 10:17:36 |
| - (read_config.c, hr_filesys.c, hr_storage.c, hr_swrun.c, hr_system.c, |
| hr_system.h, hr_utils.c, util_funcs.c, var_route.c, |
| snmp_parse_args.c, snmptable.c, snmptranslate.c, snmptranslate.1, |
| bsd.h, solaris.h, sunos.h, int64.h, mib.c, mib.h, parse.c, parse.h): |
| Patch from Niels Baggesen: |
| - snmptranslate supports -R and -r. |
| - miscellaneous warning fixes. |
| - oid searcher always ignores case. |
| - fixed hr_system to compile on SunOS4. |
| |
| hardaker 15 May 98 10:19:05 |
| - (mib.c): Patch from Dave Shield: |
| - provide ability to do random searches specifying a module name to look in. |
| |
| hardaker 15 May 98 11:17:44 |
| - (FAQ, mib.c): Patch from Dave Shield: |
| - handle random lookups with multiple oid segments. |
| |
| hardaker 15 May 98 11:19:10 |
| - (config.h, win32.opt, libsnmp.dsp, libsnmp.plg, libsnmp.def, |
| libsnmp_dll.dsp, libsnmp_dll.plg, snmpbulkwalk.plg, snmpget.plg, |
| snmpgetnext.plg, snmpset.plg, snmpstatus.plg, snmptranslate.plg, |
| snmpwalk.plg): Patch from Joe Marzot: |
| - win32 file updates. |
| |
| hardaker 18 May 98 11:18:21 |
| - (acconfig.h, config.h.in, configure, configure.in): |
| - fix rtentry structure test on re-configures. |
| |
| hardaker 18 May 98 13:13:18 |
| - (hr_swinst.c): protect using the date pointer against NULL settings. |
| |
| hardaker 18 May 98 15:39:38 |
| version tag ( 3.4.pre9 ) |
| |
| hardaker 18 May 98 18:14:19 |
| - (int64.c): |
| - include header changes for win32. |
| |
| hardaker 19 May 98 10:41:14 |
| - (at.c): set to do nothing when CAN_USE_SYSCTL. |
| |
| hardaker 19 May 98 10:41:49 |
| - (memory.c): fix swapinfo on hpux10 systems. (/etc/swapinfo -r). |
| |
| hardaker 20 May 98 07:33:02 |
| - (mib.c, parse.c): Patch from Niels Baggesen: |
| - extend random lookups further. |
| |
| hardaker 20 May 98 07:34:31 |
| - (FAQ): Update from Dave Shield. |
| |
| hardaker 20 May 98 07:36:14 |
| - (util_funcs.c): make checmib() use oid not int for newname. |
| |
| hardaker 20 May 98 07:37:33 |
| - (snmp_impl.h): version should be a long. |
| |
| hardaker 20 May 98 08:25:41 |
| - (read_config.c): config_perror() -> config_pwarn() for missing tokens. |
| |
| hardaker 20 May 98 08:27:06 |
| - (*/Makefile.in): make depend. |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes: V3.2 -> V3.3 |
| |
| whardake 11 Jun 97 04:53:53 |
| - (mib.c): Patch from Niels Baggesen to make MIBFILES env var work correctly. |
| |
| whardake 11 Jun 97 05:46:18 |
| - (ChangeLog): whoops. |
| |
| whardake 23 Jun 97 23:40:28 |
| - (Makefile.in): Patch from John Charlton to fix leading spaces in sedscript. |
| |
| whardake 23 Jun 97 23:41:58 |
| - (configure*): bsdi3 needs to define bsdi2, not itself (duh). |
| |
| whardake 23 Jun 97 23:42:36 |
| - (agent/mibgroup/README): need 2 leading '-'s on --with-mib-modules flag. |
| |
| whardake 26 Jun 97 23:39:32 |
| - (smux.c): __P macros were called with too many arguments (needed (args)). |
| |
| whardake 30 Jun 97 05:53:57 |
| - (agent/snmp_{agent,vars}.c, alarm.c, event.c, apps/*, |
| snmplib/snmp{,_api,_auth}.c): |
| - Added basic (mostly conforming?) v2c support. |
| - Merged arg parsing of apps/* clients into one file. |
| |
| whardake 30 Jun 97 05:54:36 |
| - (agent/mibgroup/interfaces.c): Don't put & in front of osf4 ac_enaddr. |
| |
| whardake 30 Jun 97 06:33:08 |
| - (snmptest.c): Patch from Niels Baggesen to fix get -> fget '\n' problem. |
| - Also makes sure it handles up and lower cases. |
| |
| whardake 30 Jun 97 06:38:43 |
| - (wombat.h): better document config_load_mib() example. |
| |
| whardake 30 Jun 97 06:49:45 |
| - (config*, memory.c): Patch from vlad@misery.rosprint.ru: |
| - implement memory section of ucd mib on linux. |
| |
| whardake 30 Jun 97 06:58:49 |
| - (mib_api.3, parse.[ch]): Patch from Dave Shield: |
| - Handle mib module replacements through new function and replacement table. |
| |
| whardake 30 Jun 97 07:19:51 |
| - (mib.c, parse.c, snmp_api.c): Suggestions from Laukkanen Markku NRC/Hki: |
| - Malloc typecasts and other corrections in casting. |
| |
| whardake 1 Jul 97 01:10:00 |
| - (smux.c): fix prototyping failures. |
| |
| whardake 1 Jul 97 05:41:58 |
| - (config*, common_header.h, interfaces.c, var_route.c, UCD-SNMP-MIB.txt): |
| - fix freebsd3 specific problems (based on suggestions from Bill Fenner). |
| |
| whardake 1 Jul 97 06:02:57 |
| - (apps/*.c): Better usage information and usage() standarization. |
| |
| whardake 1 Jul 97 06:41:44 |
| - (disk.c, errormib.c, loadave.c, memory.c): bsdi3 specific headers. |
| |
| whardake 1 Jul 97 07:20:25 |
| - (config*): bsdi3 specific headers. |
| |
| whardake 1 Jul 97 08:37:51 |
| version tag ( 3.3.pre1 ) |
| |
| whardake 3 Jul 97 23:33:23 |
| - (snmptranslate.c, mib.[ch], parse.[ch]): |
| - New option to snmptranslate (-a) to output a ascii dump of the mib |
| database capable of being used by the parser for quick OID translations. |
| |
| whardake 3 Jul 97 23:34:14 |
| version tag ( 3.3.pre2 ) |
| |
| whardake 24 Jul 97 23:50:48 |
| - (snmp_api.c): Patch from Eddy J. Gurney: uncomment gettimeofday() call. |
| |
| whardake 7 Aug 97 00:29:24 |
| - (TODO): better error messages by apps. |
| |
| whardake 7 Aug 97 01:11:54 |
| - (config*, load.c, disk.c, parse.c, snmp.c): Patch from Simon Burge: |
| - Ultrix fixes for statfs, loadave. |
| - implement strdup if not found in system. |
| - test for test flags for kernel checking. |
| - watch out for ps'es that return egrep with the ps arg on the line. |
| - up maximum disks to 50. |
| |
| whardake 7 Aug 97 01:33:38 |
| - (kernel.c, proc.c): Patch from Simon Burge: |
| - Implement real process table walks on Ultrix. |
| |
| whardake 7 Aug 97 02:34:45 |
| - (config*, memory.c): |
| - fix swap on HPUX 10.20 |
| |
| whardake 13 Aug 97 04:47:49 |
| - (snmpstatus.c): optarg/optind need to be declaired under ultrix4. |
| |
| whardake 13 Aug 97 08:11:42 |
| - (version.h, agent/*, agent/mibgroup/*): |
| - move version string to a global header. |
| - insert USING_*_MODULE macro's in many places to make module |
| removal more possible. You can now compile with almost no modules |
| installed. |
| |
| whardake 14 Aug 97 00:46:38 |
| - (snmp_parse_args.c, snmptrap.c, snmptrapd.c, main.c): |
| - add -V version flage. |
| |
| whardake 14 Aug 97 07:38:17 |
| - (config*, FAQ, README, agent/mibgroup/*.c, apps/*.c): |
| - Patch from David Paul Zimmerman: |
| - port to AIX 4.1.5. |
| - fix more type casting problems. |
| |
| whardake 14 Aug 97 08:15:42 |
| - (configure*): |
| - Typo's when copying in a autoconf test. |
| - Add errormib to default module list (since its no longer required). |
| - backquote a . in a sed regexp to watch out for module names |
| beginning with the letter o. |
| |
| whardake 14 Aug 97 08:16:12 |
| - (agent/mibgroup/README): Point out that mib list must be in descending order. |
| |
| whardake 14 Aug 97 08:16:37 |
| - (proc.c): don't use seterrorstatus() if not using the errormib. |
| |
| whardake 14 Aug 97 08:21:26 |
| - (interfaces.c): Patch from David C. Lawrence for netbsd * bsd/os 2.0. |
| |
| whardake 15 Aug 97 02:30:59 |
| - (config*, snmpd.c, snmp_client.[ch], system.[ch]): |
| - fix more long/int problems on 64 bit machines u_long -> in_addr_t. |
| - Check for SIOCGIFADDR in sys/ioctl.h and use it in get_myaddr() if |
| defined. |
| |
| whardake 15 Aug 97 06:46:39 |
| version tag ( 3.3.pre3 ) |
| |
| whardake 25 Aug 97 00:21:23 |
| - (memory.c): typo in ifdef. |
| |
| whardake 25 Aug 97 00:21:41 |
| - (versiontag): checkin version.h. |
| |
| whardake 25 Aug 97 00:22:18 |
| - (interfaces.c): Patch from Dave Shields for netbsd. |
| |
| hardaker 14 Oct 97 15:15:23 |
| - (mib_api.3): doc addition: add_mibdir() return value. |
| |
| hardaker 14 Oct 97 15:16:36 |
| - (parse.c): From Dave Shields: |
| - self contained mib .txt files with multiple modules. |
| |
| hardaker 14 Oct 97 15:19:16 |
| - (config*, common_header.h): dynix doesn't have net/route.h. |
| |
| hardaker 14 Oct 97 15:21:57 |
| - (FAQ): From Dave Shields: refer reader to another answer as well. |
| |
| hardaker 14 Oct 97 15:33:03 |
| - (agent/mibgroup/*.c): YMWRAMFSFN: |
| - (yet more warning removals and memory function standardizations from Niels). |
| - minor linux/netbsd/bsdi clean ups. |
| |
| hardaker 15 Oct 97 09:50:08 |
| - (view_parse.c, snmp_vars.c): From Niels: warning removals and standardization. |
| |
| hardaker 15 Oct 97 09:58:36 |
| - (apps/*.c, agent/snmpd.c, snmplib/*.c): Patch from Niels: |
| - warning fixes. |
| - remove the printf's from the library and set a snmp 'errno' equivalent. |
| |
| hardaker 15 Oct 97 12:12:02 |
| - (apps/*.c, agent/snmpd.c, snmplib/*.c): |
| - create and use new function: snmp_perror(char *) |
| - free allocated space of snmp_detail upon usage by snmp_api_errstring(). |
| |
| hardaker 15 Oct 97 18:40:38 |
| - (config*, agent/mibgroup/hr*): Host resources mib from Dave Shield. |
| - minor patches by me, mostly pointer errors. |
| - (memory.c): fixed a null pointer problem under linux. |
| |
| hardaker 20 Oct 97 11:45:58 |
| - (FAQ): Changes from Dave. |
| |
| hardaker 20 Oct 97 11:51:34 |
| - (config*, agent/snmp*, agent/mibgroup/*.[ch]): |
| - Created a new mibmodule.h configuration macro called |
| config_parse_dot_conf() which can be called to request parsing of |
| the snmpd.conf file(s) on a per module basis. |
| - All related parsing has been striped from read_config.c and move |
| to their correct module instead. |
| - New function: config_perror(char *): print error with file & line #. |
| - basic -Wall cleanups in hr* as well (not nearly done yet). |
| |
| hardaker 20 Oct 97 16:05:14 |
| - (pass.c) don't null last char in command line. |
| |
| hardaker 20 Oct 97 16:06:16 |
| - (read_config.c): |
| - don't report an error if you can't find a snmpd.conf file. |
| - don't report all lines as an error (opps). |
| |
| hardaker 20 Oct 97 16:38:33 |
| - (mib.c): From Dave: patch DEFAULT_MIBS to take '+' in front. |
| |
| hardaker 20 Oct 97 16:44:37 |
| - (mib.c): patch all other env-vars to take '+' in front. |
| |
| hardaker 20 Oct 97 17:01:48 |
| - (config*, agent/mibgroup/hr_*.c): |
| - A module.c file is no longer required. Only the .h file is |
| necessary, for people who want to have one module wrap a bunch of others. |
| - removed host.c |
| - renamed all hr_init functions to be auto-called. |
| |
| hardaker 20 Oct 97 17:15:51 |
| - (agent/mibgroup/README, wombat.[ch]): |
| - documentation update to reflect config_parse_dot_conf() usage. |
| |
| hardaker 20 Oct 97 17:16:58 |
| - (config*, agent/mibgroup/hr_*.c): |
| - A module.c file is no longer required. Only the .h file is |
| necessary, for people who want to have one module wrap a bunch of others. |
| - removed host.c |
| - renamed all hr_init functions to be auto-called. |
| |
| hardaker 20 Oct 97 18:01:46 |
| - (config*, agent/mibgroup/v2party.h, ucd_snmp.h, smux_gated.h): |
| - created new wrappers for the various modules to make them easy to |
| add and remove as needed. |
| |
| hardaker 20 Oct 97 19:42:46 |
| - (acconfig.h, config.h.in): define linux's OS type. |
| |
| hardaker 20 Oct 97 19:43:13 |
| - (snmp_vars.c): define at least blank func nlist_init() on linux. |
| |
| hardaker 21 Oct 97 10:15:54 |
| - (PORTING, README): minor updates. |
| |
| hardaker 21 Oct 97 10:45:47 |
| - (snmp_parse_args.c): allow -v 2h and 2p for party code. |
| |
| hardaker 21 Oct 97 11:00:57 |
| - (hr_storage.c, hr_swrun.c, memory.c): close open files on linux. |
| |
| hardaker 21 Oct 97 11:01:27 |
| - (NEWS): beginnings of NEWS updates. |
| |
| hardaker 21 Oct 97 11:02:46 |
| version tag ( 3.3.pre4 ) |
| |
| hardaker 21 Oct 97 12:25:03 |
| - (agent/read_config.[ch], snmpd.c, snmp_vars.c, mibgroup/*): |
| - moved read_config.[ch] up a level to always be compiled in. |
| |
| hardaker 21 Oct 97 12:31:54 |
| - (*/Makefile.in): make makefileindepend setup. |
| |
| hardaker 21 Oct 97 12:32:08 |
| - (*/Makefile.in): make makefileindepend.. |
| |
| hardaker 21 Oct 97 12:36:33 |
| - (*/Makefile.in): did a make depend. |
| |
| hardaker 21 Oct 97 12:36:39 |
| version tag ( 3.3.pre5 ) |
| |
| hardaker 22 Oct 97 11:40:06 |
| - (common_header.h, read_config.c, disk.c, snmp_parse_args.c): |
| - Typo's fixed by Niels. |
| |
| hardaker 27 Oct 97 09:56:26 |
| - (config*, agent/mibgroup/*.h): |
| - new config macro: config_arch_require(arch, module). |
| - moved arch dependant modules (memory, hpux, kernel_sunos5) loads |
| from the configure into the appropriate .h files. |
| - (interfaces.c, var_route.c): |
| - typecast klookup calls for freebsd2. |
| |
| hardaker 27 Oct 97 14:03:15 |
| - (agent/snmp_agent.c snmp_vars.c): Changes from Joe Marzot and David Perkins: |
| - v2h -> v2p, v2 -> v2c. |
| |
| hardaker 27 Oct 97 14:04:33 |
| - (apps/*.c): |
| - changes for WIN32 support. |
| - support for command line flags without spaces. |
| - v2h -> v2p. |
| |
| hardaker 27 Oct 97 14:16:42 |
| - (snmplib/*.[ch]): Changes from Joe Marzot and David Perkins: |
| - changes for WIN32 support. |
| - v2h -> v2p. |
| |
| hardaker 27 Oct 97 14:19:18 |
| - (win32): Changes from Joe Marzot and David Perkins: |
| - project dir for WIN32 support. |
| |
| hardaker 27 Oct 97 14:19:18 |
| file config.h was initially added on branch V2C-WIN32-3-3-pre3. |
| |
| hardaker 27 Oct 97 14:19:18 |
| file win32.dsw was initially added on branch V2C-WIN32-3-3-pre3. |
| |
| hardaker 27 Oct 97 14:19:18 |
| file win32.opt was initially added on branch V2C-WIN32-3-3-pre3. |
| |
| hardaker 27 Oct 97 14:19:25 |
| - (win32): Changes from Joe Marzot and David Perkins: |
| - project dir for WIN32 support. |
| |
| hardaker 27 Oct 97 14:19:25 |
| file libsnmp.dsp was initially added on branch V2C-WIN32-3-3-pre3. |
| |
| hardaker 27 Oct 97 14:19:25 |
| file libsnmp.plg was initially added on branch V2C-WIN32-3-3-pre3. |
| |
| hardaker 27 Oct 97 14:19:28 |
| - (win32): Changes from Joe Marzot and David Perkins: |
| - project dir for WIN32 support. |
| |
| hardaker 27 Oct 97 14:19:28 |
| file libsnmp.def was initially added on branch V2C-WIN32-3-3-pre3. |
| |
| hardaker 27 Oct 97 14:19:28 |
| file libsnmp_dll.dsp was initially added on branch V2C-WIN32-3-3-pre3. |
| |
| hardaker 27 Oct 97 14:19:28 |
| file libsnmp_dll.plg was initially added on branch V2C-WIN32-3-3-pre3. |
| |
| hardaker 27 Oct 97 14:19:31 |
| - (win32): Changes from Joe Marzot and David Perkins: |
| - project dir for WIN32 support. |
| |
| hardaker 27 Oct 97 14:19:31 |
| file snmpbulkwalk.dsp was initially added on branch V2C-WIN32-3-3-pre3. |
| |
| hardaker 27 Oct 97 14:19:31 |
| file snmpbulkwalk.plg was initially added on branch V2C-WIN32-3-3-pre3. |
| |
| hardaker 27 Oct 97 14:19:34 |
| - (win32): Changes from Joe Marzot and David Perkins: |
| - project dir for WIN32 support. |
| |
| hardaker 27 Oct 97 14:19:34 |
| file snmpget.dsp was initially added on branch V2C-WIN32-3-3-pre3. |
| |
| hardaker 27 Oct 97 14:19:34 |
| file snmpget.plg was initially added on branch V2C-WIN32-3-3-pre3. |
| |
| hardaker 27 Oct 97 14:19:37 |
| - (win32): Changes from Joe Marzot and David Perkins: |
| - project dir for WIN32 support. |
| |
| hardaker 27 Oct 97 14:19:37 |
| file snmpgetnext.dsp was initially added on branch V2C-WIN32-3-3-pre3. |
| |
| hardaker 27 Oct 97 14:19:37 |
| file snmpgetnext.plg was initially added on branch V2C-WIN32-3-3-pre3. |
| |
| hardaker 27 Oct 97 14:19:41 |
| - (win32): Changes from Joe Marzot and David Perkins: |
| - project dir for WIN32 support. |
| |
| hardaker 27 Oct 97 14:19:41 |
| file snmpset.dsp was initially added on branch V2C-WIN32-3-3-pre3. |
| |
| hardaker 27 Oct 97 14:19:41 |
| file snmpset.plg was initially added on branch V2C-WIN32-3-3-pre3. |
| |
| hardaker 27 Oct 97 14:19:44 |
| - (win32): Changes from Joe Marzot and David Perkins: |
| - project dir for WIN32 support. |
| |
| hardaker 27 Oct 97 14:19:44 |
| file snmpstatus.dsp was initially added on branch V2C-WIN32-3-3-pre3. |
| |
| hardaker 27 Oct 97 14:19:44 |
| file snmpstatus.plg was initially added on branch V2C-WIN32-3-3-pre3. |
| |
| hardaker 27 Oct 97 14:19:47 |
| - (win32): Changes from Joe Marzot and David Perkins: |
| - project dir for WIN32 support. |
| |
| hardaker 27 Oct 97 14:19:47 |
| file snmptranslate.dsp was initially added on branch V2C-WIN32-3-3-pre3. |
| |
| hardaker 27 Oct 97 14:19:47 |
| file snmptranslate.plg was initially added on branch V2C-WIN32-3-3-pre3. |
| |
| hardaker 27 Oct 97 14:19:52 |
| - (win32): Changes from Joe Marzot and David Perkins: |
| - project dir for WIN32 support. |
| |
| hardaker 27 Oct 97 14:19:52 |
| file snmpwalk.dsp was initially added on branch V2C-WIN32-3-3-pre3. |
| |
| hardaker 27 Oct 97 14:19:52 |
| file snmpwalk.plg was initially added on branch V2C-WIN32-3-3-pre3. |
| |
| hardaker 27 Oct 97 15:17:11 |
| - (config*) win32 header checks. |
| |
| hardaker 27 Oct 97 15:17:50 |
| - (agent/kernel.c, snmp_agent.c): |
| - ERROR() -> ERROR_MSG(). |
| - funtion renames. |
| |
| hardaker 27 Oct 97 15:18:16 |
| - (agent/mibgroup/*.c): |
| - ERROR() -> ERROR_MSG(). |
| |
| hardaker 27 Oct 97 15:21:53 |
| - (apps/snmp_parse_args.c): |
| - put tabs back in help string. |
| - put version string request back in. |
| - make error strings better and put back in periods. |
| - don't bomb on unknown parameters for future use. |
| |
| hardaker 27 Oct 97 15:22:21 |
| - (snmplib/snmp.c): put strdup declairation back in. |
| |
| hardaker 27 Oct 97 15:23:20 |
| - (snmplib/snmp_auth.c): |
| - remove #ifdef OLD requirement. |
| - change back int->long argument change for snmp_comstr_build. |
| |
| hardaker 27 Oct 97 15:37:46 |
| - (snmplib/snmp.h): |
| - snmp version #define clairification on future implementations. |
| - more clearly state purpose of future SNMPV3. |
| |
| hardaker 27 Oct 97 16:26:57 |
| - (*): merge of W32 port and main version branch. |
| |
| hardaker 27 Oct 97 16:34:45 |
| - (snmp_api.[ch]): fix perror losses from merge. |
| |
| hardaker 27 Oct 97 17:04:51 |
| - (hr_*.c): ERROR -> ERROR_MSG. |
| |
| hardaker 27 Oct 97 17:05:12 |
| - (snmpstatus.c): remove duplicate declairation. |
| |
| hardaker 27 Oct 97 17:42:55 |
| - (snmp_vars.c): two modules for extensible count. |
| |
| hardaker 27 Oct 97 17:43:22 |
| - (agent/mibgroup/hr_*.h): proper init_ prototypes. |
| |
| hardaker 27 Oct 97 17:43:50 |
| - (snmp_parse_args.c): missing a else statement (sigh). |
| |
| hardaker 27 Oct 97 17:44:27 |
| - (snmp_auth.c): merge bugs. Missing brackets. |
| |
| hardaker 27 Oct 97 17:47:00 |
| - (snmp_api.c): merge bugs: else check against pdu command type. |
| |
| hardaker 27 Oct 97 18:02:56 |
| win32 files |
| |
| hardaker 27 Oct 97 18:05:36 |
| - (win32): add files on main branch. |
| |
| hardaker 27 Oct 97 18:18:36 |
| - (snmpwalk.c): remove gotroot var. |
| |
| hardaker 27 Oct 97 18:18:57 |
| - (snmplib/*.c): use snmp_set_detail to handle malloc/free of snmp_detail. |
| |
| hardaker 27 Oct 97 18:26:41 |
| - (configure.in): fix config_arch_require macro to actually work. |
| |
| hardaker 27 Oct 97 18:31:34 |
| version tag ( 3.3.pre6 ) |
| |
| hardaker 28 Oct 97 09:56:11 |
| - (acconfig.h, system.[ch], snmp.c): move strdup def to system.[ch]. |
| |
| hardaker 28 Oct 97 14:30:55 |
| - (acconfig.h, mib.c): use ';'s for DOS env paths. |
| |
| hardaker 28 Oct 97 14:42:23 |
| - (config*): fix rtentry structure checks for the *bsd groups. |
| |
| hardaker 28 Oct 97 14:54:24 |
| - (*.*.*.*): rename macro __P -> __UCD_P to reduce stupid conflicts. |
| |
| hardaker 28 Oct 97 15:50:05 |
| - (config*, route_write.c, var_route.c): |
| - fix rtentry problems once and for probably never. |
| |
| hardaker 28 Oct 97 17:09:57 |
| - (acconfig.h, UCD-SNMP-MIB.txt): define bsdi agent type. |
| |
| hardaker 28 Oct 97 17:10:58 |
| - (util_funcs.c): Patch from Nobuo_Okabe@yokogawa.co.jp: |
| - fix unwrapped fopen() by adding return NULL check. |
| |
| hardaker 28 Oct 97 17:12:00 |
| version tag ( 3.3.pre7 ) |
| |
| hardaker 29 Oct 97 09:41:54 |
| - (snmptrap.c): remove unused nlist struct. |
| |
| hardaker 29 Oct 97 09:42:07 |
| - (snmp_parse_args.c): add sys/select.h for aix. |
| |
| hardaker 29 Oct 97 09:57:48 |
| - (disk.[ch], struct.h, sedscript.in, snmpd.conf.5.def, UCD-SNMP-MIB.txt): |
| - Patch from Simon Burge to allow a minimum percentage on disk space. |
| - (was originally a maximum, but I changed it to minimum instead). |
| |
| hardaker 29 Oct 97 10:06:11 |
| - (disk.c): fix pointer problems from old read_config form to new. |
| |
| hardaker 29 Oct 97 10:06:34 |
| - (snmpd.conf.5.def): remove space before % sign. |
| |
| hardaker 29 Oct 97 10:25:31 |
| - (*/Makefile.in, man/*): |
| - Patch from Simon Burge to change installation paths. |
| - (modified to point agent to sbindir instead of etcdir). |
| |
| hardaker 29 Oct 97 10:48:18 |
| - (config*, */Makefile.in): |
| - Move snmplibpath to @datadir@ which defaults to /usr/local/share/snmp. |
| |
| hardaker 29 Oct 97 10:54:07 |
| - (agent/Makefile.in): opps, forgot to put in @exec_path@. |
| |
| hardaker 29 Oct 97 11:20:54 |
| - (acconfig.h, asn1.c, mib.[ch], parse.h,apps/*,errormib.c,loadave.c, |
| extensible.c, disk.c, snmpdelta*): Patch from Niels Baggesen: |
| - the now wellknown NetBSD fix, |
| - SunOS4 cc doesn't like unsigned literals or strtoul, |
| - added a char version of ";", |
| - added fprint_variable, fprint_objid etc |
| - changed the apps to print all error messages to stderr, |
| - completed the access and status values in snmplib/parse.h |
| - added a roughly patched version of snmpdelta. |
| |
| hardaker 29 Oct 97 12:23:26 |
| - (parse.h): STATUS_KW_OPTIONAL -> STATUS_OPTIONAL |
| |
| hardaker 29 Oct 97 12:43:44 |
| - (*.*.*): __UCD_P -> __P, and a configure check to look for it. |
| |
| hardaker 29 Oct 97 12:57:48 |
| - (config*): check and include sys/cdefs.h in config.h. |
| |
| hardaker 29 Oct 97 12:58:01 |
| - (host_res.h): don't include config.h twice. |
| |
| hardaker 29 Oct 97 14:00:38 |
| version tag ( 3.3.pre8 ) |
| |
| hardaker 4 Nov 97 12:47:12 |
| - (read_config.c): |
| - #include mib_module_config.h |
| - USING_EXTENSIBLE_MIB_MODULE -> USING_EXTENSIBLE_MIB_MODULE |
| |
| hardaker 4 Nov 97 12:47:59 |
| - (configure.in): |
| - Check for $prefix being defined as NONE for other vars. |
| |
| hardaker 5 Nov 97 13:42:57 |
| - (apps/Makefile.in): put snmptrapd in @sbindir@ |
| |
| hardaker 5 Nov 97 13:44:58 |
| - (common_header.h): Patch from Dave Shields for hpux10 re-defining problems. |
| |
| hardaker 5 Nov 97 13:45:23 |
| - (hr_disk.c): new version for hpux10 support from Dave Shield. |
| |
| hardaker 5 Nov 97 13:46:17 |
| - (hr_filesys.c, hr_swrun.c, hr_utils.c): Patches from Dave Shield: |
| - bug fixes and hpux10 support. |
| |
| hardaker 5 Nov 97 13:46:46 |
| - (var_route.c): from Dave Shield: don't prototype malloc. |
| |
| hardaker 5 Nov 97 13:48:07 |
| - (*): merge from Dave's pre6 patches. |
| |
| hardaker 5 Nov 97 13:52:00 |
| - (snmp_agent.c, snmp_vars.c, snmpd.c, disk.c, proc.c, util_funcs.c): |
| - #include "mib_module_config.h". |
| |
| hardaker 5 Nov 97 13:56:58 |
| - (at.c, icmp.c, interfaces.c, ip.c, tcp.c, udp.c): |
| - #include "mib_module_config.h" |
| |
| hardaker 5 Nov 97 14:00:09 |
| - (Makefile.in, kernel_sunos5.c, mib.c): Patch from Niels Baggesen: |
| - octet counters for solaris. |
| - Makefile.in patches. |
| |
| hardaker 5 Nov 97 14:40:07 |
| - (memory.c): protect vmmeter.h from multiple inclusions on netbsd. |
| |
| hardaker 5 Nov 97 15:29:50 |
| version tag ( 3.3.pre9 ) |
| |
| hardaker 7 Nov 97 12:24:22 |
| - (configure.in): check for linux/hdreg.h |
| |
| hardaker 7 Nov 97 12:25:35 |
| - (hr_swrun.c): don't print a variable that doesn't exist under linux. |
| |
| hardaker 7 Nov 97 12:28:03 |
| - (kernel_sunos5.c): patch from Niels for solaris >2.6. |
| |
| hardaker 7 Nov 97 13:37:14 |
| - (read_config.c, snmp_agent.c, snmpd.c): USING.*_MIB_MODULE -> USING.*_MODULE. |
| |
| hardaker 7 Nov 97 13:37:44 |
| - (hr_network.c): don't pass char ** to interfaces_scan_next(). |
| |
| hardaker 7 Nov 97 13:38:36 |
| - (snmpwalk.c): stop on no response from host. |
| |
| hardaker 7 Nov 97 15:19:24 |
| - (acconfig.h): patch from Joe Marzot: |
| - define _CRTIMP for unix due to W32 bad OS designs. |
| |
| hardaker 7 Nov 97 15:19:59 |
| - (snmpgetnext.h): patch from Joe Marzot: |
| - use _CRTIMP in front of errno declaration. |
| |
| hardaker 7 Nov 97 15:20:54 |
| - (parse.[ch], snmp_client.c): patch from Joe Marzot: |
| - use _CRTIMP in front of errno declaration. |
| - define find_node externally. |
| |
| hardaker 7 Nov 97 15:22:09 |
| - (win32/*): patch from Joe Marzot: |
| - win32 specific changes. |
| |
| hardaker 7 Nov 97 15:28:59 |
| - (*): merge to main branch: patches from Joe Marzot. |
| |
| hardaker 7 Nov 97 16:16:53 |
| - (configure.in): watch out for /usr/ucb/cc on solaris and don't use it. |
| |
| hardaker 7 Nov 97 16:37:01 |
| - (NEWS, README, TODO): Documentation updates. |
| |
| hardaker 7 Nov 97 16:38:49 |
| version tag ( 3.3.pre10 ) |
| |
| hardaker 12 Nov 97 07:42:24 |
| - (snmptranslate.c): Patch from Joe Marzot: W32 specific fixes. |
| |
| hardaker 12 Nov 97 08:26:45 |
| - (snmp_client.c): Patch from Joe Marzot: |
| - Free a pdu in a spot that should technically never be needed, but |
| is nice for people reading the code. |
| |
| hardaker 12 Nov 97 09:17:08 |
| - (FAQ): Doc update from Dave Shield. |
| |
| hardaker 12 Nov 97 09:17:28 |
| - (mib_api.3): Doc update from Dave Shield. |
| |
| hardaker 12 Nov 97 09:18:02 |
| - (hr_swrun.c): Patch from Dave Shield for linux/hpux10 problems. |
| |
| hardaker 12 Nov 97 10:25:30 |
| - (NEWS, TODO): Patch from Niels Baggesen: |
| - doc update. |
| |
| hardaker 12 Nov 97 10:27:08 |
| - (*/Makefile.in): Patch from Niels Baggesen: |
| - add @datadir@ to files that needed it. |
| |
| hardaker 12 Nov 97 10:27:46 |
| - (kernel_sunos5.c): Patch from Niels Baggesen: |
| - solaris patches. |
| |
| hardaker 12 Nov 97 10:28:11 |
| - (party_vars.c): Patch from Niels Baggesen: |
| - include netinet/in.h if available. |
| |
| hardaker 12 Nov 97 10:29:42 |
| - (Makefile.in): Patch from Niels Baggesen: |
| - add @datadir@ to files that needed it. |
| |
| hardaker 12 Nov 97 10:30:57 |
| - (apps/*.c): Patch from Niels Baggesen: |
| - various (remove unneeded vars, etc). |
| - add snmptable. |
| - make snmptrapd multi-lingual. |
| |
| hardaker 12 Nov 97 10:32:22 |
| - (snmpnetstat/main.c): Patch from Niels Baggesen: |
| - snmpv2c support and argument parsing changes. |
| |
| hardaker 12 Nov 97 10:33:20 |
| - (man/snmpdelta.1,snmptable.1,snmptrapd.8): Patch from Niels Baggesen: |
| - documentation changes and additions. |
| |
| hardaker 12 Nov 97 10:38:36 |
| - (parse.c, parse.h): Patch from Niels Baggesen: |
| - parser improvements. |
| - parser directory caching. |
| - save_descriptions/mib_warnings set functions. |
| |
| hardaker 12 Nov 97 10:44:47 |
| - (NEWS): doc update. |
| |
| hardaker 12 Nov 97 15:10:27 |
| - (system.h): Don't include config.h! |
| |
| hardaker 12 Nov 97 15:16:44 |
| - (party_vars.c): include STDC_HEADERS for AIX. |
| |
| hardaker 12 Nov 97 15:21:41 |
| - (parse.c): include STDC_HEADERS for AIX. |
| |
| hardaker 12 Nov 97 15:42:02 |
| - (*/Makefile.in): make depend. |
| |
| hardaker 12 Nov 97 16:05:47 |
| version tag ( 3.3.pre11 ) |
| |
| hardaker 12 Nov 97 20:27:11 |
| - (win32/libsnmp_dll/libsnmp.def): Patch from Joe Marzot: function changes. |
| |
| hardaker 12 Nov 97 20:35:00 |
| - (): Patch from David Zimmerman: |
| - Fixes for AIX. |
| |
| hardaker 12 Nov 97 20:35:27 |
| - (var_route.c, read_config.c, snmpdelta.c): Patch from David Zimmerman: |
| - Fixes for AIX. |
| |
| hardaker 12 Nov 97 20:43:33 |
| - (var_route.c, read_config.c): fix qsort params for STDC. |
| |
| hardaker 12 Nov 97 20:47:47 |
| - (var_route.c, read_config.c): STDC typos. |
| |
| hardaker 14 Nov 97 08:31:41 |
| - (wombat.c): code comments from Alan Batie. |
| |
| hardaker 14 Nov 97 08:32:26 |
| - (README): coder list update. |
| |
| hardaker 14 Nov 97 12:21:10 |
| - (wombat.c): quick doc change. |
| |
| hardaker 14 Nov 97 12:35:19 |
| - (FAQ, NEWS, README): last documentation updates. |
| |
| |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes: V3.1.3 -> V3.2 |
| |
| whardake 11 Feb 97 12:48:06 |
| - (snmp_vars.c, snmp_var_route.c, snmp_vars.linux.h): Patch from Jennifer Bray: |
| - Get agent working on linux. |
| |
| whardake 11 Feb 97 12:50:46 |
| - (snmp_vars.linux.h): Removed non-linux specific stuff. |
| |
| whardake 11 Feb 97 12:54:36 |
| - (snmp_vars.c): Patch from Dave Shield: Fix hpux specific problems. |
| |
| whardake 11 Feb 97 13:11:21 |
| - (*Makefile.in): Patch from Philip Guenther: |
| - Fix all Makefile.in's to support a different src dir. |
| |
| whardake 11 Feb 97 13:12:19 |
| - (README): Update people supplying patches list. |
| |
| whardake 11 Feb 97 13:19:37 |
| - (all .c with main(), snmplib/*): Patch from Philip Guenther: |
| - Make better support for shared lib possibilities. |
| |
| whardake 11 Feb 97 14:10:11 |
| - (snmp_vars.linux.h): Fix #ifdef. |
| |
| whardake 11 Feb 97 14:11:24 |
| - ({local,man,ov}/Makefile.in): Remove spaces in front of tabs. |
| |
| whardake 11 Feb 97 14:13:34 |
| - (snmp_auth.c): remove non-static md5digest prototype. |
| |
| whardake 11 Feb 97 14:14:05 |
| version tag ( 3.1.4.pre1 ) |
| |
| whardake 11 Feb 97 16:42:02 |
| - (apps/Makefile.in): Patch from Simon Leinin to descend when make cleaning. |
| |
| whardake 11 Feb 97 16:44:08 |
| - (man/Makefile.in): Patch from Simon Leinin to fix srcdir problems. |
| |
| whardake 11 Feb 97 17:00:26 |
| - (Makefile.in): Rest of Philip's patch to fix srcdir problems (sh vars). |
| |
| whardake 17 Feb 97 14:41:08 |
| - (agent/snmp_vars, agent/mibgroup): Dave Shield split up the |
| snmp_vars.c and related files into pieces for easier management. |
| The results of his work are in the new agent/mibgroup directory. |
| |
| whardake 17 Feb 97 14:47:13 |
| - (mib.c, snmp_api.c, snmp_api.h): Patch from Dave Shield to remove |
| ANSI specific requirements. |
| |
| whardake 17 Feb 97 14:53:24 |
| - (agent/*Makefile.in): Make depend. |
| |
| whardake 17 Feb 97 15:30:04 |
| - (alarm.c): typedef for getStatPtr(). |
| |
| whardake 17 Feb 97 15:30:36 |
| - (event.c): Was passing an int to bcopy instead of &int. |
| |
| whardake 17 Feb 97 15:31:25 |
| - (icmp.c): don't use ret variable, since it's not defined. |
| |
| whardake 17 Feb 97 15:32:30 |
| - (interfaces.c): Remove MAX_NAME_LENGTH requirements. |
| |
| whardake 17 Feb 97 16:11:09 |
| version tag ( 3.1.4.pre2 ) |
| |
| whardake 4 Mar 97 15:46:30 |
| - (config*, mibgroup/Makefile.in): |
| - mibgroup compile list is build by configure and can be augmented |
| by the --with-mib-modules="list of modules" command line to configure. |
| |
| whardake 5 Mar 97 09:49:59 |
| - (config*, agent/*, agent/mibgroup/*): |
| - Added .o file list to agent/Makefile.in generated by configure. |
| - new files generated by configure: |
| - mibgroup/mib_module_includes.h: A list of mib .h files for snmp_vars.h. |
| (every module *must* have a .h file) |
| - mibgroup/mib_module_inits.h: A list of init_wombat() type functions. |
| (only present if exist in wombat.c). |
| - mibgroup/mib_module_loads.h: This file is generated by a new macro in |
| the mib.h files called |
| config_load_mib(), which simplifies |
| the loading of the mib sections. |
| |
| whardake 5 Mar 97 10:03:58 |
| - (system.c): removed system nlist (unused). |
| |
| whardake 5 Mar 97 11:17:44 |
| - (snmp_client.c): Patch from Elwyn B Davies: |
| - Fix a PDU cloning bug. |
| |
| whardake 5 Mar 97 11:28:20 |
| - (*.c, *.h): Patch from Niels Baggesen to prototype *everything*. |
| |
| whardake 5 Mar 97 11:28:23 |
| file kernel.h was initially added on branch Ext-3-1-4-pre2-niels. |
| |
| whardake 5 Mar 97 11:28:45 |
| - (*.c, *.h): Patch from Niels Baggesen to prototype *everything*. |
| |
| whardake 5 Mar 97 11:28:48 |
| file snmpd.h was initially added on branch Ext-3-1-4-pre2-niels. |
| |
| whardake 5 Mar 97 11:35:18 |
| - (*.c, *.h): Patch from Niels Baggesen to prototype *everything*. |
| |
| whardake 5 Mar 97 11:37:35 |
| - (README): Contributer name addition. |
| |
| whardake 5 Mar 97 15:06:41 |
| - (*.c, *.h): Patch from Niels Baggesen to prototype *everything*. |
| |
| whardake 5 Mar 97 16:13:38 |
| - (acl_vars.c): incorrectly fixed prototyping errors for write_acl(). |
| |
| whardake 5 Mar 97 16:15:54 |
| - (snmp_api.c): fixed prototyping errors in snmp_parse. Possibly wrong. |
| |
| whardake 5 Mar 97 16:29:05 |
| - (snmp_api.c): Yep. It was wrong. Tested and works now. |
| |
| whardake 7 Mar 97 09:06:34 |
| - (extensible/* -> mibgroup/*): moved extensible stuff to mib modules. |
| |
| whardake 7 Mar 97 09:07:07 |
| - (snmp_vars.c): removed more non-mibgroup specific calls and headers. |
| |
| whardake 7 Mar 97 09:59:28 |
| - (snmp_vars.h, mibgroup/*): strict-prototyping and config_require()s. |
| |
| whardake 7 Mar 97 10:07:53 |
| - (mibmodule/versiontag): moved into place from extensible/ |
| |
| whardake 7 Mar 97 10:34:53 |
| - (hpux.[ch]): Added hpux specific files from extensible dir. |
| |
| whardake 7 Mar 97 10:43:08 |
| - (extensible/*): cvs removing files. |
| |
| whardake 7 Mar 97 10:49:00 |
| - (mibgroup/struct.h): moved to here. |
| |
| whardake 7 Mar 97 11:43:05 |
| - (config*): generate a mib_module_config.h with defines of whats being used. |
| |
| whardake 7 Mar 97 13:39:24 |
| - (makedepend.in): new make depend script |
| |
| whardake 7 Mar 97 13:40:40 |
| - (remove-files): add makedepend.in |
| |
| whardake 7 Mar 97 13:46:15 |
| - (Makefile.in, sedscript.in): Fix sedscript generation. sigh. |
| |
| whardake 7 Mar 97 13:47:45 |
| - (agent/Makefile.in): make depend and extensible/ removes. |
| |
| whardake 7 Mar 97 13:48:59 |
| - (snmp_agent.c, snmp_vars.c, snmpd.c): remove extproto.h include. |
| |
| whardake 7 Mar 97 13:50:15 |
| - (mibgroup/Makefile.in, apps/Makefile.in, snmplib/Makefile.in): depend. |
| |
| whardake 7 Mar 97 13:50:52 |
| - (hpux.c): ifdef a few headers for correct make depend. |
| |
| whardake 7 Mar 97 13:51:30 |
| - (snmplib/snmp.c): remove second ctype.h include. |
| |
| whardake 7 Mar 97 14:01:51 |
| version tag ( 3.1.4.pre3 ) |
| |
| whardake 7 Mar 97 15:01:05 |
| - (mibgroup/*): removed {} requirement from config_load_mib() calls. |
| |
| whardake 7 Mar 97 15:02:18 |
| - (configure): removed {} requirement from config_load_mib() calls. |
| |
| whardake 7 Mar 97 16:09:58 |
| - (config*): make new configure options respect $(srcdir). |
| |
| whardake 7 Mar 97 16:11:50 |
| - (common_header.h): comment out end of #endif. |
| |
| whardake 10 Mar 97 16:55:46 |
| - (configure.in): New configure option: --with-out-mib-modules="list". |
| |
| whardake 10 Mar 97 17:28:29 |
| - (configure.in): space protect modules when checking for with grep. |
| |
| whardake 11 Mar 97 09:04:03 |
| - (ip.c): freebsd2 patch. |
| |
| whardake 11 Mar 97 17:39:23 |
| - (mibgroup/*): |
| - remove trailing ;s on bunches of functions. |
| - make everything but interfaces.c compile on irix6.3. |
| - (config*,system.c): use uname and gethostname if available. |
| - (configure.in, configure): Don't check _KERNEL if ifnet.if_mtu already works. |
| |
| whardake 12 Mar 97 09:28:04 |
| - (mibgroup/snmp.[hc] -> mibgroup/snmp_mib.[hc]): Moved due to name clashes. |
| |
| whardake 12 Mar 97 15:47:00 |
| - (configure.in, snmpd.c, snmp_agent.c, route_write.[ch], |
| var_route.[ch], ip.[ch], snmp.[ch] -> snmp_mib.[ch]): |
| - Moved snmp mib module -> snmp_mib for naming conflicts with snmplib. |
| - Moved snmp_var_route.c -> mibgroup/var_route.c |
| - Moved write_route.c -> mibgroup/write_route.c |
| |
| whardake 12 Mar 97 15:48:37 |
| - (*/Makefile.in): make depend update. |
| |
| whardake 12 Mar 97 15:55:20 |
| - (mibgroup/README): doc update from Dave Shield. |
| |
| whardake 12 Mar 97 17:15:20 |
| - (snmp_api.c): returns from inet_addr are in_addr_t (u_int) not u_long. |
| |
| whardake 13 Mar 97 09:37:37 |
| - (config*): check for in_addr_t and define as u_int (32 bits) if not present. |
| - (apps/*.c, party_parse.c): use it. |
| |
| whardake 13 Mar 97 10:14:59 |
| - (extensible_subtrees.h): Removed file. |
| |
| whardake 13 Mar 97 14:35:05 |
| - (agent/*, mibgroup/*): moved alarm, context, views, event, party, |
| and acl variable groups to mibgroup/. |
| |
| whardake 13 Mar 97 14:44:55 |
| - (kernel_sunos5.[ch]): moved to mibgroup/. |
| - (route_write.c, snmp_var_route.c): delete from agent dir. |
| |
| whardake 13 Mar 97 15:35:26 |
| - (hpux.c, memory.c, memory.h): Patch from Dave Shields to fix minor problems. |
| |
| whardake 13 Mar 97 15:36:14 |
| - (view_vars.c, context_vars.c, acl_vars.c): don't include snmpv2_vars.h. |
| |
| whardake 13 Mar 97 15:45:14 |
| - (config*): check for system dependent modules. |
| |
| whardake 13 Mar 97 15:46:16 |
| - (*/Makefile.in): New make depend rules to seperate system/non dependent stuff. |
| |
| whardake 13 Mar 97 16:07:52 |
| - (*/Makefile.in): make depend and rule fixes as well. |
| |
| whardake 13 Mar 97 16:10:58 |
| - (config*): remove duplicate gethostname check. |
| |
| whardake 13 Mar 97 16:17:59 |
| - (apps/*/Makefile.in): depend problems fix. |
| |
| whardake 13 Mar 97 17:17:32 |
| - (common_header.h): fix path to alarm.h. |
| |
| whardake 13 Mar 97 17:47:32 |
| - (many): Patch from Niels Baggensen: |
| - A large number of problems with the Linux port |
| - Some problems with NetBSD 1.2C, but it's still not perfect |
| - More (symbolic) debug output from snmpd, when using -V. -d implies -V |
| Shows you variable requested and value returned |
| - Return ipRouteMask under Solaris |
| - snmpnetstat -r shows non-standard netmasks |
| - snmpnetstat -o (new) shows interface octets, without enquiring for mtu |
| and other variables not present for a Cisco Frame-Relay virtual circuit |
| interface |
| - snmpnetstat tcp/udp print-out had ntohs/htons in wrong places for port |
| numbers (shows up on little-endian architectures) |
| - adds a maketarget script that can be used to create a parallel symlinked |
| source directory. Useful if your make does not support VPATH |
| |
| whardake 14 Mar 97 09:39:15 |
| - (ucd-snmp.txt, mib.txt, Makefile.in): Don't build mib files anymore. |
| |
| whardake 14 Mar 97 09:46:31 |
| - (ucd-snmp.txt): moved to mibs/. |
| |
| whardake 14 Mar 97 09:47:47 |
| - (mib.txt): streamed down. |
| |
| whardake 14 Mar 97 09:50:03 |
| - (mibs/{rfc1271,snmpv2,ucd-snmp}.txt): New mibs directory for sub-mibs. |
| |
| whardake 14 Mar 97 10:48:35 |
| - (Makefile.in, config*, mibs/Makefile.in): enable mibs/ make install. |
| |
| whardake 14 Mar 97 10:49:03 |
| - (ucd-snmp.txt): remove the last of the sed script defs. |
| |
| whardake 14 Mar 97 11:01:19 |
| - (snmpd.1.def): Updated to include -c/-C and SNMPCONFPATH env var. |
| |
| whardake 14 Mar 97 11:07:16 |
| - (Makefile.in): Fix sedscript to include s# as well as s/ commands. |
| |
| whardake 14 Mar 97 11:17:06 |
| - (makedepend.in): run on snmpnetstat dir also. |
| |
| whardake 14 Mar 97 11:18:17 |
| - (agent/Makefile.in, apps/snmpnetstat/Makefile.in): make depend. |
| |
| whardake 14 Mar 97 11:20:39 |
| - (snmp_vars_event.h): axe. |
| |
| whardake 14 Mar 97 11:22:29 |
| - (snmp_groupvars.h): axe. |
| |
| whardake 14 Mar 97 13:51:59 |
| - (configure.in, apps/Makefile.in): fix trap by including optional .o files. |
| |
| whardake 14 Mar 97 13:53:22 |
| - (snmpd.c, context_parse.c, party_parse.c, system.[ch]): |
| - 64bit fix: get_myaddr() should return int not long. |
| |
| whardake 14 Mar 97 13:54:22 |
| - (acconfig.h, ucd-snmp.txt): recognize new hosts for sysObjectId. |
| |
| whardake 14 Mar 97 13:55:50 |
| version tag ( 3.1.4.pre4 ) |
| |
| whardake 14 Mar 97 16:16:52 |
| - (mibgroup/README): Update from Dave Shield. |
| |
| whardake 18 Mar 97 16:52:34 |
| - (FAQ): Update from Dave Shield. |
| |
| whardake 18 Mar 97 16:53:26 |
| - (FAQ): snmp.conf -> snmpd.conf |
| |
| whardake 24 Mar 97 09:49:54 |
| - (memory.c): prototype write function better. |
| |
| whardake 24 Mar 97 09:50:49 |
| - (example.c,.h): New example mib module duplicating the passtest |
| script in C code. |
| |
| whardake 24 Mar 97 09:51:16 |
| - (Makefile.in): Watch out for multiple spaces in C defs. |
| |
| whardake 24 Mar 97 09:51:33 |
| - (README): runs on bsdi 2.1. |
| |
| whardake 24 Mar 97 13:56:50 |
| - (FAQ): Patch from Dave Shield. |
| |
| whardake 25 Mar 97 09:39:01 |
| - (EXAMPLE.conf.def): added syslocation and syscontact examples. |
| |
| whardake 25 Mar 97 13:30:05 |
| - (INSTALL): minor doc update for new flags. |
| |
| whardake 26 Mar 97 17:05:11 |
| - (mibgroup/system.c): report agent uptime rather than system uptime. |
| |
| whardake 22 Apr 97 08:42:01 |
| - (FAQ): various updates. |
| |
| whardake 22 Apr 97 15:02:56 |
| - (many): Patch from Niels Baggesen to fix various things, mostly on linux. |
| |
| whardake 22 Apr 97 15:20:30 |
| - (README.smux, smux.c, smux.h, snmp_bgp.c, snmp_ospf.c, snmp_rip2.c): |
| - smux support for gated from Rohit Dube. |
| |
| whardake 22 Apr 97 15:47:06 |
| - (common_header.h): remove duplicate (warning) TCP defines on osf4 systems. |
| |
| whardake 22 Apr 97 15:51:44 |
| - (snmp_bgp.[ch], snmp_rip2.[ch], snmp_ospf.[ch]): |
| - conform to new module standards of coding. |
| |
| whardake 22 Apr 97 16:41:10 |
| - (snmp_bgp.c, snmp_rip2.c, snmp_ospf.c, smux.[ch]): |
| - standardize headers for autoconf. |
| - smux_init() -> init_smux(). |
| - SMUXDEBUG -> DODEBUG (--enable-debugging turns this on automatically). |
| |
| whardake 22 Apr 97 17:45:09 |
| - (config*, smux.c): Check for headers and define FD_COPY if not defined. |
| |
| whardake 22 Apr 97 20:49:15 |
| version tag ( 3.1.4.pre5 ) |
| |
| whardake 9 May 97 22:38:15 |
| - (mib.[ch], parse.[ch], Makefile.in): New parser from Dave Shield: |
| - Run-time control of initial module loading |
| (uses env variables MIBDIRS, MIBS, and MIBFILE) |
| - Defined interfaces for loading modules and retreiving entries |
| - Module scoping now includes Textual Conventions |
| - Tokens implemented internally no longer require importing the |
| corresponding modules |
| |
| whardake 9 May 97 22:46:30 |
| - (smux.c, config*): |
| - check for sgtty.h and prototype better. |
| |
| whardake 9 May 97 22:46:46 |
| - (TODO): Update. |
| |
| whardake 9 May 97 23:52:40 |
| - (smux.[ch]): patches from Niels Baggesen: prototyping. |
| |
| whardake 10 May 97 00:03:32 |
| - (mib.c, parse.c): patches from Niels Baggesen: prototyping (mostly). |
| |
| whardake 10 May 97 00:28:25 |
| - (parse.c): Patch from Dave Shields: negative numbers in mibs. |
| |
| whardake 10 May 97 00:46:44 |
| - (parse.c): Patch from Dave Shields: deal with anonymous IDs. |
| |
| whardake 10 May 97 00:50:20 |
| - (parse.c): Patch from Dave Shields: deal with anonymous IDs (even better). |
| |
| whardake 10 May 97 16:41:23 |
| - (bug-report): Patch from Dave Shields: don't submit blank bug-reports. |
| |
| whardake 10 May 97 16:45:14 |
| - (FAQ): Patch from Dave Shields: update. |
| |
| whardake 10 May 97 16:52:11 |
| - (mib_api.3): New file from Dave Shield. |
| |
| whardake 10 May 97 17:23:21 |
| - (snmpd.c, read_config.c, system.c): Patch from Niels Baggesen: |
| - default trap community. |
| - multiple trap sinks. |
| |
| whardake 12 May 97 08:43:59 |
| - (config*, extensible.c): BSDI3 specific headers and defines. |
| |
| whardake 12 May 97 08:44:19 |
| - (agent/Makefile.in): removed CCHACK ???. |
| |
| whardake 12 May 97 08:48:13 |
| - (INSTALL, README, TODO): documentation update. |
| |
| whardake 12 May 97 08:49:23 |
| - (man/Makefile.in): install mib_api.3. |
| |
| whardake 12 May 97 08:52:48 |
| - (mibs/ucd-snmp.txt): Patch from Mario DeFazio to fix typos. |
| - compiles under SNMPc 4.1g. |
| |
| whardake 13 May 97 10:51:28 |
| - (IF-MIB.txt): New mib file from Niels Baggesen. |
| |
| whardake 13 May 97 10:51:29 |
| - (ucd.txt): New mib file from Niels Baggesen. |
| |
| whardake 13 May 97 10:51:31 |
| - (EtherLike-MIB.txt): New mib file from Niels Baggesen. |
| |
| whardake 13 May 97 10:51:32 |
| - (HOST-RESOURCES-MIB.txt): New mib file from Niels Baggesen. |
| |
| whardake 13 May 97 10:51:33 |
| - (IANAifType-MIB.txt): New mib file from Niels Baggesen. |
| |
| whardake 13 May 97 10:51:35 |
| - (IP-MIB.txt): New mib file from Niels Baggesen. |
| |
| whardake 13 May 97 10:51:36 |
| - (SNMPv2-CONF.txt): New mib file from Niels Baggesen. |
| |
| whardake 13 May 97 10:51:37 |
| - (SNMPv2-MIB.txt): New mib file from Niels Baggesen. |
| |
| whardake 13 May 97 10:51:39 |
| - (SNMPv2-SMI.txt): New mib file from Niels Baggesen. |
| |
| whardake 13 May 97 10:51:40 |
| - (SNMPv2-TC.txt): New mib file from Niels Baggesen. |
| |
| whardake 13 May 97 10:51:42 |
| - (SNMPv2-TM.txt): New mib file from Niels Baggesen. |
| |
| whardake 13 May 97 10:51:43 |
| - (TCP-MIB.txt): New mib file from Niels Baggesen. |
| |
| whardake 13 May 97 10:51:45 |
| - (UDP-MIB.txt): New mib file from Niels Baggesen. |
| |
| whardake 13 May 97 10:51:46 |
| - (SNMPv2-PARTY-MIB.txt): New mib file from Niels Baggesen. |
| |
| whardake 13 May 97 10:51:48 |
| - (SNMPv2-M2M-MIB.txt): New mib file from Niels Baggesen. |
| |
| whardake 13 May 97 10:51:49 |
| - (RFC1271-MIB.txt): New mib file from Niels Baggesen. |
| |
| whardake 13 May 97 10:51:51 |
| - (RFC1155-SMI.txt): New mib file from Niels Baggesen. |
| |
| whardake 13 May 97 10:51:52 |
| - (RFC1213-MIB.txt): New mib file from Niels Baggesen. |
| |
| whardake 13 May 97 10:52:12 |
| - (ucd.txt): whoops. Removed. |
| |
| whardake 13 May 97 11:57:10 |
| - (rfc1271.txt): removed. |
| |
| whardake 13 May 97 12:02:26 |
| - (snmpv2.txt): removed. |
| |
| whardake 13 May 97 12:03:04 |
| - (mibs/Makefile.in): removed snmpv2.txt, rfc1271.txt. |
| |
| whardake 13 May 97 14:48:59 |
| - (ucd-snmp.txt): Changed ID to UCD-SNMP |
| |
| whardake 13 May 97 15:05:28 |
| - (config*, INSTALL): New flags to set prompted values instead of prompting. |
| |
| whardake 13 May 97 15:05:53 |
| - (README): architecture list update. |
| |
| whardake 13 May 97 15:36:08 |
| - (UCD-SNMP-MIB.txt): moved from ucd-snmp.txt. |
| |
| whardake 13 May 97 15:36:51 |
| - (ucd-snmp.txt): moved to UCD-SNMP-MIB.txt |
| |
| whardake 13 May 97 15:38:47 |
| - (mibs/Makefile.in): ucd-snmp.txt -> UCD-SNMP-MIB.txt. |
| |
| whardake 13 May 97 16:22:13 |
| - (config*,mib.c): New configure option --with-default-mibs="list:list". |
| |
| whardake 14 May 97 11:41:09 |
| - (Makefile.in, mib.txt): removed mib.txt from distribution. No longer needed. |
| |
| whardake 14 May 97 13:13:19 |
| - (Makefile.in): warn if mib.txt is installed from a previous release. |
| |
| whardake 14 May 97 13:18:02 |
| - (Makefile.in, agent/Makefile.in): Patch from Oddbjorn Steffensen: |
| - Protect against bash needing ';'s on multiple subdir makes. |
| |
| whardake 14 May 97 13:45:24 |
| - (snmpd.c): Typecast malloc. |
| |
| whardake 14 May 97 15:00:22 |
| version tag ( 3.1.4.pre6 ) |
| |
| whardake 15 May 97 11:22:18 |
| - (interfaces.c): patch from Martin Jacobsson for FreeBSD |
| |
| whardake 15 May 97 11:23:29 |
| - (parse.c): Patch from Dave Shield to fix purely numeric OIDs. |
| |
| whardake 15 May 97 11:28:15 |
| - (INSTALL): patch from Niels Baggesen to reference the maketarget script. |
| |
| whardake 15 May 97 11:29:33 |
| - (mib_api.3): patch from Niels Baggesen: MIBS variable can be set to ALL. |
| |
| whardake 15 May 97 11:30:01 |
| - (UCD-SNMP-MIB.txt): patch from Niels Baggesen: import indentifiers. |
| |
| whardake 15 May 97 11:31:01 |
| - (SNMPv2-SMI.txt): patch from Niels Baggesen: ccitt -> 0. |
| |
| whardake 15 May 97 11:32:56 |
| - (mib.c, parse.c): patch from Niels Baggesen: |
| - prototyping and null checking. |
| - if MIBS is set to ALL, parse everything found. |
| |
| whardake 15 May 97 14:37:39 |
| - (parse.c): patch from Dave Shield: |
| - deal with multiple module ID's being referenced or nodes defined. |
| - supress "name clash" warnings for anonymous nodes. |
| |
| whardake 15 May 97 15:22:51 |
| - (parse.h): Patch from Dave Shield: Add new node structure entries. |
| |
| whardake 15 May 97 16:01:18 |
| - (config*, mib.c): |
| - Changed env variable MIBFILE -> MIBFILES (since it is a list now). |
| (will accept MIBFILE for backwards compatibility). |
| - By default, *no* additional mibfiles are loaded (ie, mib.txt is no |
| longer loaded) and must be turned on through configure or the env var. |
| - New configure options to set default MIBS, MIBFILES, MIBDIRS. |
| |
| whardake 15 May 97 16:22:19 |
| - (configure*, INSTALL): |
| - Display defaults in configure --help lines. |
| |
| whardake 15 May 97 16:26:12 |
| - (configure*, INSTALL): |
| - Wording and order changes in configure --help lines. |
| |
| whardake 15 May 97 16:43:37 |
| - (udp.c): Patch from Martin Jacobssen: |
| - Fix udp_inpcb structures. |
| |
| whardake 16 May 97 11:25:30 |
| - (parse.c): Protect malloc against 0 external imports. |
| |
| whardake 20 May 97 08:03:35 |
| - (udp.c): Only do Martin Jacobssen's fixes for freebsd2. |
| |
| whardake 20 May 97 08:18:49 |
| - (SNMPv2-TC.txt): Comment out ObjectSyntax import. |
| |
| whardake 20 May 97 08:19:12 |
| - (parse.c): protect against 0 import calls. |
| |
| whardake 20 May 97 08:19:28 |
| - (mib.c, snmp_auth.c): include sys/select.h for AIX. |
| |
| whardake 20 May 97 10:08:25 |
| version tag ( 3.1.4.pre7 ) |
| |
| whardake 20 May 97 11:24:27 |
| - (udp.c): Patch from Martin Jacobsson: Fix my cpp stupidity. |
| |
| whardake 20 May 97 16:50:18 |
| - (TODO): snmpset should check against size defined in mib. |
| |
| whardake 20 May 97 16:50:55 |
| - (parse.c): code from Dave Shield: add back in find_node() for perl usage. |
| |
| whardake 21 May 97 10:13:38 |
| - (NEWS): Update for 3.2. |
| |
| whardake 21 May 97 15:38:32 |
| - (NEWS): Changes from Dave. |
| |
| whardake 21 May 97 15:40:31 |
| - (FAQ): Changes from Dave. |
| |
| whardake 22 May 97 13:13:59 |
| - (SNMPv2-M2M-MIB.txt): restored. Got truncated. |
| |
| whardake 23 May 97 13:35:14 |
| - (acconfig.h, config.h.in): Set default MIB list. |
| |
| whardake 23 May 97 13:36:17 |
| - (snmpd.c): Patch from Niels Bagessen to fix endiannes problems. |
| |
| whardake 23 May 97 13:37:02 |
| - (HOST-RESOURCES-MIB.txt, SNMPv2-TC.txt): From Niels: change import clauses. |
| |
| whardake 23 May 97 13:37:39 |
| - (snmp_client.c): Patch from Niels Bagessen to fix endiennes problems. |
| |
| whardake 23 May 97 13:38:13 |
| - (snmp_api.c): Patch from Niels Bagessen to fix multiple frees in v2 pdu's. |
| |
| whardake 23 May 97 13:40:09 |
| - (mib.c): Patch from Dave Shields to fix SNMP perl again. |
| |
| whardake 23 May 97 13:40:32 |
| - (snmp_api.h): Change trap types from int to long. |
| |
| whardake 23 May 97 16:23:56 |
| version tag ( 3.1.4.pre8 ) |
| |
| whardake 23 May 97 16:34:33 |
| - (mib_api.3): Modifiy to note default mibs. |
| |
| whardake 26 May 97 10:50:20 |
| - (INSTALL, configure): default mibs listed correctly. |
| |
| whardake 26 May 97 10:52:12 |
| - (snmp_api.h): trap long's back to ints, bad solution. |
| |
| whardake 26 May 97 10:56:19 |
| - (snmpcheck.def): new variables to set walk/get/set command line usage. |
| |
| whardake 26 May 97 11:38:41 |
| - (parse.c): Patch from niels Baggesen to: |
| - close mibfiles for MIBS=ALL. |
| - Allow SYNTAX DisplayString (SIZE(1..255)) inside OBJECT-TYPE. |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes: V3.1.2.1 -> V3.1.3 |
| |
| whardake 10 Jan 97 08:43:42 |
| - (COPYING): Update for 97. |
| |
| whardake 10 Jan 97 08:46:00 |
| - (config*): Check for /dev/ksyms for solaris kernel. |
| |
| whardake 10 Jan 97 08:46:36 |
| - (snmptrapd.c): Remove broken FD_SET code. |
| |
| whardake 14 Jan 97 16:45:33 |
| - (PORTING, README, TODO): Added ucd-snmp-coders as default mail address. |
| |
| whardake 17 Jan 97 09:28:56 |
| patch niels.0 |
| |
| whardake 17 Jan 97 11:51:40 |
| - (snmpd.c, extensible.c): |
| - New arg -c FILE: Read FILE as a configuration file as well. |
| - New arg -C: Don't read default configuration files. |
| - New env SNMPCONFPATH: Read snmpd{,.local}.conf files in : seperated path. |
| |
| whardake 17 Jan 97 11:58:46 |
| - (snmpd.c): |
| - Usage() update and version printout update. |
| |
| whardake 17 Jan 97 14:55:28 |
| Dave Shield patches |
| |
| whardake 20 Jan 97 11:17:53 |
| Niel's patches integrated |
| |
| whardake 20 Jan 97 15:09:25 |
| - Patches from Dave Shield <D.T.Shield@csc.liv.ac.uk>: |
| - implemented: interfaces.ifTable.ifEntry.ifSpecific, |
| ip.ipRoutingDiscards, |
| ip.ipAddrTable.ipAddrEntry.ipAdEntReasmMaxSize, |
| ip.ipRouteTable.ipRouteEntry.ipRouteMask , |
| ip.ipRouteTable.ipRouteEntry.ipRouteMetric5, |
| ip.ipRouteTable.ipRouteEntry.ipRouteInfo, ip.ipNetToMediaTable, |
| udp.udpTable. |
| - udp connection table. |
| - ipNetToMedia. |
| |
| - Patches from Niels Baggesen <Niels.Baggesen@uni-c.dk>: |
| - udpNoPort, tcpInErrs fixes for Solaris. |
| - linux application support. |
| - snmp variable group. |
| - simple cold start traps via exec('snmptrap'). |
| - MIB parser fixes. |
| - Memory/free allocation fixes. |
| |
| whardake 20 Jan 97 15:22:53 |
| - Patches from Niels Baggesen <Niels.Baggesen@uni-c.dk>: |
| - (snmp_client.c): Wait 120 seconds before returning. |
| |
| whardake 20 Jan 97 15:37:08 |
| - (config*): Autoheader is dumb: Put macro defines belowe @BOTTOM@ symbol. |
| |
| whardake 20 Jan 97 15:38:59 |
| - (snmp_vars.c, extensible.c, read_config.c): Remove ANSI cpp #elif's. |
| |
| whardake 20 Jan 97 15:50:37 |
| - (snmp_vars.c): bsdi #ifdef fixes. |
| |
| whardake 20 Jan 97 15:55:45 |
| - (snmp_vars.c): Patch from Martin Jacobsson <martin@exmandato.se>: |
| - add bsdi to some #ifdefs. |
| |
| whardake 20 Jan 97 15:58:51 |
| - (extensible.c): Patch from Martin Jacobsson <martin@exmandato.se>: |
| - watch out for string lengths on version desc and sysname. |
| |
| whardake 20 Jan 97 16:38:20 |
| patrice.1 patch |
| |
| whardake 20 Jan 97 16:43:25 |
| - (snmp_api.c, snmp_client.[ch]): |
| - Patch from Patrice VANACKER <vanacker@worldnet.fr>: |
| - fix request deletions in snmp_read(). |
| - added return argument to snmp_add_null_var(). |
| |
| whardake 20 Jan 97 16:59:02 |
| - (extensible.c): Patch from sxjzhang@sss.ssi1.com: |
| - fix disk reporting on sunos 4.1.3 with ODS 1.0. |
| |
| whardake 20 Jan 97 16:59:56 |
| version tag ( 3.1.3.pre1 ) |
| |
| whardake 21 Jan 97 08:33:04 |
| - (read_config.c): Patch from Karl Lehenbauer <karl@hammer1.ops.NeoSoft.com>: |
| - #if DODEBUG -> #ifdef DODEBUG. |
| |
| whardake 21 Jan 97 08:33:52 |
| - (snmpd.c): remove second char definition. |
| |
| whardake 21 Jan 97 08:34:32 |
| - (snmp_client.h): remove second (wrong) function prototype. |
| |
| whardake 21 Jan 97 09:17:42 |
| - (snmp_var_route.c, snmp_vars.c): |
| - Patch from Karl Lehenbauer <karl@hammer1.ops.NeoSoft.com> |
| - handle multiple interface names > 10 properly. |
| |
| whardake 29 Jan 97 10:47:40 |
| bug reporting script add |
| |
| whardake 29 Jan 97 12:07:00 |
| - (bug-report): |
| - Always use multipart: version info and config.cache are one. |
| - re-arranged a bit. |
| - Added introduction. |
| - Guess at domain name if possible. |
| |
| whardake 29 Jan 97 12:07:59 |
| - (acconfig.h): |
| - SNMPBLOCK = !SNMPBLOCK |
| |
| whardake 29 Jan 97 12:09:05 |
| - (aclocal.m4): Fix check_struct_for to define things correctly. |
| |
| whardake 29 Jan 97 12:10:28 |
| - (configure.in): New ps options to check for. |
| |
| whardake 29 Jan 97 12:11:04 |
| - (FAQ): revision one! |
| |
| whardake 29 Jan 97 12:11:29 |
| - (config.h.in, configure): update |
| |
| whardake 29 Jan 97 12:58:46 |
| - (kernel.c, snmp_agent.c, snmpd.c): Patch from Niels Baggesen: |
| - Fix various warnings/errors. |
| - Implement real traps. |
| |
| whardake 29 Jan 97 13:03:15 |
| - (versiontag): Modify ../../bug-report as well. |
| |
| whardake 29 Jan 97 13:08:11 |
| - (bug-report): |
| - change to address (back) to ucd-snmp-coders. |
| - Add a trap on signals to remove tmp files. |
| |
| whardake 31 Jan 97 09:58:10 |
| - (config*): Check for kstat.h and if sysctl can read the boottime. |
| |
| whardake 31 Jan 97 10:01:59 |
| - (snmp_var_route.c, snmp_vars.c): Patch from Martin Jacobsson: |
| - Change some system specific ifdefs to CAN_USE_SYSCTL. |
| - Fix compliation errors on bsdi2. |
| - Fix routing tables for similar. |
| |
| whardake 31 Jan 97 10:49:07 |
| - (versiontag): uh, commit it again. |
| |
| whardake 31 Jan 97 10:50:04 |
| - (configure.in, configure): fire off ksh if hpux && sh. |
| |
| whardake 31 Jan 97 10:59:43 |
| - (configure.in, configure): changed arch to hppa and make sure /bin/ksh exists. |
| |
| whardake 31 Jan 97 11:03:11 |
| version tag update |
| |
| whardake 3 Feb 97 10:02:12 |
| - (bug-report): Patch from Dave Shield: |
| - domain name fix and editor bomb out. |
| |
| whardake 3 Feb 97 10:03:10 |
| - (EXAMPLE.conf.def): comment out possible security problem lines. |
| |
| whardake 3 Feb 97 10:46:02 |
| - (configure.in): |
| - Check for whoami, logname. |
| - Don't pass null args to ksh. |
| |
| whardake 3 Feb 97 10:47:04 |
| - (snmp_vars.c): Patch from Dave Shield |
| - Mark stuff for later changes. |
| |
| whardake 3 Feb 97 10:48:06 |
| - (snmplib/system.c): Use CAN_USE_SYSCTL instead of bsdlike. |
| |
| whardake 3 Feb 97 11:50:23 |
| - (config*): |
| - Check for irix 6.2 headers. |
| - Check if _KERNEL needs to be defined for irix and ifnet usage. |
| - Use the found UNAME program instead of assuming we have it. |
| |
| whardake 3 Feb 97 12:44:51 |
| - (snmplib/system.c): typo: needs a space between 'static' and 'struct'. |
| |
| whardake 3 Feb 97 12:47:58 |
| - (snmp_vars.c): add some irix appropriate includes. |
| |
| whardake 3 Feb 97 12:51:04 |
| - (README): remove project history. |
| |
| whardake 3 Feb 97 13:15:11 |
| - (README): |
| - added FAQ pointer. |
| - Dave's English pointers (ie, he proofed it and I, uh, don't...). |
| - switch ftp mirror. |
| - bug-report script mentioned. |
| - I -> We, me -> us... |
| |
| whardake 3 Feb 97 13:33:11 |
| - (README, NEWS, TODO): Update for 3.1.3. |
| |
| whardake 3 Feb 97 13:53:04 |
| - (bug-report): move config.cache to end of message. |
| |
| whardake 3 Feb 97 13:55:05 |
| version tag ( 3.1.3.pre3 ) |
| |
| whardake 4 Feb 97 09:35:02 |
| - (FAQ): Dave's latest revision. |
| |
| whardake 4 Feb 97 09:35:37 |
| - (TODO): Added suggestions from ucd-snmp-coders. |
| |
| whardake 4 Feb 97 09:36:43 |
| - (configure, configure.in): Fix hpux problems, *again*. |
| |
| whardake 4 Feb 97 09:37:26 |
| - (mib.c): Patch from Simon: comment #ifdef endings for ANSI compliers. |
| |
| whardake 4 Feb 97 09:41:39 |
| - (FAQ): Added TOC and autor notes ;-). |
| |
| whardake 5 Feb 97 16:33:01 |
| - (FAQ): Dave updated architecture lists. |
| |
| whardake 5 Feb 97 16:33:32 |
| - (TODO): misc requested additions. |
| |
| whardake 5 Feb 97 17:07:25 |
| - (configure, configure.in): Put /dev/ksyms ahead of /kernel/unix. |
| |
| whardake 5 Feb 97 17:11:15 |
| - (many): Patch from Niels Baggesen: |
| - snmp mib group cleanups. |
| - trap generation cleanups. |
| - added man entries for trap generation. |
| - improved agent debugging output with agent's -d flag. |
| |
| whardake 5 Feb 97 17:13:09 |
| - (system.c): Patch from Dave Shield to fix nlist problems. |
| |
| whardake 5 Feb 97 17:20:10 |
| - (bug-report): Change subject line to shorten and force better description. |
| |
| whardake 5 Feb 97 17:23:41 |
| - (tcl, tk, snmptcl): Nuked. |
| |
| whardake 5 Feb 97 17:25:03 |
| - (NEWS): removed tcl stuff. |
| |
| whardake 5 Feb 97 17:29:54 |
| - (Makefile.in, configure.in): removed tcl stuff. |
| |
| whardake 5 Feb 97 17:41:50 |
| version tag ( 3.1.3.pre4 ) |
| |
| whardake 10 Feb 97 09:22:03 |
| - (FAQ): Dave Shields' additions: finding more info. |
| |
| whardake 10 Feb 97 09:22:53 |
| - (snmpnetstat/main.c): Remove malloc prototype, now in stdlib.h. |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes: V3.1.2 -> V3.1.2.1 |
| |
| whardake 5 Dec 96 09:13:56 |
| - (if.c): #ifndef -> #ifdef for sigset. |
| |
| whardake 5 Dec 96 09:14:59 |
| - (md5.c): remove ansi specific C features (unsigned constants). |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes: V3.1.1 -> V3.1.2 |
| |
| whardake 17 Oct 96 07:02:58 |
| version tag ( 3.1.1.BSDI ) |
| |
| whardake 30 Oct 96 13:47:21 |
| - (PORTING,README): Add a new PORTING file to reference autoconf plee. |
| |
| whardake 30 Oct 96 13:49:09 |
| - (config*, ece-mib.def): |
| - Change extensible mib location to ucdavis enterprise mib: 2021. |
| - Remove associated prompting from configure script and etc. |
| |
| whardake 31 Oct 96 17:06:16 |
| - (read_config.c): numdisks was being incremented before last usage. |
| |
| whardake 1 Nov 96 08:54:11 |
| - (asn1.c): Patch from Simon Leinen <simon@switch.ch>: |
| - asn_build_unsigned_int, asn_build_unsigned_int64: |
| - Don't try to strip FFs from the high end of unsigned values. |
| - Skip the stripping code entirely if we have to add a null byte. |
| |
| whardake 4 Nov 96 09:30:46 |
| - (config*, snmp_vars.c, extensible.c): More include checks for linux. |
| |
| whardake 4 Nov 96 10:08:49 |
| - (config*): Check for nlist in -lmld (irix). |
| |
| whardake 7 Nov 96 09:16:45 |
| - NetBSD 3.1.0.1 branch merge. |
| |
| whardake 7 Nov 96 09:24:23 |
| - Niels 3.1.1 branch merge. |
| |
| whardake 7 Nov 96 09:35:52 |
| - BSDi2 3.1.1 branch merge. |
| |
| whardake 7 Nov 96 09:57:16 |
| - (versiontag): Only tag release versions (Ext*). |
| |
| whardake 7 Nov 96 14:16:00 |
| - (configure.in, configure): Changed default SNMPV2AUTH to SNMPV1. |
| |
| whardake 7 Nov 96 14:16:39 |
| - (snmp_var_route.c): ifdef's around strings.h. |
| |
| whardake 7 Nov 96 14:17:17 |
| - (snmp_vars.c): ifdef typos. |
| |
| whardake 7 Nov 96 14:19:33 |
| - (mib.c): typecast for sprint_objid(). |
| |
| whardake 8 Nov 96 17:03:47 |
| - (Makefile.in): Created a 'touchit' to touch config files properly. |
| |
| whardake 8 Nov 96 17:06:46 |
| - (Makefile.in): Fixed 'touchit'. |
| |
| whardake 14 Nov 96 15:14:50 |
| - (extensible.c): Use statfs if statvfs is unavailable. |
| |
| whardake 14 Nov 96 15:16:22 |
| - (snmp_vars.c): |
| - #ifdef typo. |
| - prototype for Interface_Scan_Init(). |
| - Check for existance of tcpstat.tcps_rcvmemdrop before using. |
| |
| whardake 14 Nov 96 15:17:36 |
| - (config*): |
| - Check for existance of tcpstat.tcps_rcvmemdrop. |
| - Check for sys/vfs.h. |
| |
| whardake 14 Nov 96 15:24:24 |
| - (snmptrap.c, inet.c, route.c): typecasting warning fixes. |
| |
| whardake 15 Nov 96 16:43:33 |
| - (config*, extensible.c): Make uname calls work correctly. |
| |
| whardake 15 Nov 96 16:44:11 |
| - (parse.c): Add back in "reading mib..." debugging statments. |
| |
| whardake 22 Nov 96 08:18:29 |
| - (snmp_vars.c): Trash interface caching. |
| |
| whardake 22 Nov 96 09:06:10 |
| - (snmp_vars.c): Merge from FreeBSD2-3-1-1. |
| - Add checks for ifnet.[io]bytes. |
| |
| whardake 22 Nov 96 09:14:22 |
| - (config*): Add checks for ifnet.[io]bytes. |
| |
| whardake 22 Nov 96 11:35:29 |
| - (agent/extensible/*.c, new: extproto.h): Removed all -Wall warnings! |
| |
| whardake 22 Nov 96 14:38:05 |
| - (config*, install-sh, mkinstalldirs): Upgraded to autoconf 2.11. |
| |
| whardake 22 Nov 96 15:10:36 |
| - (extensible.c, read_config.c): removed more -Wall warnings. |
| |
| whardake 24 Nov 96 16:25:07 |
| - (kernel.c, config*, INSTALL): New configure switch: --without-root-access. |
| - The agent doesn't exit if it can't open /dev/kmem. |
| |
| whardake 24 Nov 96 16:45:27 |
| version tag ( 3.1.2.pre1 ) |
| |
| whardake 25 Nov 96 08:44:03 |
| - ({agent,apps}/Makefile.in): Put libsnmp.a in front of -l libs. |
| |
| whardake 25 Nov 96 09:15:57 |
| - (config*, snmp_impl.h): Moved void -> char define to a configure test. |
| |
| whardake 27 Nov 96 08:02:06 |
| - (snmp_vars.c): Patch from Dave Shield <D.T.Shield@csc.liv.ac.uk>: |
| - Change comments to reflect what its actually looking at. |
| - Remove ifdef around ifnet declarations. |
| |
| whardake 27 Nov 96 08:03:47 |
| - (extensible.c): Patch from Dave Shield <D.T.Shield@csc.liv.ac.uk>: |
| - Remove return(0) on void init_extensible(). |
| |
| whardake 27 Nov 96 08:06:04 |
| - (configure, configure.in): Default sysloc UCDavis -> Unknown. |
| |
| whardake 27 Nov 96 08:21:20 |
| - (INSTALL): Typo: 3.1.3 -> 3.0.3. |
| |
| whardake 27 Nov 96 08:21:34 |
| - (README): Update. |
| |
| whardake 27 Nov 96 08:34:12 |
| - (if.c): Patch from Dave Shield <D.T.Shield@csc.liv.ac.uk>: |
| - Watch out for interface names with ' ' in them. |
| - Reset signal on BSD signal implementations. |
| |
| whardake 27 Nov 96 08:45:46 |
| - (if.c): Reset signal on all types of signal implementations. |
| |
| whardake 27 Nov 96 08:56:44 |
| - (configure.in, configure): Truncate system names beyond [-_].*. |
| |
| whardake 2 Dec 96 08:55:49 |
| - (snmp_vars.c): Patch from Dave Shield <D.T.Shield@csc.liv.ac.uk>: |
| - ifPhysAddr - in Interface_Get_Ether_By_Index, HP-UX has the same |
| EtherAddr strucure as MIPS. |
| |
| - ipAdEntIfIndex - in var_ipAddrEntry, there is a false match on |
| the loopback interface, giving the wrong answer of the first |
| interface index. |
| |
| - udpInErrors - in var_udp, the count of UDP errors omits discarded |
| packets. Some systems (i.e. HP-UX) have extended the udpstat |
| structure to include these. I'v tweaked this analogous to a |
| similar addition in the tcpstat structure. |
| |
| - tcpConnState - HP-UX has added an extra state into the list, which |
| throws the rest of them out. |
| |
| whardake 3 Dec 96 10:04:02 |
| - (config*, snmp_vars.c): |
| - Wrote AC_CHECK_STRUCT_FOR and use it. |
| - Make AC_CHECK_IFNET_FOR use above. |
| - Changequote '[]' -> '' around sed expression with []s (-Dostype). |
| |
| whardake 3 Dec 96 10:05:17 |
| - (md5.c): Put 'U'nsigned marker at end of constants to remove gcc warns. |
| |
| whardake 3 Dec 96 11:04:33 |
| - (snmp_vars.c): From Dave Shield <D.T.Shield@csc.liv.ac.uk>: |
| - Fix arp table for hpux. |
| - (config*): Check for arphd.at_next and use in above. |
| |
| whardake 3 Dec 96 11:14:43 |
| - (EXAMPLE.conf.def, passtest): Move passtest to ucdavis subtree. |
| |
| whardake 3 Dec 96 14:51:24 |
| - (ece-mib.def): Used -> Avail in memory sequence. |
| |
| whardake 4 Dec 96 09:16:09 |
| - (asn1.c, parse.c, snmp_api.c, snmp_client.c): |
| - Patch from Niels Baggesen <Niels.Baggesen@uni-c.dk>: |
| - Parser fixes for multiple nodes. |
| - memmove/copy deletes. |
| |
| whardake 4 Dec 96 09:49:38 |
| - (PORTING, README): Update for release 3.1.2. |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes: V3.1.0.1 -> V3.1.1 |
| |
| whardake 11 Sep 96 08:49:14 |
| - (read_config.c): Fixed community number checks. |
| |
| whardake 24 Sep 96 16:54:59 |
| - (config*, snmp_api.c, snmp_client.c): Added sys/select.h for AIX. |
| |
| whardake 24 Sep 96 16:59:26 |
| - (snmp_var_route.c, snmp_vars.c): typos. |
| |
| whardake 24 Sep 96 17:02:47 |
| - (snmp_vars.c): Moved a variable declairation. |
| |
| whardake 24 Sep 96 17:16:58 |
| - (snmp_var_route.c): typo fixing a typo (sigh..). |
| |
| whardake 25 Sep 96 14:14:53 |
| - (snmp_var_route.c): freebsd2 typecast. |
| |
| whardake 1 Oct 96 15:30:46 |
| - (parse.c, parse.h): From Joe Marzot: |
| - allows the CMU lib to retain the TC information associated with a |
| particular object. In particular this allows DisplayStrings to be |
| differentiated from OctetStrings when they are looked up in the |
| Mib Tree. |
| |
| whardake 1 Oct 96 15:54:22 |
| - (extensible.c): int -> double to support larger disk sizes. |
| |
| whardake 1 Oct 96 16:28:52 |
| - (config*, read_config.c): |
| - Check for mntent.h and include it. |
| - Check for /etc/mnttab or /etc/mtab and use appropriately. |
| - (read_config.c): |
| - pick getmntent over getfsfile if both are available. |
| - debug cleanup (ofile -> stderr, check for DODEBUG instead of const var). |
| |
| whardake 3 Oct 96 16:05:47 |
| - (snmp_agent.c): |
| - Make agent properly check snmpset exit codes and use them (on COMMIT). |
| |
| whardake 3 Oct 96 16:08:59 |
| - (pass.c): |
| - Check for passthru existance before returning ERR_NOERROR, else |
| return ERR_NOSUCHNAME. |
| - Correctly check for and pass "not-writable" and "wrong-type" pass returns. |
| |
| whardake 3 Oct 96 16:10:38 |
| - (snmp_impl.h): Turn on old CMU debugging statments with --enable-debugging. |
| |
| whardake 4 Oct 96 09:43:40 |
| - (EXAMPLE.conf.def): Added snmpget/set to pass example. |
| |
| whardake 4 Oct 96 09:44:26 |
| - (Makefile.in): Remove spaces from sedscript when using broken cpp (gcc). |
| |
| whardake 4 Oct 96 09:46:09 |
| - (snmpd.conf.5.def): |
| - Cleaned up man page formatting. |
| - Added note about SNMPset community strings. |
| - minor proof-reading (major proofing needed still). |
| - Re-organized a bit. |
| |
| whardake 4 Oct 96 10:01:20 |
| - (snmpd.conf.5.def): lib -> lib/snmp path correction in FILES section. |
| - (snmpd.1.def): |
| - Added a FILES section. |
| - General clean up. |
| |
| whardake 7 Oct 96 07:41:40 |
| - (parse.c): Now loads all mibs (files) in the directory SNMPLIB/mibs. |
| |
| whardake 7 Oct 96 07:49:59 |
| - (parse.c): Proper autoconf dirent headers. |
| |
| whardake 7 Oct 96 08:01:43 |
| - (Makefile.in): Mib installation changed to reflect new mib directory. |
| |
| whardake 7 Oct 96 08:53:06 |
| - (config*): check correctly for get/setmntent. |
| |
| whardake 7 Oct 96 09:11:43 |
| - (snmp_agent.c): Removed snmp version check on error return from set. |
| |
| whardake 7 Oct 96 09:12:23 |
| - (read_config.c): Use getmntent correctly. Pain. |
| |
| whardake 7 Oct 96 10:22:47 |
| - (Makefile.in): |
| - added --recheck to config.status call to regenerate self. |
| - Changed ece-mib.txt -> ucd-snmp.txt and install (and generate) properly. |
| |
| whardake 7 Oct 96 10:23:32 |
| - (extensible.c): Chomp newline on uname output. |
| |
| whardake 7 Oct 96 10:24:12 |
| - (read_config.c): Added 'syscontact' and 'syslocation' parsing. |
| |
| whardake 7 Oct 96 11:00:10 |
| - (configure.in): |
| - timestamp stamp-h at end. |
| - emacs local vars. |
| |
| whardake 7 Oct 96 11:01:25 |
| - (read_config.c): Remove extra args from strcpy (was strncpy). |
| |
| whardake 7 Oct 96 11:02:46 |
| - (configure.in): |
| - timestamp stamp-h at end. |
| - emacs local vars. |
| |
| whardake 7 Oct 96 12:23:05 |
| - (snmpd.1.def): Changed to reflect SNMPLIB/mibs. |
| |
| whardake 7 Oct 96 12:23:27 |
| - (snmpd.conf.5.def): Added syscontact and syslocation. |
| |
| whardake 9 Oct 96 08:04:14 |
| - (parse.c): |
| - Parse OBJECT-IDENTY as OBJECT-GROUP (saves only description). |
| - Change print_error(), read_mib() to reflect file and correct line number. |
| |
| whardake 9 Oct 96 08:30:29 |
| - (parse.c): |
| - print a new line in print_error() if debugging is turned on. |
| - tossObjectIdentifier(): catch multiple bracket clauses (IE { {0 0} } ). |
| |
| whardake 9 Oct 96 14:36:03 |
| - (read_config.c): |
| - strncmp -> strncasecmp. |
| - NULL -> 0. |
| |
| whardake 9 Oct 96 14:38:05 |
| - (extensible.c): |
| - sort pass thrus by miboid to prevent passing off to wrong one. |
| - typos: exsten -> exten. |
| - init_extensible() calls update_config() to reduce duplications. |
| |
| whardake 9 Oct 96 15:18:42 |
| - (snmp_api.c): From: gah@bellcore.com (Gary A. Hayward) |
| - Free pdu community to quelch purify. |
| |
| whardake 9 Oct 96 15:22:23 |
| - (README): Added thanks name. |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes: V3.1 -> V3.1.0.1 |
| |
| whardake 26 Aug 96 10:36:08 |
| - (NEWS) Typo, extra quotation mark. |
| |
| whardake 26 Aug 96 10:37:05 |
| - (TODO) Extra mib parsing ideas added. |
| |
| whardake 26 Aug 96 10:37:36 |
| - (ece-mib.def): commas out of place. |
| |
| whardake 26 Aug 96 16:55:51 |
| - (snmp_api.c): Fixed a gcc/FreeBSD optimization bug (stupid compiler) |
| |
| whardake 26 Aug 96 16:58:03 |
| - (event.c, kernel.c, route_write.c): FreeBSD modifications |
| |
| whardake 27 Aug 96 08:46:43 |
| - (extensible.c): FreeBSD changes and use getloadavg if available. |
| |
| whardake 27 Aug 96 08:47:57 |
| - (snmptrapd.c): Fix byte order problem (convert to network before sending). |
| |
| whardake 27 Aug 96 09:01:10 |
| - (snmptrap.c): |
| - FreeBSD specific changes. |
| - more autoconf complete: paths to libraries and kernel location. |
| |
| whardake 27 Aug 96 09:38:33 |
| - (snmp_var_route.c): FreeBSD specific changes. |
| |
| whardake 27 Aug 96 10:00:15 |
| - (snmp_vars.c): More warped FreeBSD changes |
| |
| whardake 27 Aug 96 10:04:56 |
| - (autoconf*): |
| - FreeBSD additions. |
| - New kernel location: /kernel (ick). |
| - Log file default intelligently checks for /var/log and /usr/adm. |
| - Checks for getloadavg(). |
| |
| whardake 29 Aug 96 14:42:20 |
| - (extensible/*.c): Patch from Niels Baggesen <recnba@mediator.uni-c.dk> |
| - cleaned up gcc warnings. |
| - fixed a spelling error. |
| |
| whardake 29 Aug 96 14:59:55 |
| - (apps/*.c): Patch from Niels Baggesen <recnba@mediator.uni-c.dk> |
| - set exit codes of 0 for all apps. |
| - Removed SVR4 #ifdefs. |
| - Greatly improved snmptrap. |
| |
| whardake 29 Aug 96 15:03:12 |
| - (man/snmptrap.1): added by Niels Baggesen <recnba@mediator.uni-c.dk> |
| |
| whardake 29 Aug 96 15:06:21 |
| - (asn1.c): Patch from Niels Baggesen <recnba@mediator.uni-c.dk> |
| - uchar(s) can't be less than 0. |
| |
| whardake 29 Aug 96 15:06:50 |
| - (mib.c): Patch from Niels Baggesen <recnba@mediator.uni-c.dk> |
| - prototypes for gcc warnings |
| |
| whardake 29 Aug 96 15:07:56 |
| - (parse.c): Patch from Niels Baggesen <recnba@mediator.uni-c.dk> |
| - save mib descriptions for snmptranslate and other apps that need it. |
| |
| whardake 29 Aug 96 15:08:28 |
| - (snmp_api.c): Patch from Niels Baggesen <recnba@mediator.uni-c.dk> |
| - gcc warnings NULL -> 0 |
| |
| whardake 29 Aug 96 15:58:10 |
| - (snmpstatus.c): Patch from Trevor Bourget <tbourget@qualcomm.com> |
| - malloc sysdesc instead of assuming < 128 bytes. |
| |
| whardake 29 Aug 96 16:03:44 |
| - (snmpwalk.c): Removed SVR4 ifdefs |
| |
| whardake 29 Aug 96 16:22:25 |
| - (autoconf*, snmp_vars.c): Removed some solaris ifdefs. |
| |
| whardake 29 Aug 96 16:29:10 |
| - Changed my email address to my new one. |
| |
| whardake 30 Aug 96 09:23:05 |
| - (configure, configure.in): |
| - removed -Xs flag for gcc on solaris. |
| - logfile checks for existance of /var/log and /usr/adm. |
| |
| whardake 30 Aug 96 09:23:42 |
| - (snmptrap.c): patch screwed up. |
| |
| whardake 30 Aug 96 09:24:31 |
| - (apps/Makefile.in): Added kernel_sunos5.o to snmptrap for getKstat. |
| |
| whardake 30 Aug 96 09:34:09 |
| - (NEWS, ChangeLog): Updated for 3.1.0.1 |
| |
| whardake 30 Aug 96 09:34:48 |
| version tag ( 3.1.0.1 ) |
| |
| whardake 30 Aug 96 10:15:18 |
| - (README): Updated for 3.1.0.1 |
| |
| whardake 30 Aug 96 11:49:38 |
| - (snmp_vars.c): removed malloc prototype due to conflictions. |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes: V3.0.7.2 -> V3.1 |
| |
| hardaker 3 May 96 14:34:03 |
| - (acconfig.h, configure.in, snmplib/Makefile.in) |
| - Added a check for various random functions. |
| - Included another ifdef to ensure no #define loops occur with str/index fns. |
| |
| hardaker 3 May 96 14:35:27 |
| - (agent/snmp_var_route.c,snmp_vars.c) |
| - Changed the interface counter to a short for all architectures (bus err) |
| - Undefed a function that is never used. |
| |
| hardaker 3 May 96 14:37:17 |
| - (agent/snmp_vars.c) Solaris fix for interfaces. |
| - From Dan A. Dickey <ddickey@transition.com> |
| |
| hardaker 3 May 96 14:40:18 |
| - (apps/snmptrap.c) Added #include<sys/sockio.h> |
| |
| hardaker 9 May 96 13:24:00 |
| - (apps/snmpset.c) Added '.' as a delimiter for decimal encoded strings. |
| |
| hardaker 9 May 96 13:27:40 |
| - (acconfig.h, configure.in, snmplib/Makefile.in) |
| - Added a check for various random functions. |
| - Included another ifdef to ensure no #define loops occur with str/index fns. |
| |
| hardaker 9 May 96 13:33:12 |
| - (acconfig.h,agent/{Makefile,snmp_vars.c},agent/extensible/many): |
| - Added support for passthru mibs. Total control is handed to exec's. |
| |
| hardaker 9 May 96 16:14:28 |
| - (configure.in): Solaris specific cpp flags added for SUNspro's cpp. |
| - (agent/{snmp_vars,snmpd}.c,agent/extensible/{extensible,misc,pass}.c, |
| snmplib/{mib,snmp_client}.c): |
| - Cleaned up prototypes to match more carefully (with Solaris's spro cc). |
| |
| hardaker 10 May 96 10:27:14 |
| - (kernel_sunos5.c): A patch to fix a virtual interface problem. |
| - patch supplied by "Dan A. Dickey" <ddickey@transition.com> |
| |
| hardaker 10 May 96 18:16:57 |
| - (many): Mereged baggesen-3-0-7-2 branch into main trunk. |
| |
| hardaker 13 May 96 15:56:45 |
| - (agent/extensible/misc.c): exec Names were getting included in the command. |
| |
| hardaker 13 May 96 15:57:43 |
| - (agent/extensible/misc.c): close file descriptors before re-starting agent. |
| |
| hardaker 13 May 96 15:58:44 |
| - (agent/snmp_agent.c, agent/snmp_vars.c, agent/extensible/extensible.c): |
| - Bug fix: GLOBALSECURITY bug: save rightmost two bits in acl. |
| |
| hardaker 13 May 96 15:59:30 |
| - (snmplib/snmp_impl.h): Change RWRITE to include Write for V2 bits. |
| |
| hardaker 15 May 96 08:59:51 |
| - (agent/extensible/pass.c) Patch from Niels Baggesen <recnba@mediator.uni-c.dk> |
| - Implemented missing parts of interface address and network output (-i) |
| |
| hardaker 15 May 96 09:02:24 |
| - (agent/kernel_sunos5.c) Patch from "Dan A. Dickey" <ddickey@transition.com> |
| - Better caching algorithm for improved speed. |
| |
| hardaker 15 May 96 09:05:49 |
| - (*/.cvsignore) ignore file update. |
| |
| hardaker 15 May 96 09:06:49 |
| - (Makefile.in,sedscript.in) Added PREFIX to the sedscript. |
| |
| hardaker 15 May 96 09:07:35 |
| - (EXAMPLE.conf.def, man/snmpd.conf.5.def): documented pass thru mibs. |
| |
| hardaker 15 May 96 09:29:21 |
| - (COPYING, README, TODO) Release docs updated. |
| |
| hardaker 15 May 96 09:50:15 |
| - (agent/kernel_sunos5.c) patch mistake. |
| |
| hardaker 15 May 96 09:51:12 |
| - (agent/extensible/read_config.c): ansi semantic fix for '<'. |
| |
| hardaker 15 May 96 09:51:37 |
| version tag ( 3.1.A1 ) |
| |
| hardaker 15 May 96 12:00:57 |
| - (INSTALL) make install as root. |
| |
| hardaker 15 May 96 12:03:54 |
| - (README) Added a note (pointer to docs) on the agent's extensiblity. |
| |
| hardaker 15 May 96 12:23:40 |
| - (apps/snmpnetstat/if.c) removed & in front of array passed as arg. |
| |
| hardaker 15 May 96 12:35:16 |
| - (sedscript.in) Fixed a horrible typo. P -> PREFIX |
| |
| hardaker 22 May 96 08:50:28 |
| - (man/Makefile.in) Updated the way sedscript is used. |
| |
| hardaker 22 May 96 08:51:01 |
| - (config.guess, configure, install-sh, mkinstalldirs): Autoconf-2.10 |
| |
| hardaker 22 May 96 12:50:24 |
| - (agent/kernel_sunos5.c, snmp_vars.c, |
| agent/extensible/extensible.c,readconfig.c,snmp_vars.c): |
| - Patch from Niels Baggesen <recnba@mediator.uni-c.dk>: |
| - finally nailed that missing initialization that gave problems |
| with the AT subtree |
| - I also implemented the disk part of the extensibility in the |
| attached patch. |
| |
| hardaker 22 May 96 12:55:33 |
| - (apps/snmpnetstat/if.c): Patch from Niels Baggesen <recnba@mediator.uni-c.dk> |
| - reworked the way snmpnetstat -i works. |
| |
| hardaker 23 May 96 14:43:49 |
| - (acconfig.h, config.h.in): Don't define random if it already exists. |
| |
| hardaker 23 May 96 14:44:15 |
| - (extensible.c): Added a disk warning to stderr. |
| |
| hardaker 23 May 96 14:44:39 |
| - (acl.c, party.c, view.c): removed NULL defines. |
| |
| hardaker 23 May 96 14:56:42 |
| - (if.c): type casting bugs. |
| |
| hardaker 23 May 96 16:28:08 |
| - (acl.c, party.c): include stdio.h |
| |
| hardaker 23 May 96 17:09:24 |
| - (config*, extensible.c): fixed disk checks on Solaris and alpha's |
| - use statvfs over fstab if both present. |
| |
| hardaker 23 May 96 17:48:09 |
| - (config*): check for getmntent. |
| |
| hardaker 24 May 96 12:23:52 |
| - (snmplib/parse.c): parsing fixes from Mike Perik <mikep@crt.com> |
| |
| hardaker 24 May 96 12:39:51 |
| - (README): Added a thanks section. |
| |
| hardaker 24 May 96 13:08:28 |
| - (EXAMPLE.conf.def): minor example file changes. |
| |
| hardaker 24 May 96 13:09:02 |
| - (config*): Check for sys/mnttab.h |
| |
| hardaker 24 May 96 13:09:52 |
| - (read_config.c): ifdef cleanup |
| |
| hardaker 24 May 96 13:10:34 |
| - (parse.c): declarations cleanup |
| |
| hardaker 24 May 96 13:13:21 |
| - (snmpd.conf.5.def): note on creating comments added. |
| |
| hardaker 24 May 96 13:38:46 |
| - (read_config.c): #ifdef typo |
| |
| hardaker 24 May 96 13:54:25 |
| - (acconfig.h, config.h.in): define memmove if not defined and memcpy is. |
| |
| hardaker 24 May 96 13:55:14 |
| - (if.c, route.c): cast returns from index to char *. |
| |
| hardaker 24 May 96 14:02:53 |
| - (config*): check for memmove before you define it. |
| |
| hardaker 24 May 96 14:53:20 |
| - (read_config.c): printf -> DODEBUG check |
| |
| hardaker 24 May 96 15:28:41 |
| - (accconfig.h, config.h.in): #ifdef typos |
| |
| hardaker 24 May 96 15:29:13 |
| - (snmp_vars.c): removed some ifdef requirements. |
| |
| hardaker 24 May 96 15:29:29 |
| - (snmp_vars.h): reorganized |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes: V3.0.7.1 -> V3.0.7.2 |
| |
| Niels Baggesen <recnba@mediator.uni-c.dk> 1 May 96 12:37:35 |
| - (many) Fixes for Solaris (2.5) submitted by |
| Niels Baggesen <recnba@mediator.uni-c.dk>: |
| "Some are my own, others are from Yuri Rabover who originally |
| created the patch. Some of this is there to eliminate the |
| dependency on the ucblib compatibility stuff, some is "cosmetic", |
| but it also fixes a serious problem in the agent, where walking |
| the mib tree can loop endlessly if you have multiple network |
| interfaces." |
| |
| hardaker 1 May 96 13:54:18 |
| - (configure*, agent/extensible/{read_config,extenisble}.c): |
| - configurified (new word) some of Niels' changes and the bcopy/memmove stuff. |
| |
| hardaker 1 May 96 13:55:16 |
| - (man/snmpd.1.def,snmpd.conf.5.def) .C -> .B, to increase nroff portability. |
| |
| hardaker 1 May 96 14:35:23 |
| - (agent/route_write.c,agent/extensible/extensible.c): |
| - netbsd1.1B specific fixes: clash with sys_errlist and rt_dst defines. |
| |
| hardaker 1 May 96 14:37:09 |
| - (local/snmpcheck) Tk-b10 fixes. |
| |
| hardaker 1 May 96 14:37:25 |
| - (sedscript.in) forgot NETBSD1ID def. |
| |
| hardaker 1 May 96 14:56:21 |
| - (acconfig.h,agent/extensible/mibdefs.h): removed coments/spaces from defines. |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes: V3.0.7 -> V3.0.7.1 |
| |
| hardaker 25 Apr 96 12:18:43 |
| - (ChangeLog, acconfig.h, config.h.in) Defined DEBUGP if DODEBUG is not defined. |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes: V3.0.6 -> V3.0.7 |
| |
| hardaker 5 Apr 96 16:11:39 |
| - (local/snmpcheck.def) Tk-b8 => Tk-b10 changes |
| |
| hardaker 5 Apr 96 16:12:22 |
| - (configure) autoconf-2.7 -> autoconf-2.9 |
| |
| hardaker 5 Apr 96 16:15:11 |
| - (snmplib/asn1.c) removed a required 'unix' define surrounding a header file. |
| |
| hardaker 5 Apr 96 16:19:35 |
| - (man/Makefile.in) Added a 'clean' definition to the Makefile. |
| |
| hardaker 12 Apr 96 14:51:08 |
| - Changed nlist warnings to only print if DODEBUG is defined in config.h |
| |
| hardaker 12 Apr 96 14:51:42 |
| - (agent/snmp_vars.c, agent/extensible.c) |
| - Changed nlist warnings to only print if DODEBUG is defined in config.h |
| |
| hardaker 12 Apr 96 16:49:23 |
| - (snmp_var_route.c) |
| - Changed nlist warnings to only print if DODEBUG is defined in config.h |
| - (many) Added support for hppa1.1-hp-hpux10.01 |
| - totally! redid the routing tables for BSD 4.4 derived systems |
| (alpha, hpux10.01+, netbsd) since hpux10 doesn't have 4.3 compat structs. |
| - (ece-mib.def) Capitalization problem. |
| - (configure.in) |
| - Cleaned up kernel checking |
| - Started using a autoconf 2.8 feature to check for cache values. |
| |
| hardaker 15 Apr 96 12:53:40 |
| - (configure) New command line option: --enable-debugging. Turns on debugging. |
| - (configure) Fixes for type checking of 4.4 rtentry structures on alphas. |
| |
| hardaker 15 Apr 96 14:11:39 |
| - (configure) New command line option: --with-defaults. Don't prompt the user. |
| - (configure) bug fixes: wasn't quoting kernel and dmem location. |
| - (configure) gcc cpp requires -x c to accept .in file suffix. |
| |
| hardaker 15 Apr 96 14:36:48 |
| - (agent/snmpd.c) Fixed 2 gettimeofday calls -- added a NULL timezone ptr. |
| |
| hardaker 16 Apr 96 09:47:18 |
| - (configure) I forgot DMEM_LOC needs to be #undef'ed if not found |
| |
| hardaker 16 Apr 96 09:48:06 |
| - (agent/{route_write.c,snmp_var_route.c}) OSF3.2 specific changes. arg. |
| |
| hardaker 16 Apr 96 18:08:29 |
| - (snmpd.c) Added fflush calls after printing packet dumps |
| |
| hardaker 24 Apr 96 08:36:06 |
| - (configure.in) More header file checks (vm/vm.h (+ others) and ufs/ffs/fs.h) |
| |
| hardaker 24 Apr 96 08:36:50 |
| - (agent/extensible/extensible.c) Include ufs/ffs/fs.h if available. |
| |
| hardaker 24 Apr 96 08:37:13 |
| - (agent/Makefile.in) Forgot a quote. (why hasn't this appeared before?) |
| |
| hardaker 24 Apr 96 08:38:18 |
| - (agent/alarm.c) Fixed some define naming conflicts for NetBSD (timeradd()). |
| |
| hardaker 24 Apr 96 08:44:45 |
| - (agent/snmp_var_route.c,snmp_vars.c) more config files for NetBSD. |
| - (agent/snmp_vars.c) removed arp tables for netbsd. |
| |
| hardaker 24 Apr 96 08:54:07 |
| - (acconfig.h, config.h.in, ece-mib.def, ov/*) Added NetBSD to sys-OID returned. |
| |
| hardaker 24 Apr 96 08:54:39 |
| - (man/.cvsignore) added snmpd.1 |
| |
| hardaker 24 Apr 96 09:00:21 |
| - (README) updated |
| |
| hardaker 24 Apr 96 09:07:40 |
| - (INSTALL) updated |
| |
| hardaker 24 Apr 96 11:46:52 |
| - (agent/snmp_var_route.c) Checked for sys/mbuf for determining rtentry.rt_next |
| |
| hardaker 24 Apr 96 11:55:10 |
| - (agent/snmp_var_route.c) @#$%ing solaris |
| |
| hardaker 24 Apr 96 13:25:48 |
| - (config*,agent/snmp_var_route.c) config checking for rtentry.rt_next |
| |
| hardaker 24 Apr 96 14:37:47 |
| - (local/snmpcheck) new pref: don't pop forward on new problems. |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes: V3.0.5 -> V3.0.6 |
| |
| hardaker 24 Jan 96 16:31:20 |
| - Returning EXTENSIBLEDOTMIB.AGENTID as the new objectid |
| |
| Dave Shield <D.T.Shield@csc.liv.ac.uk> 24 Jan 96 16:33:08 |
| - Patch from Dave Shield <D.T.Shield@csc.liv.ac.uk> |
| - fixes -p PORT command line option to actually use the requested port. |
| - fixes the -l LOGFILE command line option to actually use it. |
| |
| hardaker 24 Jan 96 16:36:51 |
| - (Makefile, config.h, ece-mib.*, sedscript.in) |
| - changed the way mib.txt is built |
| - split the command into two parts to build a ece-mib.txt as well |
| - added a new ObjectID addition to ece-mib.txt |
| - DEFMAXLOADAVE -> DREMOVEMEEFMAXLOADAVE |
| |
| hardaker 26 Jan 96 08:25:08 |
| - The Solaris 2.5 kernel has moved to /kernel/genunix |
| - Thanks goes to pommier@volnay.stortek.com (Vincent Pommier (Toulouse)) |
| |
| hardaker 9 Feb 96 17:05:00 |
| - Better OpenView support |
| - Returns different sysObjectID's for each architecture |
| - Added a 'ov' directory for OpenView support files |
| - currently contains necessary files to support a UCD bitmap file |
| for hosts using the ucd-snmp agent. See the ov/README file for details. |
| |
| hardaker 12 Feb 96 14:28:27 |
| - (acconfig.h, config.hin, agent/extensible/misc.c) |
| - The agent now sets an alarm to restart rather than doing at the |
| snmpset time to return a value to the snmpset request. |
| |
| hardaker 16 Feb 96 16:32:41 |
| - (acconfig.h,config.h.in, agent/snmp_agent.c, agent/extensible/read_config.c) |
| - .conf file addition: "community N STRING" to change community names |
| |
| hardaker 21 Feb 96 16:12:39 |
| - (Makefile.in, sedscript.in, man/Makefile.in, man/snmpd.conf.5.def) |
| - Added the beginnings of a snmpd.conf manual page. |
| |
| hardaker 21 Feb 96 16:15:36 |
| - (apps/Makefile.in, apps/snmptrap.c) |
| - Added apps/snmptrap |
| - code taken from 2.0.1 and submitted to me by francus@metsny.delphi.com. |
| - I have yet to test it. |
| |
| hardaker 6 Mar 96 09:09:15 |
| - (agent/snmpd.c) Added O_TRUNC to the logfile open() call. |
| |
| hardaker 6 Mar 96 10:06:24 |
| - (agent/extensible/read_config.c) small bugs fixed |
| - disk entries with no size specified caused seg-faults. |
| - better type checking on MIB for 'exec MIB' entries. |
| - more error messages added. |
| |
| hardaker 6 Mar 96 16:38:16 |
| - (ece-mib.def) |
| - Changed capitalization schemes to be mosy compliant. |
| - Made the memory mib SYNTAX point to the Memory sequence like it should. |
| |
| hardaker 6 Mar 96 16:58:11 |
| - (snmplib/mib.c) printed values for timeticks are no longer negative. |
| |
| hardaker 8 Mar 96 10:31:34 |
| - (snmplib/snmp_client.c) Check if variable content is NULL before using. |
| |
| hardaker 8 Mar 96 16:56:08 |
| - (agent/extensible/exec.c) |
| - relocatable exec's failed to close the cache file. |
| |
| hardaker 11 Mar 96 13:37:25 |
| - (snmp_var_route.c, snmp_vars.c, extensible.c): commented out nlist warnings. |
| |
| hardaker 11 Mar 96 15:17:26 |
| - (man/{Makefile.in,snmpd.1.def,snmpd.conf.5.def},versiontag,sedscript.in): |
| - cleaned up documentation more and added the version number to the trailers. |
| |
| hardaker 11 Mar 96 15:17:57 |
| - (README): cleaned up, re-arranged, shortened (sections moved to man/* docs). |
| |
| hardaker 11 Mar 96 15:40:17 |
| |
| - (README): more clean up and added reference to the ucd-snmp mailing list. |
| |
| Giovanni S. Marzot <gmarzot@baynetworks.com> 11 Mar 96 15:57:20 |
| |
| - (snmplib/snmp_api.c): fixed a timeout bug caused by architectures |
| with an unsigned timeval.tv_sec value. |
| - Thanks goes to Giovanni S. Marzot <gmarzot@baynetworks.com> for |
| the patch! |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes since V3.0.4 |
| |
| hardaker 19 Jan 96 17:31:16 |
| - (configure*) |
| - updated to autoconf v2.7 |
| - Hopefully now using correct 'make' definitions |
| |
| hardaker 19 Jan 96 17:32:57 |
| - (agent/extensible/*.c) |
| - Declaired more static variables (long_ret) to fix sun4s exit codes (again). |
| |
| hardaker 22 Jan 96 16:27:30 |
| - (acconfig.h, agent/snmp_vars.c, agent/extensible/*.c) |
| - Added new defines to turn on/off sections of the extensible mib. |
| - This also fixes the mib.txt file definitions if something is turned off. |
| - (Makefile.in) removed ${srcdir} from the front of stamp-h.in |
| |
| hardaker 22 Jan 96 17:18:58 |
| - (local/Makefile.in) Added a chmod to make the snmpcheck script executable |
| |
| hardaker 22 Jan 96 17:23:17 |
| - (local/snmpcheck) |
| - added agent controls: restart, updateconfig, clearcache. |
| - removed an old debugging printf. |
| - ctrl-f => fixall. |
| - Added keyboard accelerators to the associated menu items. |
| - Made highlightThickness a global parameter via $window->option('add'). |
| - Added a entry box to the executable commands with the command to run. |
| |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes since V3.0.3 |
| |
| hardaker 23 Oct 95 16:37:43 |
| - (extensible.c) stopped reporting anything for the disk mib if no |
| disks were defined in the snmpd.conf file. This was causing an |
| error in the agent's error mib when no disks were defined and |
| someone walks the disk mib. |
| |
| hardaker 20 Nov 95 16:04:47 |
| - (README) Added pointer to this file via ftp |
| |
| hardaker 20 Nov 95 16:05:12 |
| - (TODO) Find and fix memory leak sometime |
| |
| hardaker 20 Nov 95 16:07:45 |
| - (configure.in) Check for -lelf for solaris 2.3 and younger |
| - (configure.in) More solaris specifics: -DSVR4 |
| - (configure.in) Caches initial prompt in the configure script so you |
| won't be bugged twice by the initial question. |
| |
| hardaker 20 Nov 95 16:08:49 |
| - (config.h.in) Check for -lelf for solaris 2.3 and younger |
| |
| hardaker 20 Nov 95 16:09:37 |
| - (all autoconf built files) Updated everything to autoconf 2.5 |
| |
| hardaker 20 Nov 95 16:10:49 |
| - (trapnotif) Logs no-response errors. |
| - (trapnotif) Better string checking (quotes all variables now) |
| |
| hardaker 1 Dec 95 16:20:13 |
| - local/snmpcheck: *new features* |
| - handles failed snmpwalk/get/sets much more gracefully now |
| - new preference: You can pick what types of problems to check for |
| - -f on the command line only checks for fixable problems |
| - no longer ping::echos hosts before checking them |
| - instead relies on 'No Response' type replies from snmpwalk/get to |
| determine if a host is up. |
| - ping the host is still an option (through the command line and menus) |
| - converted from Tk-b4 to Tk-b8 |
| - Added a logging window for debugging and tracking of actions. |
| - new command line options: -V NUM initial log verbosity level |
| -L show the log window at startup |
| - Now translates mib numbers into more reasonable names |
| |
| hardaker 5 Dec 95 14:57:14 |
| - (configure*) added AC_TYPE_PID_T to the configure checks |
| |
| hardaker 5 Dec 95 15:01:10 |
| - (snmpcheck) |
| - New flag: -d, don't start checking anything. Just bring up interface. |
| - check for blank output of snmpget before parsing with s///g |
| constructs. |
| |
| hardaker 5 Dec 95 15:05:20 |
| - (agent/extensible) |
| - Bug fix: alphas and sunoses were reporting incorrect extensible |
| exit codes. (yet another 64/32 bit bug found). |
| - Bug fix: agent-update,restart, and cache mib flush entries were |
| returning values instead of pointers to values. |
| |
| hardaker 13 Dec 95 15:27:19 |
| - (agent/extensible/misc.c) bug fixes for exec items: |
| - a second snmpwalk of the exec item would return the old cache |
| file. Fixed by reseting the last cachetime to 0 to always rescan |
| after fork/pipe/memory/etc errors. |
| - Made lastresult a static var. Was returning wrong exit codes |
| under, strangely enough, only sunos-4 machines. |
| |
| hardaker 20 Dec 95 09:53:10 |
| - snmp_open calls getservbyname only once now, at the request of Gary |
| Hayward <gah@dirac.bellcore.com>. |
| |
| hardaker 20 Dec 95 15:56:16 |
| - Found and fixed a memory leak in the routing table mib. |
| |
| hardaker 28 Dec 95 10:01:35 |
| - Added sedscript to the .cvsignore file. |
| |
| hardaker 28 Dec 95 10:24:37 |
| - Added a sedscript which is built from config.h and agent/extensible/mibdefs.h |
| - used to dynamically build mib.txt and local/snmpcheck. |
| |
| hardaker 28 Dec 95 12:06:49 |
| - Created a EXAMPLE.conf file for example usage. |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes since V3.0.2.1 |
| |
| hardaker 29 Sep 95 13:43:49 |
| - ported to GNU's autoconfig2.4 |
| - to install, you must now run ./configure first to generate the |
| Makefiles and config.h |
| - almost all of the code is now dynamically checked for problems |
| rather than being dependant on architecture names. |
| - system name now dynamically determined at run time (from uname -n) |
| - created a 'make depend' call (finally). |
| - (agent/snmp_vars.h) changed SYSNAME define to SYSTEMNAME define to |
| avoid a conflict with a solaris header file. |
| - protecting better against include header files twice. |
| - Most of port to Solaris 2.4 finished. The kernel reads still need work. |
| |
| hardaker 29 Sep 95 13:46:43 |
| - (NEWS) updated the news file. |
| |
| hardaker 3 Oct 95 09:24:00 |
| (acconfig.h) Minor bug: recursive comments not correct for compilers (AIX) |
| |
| hardaker 3 Oct 95 09:43:54 |
| (versioninfo.c) Added 3-0-3-A1 tag |
| |
| hardaker 4 Oct 95 16:53:39 |
| version tag of versioninfo.c |
| |
| hardaker 5 Oct 95 15:23:05 |
| - More Solaris porting. |
| - Most mibII entries now work. |
| - Haven't checked returned information for accuracy |
| - sysUpTime still fails. |
| - cc and gcc both compile everything now. |
| |
| hardaker 5 Oct 95 15:48:23 |
| version tag of versioninfo.c |
| |
| hardaker 6 Oct 95 11:37:00 |
| - (README) Moved INSTALLATION instructions to INSTALL |
| Changed listing of supported architectures |
| Updated AVAILABILITY section |
| |
| hardaker 6 Oct 95 16:28:48 |
| version tag of versioninfo.c |
| |
| hardaker 6 Oct 95 16:32:04 |
| - (snmpd.c) Added two new flags: |
| -h for help |
| -v for version information |
| |
| hardaker 6 Oct 95 16:32:43 |
| - (parse.c, snmp.c) added config.h to the list of includes. |
| |
| hardaker 6 Oct 95 16:40:38 |
| - (snmpd.c) Usage of --help and --version should work now... GNU standard. |
| |
| hardaker 6 Oct 95 16:41:18 |
| - (NEWS/-TODO) -h/--help, -v/--version command line options |
| |
| hardaker 11 Oct 95 17:33:26 |
| - The configure script now prompts for important values to be put in |
| config.h. Some things need to use $(prefix) instead however. |
| - (Makefile.in, agent/Makefile.in, apps/Makefile.in) |
| + linking to ../snmplib/libsnmp.a instead of ../lib/libsnmp.a to |
| remove install requirement. |
| + put ../lib/libsnmp.a in application |
| |
| hardaker 13 Oct 95 15:45:28 |
| - (snmpd.c) Added -p port to --help output |
| - (config) Setup to use --prefix to look for config files. |
| |
| hardaker 16 Oct 95 13:01:39 |
| - (Makefiles) Fairly decent 'make install' now possible. Installs |
| into the directory specified by --prefix for the ./configure script. |
| - (extensible.c) config file re-location: now uses the SNMPLIBPATH |
| defined loosely as $(prefix)/lib/snmp/. |
| |
| hardaker 16 Oct 95 15:02:01 |
| - (Makefiles) make install echos what its doing in a more clear fashion |
| - (INSTALL) added better instructions to the INSTALL file. |
| - (README) minor wording changes |
| |
| hardaker 16 Oct 95 16:21:43 |
| - (snmpd.c) was still looking in /etc for two .conf files. |
| |
| hardaker 16 Oct 95 16:43:12 |
| - (apps) all apps were still looking in /etc/ for .conf files |
| |
| hardaker 17 Oct 95 16:58:32 |
| version tag ( 3.0.3 ) of versioninfo.c |
| |
| hardaker 17 Oct 95 17:00:22 |
| - ChangeLog update |
| |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes since V3.0.2 |
| |
| hardaker 21 Sep 95 09:27:18 |
| (snmplib/md5.c) Forgot to include sys/types.h for u_long definition. |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes since V3.0.1 |
| |
| hardaker 26 Jul 95 16:31:41 |
| - Added a new #define: EXIT_ON_BAD_KLREAD to config.h |
| If defined, and an error occurs while reading the kernel contents, |
| the agent will exit. This was the default. I wanted it to |
| continue. |
| |
| - Port to dec-alpha/OSF 3.1 |
| - alpha's long is 8 bytes, not 4. |
| - should be (mostly) 64 bit clean now. |
| - cleaned up a LOT of bugs CMU code in the process. |
| |
| hardaker 28 Jul 95 14:23:41 |
| Yet more problems fixed in the alpha port. |
| -- more int -> long checking. |
| |
| hardaker 31 Jul 95 16:27:47 |
| - snmpcheck changes: |
| - terminal (ascii) based supported fixed. |
| - Detects presence of a DISPLAY variable. |
| - Now requires the Term::Readkey package. |
| - asks users weather to fix problems |
| - raises and deiconifies when new problems are found |
| - sets the background color of new problems to pinkish |
| - new preference: ping host? |
| - global key bindings: |
| ctrl-q = quit; ctrl-h = hide; ctrl-s = seen all |
| |
| hardaker 1 Sep 95 11:57:52 |
| - Fixed alpha's kernel lookups: |
| * CMU code was passing ints into lseek (needs long). |
| |
| hardaker 18 Sep 95 16:09:25 |
| Minor mods to README file. |
| |
| hardaker 18 Sep 95 16:13:49 |
| Minor bug: |
| (sh_count_procs) check if returned file descriptor > 0 before continuing |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes since V3.0 |
| |
| hardaker 16 Jun 95 10:13:53 |
| Removed 'gmake' -> 'make' in agent/Makefile |
| |
| hardaker 16 Jun 95 10:15:42 |
| House cleaning |
| - Compiles cleanly on hpux/gcc |
| (except one include file error I don't have control over.) |
| - Change VERSION_ID -> VERSIONID to avoid conflicts with HP's includes. |
| |
| hardaker 16 Jun 95 14:13:53 |
| House Cleaning: |
| Took out gcc/ansi requirement for the agent. |
| perror() is called more frequently for log archival |
| |
| New Bug/Haven't solved: |
| HP-UX: if agent/*.c and agent/extensible/*.c are built with gcc, |
| DisplayStrings return garbage. No clue as to why. |
| |
| hardaker 16 Jun 95 14:20:48 |
| House Cleaning: |
| Missed a VERSION_ID |
| |
| hardaker 21 Jun 95 09:11:27 |
| Changed another "empty" error message in the CMU code to a real warning. |
| |
| hardaker 21 Jun 95 09:15:31 |
| Bug Fix: |
| Stopped returning a pointer to a non-static char array... (-> static char) |
| Passing wrong pointer to seterrorstatus() in setPerrorstatus() |
| |
| Feature: |
| Added a setable mib entry to the version mib to re-read the config file(s). |
| |
| hardaker 21 Jun 95 09:18:37 |
| ece-mib.def: |
| Bug Fix: |
| Loadave mib: Integer -> DisplayString |
| versionClearCache: -> read-write (was read-only) |
| |
| Feature: |
| Added a setable mib entry to the version mib to re-read the config file(s). |
| |
| hardaker 21 Jun 95 09:19:17 |
| Changed default CC to cc again. |
| |
| hardaker 21 Jun 95 09:20:23 |
| snmplib: |
| Bug fix: fdset -> (int *) fdset in select call. |
| |
| hardaker 10 Jul 95 11:27:00 |
| Two new command line options: |
| -l LOGFILE Outputs stderr/out to LOGFILE (overrides config.h def) |
| -L Do NOT write to a log file (overrides config.h) |
| |
| hardaker 10 Jul 95 12:29:32 |
| - More perror()s converted to set the snmp error status flag on the agent. |
| - error status flag is now prioritized. perrors get the highest so |
| other errors won't override them if they happen at a later time. |
| - Added the beginnings of a restart mib to the version mib of the |
| agent. Setting this writable mib to one will cause it to exec |
| itself again (for remote restart/updates). |
| |
| hardaker 10 Jul 95 12:30:19 |
| Minor comment change in config.h |
| |
| hardaker 14 Jul 95 15:12:40 |
| - Finished the restart mib. This is a setable sub-mib of the version |
| mib, default to VERSION.12(.1). If snmp-set to '1', it will restart |
| the agent. |
| |
| * A side effect of this is that it restarts 3 times or so, since it |
| never returns a responce to the program generating the request. |
| If said program tries to resend the request (which most do), it |
| will AGAIN restart the agent... oh well. |
| |
| hardaker 14 Jul 95 15:15:31 |
| - snmpcheck (tk-perl-b4 script) is pretty stable at this point. I |
| lost curses support, and need to re-add it still, so it is still |
| beta. It does expect a log file of problems to exist (point it to |
| /dev/null), and needs to know the locations of the mibs to check |
| (which aren't configured by 'make'), so it needs some work. |
| However, it will query an agent, check its problems based on the |
| status of the error flag (or return code) being >1 and report them |
| with neat GUI-buttons and stuff (oh wow). No documentation on it though. |
| |
| ------------------------------------------------------------------------------- |
| |
| Changes since 3-0A1: |
| |
| hardaker 2 Jun 95 16:23:46 |
| - version update |
| |
| hardaker 5 Jun 95 12:44:46 |
| - agent/extensible/Makefile: |
| -- no longer requires GNU make |
| -- etags no longer run by default |
| |
| - SunOS additions: |
| -- loadaverage checking MIB enabled |
| -- disk checking MIB enabled |
| |
| hardaker 9 Jun 95 10:21:07 |
| - Added a SNMPBLOCK option to the config.h file. Supposedily setting |
| this to zero (now the default) will allow snmp requests to time out. |
| Haven't tested it throughly. |
| -- Contributed by Sanjai Narain <narain@thumper.bellcore.com> |
| |
| hardaker 9 Jun 95 10:21:51 |
| - Correctly ordered the mib table list. |
| -- Need to write a dynamic checker/re-orderer. |
| |
| hardaker 9 Jun 95 10:23:35 |
| - Correct usage for snmpwalk is now possible. IE, snmpwalk target |
| .1.3.6.1 will now browse the entire tree. |
| -- Still fails on relocatable extensible mibs and will until I |
| write a dynamic tree builder. |
| |
| hardaker 9 Jun 95 14:08:15 |
| - Changed test -x to test -f in snmplib/Makefile. Not all OSes |
| (ie ultrix) handle this. |
| |
| hardaker 12 Jun 95 10:35:38 |
| - local/trapnotif: |
| -- uses snmpv2 now (correctly) |
| |
| hardaker 12 Jun 95 10:37:46 |
| - Reports all errors through the error mib now instead of through perror(). |
| - Cleaned up error handling. Shouldn't handle errors nicely if system |
| errors occur when scanning an extensible mib. |
| |
| hardaker 14 Jun 95 11:24:20 |
| agent: |
| - Mib table is now qsorted at run time and the extensible variables are |
| sorted in at this time. This brings the agent up to correct |
| SNMPwalk/getnext protocols. You can now walk the entire tree |
| including the extensible sections and it won't stop. |
| * This has an added bonus of checking the mib table |
| (agent/snmp_vars.c) for correct order. I have added things to the |
| wrong location too many times and caused the agent to function |
| incorrectly. Major win. |
| |
| hardaker 14 Jun 95 12:56:49 |
| - Cleaned up/Added more documentation to config.h |
| - GLOBALSECURITY now uses the left most four bits in the MIB acl. |
| This is more compatible with the CMU code than using the left most |
| 2, which was done previously. |
| |
| |
| hardaker 14 Jun 95 13:43:38 |
| - Added more documentation to the README file. |
| - Created a mailing list to handle announcements |
| (ucd-snmp-announce@ucd-snmp.ucdavis.edu) |
| |
| |