ChangeLog
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:2891k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. 2002-08-01 01:11  dts12
  2.    * README.win32:
  3.    Minor typos, plus emphasise the need for the IpHlpAPI library.
  4.    
  5. 2002-07-30 08:26  dts12
  6.    * local/snmpconf.dir/snmp-data/output:
  7.    Recognise '0' as a valid setting for suffixPrinting, and update the
  8.    prompts to match the v5 output formats defaults. See Bug #567451
  9.    
  10. 2002-07-30 07:59  dts12
  11.    * apps/snmptable.c:
  12.    First attempt at tackling Bug #574434
  13.    Recognise that default output format is equivalent to -OS.
  14.    Snmptable still crashes with -Of or -Ou, but at least the
  15.    default invocation works.
  16.    
  17. 2002-07-30 05:41  dts12
  18.    * win32/libsnmp_dll/libsnmp.def:
  19.    Export newly-defined public names, and re-export some routines that
  20.    have changed name.  This should now compile under Visual C++ again.
  21.    
  22. 2002-07-30 02:27  dts12
  23.    * agent/helpers/table_dataset.c:
  24.    Don't remove a Row-Status auto-deleted row until the last minute,
  25.    in case other (lower) handlers try to access it.
  26.    
  27. 2002-07-30 01:38  dts12
  28.    * FAQ (V4-2-patches.1), FAQ:
  29.    Mention the need to escape quotes when querying string-indexed tables.
  30.    
  31. 2002-07-29 23:56  rstory
  32.    * include/net-snmp/agent/table_array.h:
  33.    update register function name
  34.    
  35. 2002-07-29 23:55  rstory
  36.    * local/mib2c.array-user.conf:
  37.    autogen example code for index checking in extract_index; update register
  38.    function name; use container in *_get_by_idx()
  39.    
  40. 2002-07-29 16:23  rstory
  41.    * local/mib2c.array-user.conf:
  42.    update for new struct name; add example code as comments instead of var_XXX
  43.    and such; in a few important places add code which will allow a newly
  44.    generated module to be compiled if -DTABLE_CONTAINER_TODO is specified;
  45.    probably a few other tweaks I forgot
  46.    
  47. 2002-07-29 03:06  dts12
  48.    * agent/helpers/: table_array.c, table.c, table_data.c
  49. , table_dataset.c, table_iterator.c:
  50.    Protect against deferencing NULL pointers.
  51.    (Most of these Should Never Happen but You Can't Be Too Careful!)
  52.    
  53. 2002-07-29 03:03  jbpn
  54.    * agent/mibgroup/kernel_sunos5.c:
  55.      - detect `dmfe' ethernet cards as found on Netra X1 machines.
  56.        Thanks to John Olson for verifying this fix.
  57.    
  58.        Also note that `indent' has ----ed the formatting of this file
  59.        beyond legibility in several places.  I don't think we want to
  60.        do *that* again.
  61.    
  62. 2002-07-29 02:40  dts12
  63.    * agent/helpers/table_dataset.c:
  64.    Fuller validation of RowStatus values wrt row creation/existing rows.
  65.    
  66. 2002-07-29 01:25  dts12
  67.    * win32/: libsnmp/libsnmp.dsp, libsnmp_dll/libsnmp_dll.dsp
  68. , netsnmpmibs/netsnmpmibs.dsp:
  69.    Take account of recent changes in library files.
  70.    'Release' applications still don't link properly, but at least
  71.    the libraries compile, and the 'Debug' side seems to work.
  72.    
  73. 2002-07-29 01:23  dts12
  74.    * include/net-snmp/system/aix.h:
  75.    Tweak inline handling for AIX - suggested by Andy Hood.
  76.    
  77. 2002-07-26 10:52  rstory
  78.    * snmplib/Makefile.in:
  79.    remove autodependencies until portable solution can be found
  80.    
  81. 2002-07-26 08:41  dts12
  82.    * win32/: mib_module_config.h, mib_module_includes.h,
  83.    mib_module_inits.h:
  84.    Remove mention of the (obsolete) ucd-snmp/registry module.
  85.    
  86. 2002-07-26 07:32  dts12
  87.    * win32/net-snmp/net-snmp-config.h:
  88.    Protect the Win32 version of the config file, so that the other header
  89.    files recognise that it has indeed been included.
  90.    
  91. 2002-07-26 07:24  dts12
  92.    * FAQ (V4-2-patches.0), FAQ:
  93.    A bit more detail on mib2c, plus the non-writeability of sys{Location,Contact}
  94.    
  95. 2002-07-26 05:22  dts12
  96.    * FAQ (V4-2-patches.9), FAQ:
  97.    Another entry about invalid use of mib2c.
  98.    
  99. 2002-07-26 05:16  dts12
  100.    * snmplib/Makefile.in:
  101.    Suppress the "non-standard" conditional construct,
  102.    since it's not recognised by some versions of 'make'.
  103.    
  104. 2002-07-25 05:00  dts12
  105.    * agent/helpers/Makefile.in:
  106.    Add the 'scalar' and 'watcher' helpers to the helper library.
  107.    
  108. 2002-07-25 03:28  dts12
  109.    * agent/helpers/watcher.c, include/net-snmp/agent/watcher.h
  110. :
  111.    Support for watching a sysUpTime marker.
  112.    
  113. 2002-07-25 03:24  dts12
  114.    * agent/helpers/table_dataset.c,
  115.    include/net-snmp/agent/table_dataset.h:
  116.    New routine for retrieving a column value directly from a request structure.
  117.    
  118. 2002-07-24 13:17  rstory
  119.    * snmplib/default_store.c:
  120.    check for setting same value in ds_set_string, since it frees the old
  121.    value before duping the new one
  122.    
  123. 2002-07-24 11:58  rstory
  124.    * dist/snmpd-init.d:
  125.    first stab at init.d startup script for snmpd
  126.    
  127. 2002-07-24 06:48  dts12
  128.    * agent/helpers/table_dataset.c:
  129.    When running off the end of one column, and moving on to the next
  130.    (in a GetNext), we need to start again with the first row.
  131.    This is probably the intention of the conditional block at the start
  132.    of this loop, but I can't see how this test could ever possibly match.
  133.    
  134.    Note that there is also a reference to the row data accessible via
  135.    the 'request->parent_data' data list.   This will also need to be
  136.    rewound.  Suggestions as to how best to do so gratefully received.
  137.    
  138. 2002-07-24 06:39  dts12
  139.    * agent/helpers/table_dataset.c:
  140.    Use SNMPv2-style exceptions rather than the uninformative SNMPv1
  141.    'noSuchName' error for missing table objects.
  142.    
  143. 2002-07-24 06:37  dts12
  144.    * agent/helpers/table_data.c:
  145.    Protect against the possibility of failing to extract a row structure.
  146.    
  147. 2002-07-24 06:35  dts12
  148.    * agent/helpers/table_data.c:
  149.    Use SNMPv2-style exceptions rather than the uninformative SNMPv1
  150.    'noSuchName' error for missing table objects.
  151.    
  152. 2002-07-24 06:32  dts12
  153.    * agent/helpers/table.c:
  154.    Use SNMPv2-style exceptions rather than the uninformative SNMPv1
  155.    'noSuchName' error for invalid table objects.
  156.    
  157. 2002-07-23 14:59  rstory
  158.    * include/net-snmp/library/snmp_assert.h:
  159.    missing comment terminator.:-(
  160.    
  161. 2002-07-23 12:02  rstory
  162.    * agent/object_monitor.c, agent/snmp_agent.c,
  163.    agent/helpers/table.c, agent/helpers/table_array.c,
  164.    snmplib/container_binary_array.c:
  165.    use new netsnmp_assert instead of assert
  166.    
  167. 2002-07-23 12:00  rstory
  168.    * include/net-snmp/library/snmp_assert.h, snmplib/Makefile.in
  169. :
  170.    add new netsnmp_assert, which defaults to logging a message
  171.    
  172. 2002-07-23 07:43  dts12
  173.    * man/: mib_api.3 (V4-2-patches.3), mib_api.3.def:
  174.    Fix the descriptions of the 'sprint_realloc' calls, to include the 'allow_realloc' parameter.
  175.    
  176. 2002-07-22 10:58  rstory
  177.    * dist/: net-snmp.spec, nsb-functions:
  178.    new (almost empty) spec file; start creating functions for automated builds
  179.    
  180. 2002-07-22 01:46  dts12
  181.    * agent/helpers/watcher.c, include/net-snmp/agent/watcher.h
  182. :
  183.    A more generalised form of the 'ns_register_{type}_instance' routines,
  184.    implemented as a separate helper module, and useable with both the
  185.    instance and scalar helpers.
  186.      This also supports arbitrary ASN types (including strings and OIDs).
  187.    
  188. 2002-07-22 01:43  dts12
  189.    * agent/helpers/scalar1.c, agent/helpers/scalar2.c,
  190.    include/net-snmp/agent/scalar.h:
  191.    Agent helper module for support of scalar objects.
  192.    Very similar to the "instance" helper, except that this deals with
  193.    invalid instance subidentifiers as well (reporting noSuchInstance
  194.    rather that noSuchObject).
  195.    
  196.    There are two parallel implementations as the moment:
  197.      - scalar1 is essentially an enhanced copy of the instance helper,
  198.        but is completely independent of it.
  199.      - scalar2 sits above the instance helper, and uses that to do most
  200.        of the real processing.
  201.    Scalar1 is probably slightly more efficient, while scalar2 feels more
  202.    in keeping with the general ethos of the handler mechanism.
  203.    We probably need to decide which to adopt, and junk the other.
  204.    
  205. 2002-07-19 14:24  rstory
  206.    * agent/mibgroup/agentx/master.c:
  207.    use net agentx retires/timeout ds values
  208.    
  209. 2002-07-19 14:22  rstory
  210.    * agent/mibgroup/agentx/agentx_config.c:
  211.    register parser for agentxTimeout and agentxRetries tokens
  212.    
  213. 2002-07-19 14:15  rstory
  214.    * agent/mibgroup/Makefile.depend:
  215.    remove refs to non-existent nstAgent* files
  216.    
  217. 2002-07-19 14:14  rstory
  218.    * agent/snmpd.c:
  219.    move ONE_SEC to definitions.h; add AGENTX_TIMEOUT and AGENTX_RETRIES defaults
  220.    
  221. 2002-07-19 14:10  rstory
  222.    * include/net-snmp/agent/ds_agent.h:
  223.    add AGENTX_TIMEOUT and AGENTX_RETRIES
  224.    
  225. 2002-07-19 14:10  rstory
  226.    * include/net-snmp/definitions.h:
  227.    move definition of ONE_SEC here from snmpd.c
  228.    
  229. 2002-07-19 11:23  rstory
  230.    * snmplib/container.c:
  231.    pass local obj, not random unitialized pointer.:-(
  232.    
  233. 2002-07-19 04:04  dts12
  234.    * include/net-snmp/library/tools.h:
  235.    Handle systems where MAXPATHLEN isn't defined.
  236.    
  237. 2002-07-19 03:31  dts12
  238.    * agent/mibgroup/host/hr_filesys.c:
  239.    Use the "system-independent" SNMP_MAXPATH length definition instead of MAXPATHLEN
  240.    
  241. 2002-07-18 22:00  rstory
  242.    * agent/Makefile.depend:
  243.    remove refs to nonexistent mibgroup/nstAgentModuleObject.h
  244.    
  245. 2002-07-18 19:44  hardaker
  246.    * FAQ, README, sedscript.in, perl/SNMP/SNMP.pm
  247. , snmplib/snmp_version.c:
  248.    - (snmplib/snmp_version.c sedscript.in): version tag ( 5.0.2 )
  249.    
  250. 2002-07-18 19:43  hardaker
  251.    * ChangeLog:
  252.    update for 5.0.2
  253.    
  254. 2002-07-18 19:41  hardaker
  255.    * testing/eval_tools.sh:
  256.    minor patch for non-existent (died) log files.
  257.    
  258. 2002-07-18 19:41  hardaker
  259.    * agent/Makefile.depend, agent/helpers/Makefile.depend,
  260.    agent/mibgroup/Makefile.depend, apps/Makefile.depend,
  261.    apps/snmpnetstat/Makefile.depend, snmplib/Makefile.depend
  262. :
  263.    make depend
  264.    
  265. 2002-07-18 19:40  hardaker
  266.    * NEWS:
  267.    update for 5.0.2
  268.    
  269. 2002-07-18 19:40  hardaker
  270.    * Makefile.rules:
  271.    make depend fixes.
  272.    
  273. 2002-07-18 18:57  hardaker
  274.    * agent/mibgroup/Rmon/: alarm.c, event.c:
  275.    make the rmon code compile.
  276.     - new subtree pointer structure.
  277.     - sprint_objid -> snprint_objid
  278.    
  279. 2002-07-18 18:32  hardaker
  280.    * Makefile.in:
  281.    silence perl subdirectory build commands.
  282.    
  283. 2002-07-18 18:31  hardaker
  284.    * perl/AnyData_SNMP/netsh:
  285.    - Use netsh -t -d xml to get xml output from netsh.
  286.      (Ok, I'm sitting here at an IETF conference having an argument about
  287.       xml vs BER and needed a XML(-like) example of a huge data set, so I
  288.       made netsh do it.)
  289.    
  290. 2002-07-18 17:54  hardaker
  291.    * perl/AnyData_SNMP/Storage.pm:
  292.    - initial support for doing requests from multiple hosts (retrieval, not sets)
  293.    
  294. 2002-07-18 17:50  hardaker
  295.    * perl/AnyData_SNMP/netsh:
  296.    more fixes to still ugly colorized text (well, the text is pretty but
  297.    the support is ugly).
  298.    
  299. 2002-07-18 17:42  hardaker
  300.    * include/net-snmp/library/container.h:
  301.    change text string error to match function name called.
  302.    
  303. 2002-07-18 15:31  rstory
  304.    * include/net-snmp/library/container.h, snmplib/container.c
  305. , snmplib/container_binary_array.c:
  306.    rename free -> cfree to avoid some problem wes had... ;-)
  307.    
  308. 2002-07-18 14:41  rstory
  309.    * snmplib/mib.c:
  310.    two people fixing memory leak in different places = segfault
  311.    
  312. 2002-07-18 11:02  rstory
  313.    * local/mib2c.array-user.conf:
  314.    $name -> $i
  315.    
  316. 2002-07-18 10:56  rstory
  317.    * agent/object_monitor.c,
  318.    include/net-snmp/agent/object_monitor.h:
  319.    update to use containers
  320.    
  321. 2002-07-18 09:40  rstory
  322.    * net-snmp-config.in:
  323.    add --debug-tokens, --indent-options
  324.    
  325. 2002-07-18 09:18  dts12
  326.    * include/net-snmp/agent/auto_nlist.h, snmplib/snmp-tc.c
  327. , include/net-snmp/system/irix.h:
  328.    Apply patch from Bug #582347, for Irix 6.5 support.
  329.    Submitted by Jan Yenya Kasprzak
  330.    
  331. 2002-07-18 09:12  dts12
  332.    * man/: snmptrapd.8 (V4-2-patches.5), snmptrapd.8.def:
  333.    Fix markup problem on snmptrapd man page (Bug #583329)
  334.    
  335. 2002-07-18 09:10  dts12
  336.    * snmplib/snmp-tc.c:
  337.    The fix for the tm_gmtoff problem on AIX (Bug #565769) also applies to AIX 5
  338.    
  339. 2002-07-18 09:06  dts12
  340.    * apps/: encode_keychange.c (V4-2-patches.1), encode_keychange.c
  341. :
  342.    Fix off-by-one buffer overflow (patch #577261)
  343.    
  344. 2002-07-18 08:51  dts12
  345.    * local/mib2c.array-user.conf:
  346.    Generate one code-file per table (to match the header structure).
  347.    My apologies if this isn't correct, Robert - but the previous behaviour
  348.    seemed to be broken.
  349.    
  350. 2002-07-18 08:37  dts12
  351.    * local/mib2c.old-api.conf:
  352.    Tackle some of the immediate deficiencies in the first draft old-api config.
  353.    (Now that Wes has pointed me in the direction of the documentation!)
  354.    
  355. 2002-07-18 08:22  dts12
  356.    * local/mib2c:
  357.    Fix the 'decl' substitution handling (so it doesn't include the internal token as well).
  358.    
  359. 2002-07-18 07:18  dts12
  360.    * local/mib2c.scalar.conf:
  361.    Provide the missing parameter in a read_only instance registration.
  362.    
  363. 2002-07-18 07:09  dts12
  364.    * agent/helpers/instance.c, include/net-snmp/agent/instance.h
  365. :
  366.    Bring the 'read_only_int' instance handler in line with the rest of
  367.    the convenience instance handlers.
  368.    (and even break the habit of a lifetime and declare the thing....)
  369.    
  370. 2002-07-18 05:48  hardaker
  371.    * agent/helpers/table_iterator.c:
  372.    fix another memory leak due to an improper ifdefed out section of code
  373.    
  374. 2002-07-18 04:45  hardaker
  375.    * snmplib/scapi.c:
  376.    I'm beginning to regret ever running indent on the code base...
  377.    
  378. 2002-07-17 15:43  hardaker
  379.    * local/: Makefile.in, mib2c.conf:
  380.    document and install mib2c.old-api.conf
  381.    
  382. 2002-07-17 13:07  rstory
  383.    * agent/mibgroup/disman/mteTriggerTable.c:
  384.    fix segfault (possibly creating memory leak); author needs to examine code
  385.    
  386. 2002-07-17 07:41  dts12
  387.    * local/: mib2c.array-user.conf, mib2c.conf,
  388.    mib2c.create-dataset.conf, mib2c.int_watch.conf,
  389.    mib2c.iterate.conf, mib2c.scalar.conf:
  390.    Dave's being unreasonably picky about grammar & spelling again.
  391.    Just ignore him, and he'll go away.....
  392.    
  393. 2002-07-17 07:20  dts12
  394.    * local/mib2c.old-api.conf:
  395.    Initial support for the old 4x-style agent API using the new version of mib2c.
  396.    It doesn't handle types properly, and I'm sure I'll have buggered up some of
  397.    the control structure handling, but it seems to generate something that's
  398.    pretty close to the old output.   It's better than nothing.....
  399.    
  400. 2002-07-16 22:40  rstory
  401.    * include/net-snmp/library/container.h, snmplib/container.c
  402. :
  403.    restore inline functions (sigh. I feel like I'm playing ring-around-the-rosie)
  404.    
  405. 2002-07-16 21:58  rstory
  406.    * agent/helpers/table_array.c,
  407.    include/net-snmp/agent/table_array.h,
  408.    local/mib2c.array-user.conf:
  409.    rename some struct members to make code easier to read; a bit of re-ordering
  410.    in the set code; new flags for new and deleted rows; row deletes now
  411.    actualy work!
  412.    
  413. 2002-07-16 19:32  rstory
  414.    * include/net-snmp/library/container.h, snmplib/container.c
  415. :
  416.    change complex macros into functions. would be nice if C had inline.
  417.    
  418. 2002-07-16 18:07  rstory
  419.    * include/net-snmp/types.h:
  420.    umm, try using correct define.:-/
  421.    
  422. 2002-07-16 18:05  rstory
  423.    * include/net-snmp/types.h:
  424.    test that net-snmp-config.h has been included, instead of actually including it..
  425.    (shouldn't this really be in all the header files?)
  426.    
  427. 2002-07-16 12:14  rstory
  428.    * local/mib2c.array-user.conf:
  429.    update for containers
  430.    
  431. 2002-07-16 11:20  rstory
  432.    * snmplib/snmpTCPIPv6Domain.c:
  433.    fix compiler warning
  434.    
  435. 2002-07-16 11:16  rstory
  436.    * apps/snmpnetstat/Makefile.depend:
  437.    remove oid_array related dependencies (grumble grumble)
  438.    
  439. 2002-07-16 11:14  rstory
  440.    * apps/Makefile.depend:
  441.    remove oid_array related dependencies
  442.    
  443. 2002-07-16 11:02  rstory
  444.    * agent/: Makefile.depend, mibgroup/Makefile.depend:
  445.    remove oid_array related dependencies
  446.    
  447. 2002-07-16 10:52  rstory
  448.    * snmplib/Makefile.depend, agent/helpers/Makefile.depend
  449. :
  450.    remove oid_array related dependencies
  451.    
  452. 2002-07-16 10:50  rstory
  453.    * snmplib/Makefile.in:
  454.    remove factory.c
  455.    
  456. 2002-07-16 10:29  rstory
  457.    * snmplib/snmp_api.c:
  458.    add netsnmp_container_init_list() in startup inits
  459.    
  460. 2002-07-16 10:21  rstory
  461.    * include/net-snmp/library/oid_array.h, snmplib/oid_array.c
  462. :
  463.    remove unused files
  464.    
  465. 2002-07-16 10:21  rstory
  466.    * include/net-snmp/library/container.h, snmplib/container.c
  467. :
  468.    chg param type from void* to struct *
  469.    
  470. 2002-07-16 10:03  rstory
  471.    * snmplib/Makefile.in:
  472.    remove recently deleted oid_array.h; add factory, binary array .[ch]; derive
  473.    OBJS and LOBJS from CSRCS; add (optional) auto dependency generation
  474.    
  475. 2002-07-16 09:53  rstory
  476.    * include/net-snmp/mib_api.h:
  477.    remove recently deleted oid_array.h
  478.    
  479. 2002-07-16 09:52  rstory
  480.    * agent/mibgroup/ucd-snmp/extensible.h:
  481.    struct subtree -> netsnmp_subtree
  482.    
  483. 2002-07-16 09:46  rstory
  484.    * agent/helpers/table_array.c,
  485.    include/net-snmp/agent/table_array.h:
  486.    remove last remaining refs to now defunct oid_array
  487.    
  488. 2002-07-16 09:40  rstory
  489.    * include/net-snmp/library/container_binary_array.h,
  490.    snmplib/container_binary_array.c:
  491.    generic binary array container extracted from oid_array
  492.    
  493. 2002-07-16 09:40  rstory
  494.    * include/net-snmp/types.h:
  495.    include net-snmp-config.h; new typedef struct netsnmp_index (oid ptr + len)
  496.    
  497. 2002-07-16 09:38  rstory
  498.    * agent/helpers/table_array.c,
  499.    include/net-snmp/agent/table_array.h:
  500.    use generic container interface; use new netsnmp_index instead of
  501.    oid_array_header; rename array_group -> request_group
  502.    
  503. 2002-07-16 09:34  rstory
  504.    * include/net-snmp/library/container.h, snmplib/container.c
  505. :
  506.    add iterators; more function typedefs; rename some func ptrs, add find_next,
  507.    get_subset, get_iterator, for_each, ncompare; add ability to have nested
  508.    containers; more utility routines; convenience marcros; start adding comments
  509.    
  510. 2002-07-16 09:29  rstory
  511.    * include/net-snmp/library/factory.h:
  512.    declarations for a generic factory
  513.    
  514. 2002-07-16 08:48  dts12
  515.    * agent/mibgroup/ucd-snmp/: memory_dynix.c, memory_hpux.c
  516. , vmstat_dynix.c, vmstat_hpux.c:
  517.    Apply patch from bug report 581618 (also applicable to dynix)
  518.    Provided by Nicholas L. Nigay
  519.    
  520. 2002-07-16 06:54  hardaker
  521.    * perl/: ASN/ASN.pm, OID/OID.pm, agent/agent.pm,
  522.    agent/default_store/default_store.pm,
  523.    default_store/default_store.pm:
  524.    remove "our" problem and use older "use vars" instead for older perl.
  525.      (this should make it work with perl 5.005.  Could some one test this
  526.       for me?)
  527.    
  528. 2002-07-15 06:45  jbpn
  529.    * agent/mibgroup/agentx/master.c:
  530.      - names of netsnmp_subtree elements changed
  531.    
  532. 2002-07-15 06:42  jbpn
  533.    * agent/mibgroup/ucd-snmp/extensible.c:
  534.      - struct subtree renamed to netsnmp_subtree
  535.    
  536. 2002-07-15 05:25  hardaker
  537.    * perl/AnyData_SNMP/netsh:
  538.    Some really nasty hacks to get colorized tables to work.
  539.    
  540. 2002-07-14 20:51  hardaker
  541.    * perl/SNMP/t/: bulkwalk.t, mib.t:
  542.    comment out broken tests for now (XXX marked)
  543.    
  544. 2002-07-14 20:50  hardaker
  545.    * perl/SNMP/SNMP.xs:
  546.    fix getbulk.
  547.    
  548. 2002-07-14 20:20  hardaker
  549.    * agent/agent_handler.c,
  550.    include/net-snmp/agent/agent_handler.h:
  551.    A new function to call a sub-handler but passing it only one request to handle.
  552.    
  553. 2002-07-10 21:21  rstory
  554.    * win32/: config.h, net-snmp/net-snmp-config.h:
  555.    define LOG_DAEMON, since windows doesn't have it
  556.    
  557. 2002-07-10 21:07  rstory
  558.    * win32/: config.h, net-snmp/net-snmp-config.h:
  559.    remove define of in_addr_t, which can be found in net-snmp/types.h
  560.    
  561. 2002-07-10 02:36  jbpn
  562.    * agent/agent_handler.c:
  563.      - struct subtree renamed to netsnmp_subtree
  564.    
  565. 2002-07-10 02:35  jbpn
  566.    * agent/agent_index.c:
  567.      - don't use 0 in %p format specifiers
  568.    
  569. 2002-07-10 02:34  jbpn
  570.    * agent/snmp_agent.c:
  571.      - struct subtree renamed to netsnmp_subtree
  572.      - fix some horrible indent broken formatting
  573.    
  574. 2002-07-10 02:33  jbpn
  575.    * agent/snmp_vars.c:
  576.      - struct subtree renamed to netsnmp_subtree
  577.      - remove some obsolete variables
  578.    
  579. 2002-07-10 02:33  jbpn
  580.    * agent/mibgroup/mibII/vacm_vars.c:
  581.      - reflect changed function names from agent_registry
  582.    
  583. 2002-07-10 02:32  jbpn
  584.    * agent/mibgroup/agent/nsModuleTable.c:
  585.      - changes due to renaming of struct subtree to netsnmp_subtree
  586.      - NOTE MEMORY LEAK (which I can't see how to fix -- new agent API
  587.        experts please examine)
  588.    
  589. 2002-07-10 02:29  jbpn
  590.    * agent/agent_registry.c:
  591.      - struct subtree renamed to netsnmp_subtree
  592.      - name, start, end members are now dynamically allocated to reduce
  593.        wasted memory (by a factor of 5 or so)
  594.      - functions are renamed consistently
  595.    
  596. 2002-07-10 02:20  jbpn
  597.    * include/net-snmp/agent/: agent_registry.h,
  598.    net-snmp-agent-includes.h, snmp_agent.h, snmp_vars.h
  599. , var_struct.h:
  600.      - struct subtree renamed to netsnmp_subtree
  601.    
  602. 2002-07-09 06:02  jbpn
  603.    * agent/mibgroup/agentx/master_admin.c:
  604.      - free cache_id storage when closing session
  605.    
  606. 2002-07-09 05:56  jbpn
  607.    * snmplib/snmp_api.c:
  608.      - just call netsnmp_ds_shutdown() once in snmp_shutdown()
  609.    
  610. 2002-07-09 04:15  jbpn
  611.    * snmplib/mib.c:
  612.      - fix memory leak in netsnmp_fixup_mib_directory()
  613.    
  614. 2002-07-09 03:14  jbpn
  615.    * agent/snmpd.c:
  616.      - add a cast to quell compiler warning
  617.    
  618. 2002-07-08 22:09  rstory
  619.    * agent/mibgroup/util_funcs.h:
  620.    extern C for C++ compiles
  621.    
  622. 2002-07-08 07:21  jbpn
  623.    * include/net-snmp/agent/snmp_vars.h:
  624.      - remove obsolete function prototypes
  625.    
  626. 2002-07-07 19:45  rstory
  627.    * local/mib2c.array-user.conf:
  628.    update to use containers
  629.    
  630. 2002-07-07 19:38  rstory
  631.    * include/net-snmp/library/oid_array.h:
  632.    fix typo
  633.    
  634. 2002-07-07 19:37  rstory
  635.    * agent/mibgroup/ucd-snmp/: disk.c, proc.c:
  636.    fix compiler warning
  637.    
  638. 2002-07-07 19:33  rstory
  639.    * agent/mibgroup/: agent/nsModuleTable.c,
  640.    agent/nsTransactionTable.c, host/hr_swinst.c:
  641.    fix compiler warning
  642.    
  643. 2002-07-07 19:03  rstory
  644.    * snmplib/snmpUDPIPv6Domain.c:
  645.    remove unused vars
  646.    
  647. 2002-07-07 19:00  rstory
  648.    * snmplib/oid_stash.c:
  649.    fix compiler warnings
  650.    
  651. 2002-07-07 18:53  rstory
  652.    * snmplib/asn1.c:
  653.    fix compiler warnings
  654.    
  655. 2002-07-07 18:50  rstory
  656.    * include/net-snmp/library/snmp_api.h, snmplib/snmp_api.c
  657. :
  658.    make param const; fix compile const warning
  659.    
  660. 2002-07-07 18:27  rstory
  661.    * snmplib/mib.c:
  662.    fix compiler warning; fix memory leak; prep a few comments for indent
  663.    
  664. 2002-07-06 14:11  hardaker
  665.    * README, sedscript.in, snmplib/snmp_version.c,
  666.    FAQ, perl/SNMP/SNMP.pm:
  667.    - (snmplib/snmp_version.c sedscript.in): version tag ( 5.0.2.pre1 )
  668.    
  669. 2002-07-06 14:10  hardaker
  670.    * doxygen.conf:
  671.    change project version to 5.0.2
  672.    
  673. 2002-07-06 14:09  hardaker
  674.    * perl/SNMP/Makefile.PL:
  675.    snmptrapd is actually built in the apps directory, not the agent directory.
  676.    
  677. 2002-07-05 11:55  rstory
  678.    * local/mib2c:
  679.    clarify directions for obtaining perl/SNMP module.
  680.    
  681. 2002-07-05 05:18  jbpn
  682.    * agent/mibgroup/agentx/client.c:
  683.      - I must not check in code without compiling it
  684.      - I must not check in code without compiling it
  685.      - I must not check in code without compiling it
  686.      - I must not check in code without compiling it
  687.      - ...
  688.    
  689. 2002-07-05 03:23  jbpn
  690.    * agent/mibgroup/: agentx/client.c, mibII/system_mib.c:
  691.      - sysObjectID was being returned minus its last sub-identifier because
  692.        the length variable had not been updated to reflect the fact that it
  693.        is now longer.  Code changed to use sizeof() instead, so this won't
  694.        happen again.  Reported by Stian Soiland (bug #577439).
  695.    
  696. 2002-07-04 10:13  rstory
  697.    * snmplib/read_config.c:
  698.    ucd-snmp -> net-snmp
  699.    
  700. 2002-07-04 07:06  jbpn
  701.    * snmplib/snmp_api.c:
  702.      - modified handling of opaque pointer for stream-based transports to
  703.        avoid both multiple free() problem and unnecessary copying.
  704.    
  705. 2002-07-04 06:00  dts12
  706.    * man/snmpd.conf.5.def, agent/mibgroup/host/hr_storage.c
  707.    (V4-2-patches.[5,9]), man/snmpd.conf.5.def,
  708.    agent/mibgroup/host/hr_storage.c:
  709.    Apply Johannes Schmidt-Fischer's NetworkDisk patch #554554
  710.    
  711. 2002-07-04 05:56  dts12
  712.    * agent/mibgroup/host/: hr_filesys.c, hr_filesys.h
  713.    (V4-2-patches.[5,1]), hr_filesys.c, hr_filesys.h:
  714.    Apply Johannes Schmidt-Fischer's NFS filesystem patch #554553
  715.    (simplified to avoid the re-indentation - which makes it easier to see
  716.     what's changed.  The whole HostRes group needs cleaning up anyway!)
  717.    
  718. 2002-07-04 05:52  dts12
  719.    * snmplib/snmp_api.c:
  720.    Ensure transport opaque data isn't multiply assigned
  721.    (and hence multiply freed) for stream-based transports.
  722.    Datagram-based transports don't suffer from this problem.
  723.    Based on Patch 573771
  724.    
  725. 2002-07-03 16:28  rstory
  726.    * agent/mibgroup/mibII/vacm_vars.c:
  727.    be precise about what file needs to be configured for access control
  728.    
  729. 2002-07-03 14:13  rstory
  730.    * local/mib2c.conf:
  731.    fix minor grammar errors; add descr for mib2c.array-user; add section header
  732.    for generating header definition files
  733.    
  734. 2002-07-03 13:11  rstory
  735.    * include/net-snmp/: types.h, library/system.h:
  736.    move include for in_addr_t to net-snmp/types.h, where in_addr_t is defined
  737.    for systems w/out netinet/in.h
  738.    
  739. 2002-07-03 12:51  rstory
  740.    * local/mib2c.scalar.conf:
  741.    more tweaks noticed on the mailing list
  742.    
  743. 2002-07-03 08:23  hardaker
  744.    * perl/agent/test.pl:
  745.    make test cleanups test.pl
  746.    
  747. 2002-07-03 03:42  dts12
  748.    * agent/mibgroup/: util_funcs.c (V4-2-patches.1), util_funcs.c
  749. :
  750.    Shut the agent down cleanly before restarting.
  751.    This closes any SNMP/AgentX ports as well.
  752.    
  753. 2002-07-03 03:26  dts12
  754.    * agent/mibgroup/util_funcs.c:
  755.    OID sub-identifiers are unsigned, so treating them as signed can
  756.    give the wrong results with large values.
  757.    
  758. 2002-07-03 03:20  dts12
  759.    * snmplib/system.h (V4-2-patches.5),
  760.    include/net-snmp/library/system.h:
  761.    Ensure in_addr_t is defined.
  762.    
  763. 2002-07-03 02:34  dts12
  764.    * acconfig.h, configure, configure.in,
  765.    include/net-snmp/net-snmp-config.h.in:
  766.    Testing for <sys/disklabel.h> requires <machine/types.h> on NetBSD 1.5.
  767.    Reported by Felicia Neff.
  768.    (Apparently from the NetBSD bug database - why they didn't tell us about
  769.    it is a mystery to me....)
  770.    
  771. 2002-07-03 02:19  dts12
  772.    * configure.in:
  773.    Fix the default value for sysObjectID as reported in the configure --help output.
  774.    (The actual value used is correct - it's just the help output that's wrong).
  775.    Spotted by Sandhya Satyanarayan.
  776.    
  777. 2002-07-02 23:15  hardaker
  778.    * local/mib2c.conf:
  779.    update text for various .conf files
  780.    
  781. 2002-07-02 13:46  rstory
  782.    * local/mib2c.scalar.conf:
  783.    fixes noted on the mailing list by Patrice Kadionik <kadionik@enseirb.fr>
  784.    
  785. 2002-07-02 02:39  dts12
  786.    * perl/SNMP/Makefile.PL:
  787.    Add the 'snmpd' and 'snmptrapd' binary names to the appropriate paths
  788.    when setting up the testing framework.
  789.    
  790. 2002-07-01 07:53  dts12
  791.    * snmplib/: asn1.c (V4-2-patches.8), asn1.c:
  792.    Encode/Decode OIDs of the form 2.X (X > 40) correctly.
  793.    
  794. 2002-07-01 02:40  jbpn
  795.    * configure, configure.in:
  796.      - fix horrible formatting in help for transports
  797.    
  798. 2002-07-01 02:23  dts12
  799.    * sedscript.in:
  800.    Pick up the changed definition for the root of the UCD extensible agent tables
  801.    (so that the EXAMPLE.conf file gets set up with the correct numeric OIDs)
  802.    
  803. 2002-06-28 06:46  jbpn
  804.    * snmplib/snmpTCPDomain.c:
  805.      - remove transport specifier and port number from strings returned
  806.        from snmp_tcp_fmtaddr() which break tcp_wrappers (and perhaps
  807.        other things).
  808.    
  809. 2002-06-28 04:41  dts12
  810.    * perl/agent/test.pl:
  811.    Update default store retrieval functions to use the correct name.
  812.    
  813.    Note that this test script appears to include two infinite loops.
  814.    I'm not clear how this is expected to run successfully ?
  815.    
  816. 2002-06-28 04:39  dts12
  817.    * perl/agent/agent.xs:
  818.    Remove reference to non-existent degugging function.
  819.    
  820. 2002-06-28 04:37  dts12
  821.    * perl/manager/: Makefile.PL, displaytable.pm,
  822.    getValues.pm, manager.pm, snmptosql:
  823.    Bring perl 'manager' module under the NetSNMP banner
  824.    (both in terms of module group name, and references to 'ucd-snmp').
  825.    Remove some UCD-specific settings.
  826.    
  827.    Note that snmptosql still refers explicitly to Wes' UCD email address,
  828.    and manager.pm to Wes' UCD filestore path.  The relevant lines have
  829.    been highlighted, to encourage anyone wishing to use this to change them.
  830.    
  831. 2002-06-28 04:12  dts12
  832.    * perl/: AnyData_SNMP/Makefile.PL, OID/Makefile.PL,
  833.    SNMP/Makefile.PL, agent/Makefile.PL,
  834.    manager/Makefile.PL:
  835.    Remove checking for "internal" prerequisites, so that "perl Makefile.PL"
  836.    at the top level will work - even on a pristine system.
  837.    
  838.    Qn:
  839.      Is it necessary/desirable to separate the NetSNMP modules to this extent?
  840.    Would it not be simpler to have all of the main .pm/.xs files in a single
  841.    NetSNMP directory, and compile/install them all from there?
  842.    
  843. 2002-06-28 01:45  dts12
  844.    * configure, configure.in:
  845.    Check for --with-enterprise (et al) being invoked without a value, and bomb out.
  846.    
  847. 2002-06-27 21:43  rstory
  848.    * README.solaris:
  849.    new README detainling the use of SFIO to circumvent the 255 fd limit on
  850.    solaris.
  851.    
  852. 2002-06-27 11:09  rstory
  853.    * agent/helpers/table_array.c,
  854.    include/net-snmp/agent/table_array.h:
  855.    remove changing array; add netsnmp_table_array_remove_row()
  856.    
  857. 2002-06-27 04:15  dts12
  858.    * Makefile.rules:
  859.    Some versions of 'makedepend' (e.g. RedHat 7.1), can't handle "-osuffix"
  860.    as a single option.  All versions seem happy with "-o suffix" so use that.
  861.    
  862. 2002-06-27 03:31  dts12
  863.    * snmplib/mib.c:
  864.    Use ENV_SEPARATOR_CHAR rather than hardwiring ':' in netsnmp_set_mib_directory
  865.    (as suggested by Robert)
  866.    
  867. 2002-06-27 03:22  jbpn
  868.    * snmplib/snmpUDPDomain.c:
  869.      - remove transport specifier and port number from strings returned
  870.        from snmp_udp_fmtaddr() which break tcp_wrappers (and perhaps
  871.        other things).
  872.    
  873. 2002-06-27 03:09  dts12
  874.    * agent/mibgroup/mibII/: snmp_mib.c (V4-2-patches.2), snmp_mib.c
  875. :
  876.    Validate new snmpEnableAuthenTraps value before trying to use it.
  877.    Spotted & fixed by Shantha Kumara
  878.    
  879. 2002-06-25 14:09  rstory
  880.    * apps/snmpset.c:
  881.    add APPTOPS (-Cq) for suppressing output of set results on success
  882.    
  883. 2002-06-25 09:28  dts12
  884.    * agent/mibgroup/ucd-snmp/proc.c:
  885.    Apply patch #559848 to use the /proc pseudo-filesystem under Linux
  886.    (rather than parsing the output of ps)
  887.    
  888. 2002-06-25 08:59  dts12
  889.    * snmplib/snmp-tc.c:
  890.    Check for 'aix4' (which is the token defined in the system header file)
  891.    rather than 'aix'.   See bug #565769
  892.    
  893. 2002-06-25 08:31  dts12
  894.    * agent/mibgroup/util_funcs.c:
  895.    Treat '0' as an invalid index for a "simple table".
  896.    
  897. 2002-06-25 07:36  hardaker
  898.    * local/snmpconf.dir/snmpd-data/system:
  899.    document read-only nature of sysContact.0 and sysLocation.0
  900.    configuration tokens.
  901.    
  902. 2002-06-25 06:40  jbpn
  903.    * man/: Makefile.in, default_store.3.bot,
  904.    default_store.3.top:
  905.      - add netsnmp_ prefix to default_store functions
  906.    
  907.      - clean up manpage a bit
  908.    
  909.      - fix breakage in generation of default_store.3.h due to auto-indentation
  910.        of default_store.h
  911.    
  912. 2002-06-25 02:55  jbpn
  913.    * EXAMPLE.conf.def (V4-2-patches.3), EXAMPLE.conf.def:
  914.      - mention that setting sysLocation et al. in snmpd.conf makes them
  915.        read-only
  916.    
  917.      - also change syntax of all example command line tools to use newer
  918.        -c COMMUNITY syntax not positional parameter
  919.    
  920. 2002-06-24 08:03  hardaker
  921.    * agent/mibgroup/ucd-snmp/vmstat.c:
  922.    make buffer size increase note a debug statement rather than a generic
  923.    log statement.
  924.    
  925. 2002-06-23 18:40  driehuis
  926.    * perl/SNMP/SNMP.xs:
  927.    Handle COUNTER64 in __translate_asn_type.
  928.    
  929. 2002-06-23 16:03  hardaker
  930.    * perl/AnyData_SNMP/netsh:
  931.    documentation for the script and the language it houses.
  932.      (man page auto-generated from the contained pod documentation)
  933.    
  934. 2002-06-23 15:03  hardaker
  935.    * perl/SNMP/README:
  936.    update to reference top level Makefile.PL
  937.    
  938. 2002-06-23 14:51  hardaker
  939.    * perl/SNMP/: SNMP.xs (V4-2-patches.1), SNMP.xs:
  940.    fix reported by Willem Dekker for Windows.  Bug #543194 fixed.
  941.    
  942. 2002-06-22 08:37  hardaker
  943.    * README.snmpv3:
  944.    update for recent methodologies
  945.    
  946. 2002-06-21 16:07  rstory
  947.    * snmplib/mib.c:
  948.    final (hopefully!) fix for parsing ip addresses from
  949.    "Fco. Javier Ridruejo" <acbripef@si.ehu.es>
  950.    
  951. 2002-06-19 14:38  hardaker
  952.    * man/: netsnmp_agent.3, netsnmp_bulk_to_next.3,
  953.    netsnmp_debug.3, netsnmp_handler.3, netsnmp_instance.3
  954. , netsnmp_multiplexer.3, netsnmp_old_api.3,
  955.    netsnmp_read_only.3, netsnmp_serialize.3,
  956.    netsnmp_table.3, netsnmp_table_array.3,
  957.    netsnmp_table_data.3, netsnmp_table_dataset.3,
  958.    netsnmp_table_iterator.3, netsnmp_todo.3:
  959.    update from doxygen
  960.    
  961. 2002-06-19 11:50  hardaker
  962.    * local/: mib2c.int_watch.conf, mib2c.scalar.conf:
  963.    scalar mib2c configuration files for generating scalar code.
  964.    
  965. 2002-06-19 11:43  hardaker
  966.    * agent/mibgroup/examples/scalar_int.c:
  967.    clean up multi-line commend which was messed up by indent.
  968.    
  969. 2002-06-19 11:42  hardaker
  970.    * perl/AnyData_SNMP/netsh:
  971.    - add support for prompting of unknown parameters to aliases.
  972.    - misc other improvements (like "rehash")
  973.    
  974. 2002-06-19 11:38  hardaker
  975.    * net-snmp-config.in:
  976.    fix for new default store API
  977.    
  978. 2002-06-19 11:29  hardaker
  979.    * perl/: Makefile.PL, Makefile.makefiles,
  980.    Makefile.subs.pl, make-perl-makefiles, ASN/Makefile.PL
  981. , OID/Makefile.PL, SNMP/Makefile.PL,
  982.    agent/Makefile.PL, agent/default_store/Makefile.PL,
  983.    default_store/Makefile.PL:
  984.    ARGGGGGG
  985.    I love perl.
  986.    I hate perl's make system.
  987.    I hate the fact that perl segfaults if GetOptions() is called more
  988.    than once.
  989.    sigh.
  990.    This hopefully will fix the perl module build routines so it at least
  991.    works (but it's still ugly and could use more cleaning).
  992.    
  993. 2002-06-19 07:45  rstory
  994.    * agent/snmp_agent.c:
  995.    fix infinte loop and add debug in remove_delegated
  996.    
  997. 2002-06-18 07:37  hardaker
  998.    * agent/mibgroup/agentx/master_admin.c:
  999.    NULL the priv pointer on session duplication.  thanks to rezitoz
  1000.    
  1001. 2002-06-17 06:23  hardaker
  1002.    * README:
  1003.    Changed Katsuhisa's email address, on request
  1004.    
  1005. 2002-06-14 07:44  hardaker
  1006.    * agent/helpers/table_iterator.c:
  1007.    Patch #569021: from Lauri Myllari
  1008.      - fix memory leak in the table iterator support.
  1009.    
  1010. 2002-06-14 07:02  hardaker
  1011.    * snmplib/snmp_api.c:
  1012.    Applied patch #569020 from rezitoz on IRC to fix non-initialized variable
  1013.    
  1014. 2002-06-14 03:57  dts12
  1015.    * agent/mibgroup/Rmon/alarm.c:
  1016.    Add (null) context, to bring into line with the v5 registry APIs.
  1017.    Fixes bug 568580.
  1018.    
  1019. 2002-06-14 02:27  dts12
  1020.    * aclocal.m4, configure:
  1021.    Use matching ' and " quotes for AIX configure test.
  1022.    Mentioned in passing in bug 565769.
  1023.    
  1024. 2002-06-13 14:32  hardaker
  1025.    * perl/SNMP/t/conf.t:
  1026.    fix default_store routines
  1027.    
  1028. 2002-06-12 06:43  dts12
  1029.    * win32/net-snmp/net-snmp-config.h:
  1030.    Bring Windows OID usage into line with the main config file settings.
  1031.    
  1032. 2002-06-12 06:37  dts12
  1033.    * acconfig.h, include/net-snmp/net-snmp-config.h.in:
  1034.    Correct the default Enterprise OID used in traps, to avoid a repeated 0
  1035.    subidentifier.  (Fixes bug #566917)
  1036.    
  1037. 2002-06-12 05:14  dts12
  1038.    * snmplib/snmp_api.c:
  1039.    Define 'length' as a signed variable, so it can handle an error value of -1.
  1040.    Reported by Joakim Althini.
  1041.    
  1042. 2002-06-12 03:11  dts12
  1043.    * snmplib/read_config.c:
  1044.    Make sure the address of the next link is properly saved, before freeing memory.
  1045.    Problem discovered by Hugo Cacote.
  1046.    
  1047. 2002-06-12 02:15  dts12
  1048.    * include/net-snmp/: agent/agent_index.h, agent/agent_trap.h
  1049. , agent/all_helpers.h, agent/auto_nlist.h,
  1050.    agent/bulk_to_next.h, agent/debug_handler.h,
  1051.    agent/mib_modules.h, agent/multiplexer.h, agent/null.h
  1052. , agent/old_api.h, agent/read_only.h,
  1053.    agent/serialize.h, agent/set_helper.h,
  1054.    library/cmu_compat.h, library/snmpAAL5PVCDomain.h,
  1055.    library/snmpCallbackDomain.h, library/snmpIPXDomain.h,
  1056.    library/snmpTCPDomain.h, library/snmpTCPIPv6Domain.h,
  1057.    library/snmpUDPDomain.h, library/snmpUDPIPv6Domain.h,
  1058.    library/snmpUnixDomain.h, library/snmp_parse_args.h,
  1059.    library/snmp_secmod.h, library/transform_oids.h,
  1060.    library/ucd_compat.h:
  1061.    Supply missing #ifndef/#define/#endif and extern "C" {} wrappers
  1062.    
  1063. 2002-06-11 17:56  rstory
  1064.    * snmplib/mib.c:
  1065.    remove spurious printf to stderr
  1066.    
  1067. 2002-06-11 14:21  rstory
  1068.    * include/net-snmp/types.h:
  1069.    add extern "C"; add void_array struct
  1070.    
  1071. 2002-06-11 14:20  rstory
  1072.    * agent/helpers/table_array.c:
  1073.    remove tsearch; use new container instead
  1074.    
  1075. 2002-06-11 14:19  rstory
  1076.    * include/net-snmp/agent/table_array.h:
  1077.    use container for secondary index
  1078.    
  1079. 2002-06-11 14:17  rstory
  1080.    * snmplib/Makefile.in:
  1081.    add container to headers; add container.c
  1082.    
  1083. 2002-06-11 14:17  rstory
  1084.    * snmplib/container.c:
  1085.    init functions for basic/sorted container
  1086.    
  1087. 2002-06-11 14:15  rstory
  1088.    * include/net-snmp/library/container.h:
  1089.    more methods for basic container; add sorted (will probably rename) conatiner
  1090.    
  1091. 2002-06-11 12:22  rstory
  1092.    * include/net-snmp/agent/instance.h:
  1093.    protect against multiple includes; add extern "C" for __cplusplus
  1094.    
  1095. 2002-06-11 11:11  hardaker
  1096.    * perl/AnyData_SNMP/: INSTALL, Makefile.PL, README
  1097. , netsh, snmpsh:
  1098.    renamed snmpsh to netsh, as I like the name better and it appeals to a
  1099.    wider number of people.
  1100.    
  1101. 2002-06-10 09:53  rstory
  1102.    * agent/snmp_agent.c:
  1103.    when deleting an asp pointer, make sure it isn't in the delegated list
  1104.    
  1105. 2002-06-10 08:46  rstory
  1106.    * snmplib/mib.c:
  1107.    fix parse_one_oid_index to allow too short IP address when complete is
  1108.    specified; add netsnmp_oid2chars & netsnmp_oid2str
  1109.    
  1110. 2002-06-10 07:42  hardaker
  1111.    * perl/default_store/: default_store.pm, default_store.xs
  1112. , test.pl:
  1113.    update to latest default_store defines
  1114.    
  1115. 2002-06-10 07:39  hardaker
  1116.    * Makefile.in, perl/.cvsignore, perl/Makefile.PL:
  1117.    Top level perl Makefile.PL to install the whole bunch underneath.
  1118.    This should now be used instead of the lower level makefiles for
  1119.    simplicity.
  1120.    
  1121. 2002-06-10 07:27  dts12
  1122.    * perl/SNMP/t/mib.t:
  1123.    Acknowledge known failing tests.
  1124.    This message can be removed once the problem has been isolated and fixed.
  1125.    
  1126. 2002-06-10 07:17  hardaker
  1127.    * snmplib/mib.c:
  1128.    support for ipaddress building/parsing of OID indexes.
  1129.    
  1130. 2002-06-10 02:07  dts12
  1131.    * FAQ (V4-2-patches.8), FAQ:
  1132.    Mention the other perl modules, introduced with v5 (particularly 'default_store')
  1133.    
  1134. 2002-06-10 01:28  dts12
  1135.    * FAQ (V4-2-patches.7), FAQ:
  1136.    New entry describing possible problems with trap handlers.
  1137.    
  1138. 2002-06-08 21:39  hardaker
  1139.    * perl/agent/agent.pm:
  1140.    default_store fixes
  1141.    
  1142. 2002-06-08 20:54  rstory
  1143.    * Makefile.in:
  1144.    break perl makefile creation into seperate step; only clean perl directory
  1145.    if there is a makefile
  1146.    
  1147. 2002-06-08 20:15  rstory
  1148.    * Makefile.in:
  1149.    add perltest target to make test in all perl directories
  1150.    
  1151. 2002-06-08 09:47  hardaker
  1152.    * perl/AnyData_SNMP/Storage.pm:
  1153.    fix to deal with updated SQL::Statement module.
  1154.    
  1155. 2002-06-08 07:08  hardaker
  1156.    * perl/AnyData_SNMP/INSTALL:
  1157.    update to SQL-Statement requirement of 1.004
  1158.    
  1159. 2002-06-08 06:45  hardaker
  1160.    * perl/SNMP/SNMP.xs:
  1161.    remove mib init code from C snmp_translate_obj call
  1162.    
  1163. 2002-06-08 06:44  hardaker
  1164.    * perl/SNMP/SNMP.pm:
  1165.    init_snmp inside translateObj
  1166.    
  1167. 2002-06-08 06:44  hardaker
  1168.    * perl/OID/OID.pm:
  1169.    change version to 0.1
  1170.    
  1171. 2002-06-08 06:43  hardaker
  1172.    * perl/AnyData_SNMP/configs/unix:
  1173.    A few cleanups to ifconfig and netstat commands
  1174.    
  1175. 2002-06-08 06:35  hardaker
  1176.    * perl/AnyData_SNMP/snmpsh:
  1177.    - beginning support for import/export of data (currently to/from CSV).
  1178.    - support for "diff" which compares old (possibly imported data) to current.
  1179.    
  1180. 2002-06-08 06:34  hardaker
  1181.    * perl/AnyData_SNMP/Makefile.PL:
  1182.    change required SNMP module version from 4 to 5
  1183.    
  1184. 2002-06-08 06:34  hardaker
  1185.    * mibs/NET-SNMP-EXAMPLES-MIB.txt:
  1186.    Add a tutorial place holder comment OID.
  1187.    
  1188. 2002-06-08 06:33  hardaker
  1189.    * local/tkmib:
  1190.    fix tkmib for newer perl modules.
  1191.    
  1192. 2002-06-08 06:33  hardaker
  1193.    * local/snmpconf:
  1194.    turn off extra bold/underline formatting by default.
  1195.    
  1196. 2002-06-07 15:04  rstory
  1197.    * include/net-snmp/library/container.h:
  1198.    generic container structure for storing data
  1199.    
  1200. 2002-06-07 13:01  rstory
  1201.    * perl/ASN/ASN.xs:
  1202.    include net-snmp-config.h
  1203.    
  1204. 2002-06-07 10:37  rstory
  1205.    * configure:
  1206.    update configure to keep in line with configure.in (why? shouldn't
  1207.    configure not be in CVS and be autogenerated? One of these days I'm going
  1208.    to have to learn autoconf....)
  1209.    
  1210. 2002-06-07 10:35  rstory
  1211.    * Makefile.in, Makefile.rules:
  1212.    always check return status of make when inside a loop, and exit on errors
  1213.    
  1214. 2002-06-07 08:17  dts12
  1215.    * agent/mibgroup/mibII/: interfaces.c (V4-2-patches.3),
  1216.    interfaces.c:
  1217.    Only null-terminate the interface name while it's actually being copied.
  1218.    Restore the data line afterwards, so the debugging output is meaningful.
  1219.    
  1220. 2002-06-07 01:16  dts12
  1221.    * agent/snmp_agent.c:
  1222.    Fix for indexing error, that causes a crash if more than 16 varbinds
  1223.    are added to the cache in one go.  Spotted by Shanth Kumara
  1224.    
  1225. 2002-06-06 01:12  dts12
  1226.    * aclocal.m4, configure (V4-2-patches.[7,5]), aclocal.m4,
  1227.    configure:
  1228.    Don't differenciate between elf- and a.out-based NetBSD systems.
  1229.    (Problem highlighted by Felicia Neff)
  1230.    
  1231. 2002-06-05 18:50  rstory
  1232.    * acconfig.h, configure, configure.in,
  1233.    include/net-snmp/net-snmp-config.h.in,
  1234.    include/net-snmp/types.h:
  1235.    put defines for socklen_t and in_addr_t in net-snmp/types.h instead of having
  1236.    configure generate them; configure instead generates HAVE_SOCKLEN_T and
  1237.    HAVE_IN_ADDR_T for systems which don't need the defines; this is primarily
  1238.    for the benefit of the Win32 platform, which doesn't have configure.
  1239.    
  1240. 2002-06-05 09:20  rstory
  1241.    * local/mib2c.iterate.conf:
  1242.    don't advance request pointer inside for loop, since for loop does it for
  1243.    us; otherwise for loop may end up dereferencing NULL pointer.
  1244.    
  1245. 2002-06-05 06:41  hardaker
  1246.    * perl/AnyData_SNMP/configs/unix:
  1247.    example configuration file to duplicate various unix utilities:
  1248.     - currently: netstat, ps, df, ifconfig
  1249.    
  1250. 2002-06-05 06:40  hardaker
  1251.    * perl/AnyData_SNMP/configs/scli:
  1252.    example configuration file to duplicate functionality in Juergen's
  1253.    scli command.
  1254.    
  1255. 2002-06-05 06:39  hardaker
  1256.    * perl/AnyData_SNMP/snmpsh:
  1257.    new commands:
  1258.      source file -- sources an rc file
  1259.      watch expression -- repeatedly runs a command and colorizes
  1260.        differences in data
  1261.      eval expression -- evaluates an expression directly in perl
  1262.        - beginnings of overloads in perl so that calling sysContact()
  1263.          will return the sysContact value.  tables not returned yet.
  1264.    fixes:
  1265.      turns of ornamental prompt support (ick) by default
  1266.    
  1267. 2002-06-05 04:43  dts12
  1268.    * man/: snmpcmd.1 (V4-2-patches.8), snmpcmd.1.def:
  1269.    Brief mention of the need to quote OIDs containing string indexes,
  1270.    to protect the double quotes from the shell.
  1271.    
  1272. 2002-06-04 10:38  rstory
  1273.    * agent/snmp_agent.c:
  1274.    test for a null treecache before dereferencing it; noted on the coders
  1275.    list by joakim.althini@reddo.net
  1276.    
  1277. 2002-06-04 10:33  rstory
  1278.    * agent/snmp_agent.c:
  1279.    test for asp->pdu == NULL before dereferencing it; noted on the coders
  1280.    list by joakim.althini@reddo.net.
  1281.    
  1282. 2002-06-04 05:54  hardaker
  1283.    * perl/AnyData_SNMP/snmpsh:
  1284.    support for printf, single query/sets of scalars, multi-line aliases.
  1285.    
  1286. 2002-05-30 15:23  hardaker
  1287.    * perl/SNMP/SNMP.pm:
  1288.    default_store fixes
  1289.    
  1290. 2002-05-30 15:23  hardaker
  1291.    * perl/OID/OID.pm:
  1292.    make new() operator a bit smarter
  1293.    
  1294. 2002-05-29 19:57  hardaker
  1295.    * snmplib/: snmp_alarm.c (V4-2-patches.2), snmp_alarm.c:
  1296.    set the storage pointer to NULL, as pointed out by Mark Hoy.
  1297.    
  1298. 2002-05-29 09:22  hardaker
  1299.    * include/net-snmp/library/default_store.h,
  1300.    include/net-snmp/library/mib.h, snmplib/mib.c,
  1301.    snmplib/snmp_parse_args.c:
  1302.    Patch from Harrie Hazewinkel to APIify MIBDIRS support
  1303.    
  1304. 2002-05-29 07:43  dts12
  1305.    * FAQ (V4-2-patches.6), FAQ:
  1306.    Expand on when OpenSSL is necessary, and how to compile using it.
  1307.    
  1308. 2002-05-29 06:52  dts12
  1309.    * snmplib/snmpUDPDomain.c:
  1310.    Set REUSEADDR so that specifying the same port twice doesn't kill the agent.
  1311.    (Suggested by Robert Hastings)
  1312.    
  1313. 2002-05-29 02:41  dts12
  1314.    * FAQ (V4-2-patches.5), FAQ:
  1315.    Reference both versions of the tutorial (since this document is used
  1316.    for building the on-line version of the FAQ)
  1317.    
  1318. 2002-05-29 02:16  dts12
  1319.    * FAQ (V4-2-patches.4), FAQ:
  1320.    Clarify that trap filtering is not yet operational.
  1321.    
  1322. 2002-05-28 14:53  rstory
  1323.    * snmplib/oid_array.c:
  1324.    remove ^M chars
  1325.    
  1326. 2002-05-28 14:52  rstory
  1327.    * local/mib2c.array-user.conf:
  1328.    fix logic in can_delete; consolidate use of netsnmp_set_mode_request by setting
  1329.    rc for use at end of loop; don't use removed macros for rowstatus/storagetype,
  1330.    using new netsnmp_check_vb* routines instead; add asserts for error cases that
  1331.    should be caught by earlier routines
  1332.    
  1333. 2002-05-28 14:47  rstory
  1334.    * include/net-snmp/agent/table_array.h:
  1335.    add callbacks for row (de)activation
  1336.    
  1337. 2002-05-28 06:23  dts12
  1338.    * agent/helpers/table_array.c:
  1339.    Protect "#include <search.h>" with the HAVE_SEARCH_H token.  (Suggested by Harrie)
  1340.    
  1341. 2002-05-28 06:20  dts12
  1342.    * include/net-snmp/library/snmp_logging.h:
  1343.    Fix the declaration of snmp_enable_syslog_ident. (Spotted by Harrie)
  1344.    
  1345. 2002-05-27 01:53  dts12
  1346.    * apps/snmptrapd.c, include/net-snmp/library/snmp_logging.h
  1347. , snmplib/snmp_logging.c:
  1348.    Don't hardwire syslog facility to LOG_DAEMON.
  1349.    Fix provided by Joakim Fallsjo.
  1350.    
  1351. 2002-05-27 01:32  dts12
  1352.    * agent/mibgroup/snmpv3/usmUser.c, apps/snmptrapd.c
  1353.    (V4-2-patches.[2,8]), agent/mibgroup/snmpv3/usmUser.c,
  1354.    apps/snmptrapd.c:
  1355.    Tweak 'usmUser' help string to accurately reflect which bits are optional.
  1356.    Reported by Ali Chanaui.
  1357.    
  1358. 2002-05-27 01:22  dts12
  1359.    * man/: snmpd.conf.5.def (V4-2-patches.4), snmpd.conf.5.def:
  1360.    Document the limit on the number of "file" directives.
  1361.    
  1362. 2002-05-27 01:17  dts12
  1363.    * local/Makefile.in:
  1364.    Remove an extraneous trailing backslash, that confuses some 'make's
  1365.    
  1366. 2002-05-24 09:54  hardaker
  1367.    * perl/agent/netsnmp_request_info.pm:
  1368.    Proper creation of returned NetSNMP::OID object.
  1369.    
  1370. 2002-05-24 09:54  hardaker
  1371.    * perl/agent/agent.xs:
  1372.    increase reference counts on returned mib registration objects so
  1373.    they're not auto-cleaned by perl (the agent now has a copy of the pointer)
  1374.    
  1375. 2002-05-24 09:53  hardaker
  1376.    * perl/SNMP/SNMP.xs:
  1377.    new default_store netsnmp_ prefixes.
  1378.    
  1379. 2002-05-24 09:53  hardaker
  1380.    * local/mib2c:
  1381.    support for scalars (mib2c.scalar.conf file coming shortly)
  1382.    
  1383. 2002-05-24 09:52  hardaker
  1384.    * Makefile.in:
  1385.    A new rule called "commentcheck" to grep all sources for // comments.
  1386.    
  1387. 2002-05-24 08:09  dts12
  1388.    * agent/agent_registry.c:
  1389.    Declare 'register_mib_detach_node' before it's used for the first time.
  1390.    (Spotted by Xiang Zhang)
  1391.    
  1392. 2002-05-24 07:44  dts12
  1393.    * apps/Makefile.in:
  1394.    Remove extraneous trailing backslash.
  1395.    (That *might* be confusing Sun's make, but is wrong anyway)
  1396.    
  1397. 2002-05-23 01:39  dts12
  1398.    * agent/mibgroup/ucd-snmp/: vmstat.c, vmstat_bsdi4.c,
  1399.    vmstat_dynix.c, vmstat_freebsd2.c, vmstat_hpux.c,
  1400.    vmstat_netbsd1.c, vmstat_solaris2.c:
  1401.    Bring the various 'var_extensible_vmstat' definitions into line
  1402.    with the declaration in the header file - i.e. non-static.
  1403.    
  1404. 2002-05-21 15:25  rstory
  1405.    * Makefile.in:
  1406.    add -I$(srcdir)/include to CPP path for people building outside of src tree
  1407.    
  1408. 2002-05-21 08:14  rstory
  1409.    * agent/mibgroup/tunnel/tunnel.c:
  1410.    apply patch [ 558129 ] Make the tunnel mib compile in 5.0.1, submitted
  1411.    by Lorenzo Colitti (lcolitti), which adds missing net-snmp-config.h
  1412.    
  1413. 2002-05-21 05:32  jbpn
  1414.    * agent/snmpd.c:
  1415.      - fix core dump in -u option processing, noted by Andreas Maus
  1416.    
  1417. 2002-05-21 05:20  dts12
  1418.    * agent/mibgroup/ucd-snmp/: memory.c (V4-2-patches.9), memory.c
  1419. :
  1420.    Latch memory reporting at 2^31-1, rather than 2^32-1 since these
  1421.    objects are defined as (signed) Integer32.
  1422.    Only latch if the value is *greater* than this threshold, not less!
  1423.    
  1424. 2002-05-21 01:20  jbpn
  1425.    * include/ucd-snmp/default_store.h, snmplib/ucd_compat.c
  1426. :
  1427.      - add compatibility definitions and functions for newly-renamed
  1428.        default store manipulation functions and constants (defined iff
  1429.        --enable-ucd-compatibility is given to at configuration time)
  1430.    
  1431. 2002-05-21 00:51  jbpn
  1432.    * include/net-snmp/library/default_store.h,
  1433.    snmplib/default_store.c:
  1434.      - move definition of netsnmp_ds_read_config type from default_store.h
  1435.        into default_store.c (since it is not, and should not, be used
  1436.        elsewhere).
  1437.    
  1438. 2002-05-20 03:42  rstory
  1439.    * agent/mibgroup/mibII/vacm_vars.c:
  1440.    registers tokens for ipv6 ro/rw community, and make sure to parse them
  1441.    as ipv6, not v4.
  1442.    
  1443. 2002-05-19 11:38  driehuis
  1444.    * agent/mibgroup/ucd-snmp/diskio.c:
  1445.    Bugfix for FreeBSD support of the diskIO mib. The original code neglected
  1446.    the device number, which made distinguishing between, say, ad0 and ad1
  1447.    impossible.
  1448.    
  1449. 2002-05-17 09:05  hardaker
  1450.    * agent/mibgroup/mibII/at.c, agent/mibgroup/mibII/icmp.c
  1451. , agent/mibgroup/mibII/interfaces.c,
  1452.    agent/mibgroup/mibII/ip.c, agent/mibgroup/mibII/ipv6.c,
  1453.    agent/mibgroup/mibII/mta_sendmail.c,
  1454.    agent/mibgroup/mibII/snmp_mib.c,
  1455.    agent/mibgroup/mibII/sysORTable.c,
  1456.    agent/mibgroup/mibII/system_mib.c, agent/mibgroup/mibII/tcp.c
  1457. , agent/mibgroup/mibII/udp.c,
  1458.    agent/mibgroup/mibII/vacm_vars.c,
  1459.    include/net-snmp/agent/var_struct.h:
  1460.    Patch from Harrie Hazewinkel to slightly reduce memory costs of registartions
  1461.    
  1462. 2002-05-16 17:06  hardaker
  1463.    * perl/SNMP/SNMP.xs:
  1464.    fix default store tag names.
  1465.    fix init_snmp() definition to match normal perl non-ansi mode.
  1466.    
  1467. 2002-05-16 16:39  driehuis
  1468.    * net-snmp-config.in:
  1469.    Make sure --cflags spits out the required include path when installing
  1470.    in a non-default location, as documented in the usage info in the script.
  1471.    
  1472. 2002-05-16 15:36  hardaker
  1473.    * local/snmpconf.dir/snmpd-data/system:
  1474.    add a line to the sysServices prompt saying if you don't know, say no.
  1475.    
  1476. 2002-05-16 12:55  hardaker
  1477.    * perl/agent/default_store/: default_store.pm,
  1478.    default_store.xs:
  1479.    update to new define list
  1480.    
  1481. 2002-05-16 12:55  hardaker
  1482.    * perl/agent/default_store/test.pl:
  1483.    test script
  1484.    
  1485. 2002-05-16 12:49  hardaker
  1486.    * perl/agent/default_store/gen:
  1487.    autogeneration script
  1488.    
  1489. 2002-05-16 10:58  hardaker
  1490.    * perl/default_store/: default_store.pm, default_store.xs
  1491. , test.pl:
  1492.    updates to new .h tokens
  1493.    
  1494. 2002-05-16 10:58  hardaker
  1495.    * perl/default_store/gen:
  1496.    .h -> perlmodule regeneration script
  1497.    
  1498. 2002-05-16 07:09  dts12
  1499.    * include/net-snmp/library/default_store.h,
  1500.    include/net-snmp/library/mib.h, snmplib/mib.c,
  1501.    snmplib/snmp_api.c, snmplib/ucd_compat.c:
  1502.    Consolidate the various OID output configuration mechanisms into one.
  1503.    This does not affect the command-line options (yet!) - just the internals.
  1504.    
  1505. 2002-05-15 17:44  hardaker
  1506.    * snmplib/default_store.c,
  1507.    include/net-snmp/library/default_store.h,
  1508.    include/net-snmp/agent/ds_agent.h:
  1509.    fix default_store
  1510.    
  1511. 2002-05-15 17:20  hardaker
  1512.    * configure:
  1513.    run autoconf
  1514.    
  1515. 2002-05-15 17:20  hardaker
  1516.    * acconfig.h, include/net-snmp/net-snmp-config.h.in:
  1517.    create a define location for HAVE_GETDEVS
  1518.    
  1519. 2002-05-15 17:16  hardaker
  1520.    * agent/Makefile.depend, agent/helpers/Makefile.depend,
  1521.    agent/mibgroup/Makefile.depend, apps/Makefile.depend,
  1522.    apps/snmpnetstat/Makefile.depend, snmplib/Makefile.depend
  1523. :
  1524.    depend update, which I meant to check in before the 5.0.1 release
  1525.    
  1526. 2002-05-15 05:53  jbpn
  1527.    * agent/: agent_index.c, agent_read_config.c,
  1528.    agent_registry.c, auto_nlist.c, kernel.c,
  1529.    snmp_agent.c, snmp_perl.c, snmp_vars.c, snmpd.c
  1530. :
  1531.      - use new netsnmp_ds_blah functions and constants
  1532.    
  1533. 2002-05-15 05:39  jbpn
  1534.    * apps/notification_log.c, apps/notification_log.h,
  1535.    apps/snmpbulkwalk.c, apps/snmpdelta.c, apps/snmpget.c
  1536. , apps/snmpgetnext.c, apps/snmpstatus.c,
  1537.    apps/snmptable.c, apps/snmptranslate.c, apps/snmptrap.c
  1538. , apps/snmptrapd.c, apps/snmpusm.c,
  1539.    apps/snmpwalk.c, apps/snmpnetstat/main.c,
  1540.    agent/mibgroup/agentx/agentx_config.c,
  1541.    agent/mibgroup/agentx/master.c,
  1542.    agent/mibgroup/agentx/subagent.c,
  1543.    agent/mibgroup/disman/mteTriggerTable.c,
  1544.    agent/mibgroup/mibII/snmp_mib.c,
  1545.    agent/mibgroup/mibII/sysORTable.c,
  1546.    agent/mibgroup/mibII/system_mib.c, agent/mibgroup/smux/smux.c
  1547. , agent/mibgroup/tunnel/tunnel.c:
  1548.      - use new netsnmp_ds_blah functions and constants
  1549.    
  1550. 2002-05-15 05:37  jbpn
  1551.    * snmplib/: default_store.c, mib.c, parse.c,
  1552.    read_config.c, snmpUDPDomain.c, snmpUDPIPv6Domain.c
  1553. , snmp_alarm.c, snmp_api.c, snmp_logging.c,
  1554.    snmp_parse_args.c, snmp_secmod.c, snmpusm.c,
  1555.    snmpv3.c, ucd_compat.c, vacm.c:
  1556.      - rename functions and constants from default_store from ds_blah
  1557.        to netsnmp_ds_blah
  1558.    
  1559. 2002-05-15 02:02  jbpn
  1560.    * agent/mibgroup/smux/: smux.c (V4-2-patches.0), smux.c:
  1561.      - initialise smux_listen_sd to avoid problems noted in bug #545448
  1562.        (a bit unreasonable in my view but it can't do any harm).
  1563.    
  1564. 2002-05-14 12:40  rstory
  1565.    * agent/helpers/table_array.c:
  1566.    precision extraction of tumor instead of amputation, or, ifdef search.h
  1567.    functions that aren't essential to table_array operation and will probably
  1568.    vanish in the near future anyway.
  1569.    
  1570. 2002-05-13 20:16  rstory
  1571.    * agent/object_monitor.c:
  1572.    fix type in sizeof
  1573.    
  1574. 2002-05-13 13:04  hardaker
  1575.    * configure, configure.in, agent/helpers/table_array.c
  1576. , include/net-snmp/net-snmp-config.h.in:
  1577.    Check for search.h before compiling the table_array helper
  1578.    
  1579. 2002-05-13 08:00  hardaker
  1580.    * agent/helpers/old_api.c:
  1581.    remove C++ comments
  1582.    
  1583. 2002-05-13 00:39  driehuis
  1584.    * ChangeLog:
  1585.    Note changes to configure.in.
  1586.    
  1587. 2002-05-12 10:30  driehuis
  1588.    * configure.in:
  1589.    Make sure the checks for kvm related stuff happens when -lkvm is in scope.
  1590.    Add detection of the -ldevstat requirement when building with ucd-snmp/diskio.
  1591.    
  1592. 2002-05-10 23:33  hardaker
  1593.    * FAQ, README, sedscript.in,
  1594.    snmplib/snmp_version.c, perl/SNMP/SNMP.pm:
  1595.    - (snmplib/snmp_version.c sedscript.in): version tag ( 5.0.1 )
  1596.    
  1597. 2002-05-10 23:05  hardaker
  1598.    * Makefile.top:
  1599.    libtool version inc
  1600.    
  1601. 2002-05-10 22:32  hardaker
  1602.    * NEWS, ChangeLog:
  1603.    update for 5.0.1
  1604.    
  1605. 2002-05-10 17:09  hardaker
  1606.    * FAQ, NEWS, README, README.agentx:
  1607.    mention tutorial-5 instead of tutorial
  1608.    
  1609. 2002-05-10 17:04  hardaker
  1610.    * perl/agent/: Makefile.PL, agent.pm,
  1611.    netsnmp_request_info.pm:
  1612.    request info perl code moved to separate file.
  1613.    
  1614. 2002-05-10 17:01  hardaker
  1615.    * perl/OID/OID.pm:
  1616.    documentation for the OID building overloads.
  1617.    
  1618. 2002-05-10 16:55  hardaker
  1619.    * apps/snmpvacm.c:
  1620.    Add proper length segment to the build view OID.
  1621.    
  1622. 2002-05-10 14:41  hardaker
  1623.    * snmplib/mib.c:
  1624.    new doc patch from Axel Kittenberg
  1625.    
  1626. 2002-05-10 14:04  hardaker
  1627.    * agent/mibgroup/mibII/: vacm_vars.c (V4-2-patches.0), vacm_vars.c
  1628. :
  1629.    fix vacm problem on sets with OIDs containing large numbers as noted
  1630.    by Vinay Gaonkar on the -coders mailing list.
  1631.    
  1632. 2002-05-10 13:46  hardaker
  1633.    * local/mib2c:
  1634.    fix calling on multiple tables
  1635.    
  1636. 2002-05-10 03:23  dts12
  1637.    * snmplib/mib.c:
  1638.    Merge "STRING: Hex:" type tokens into a single token "Hex-STRING:"
  1639.    
  1640. 2002-05-10 03:12  dts12
  1641.    * agent/helpers/instance.c:
  1642.    Report non-exitent subinstances as 'noSuchInstance' rather than 'noSuchObject'.
  1643.    "snmpget .... .1.3.6.1.6.3.12.1.5.0.99" now responds correctly.
  1644.    (though "snmpget .... .1.3.6.1.6.3.12.1.5.1" still returns 'noSuchObject')
  1645.    
  1646.    Also guess that failed SET requests are 'noCreation' errors (which is
  1647.    probably the most likely option).
  1648.    
  1649. 2002-05-09 15:54  hardaker
  1650.    * Makefile.rules:
  1651.    exit properly when a subdir fails to make properly
  1652.    
  1653. 2002-05-09 15:30  hardaker
  1654.    * snmplib/mib.c:
  1655.    create a token for the -Ov equivelant
  1656.    
  1657. 2002-05-09 09:12  hardaker
  1658.    * agent/mibgroup/ucd-snmp/: memory_solaris2.c (V4-2-patches.5),
  1659.    memory_solaris2.c:
  1660.    patch from Takumi Kadode to fix memory usage on solaris
  1661.    
  1662. 2002-05-09 08:54  hardaker
  1663.    * agent/mibgroup/ucd-snmp/vmstat.c:
  1664.    updates from malloced vmstat fixes from patches branch
  1665.    
  1666. 2002-05-08 16:34  hardaker
  1667.    * net-snmp-config.in:
  1668.    new --compile-subagent features:
  1669.      --cflags
  1670.      --norm
  1671.      --ldflags
  1672.      includes header files
  1673.      misc other bug fixes.
  1674.    
  1675. 2002-05-08 13:13  hardaker
  1676.    * agent/mibgroup/agentx/subagent.c:
  1677.    make the subagent properly call the reserve2 state again.
  1678.    
  1679. 2002-05-08 10:02  hardaker
  1680.    * agent/mibgroup/examples/notification.c:
  1681.    run indent
  1682.    
  1683. 2002-05-08 09:01  hardaker
  1684.    * agent/mibgroup/examples/notification.c:
  1685.    um, use 30 seconds like advertised.
  1686.    
  1687. 2002-05-08 08:59  hardaker
  1688.    * agent/mibgroup/examples/notification.c,
  1689.    agent/mibgroup/examples/notification.h,
  1690.    mibs/NET-SNMP-EXAMPLES-MIB.txt:
  1691.    define a better notification example (no requests.  just alarm -> send)
  1692.    
  1693. 2002-05-07 22:45  hardaker
  1694.    * local/mib2c:
  1695.    update to current indent command
  1696.    
  1697. 2002-05-07 22:44  hardaker
  1698.    * local/mib2c.create-dataset.conf:
  1699.    move text in comment left slight (was too long).
  1700.    
  1701. 2002-05-07 22:43  hardaker
  1702.    * local/mib2c:
  1703.    enum fixes.
  1704.    
  1705. 2002-05-07 22:42  hardaker
  1706.    * local/: Makefile.in, mib2c.column_defines.conf,
  1707.    mib2c.column_enums.conf, mib2c.conf:
  1708.    New mib2c files for generating headers full of column number defines
  1709.    and enum defines.
  1710.    
  1711. 2002-05-07 22:40  hardaker
  1712.    * net-snmp-config.in:
  1713.    - --compile-subagent agent library reordering so it actually works.
  1714.    - --compile-subagent now supports .o files (precompiled code).
  1715.    
  1716. 2002-05-07 22:31  hardaker
  1717.    * acconfig.h, configure:
  1718.    hmm.  missed some checkin files.
  1719.    
  1720. 2002-05-07 11:15  hardaker
  1721.    * perl/SNMP/t/: conftest.conf, startagent.pl, conf.t
  1722. :
  1723.    test for configuration file/default_store support
  1724.    
  1725. 2002-05-07 11:14  hardaker
  1726.    * perl/SNMP/: SNMP.pm, SNMP.xs:
  1727.    make init_snmp() take a char * argument like the real API
  1728.    
  1729. 2002-05-07 11:00  hardaker
  1730.    * agent/helpers/instance.c:
  1731.    typos.
  1732.    
  1733. 2002-05-07 09:41  hardaker
  1734.    * local/snmpconf:
  1735.    fix the -g flag.
  1736.    
  1737. 2002-05-07 09:16  hardaker
  1738.    * agent/helpers/instance.c:
  1739.    call netsnmp_set_request_error like a good boy.
  1740.    
  1741. 2002-05-06 20:43  rstory
  1742.    * mibs/Makefile.mib:
  1743.    fix missing $ noted by John Mills on the coders list
  1744.    
  1745. 2002-05-06 16:12  hardaker
  1746.    * configure, config.h.in, configure.in, snmplib/snmp_api.c
  1747.    (V4-2-patches.[4,2,3,3]), configure, configure.in,
  1748.    include/net-snmp/net-snmp-config.h.in,
  1749.    snmplib/snmpTCPDomain.c, snmplib/snmpTCPIPv6Domain.c,
  1750.    snmplib/snmpUDPDomain.c, snmplib/snmpUDPIPv6Domain.c,
  1751.    snmplib/snmpUnixDomain.c:
  1752.    use size_t when socklen_t is not available (correctly done this time)
  1753.    
  1754. 2002-05-06 15:59  hardaker
  1755.    * snmplib/: snmpTCPDomain.c, snmpTCPIPv6Domain.c,
  1756.    snmpUDPDomain.c, snmpUDPIPv6Domain.c, snmpUnixDomain.c
  1757. :
  1758.    use size_t when socklen_t is not available
  1759.    
  1760. 2002-05-06 15:49  hardaker
  1761.    * configure, acconfig.h, config.h.in, configure.in
  1762.    (V4-2-patches.[3,7,1,2]), acconfig.h, configure,
  1763.    configure.in, include/net-snmp/net-snmp-config.h.in:
  1764.    use size_t when socklen_t is not available
  1765.    
  1766. 2002-05-06 15:11  hardaker
  1767.    * agent/mibgroup/ucd-snmp/: memory_hpux.c, memory_hpux.h
  1768. , vmstat_hpux.c, vmstat_hpux.h:
  1769.    run indent
  1770.    
  1771. 2002-05-06 15:10  hardaker
  1772.    * agent/mibgroup/ucd-snmp/: memory_hpux.c, memory_hpux.h
  1773. , vmstat_hpux.c, vmstat_hpux.h:
  1774.    Patches #551914+ from Gary Edwards to support hpux11 for memory and vmstat modules
  1775.    
  1776. 2002-05-06 15:07  hardaker
  1777.    * agent/mibgroup/ucd_snmp.h:
  1778.    add new hpux modules
  1779.    
  1780. 2002-05-06 14:34  hardaker
  1781.    * README:
  1782.    new contributors.
  1783.    
  1784. 2002-05-06 14:32  hardaker
  1785.    * include/net-snmp/library/default_store.h, man/snmpcmd.1.def
  1786. , snmplib/mib.c:
  1787.    Patch #551489: From Jeffrey Watson to add a -Q option for quick but w/ an '='
  1788.    
  1789. 2002-05-06 14:28  hardaker
  1790.    * man/snmpd.1.def:
  1791.    change -D documentation to reflect current code.
  1792.    
  1793. 2002-05-06 14:27  hardaker
  1794.    * agent/agent_handler.c:
  1795.    misc small bugs and error message wording fixes.
  1796.    
  1797. 2002-05-06 09:37  hardaker
  1798.    * agent/mibgroup/smux/: smux.c (V4-2-patches.9), smux.c:
  1799.    bug #547010: fix smux auth bug as reported and fixed by Stefan Radman
  1800.    
  1801. 2002-05-01 23:01  rstory
  1802.    * local/mib2c.array-user.conf:
  1803.    tweaks for update to table_array
  1804.    
  1805. 2002-05-01 23:00  rstory
  1806.    * agent/Makefile.in:
  1807.    add object_monitor stuff
  1808.    
  1809. 2002-05-01 22:46  rstory
  1810.    * snmplib/Makefile.in:
  1811.    add check_varbind stuff
  1812.    
  1813. 2002-05-01 22:45  rstory
  1814.    * include/net-snmp/library/check_varbind.h,
  1815.    snmplib/check_varbind.c:
  1816.    convenience functions for validation vabrind info
  1817.    
  1818. 2002-05-01 22:43  rstory
  1819.    * agent/helpers/table_array.c,
  1820.    include/net-snmp/agent/table_array.h:
  1821.    do I really have to do this? sigh. Ok, rename debug token; revamp logic to
  1822.    modify rows in place, keeping undo info (vs always changing a copy of a row
  1823.    and swapping rows when set completed successfully) to allow external code
  1824.    to keep pointers that don't disappear on them; add a few callbacks, including
  1825.    row_compare, so table_array can maintain the secondary index tree; don't call
  1826.    can_activate/can_delete unless we are actually trying to activate/delete row;
  1827.    add skeleton (ifdef'd out) code for cooperative notifications of row events;
  1828.    update changing array in commit & undo cases, not just commit; change typdefs
  1829.    for a few callback pointers; ummmm... I *think* that's it....:-)
  1830.    
  1831. 2002-05-01 17:30  hardaker
  1832.    * perl/OID/: OID.pm, OID.xs, test.pl:
  1833.    Add index building to the + operator.
  1834.    
  1835. 2002-05-01 09:52  hardaker
  1836.    * perl/: OID/OID.pm, OID/OID.xs, agent/Makefile.PL
  1837. , agent/agent.pm, agent/agent.xs, agent/test.pl
  1838. , agent/typemap:
  1839.    Make getOID for requests returned a NetSNMP::OID blessed reference.
  1840.    I'm not happy about how this is done, but all attempts to do it
  1841.    correctly only left me in confusion.
  1842.    
  1843. 2002-05-01 09:31  hardaker
  1844.    * agent/mibgroup/mibII/vacm_vars.c,
  1845.    include/net-snmp/library/snmpAAL5PVCDomain.h,
  1846.    include/net-snmp/library/snmpTCPIPv6Domain.h,
  1847.    include/net-snmp/library/snmpUDPIPv6Domain.h,
  1848.    include/net-snmp/library/snmpUnixDomain.h,
  1849.    snmplib/snmpAAL5PVCDomain.c, snmplib/snmpTCPIPv6Domain.c
  1850. , snmplib/snmpUDPIPv6Domain.c, snmplib/snmpUnixDomain.c
  1851. :
  1852.    Change the domain OIDs to point to the net-snmp domains created by Dave.
  1853.    This fixes bug #544245 as well.
  1854.    
  1855. 2002-05-01 09:30  hardaker
  1856.    * Makefile.in:
  1857.    Add the OID perl module to the list of modules.
  1858.    
  1859. 2002-05-01 07:45  hardaker
  1860.    * mibs/: UCD-SNMP-MIB.txt (V4-2-patches.0), UCD-SNMP-MIB.txt:
  1861.    remove old (and conflicting with traps) transport domain OIDs
  1862.    
  1863. 2002-05-01 06:19  dts12
  1864.    * man/: snmpbulkget.1.def, snmpbulkwalk.1.def,
  1865.    snmpcmd.1.def, snmpdelta.1, snmpget.1.def,
  1866.    snmpset.1.def, snmpstatus.1.def, snmptest.1.def,
  1867.    snmpwalk.1.def:
  1868.    Add type tags "STRING: " and "INTEGER: " to example output.
  1869.    Add explicit setting of protocol version to example commands.
  1870.    
  1871. 2002-05-01 03:34  jbpn
  1872.    * agent/mibgroup/Rmon/: agutil.c, agutil.h,
  1873.    agutil_api.h, alarm.c, alarm.h, event.c,
  1874.    event.h, history.c, history.h, row_api.h,
  1875.    rows.c, rows.h, statistics.c, statistics.h:
  1876.      - remove CVS Log: entries which are causing problems since they are
  1877.        embedded in a comment, but some of the log entries contain comment
  1878.        delimiters.
  1879.    
  1880. 2002-04-30 22:15  rstory
  1881.    * agent/snmpd.c:
  1882.    remove netsnmp_processing_set, it lives in snmp_agent.c
  1883.    
  1884. 2002-04-30 22:13  rstory
  1885.    * include/net-snmp/library/snmp-tc.h, snmplib/snmp-tc.c
  1886. :
  1887.    remove unused parameter; allow NONE as old value for storage type transtions
  1888.    
  1889. 2002-04-30 22:12  rstory
  1890.    * include/net-snmp/agent/table.h:
  1891.    remove overly complex macro stuff for rowstatus/storagetype
  1892.    
  1893. 2002-04-30 09:28  hardaker
  1894.    * perl/OID/: Makefile.PL, OID.pm, OID.xs, README
  1895. , test.pl:
  1896.    - allow conversions to an array (needs to be tied still).
  1897.    - documentation.
  1898.    
  1899. 2002-04-30 08:15  jbpn
  1900.    * agent/: snmpd.c (V4-2-patches.3), snmpd.c:
  1901.      - fix bug #545775, reported by Dave Denson, whereby the PID of an
  1902.        already-running snmpd would be overwritten by starting a new snmpd
  1903.        (which would then exit, leaving the original snmpd running and the
  1904.        wrong PID in the file).  Solution is not to write the PID until we
  1905.        have successfully opened all our sockets.
  1906.    
  1907. 2002-04-30 07:23  hardaker
  1908.    * perl/OID/: .cvsignore, Changes, MANIFEST,
  1909.    Makefile.PL, OID.pm, OID.xs, README,
  1910.    test.pl, typemap:
  1911.    OID perl module so you can do simple OID manipulations within perl easily:
  1912.      - Example:  new NetSNMP::OID('interfaces') > new NetSNMP::OID('system')
  1913.    
  1914. 2002-04-29 16:52  hardaker
  1915.    * agent/mibgroup/versiontag:
  1916.    regexp fix for white space checks in indent formatted code
  1917.    
  1918. 2002-04-29 16:47  hardaker
  1919.    * Makefile.in:
  1920.    reorder perl module names to reflect (new) dependencies.
  1921.    
  1922. 2002-04-29 09:42  hardaker
  1923.    * perl/SNMP/t/mib.t:
  1924.    fix a few warnings on failed tests (just screen cleanups)
  1925.    
  1926. 2002-04-29 09:41  hardaker
  1927.    * perl/SNMP/: Makefile.PL, SNMP.pm:
  1928.    Make the perl module respect snmp.conf settings (finally).
  1929.      - Now requires a dependency on the NetSNMP::default_store module though.
  1930.    
  1931. 2002-04-27 08:19  rstory
  1932.    * agent/snmp_agent.c:
  1933.    don't process set request till delegated requests are complete, and queue
  1934.    any other received packets until a set has completed processing.
  1935.    
  1936. 2002-04-27 08:10  rstory
  1937.    * snmplib/snmp_api.c:
  1938.    clean up comments munged by indent
  1939.    
  1940. 2002-04-27 08:08  rstory
  1941.    * agent/mibgroup/agentx/subagent.h:
  1942.    add missing prototype to fix compiler warning
  1943.    
  1944. 2002-04-27 08:07  rstory
  1945.    * agent/: object_monitor.c, helpers/table.c,
  1946.    helpers/table_array.c:
  1947.    ifdef gymnastics to make sure asserts are only compiled in only if explicity
  1948.    requested
  1949.    
  1950. 2002-04-26 21:26  rstory
  1951.    * agent/mibgroup/host/hr_storage.c:
  1952.    fix unbalanced endif on linux. hope I didn't break anything else.
  1953.    
  1954. 2002-04-26 19:14  rstory
  1955.    * agent/snmpd.c:
  1956.    fix unused var warning for !windows
  1957.    
  1958. 2002-04-26 14:33  hardaker
  1959.    * agent/mibgroup/Rmon/event.c,
  1960.    include/net-snmp/library/asn1.h:
  1961.    fix OID_LENGTH definitions
  1962.    
  1963. 2002-04-26 10:53  hardaker
  1964.    * Makefile.in, perl/ASN/Makefile.PL,
  1965.    perl/agent/Makefile.PL, perl/agent/default_store/Makefile.PL
  1966. :
  1967.    fix --with-perl-modules in makefiles.  Make everything use
  1968.    net-snmp-config, ...
  1969.    
  1970. 2002-04-26 10:27  hardaker
  1971.    * perl/SNMP/: Makefile.PL, README, SNMP.pm:
  1972.    - Cleanup.
  1973.    - Make buildable from within the source.
  1974.    - Change documentation references for ucd-snmp
  1975.    - Change contact location to net-snmp-users (per Joe's agreement)
  1976.    
  1977. 2002-04-26 10:19  hardaker
  1978.    * perl/default_store/: MANIFEST, Makefile.PL, README
  1979. , default_store.pm, test.pl:
  1980.    - cleanup.
  1981.    - Use net-snmp-config to find library, etc.
  1982.    - Make buildable from within the source.
  1983.    - a few more tests added
  1984.    - use correct libraries
  1985.    - add documentation
  1986.    
  1987. 2002-04-26 04:22  dts12
  1988.    * configure, configure.in:
  1989.    Extracting the version from 'snmplib/snmp_version.c' needs to take account
  1990.    of blank space.  Reported by Stefan Radman (Bug #547379)
  1991.    
  1992. 2002-04-26 04:11  dts12
  1993.    * agent/mibgroup/ucd-snmp/: memory.c (V4-2-patches.8), memory.c
  1994. :
  1995.    Handle memory values > 32bit (latching at 2^32-1)
  1996.    Patch #548663 from Rob Myers
  1997.    
  1998. 2002-04-26 03:55  dts12
  1999.    * agent/snmpd.c:
  2000.    Remove redundant 'Invalid option' message, since this is typically
  2001.    reported by getopt().  (Suggested by Andrew Rucker Jones - patch #548748 )
  2002.    
  2003. 2002-04-26 03:51  dts12
  2004.    * agent/snmpd.c:
  2005.    Add 'v' to the list of valid options (patch #548748)
  2006.    Thanks to Andrew Rucker Jones.
  2007.    
  2008. 2002-04-26 03:36  dts12
  2009.    * README.hpux11, agent/mibgroup/host/hr_storage.c,
  2010.    agent/mibgroup/host/hr_system.c,
  2011.    agent/mibgroup/mibII/var_route.c,
  2012.    include/net-snmp/system/hpux.h,
  2013.    agent/mibgroup/ucd-snmp/loadave.c,
  2014.    agent/mibgroup/ucd-snmp/memory.c,
  2015.    agent/mibgroup/ucd-snmp/memory.h:
  2016.    Apply Johannes Schmidt-Fischer's improved HP-UX 11 patch
  2017.    (#530724) to the main v5 line, as well as the v4-2 branch.
  2018.    The code now compiles cleanly under HP-UX 11 using gcc.
  2019.    
  2020. 2002-04-25 07:19  hardaker
  2021.    * README, include/net-snmp/library/vacm.h,
  2022.    snmplib/vacm.c:
  2023.    Patch from Axel Kittenberg to fix possible variable name clash
  2024.    
  2025. 2002-04-24 22:39  rstory
  2026.    * agent/object_monitor.c:
  2027.    handle callbacks sending new notifications (while processing notifications)
  2028.    
  2029. 2002-04-24 21:35  rstory
  2030.    * include/net-snmp/agent/object_monitor.h:
  2031.    header for new fucntions for monitoring objects
  2032.    
  2033. 2002-04-24 21:34  rstory
  2034.    * agent/object_monitor.c:
  2035.    new functions for monitoring object values
  2036.    
  2037. 2002-04-24 15:02  hardaker
  2038.    * agent/mibgroup/ucd-snmp/vmstat.c:
  2039.    /proc/stat can be larger than 1024
  2040.    
  2041. 2002-04-24 06:19  dts12
  2042.    * snmplib/Makefile.in:
  2043.    Install the missing 'md5.h' header file.
  2044.    
  2045. 2002-04-23 09:43  rstory
  2046.    * agent/helpers/: table.c, table_array.c:
  2047.    remove last of the #warnings, add xxx-rks if necessary
  2048.    
  2049. 2002-04-23 07:53  hardaker
  2050.    * agent/helpers/table_array.c:
  2051.    remove warnings
  2052.    
  2053. 2002-04-22 19:11  rstory
  2054.    * agent/mibgroup/ipfwchains/README:
  2055.    update URL to use freenmp.com mirror (unless someone knows a better place?)
  2056.    
  2057. 2002-04-22 14:10  rstory
  2058.    * snmplib/mib.c:
  2059.    apply documentatin patch from Axel Kittenberger <Axel.Kittenberger@maxxio.com>
  2060.    
  2061. 2002-04-22 13:50  rstory
  2062.    * local/mib2c.array-user.conf:
  2063.    remove extra @end@ (sure would be nice if mib2c would check for unbalanced
  2064.    @end@s)
  2065.    
  2066. 2002-04-22 09:48  rstory
  2067.    * snmplib/oid_array.c:
  2068.    update function names to match header (no mixed case)
  2069.    
  2070. 2002-04-22 08:11  hardaker
  2071.    * include/net-snmp/library/snmp_debug.h:
  2072.    fix bug #547110: properly spell define
  2073.    
  2074. 2002-04-21 16:44  hardaker
  2075.    * agent/mibgroup/mibII/sysORTable.c:
  2076.    add static to a returned variable
  2077.    
  2078. 2002-04-21 16:42  hardaker
  2079.    * configure, configure.in:
  2080.    fix --with-perl-modules
  2081.    
  2082. 2002-04-21 11:37  rstory
  2083.    * snmplib/snmp_version.c:
  2084.    5.0.pre3 -> 5.0; (I'm sure there are other places this needs to change,
  2085.    but I wanted to get the first post 5.0 checkin...:-)
  2086.    
  2087. 2002-04-20 00:37  hardaker
  2088.    * FAQ, sedscript.in, perl/SNMP/SNMP.pm:
  2089.    - (snmplib/snmp_version.c sedscript.in): version tag ( 5.0 )
  2090.    
  2091. 2002-04-20 00:32  hardaker
  2092.    * NEWS:
  2093.    change version to 5.0
  2094.    
  2095. 2002-04-20 00:29  hardaker
  2096.    * .cvsignore, AGENT.txt, COPYING, ChangeLog
  2097. , CodingStyle, EXAMPLE.conf.def, FAQ,
  2098.    INSTALL, Makefile.in, Makefile.rules,
  2099.    Makefile.top, NEWS, PORTING, README,
  2100.    README.agentx, README.cmu, README.hpux11,
  2101.    README.krb5, README.snmpv3, README.thread,
  2102.    README.win32, TODO, acconfig.h, aclocal.m4,
  2103.    config.guess, config.sub, configure, configure.in
  2104. , dotgdbinit, doxygen.conf, install-sh,
  2105.    ltmain.sh, makedepend.in, makefileindepend.pl,
  2106.    makenosysdepend.pl, maketarget, mkinstalldirs,
  2107.    net-snmp-config.in, remove-files, sedscript.in,
  2108.    stamp-h, stamp-h.in, agent/.cvsignore,
  2109.    agent/Makefile.depend, agent/Makefile.in,
  2110.    agent/agent_handler.c, agent/agent_index.c,
  2111.    agent/agent_read_config.c, agent/agent_registry.c,
  2112.    agent/agent_trap.c, agent/auto_nlist.c,
  2113.    agent/autonlist.h, agent/kernel.c, agent/kernel.h
  2114. , agent/m2m.h, agent/mib_modules.c,
  2115.    agent/snmp_agent.c, agent/snmp_perl.c,
  2116.    agent/snmp_perl.pl, agent/snmp_vars.c, agent/snmpd.c
  2117. , agent/snmpd.h, agent/dlmods/.cvsignore,
  2118.    agent/helpers/.cvsignore, agent/helpers/Makefile.depend
  2119. , agent/helpers/Makefile.in, agent/helpers/all_helpers.c
  2120. , agent/helpers/bulk_to_next.c,
  2121.    agent/helpers/debug_handler.c, agent/helpers/instance.c
  2122. , agent/helpers/multiplexer.c, agent/helpers/null.c
  2123. , agent/helpers/old_api.c, agent/helpers/read_only.c
  2124. , agent/helpers/serialize.c, agent/helpers/table.c
  2125. , agent/helpers/table_array.c,
  2126.    agent/helpers/table_data.c, agent/helpers/table_dataset.c
  2127. , agent/helpers/table_iterator.c,
  2128.    agent/mibgroup/.cvsignore, agent/mibgroup/Makefile.depend
  2129. , agent/mibgroup/Makefile.in, agent/mibgroup/README
  2130. , agent/mibgroup/README.smux, agent/mibgroup/Rmon.h
  2131. , agent/mibgroup/agent_mibs.h, agent/mibgroup/agentx.h
  2132. , agent/mibgroup/examples.h,
  2133.    agent/mibgroup/header_complex.c,
  2134.    agent/mibgroup/header_complex.h, agent/mibgroup/host.h,
  2135.    agent/mibgroup/host_res.h, agent/mibgroup/kernel_sunos5.c
  2136. , agent/mibgroup/kernel_sunos5.h, agent/mibgroup/mibII.h
  2137. , agent/mibgroup/mibdefs.h, agent/mibgroup/mibincl.h
  2138. , agent/mibgroup/notification.h, agent/mibgroup/smux.h
  2139. , agent/mibgroup/smux_gated.h,
  2140.    agent/mibgroup/snmpv3mibs.h, agent/mibgroup/struct.h,
  2141.    agent/mibgroup/target.h, agent/mibgroup/testhandler.c,
  2142.    agent/mibgroup/testhandler.h, agent/mibgroup/tunnel.h,
  2143.    agent/mibgroup/ucd_snmp.h, agent/mibgroup/util_funcs.c,
  2144.    agent/mibgroup/util_funcs.h, agent/mibgroup/utilities.h
  2145. , agent/mibgroup/versiontag, agent/mibgroup/Rmon/README
  2146. , agent/mibgroup/Rmon/agutil.c,
  2147.    agent/mibgroup/Rmon/agutil.h,
  2148.    agent/mibgroup/Rmon/agutil_api.h, agent/mibgroup/Rmon/alarm.c
  2149. , agent/mibgroup/Rmon/alarm.h,
  2150.    agent/mibgroup/Rmon/event.c, agent/mibgroup/Rmon/event.h
  2151. , agent/mibgroup/Rmon/history.c,
  2152.    agent/mibgroup/Rmon/history.h, agent/mibgroup/Rmon/row_api.h
  2153. , agent/mibgroup/Rmon/rows.c, agent/mibgroup/Rmon/rows.h
  2154. , agent/mibgroup/Rmon/statistics.c,
  2155.    agent/mibgroup/Rmon/statistics.h,
  2156.    agent/mibgroup/Rmon/test_alarm.sh,
  2157.    agent/mibgroup/Rmon/test_hist.sh,
  2158.    agent/mibgroup/agent/.cvsignore,
  2159.    agent/mibgroup/agent/nsModuleTable.c,
  2160.    agent/mibgroup/agent/nsModuleTable.h,
  2161.    agent/mibgroup/agent/nsTransactionTable.c,
  2162.    agent/mibgroup/agent/nsTransactionTable.h,
  2163.    agent/mibgroup/agentx/.cvsignore,
  2164.    agent/mibgroup/agentx/agentx_config.c,
  2165.    agent/mibgroup/agentx/agentx_config.h,
  2166.    agent/mibgroup/agentx/client.c,
  2167.    agent/mibgroup/agentx/client.h,
  2168.    agent/mibgroup/agentx/master.c,
  2169.    agent/mibgroup/agentx/master.h,
  2170.    agent/mibgroup/agentx/master_admin.c,
  2171.    agent/mibgroup/agentx/master_admin.h,
  2172.    agent/mibgroup/agentx/protocol.c,
  2173.    agent/mibgroup/agentx/protocol.h,
  2174.    agent/mibgroup/agentx/subagent.c,
  2175.    agent/mibgroup/agentx/subagent.h,
  2176.    agent/mibgroup/disman/.cvsignore,
  2177.    agent/mibgroup/disman/event-mib.h,
  2178.    agent/mibgroup/disman/mteObjectsTable.c,
  2179.    agent/mibgroup/disman/mteObjectsTable.h,
  2180.    agent/mibgroup/disman/mteTriggerBooleanTable.c,
  2181.    agent/mibgroup/disman/mteTriggerBooleanTable.h,
  2182.    agent/mibgroup/disman/mteTriggerDeltaTable.c,
  2183.    agent/mibgroup/disman/mteTriggerDeltaTable.h,
  2184.    agent/mibgroup/disman/mteTriggerExistenceTable.c,
  2185.    agent/mibgroup/disman/mteTriggerExistenceTable.h,
  2186.    agent/mibgroup/disman/mteTriggerTable.c,
  2187.    agent/mibgroup/disman/mteTriggerTable.h,
  2188.    agent/mibgroup/disman/mteTriggerThresholdTable.c,
  2189.    agent/mibgroup/disman/mteTriggerThresholdTable.h,
  2190.    agent/mibgroup/dummy/.cvsignore,
  2191.    agent/mibgroup/examples/.cvsignore,
  2192.    agent/mibgroup/examples/Makefile.dlmod,
  2193.    agent/mibgroup/examples/data_set.c,
  2194.    agent/mibgroup/examples/data_set.h,
  2195.    agent/mibgroup/examples/delayed_instance.c,
  2196.    agent/mibgroup/examples/delayed_instance.h,
  2197.    agent/mibgroup/examples/example.c,
  2198.    agent/mibgroup/examples/example.h,
  2199.    agent/mibgroup/examples/scalar_int.c,
  2200.    agent/mibgroup/examples/scalar_int.h,
  2201.    agent/mibgroup/examples/ucdDemoPublic.c,
  2202.    agent/mibgroup/examples/ucdDemoPublic.cmds,
  2203.    agent/mibgroup/examples/ucdDemoPublic.conf,
  2204.    agent/mibgroup/examples/ucdDemoPublic.h,
  2205.    agent/mibgroup/host/.cvsignore,
  2206.    agent/mibgroup/host/hr_device.c,
  2207.    agent/mibgroup/host/hr_device.h,
  2208.    agent/mibgroup/host/hr_disk.c, agent/mibgroup/host/hr_disk.h
  2209. , agent/mibgroup/host/hr_filesys.c,
  2210.    agent/mibgroup/host/hr_filesys.h,
  2211.    agent/mibgroup/host/hr_network.c,
  2212.    agent/mibgroup/host/hr_network.h,
  2213.    agent/mibgroup/host/hr_other.c,
  2214.    agent/mibgroup/host/hr_other.h,
  2215.    agent/mibgroup/host/hr_partition.c,
  2216.    agent/mibgroup/host/hr_partition.h,
  2217.    agent/mibgroup/host/hr_print.c,
  2218.    agent/mibgroup/host/hr_print.h, agent/mibgroup/host/hr_proc.c
  2219. , agent/mibgroup/host/hr_proc.h,
  2220.    agent/mibgroup/host/hr_storage.c,
  2221.    agent/mibgroup/host/hr_storage.h,
  2222.    agent/mibgroup/host/hr_swinst.c,
  2223.    agent/mibgroup/host/hr_swinst.h,
  2224.    agent/mibgroup/host/hr_swrun.c,
  2225.    agent/mibgroup/host/hr_swrun.h,
  2226.    agent/mibgroup/host/hr_system.c,
  2227.    agent/mibgroup/host/hr_system.h,
  2228.    agent/mibgroup/ipfwchains/.cvsignore,
  2229.    agent/mibgroup/ipfwchains/README,
  2230.    agent/mibgroup/mibII/.cvsignore, agent/mibgroup/mibII/at.c
  2231. , agent/mibgroup/mibII/at.h, agent/mibgroup/mibII/icmp.c
  2232. , agent/mibgroup/mibII/icmp.h,
  2233.    agent/mibgroup/mibII/interfaces.c,
  2234.    agent/mibgroup/mibII/interfaces.h, agent/mibgroup/mibII/ip.c
  2235. , agent/mibgroup/mibII/ip.h,
  2236.    agent/mibgroup/mibII/ipAddr.c, agent/mibgroup/mibII/ipAddr.h
  2237. , agent/mibgroup/mibII/ipv6.c,
  2238.    agent/mibgroup/mibII/ipv6.h,
  2239.    agent/mibgroup/mibII/kernel_linux.c,
  2240.    agent/mibgroup/mibII/kernel_linux.h,
  2241.    agent/mibgroup/mibII/mta_sendmail.c,
  2242.    agent/mibgroup/mibII/mta_sendmail.h,
  2243.    agent/mibgroup/mibII/route_write.c,
  2244.    agent/mibgroup/mibII/route_write.h,
  2245.    agent/mibgroup/mibII/setSerialNo.c,
  2246.    agent/mibgroup/mibII/setSerialNo.h,
  2247.    agent/mibgroup/mibII/snmp_mib.c,
  2248.    agent/mibgroup/mibII/snmp_mib.h,
  2249.    agent/mibgroup/mibII/sysORTable.c,
  2250.    agent/mibgroup/mibII/sysORTable.h,
  2251.    agent/mibgroup/mibII/system_mib.c,
  2252.    agent/mibgroup/mibII/system_mib.h, agent/mibgroup/mibII/tcp.c
  2253. , agent/mibgroup/mibII/tcp.h,
  2254.    agent/mibgroup/mibII/tcpTable.c,
  2255.    agent/mibgroup/mibII/tcpTable.h, agent/mibgroup/mibII/udp.c
  2256. , agent/mibgroup/mibII/udp.h,
  2257.    agent/mibgroup/mibII/udpTable.c,
  2258.    agent/mibgroup/mibII/udpTable.h,
  2259.    agent/mibgroup/mibII/vacm_context.c,
  2260.    agent/mibgroup/mibII/vacm_context.h,
  2261.    agent/mibgroup/mibII/vacm_vars.c,
  2262.    agent/mibgroup/mibII/vacm_vars.h,
  2263.    agent/mibgroup/mibII/var_route.c,
  2264.    agent/mibgroup/mibII/var_route.h,
  2265.    agent/mibgroup/misc/.cvsignore, agent/mibgroup/misc/dlmod.c
  2266. , agent/mibgroup/misc/dlmod.h,
  2267.    agent/mibgroup/misc/ipfwacc.c, agent/mibgroup/misc/ipfwacc.h
  2268. , agent/mibgroup/notification/.cvsignore,
  2269.    agent/mibgroup/notification/snmpNotifyFilterProfileTable.c,
  2270.    agent/mibgroup/notification/snmpNotifyFilterProfileTable.h,
  2271.    agent/mibgroup/notification/snmpNotifyFilterTable.c,
  2272.    agent/mibgroup/notification/snmpNotifyFilterTable.h,
  2273.    agent/mibgroup/notification/snmpNotifyTable.c,
  2274.    agent/mibgroup/notification/snmpNotifyTable.h,
  2275.    agent/mibgroup/smux/.cvsignore, agent/mibgroup/smux/smux.c
  2276. , agent/mibgroup/smux/smux.h,
  2277.    agent/mibgroup/smux/snmp_bgp.c,
  2278.    agent/mibgroup/smux/snmp_bgp.h,
  2279.    agent/mibgroup/smux/snmp_ospf.c,
  2280.    agent/mibgroup/smux/snmp_ospf.h,
  2281.    agent/mibgroup/smux/snmp_rip2.c,
  2282.    agent/mibgroup/smux/snmp_rip2.h,
  2283.    agent/mibgroup/snmpv3/.cvsignore,
  2284.    agent/mibgroup/snmpv3/snmpEngine.c,
  2285.    agent/mibgroup/snmpv3/snmpEngine.h,
  2286.    agent/mibgroup/snmpv3/snmpMPDStats.c,
  2287.    agent/mibgroup/snmpv3/snmpMPDStats.h,
  2288.    agent/mibgroup/snmpv3/usmStats.c,
  2289.    agent/mibgroup/snmpv3/usmStats.h,
  2290.    agent/mibgroup/snmpv3/usmUser.c,
  2291.    agent/mibgroup/snmpv3/usmUser.h,
  2292.    agent/mibgroup/target/.cvsignore,
  2293.    agent/mibgroup/target/snmpTargetAddrEntry.c,
  2294.    agent/mibgroup/target/snmpTargetAddrEntry.h,
  2295.    agent/mibgroup/target/snmpTargetParamsEntry.c,
  2296.    agent/mibgroup/target/snmpTargetParamsEntry.h,
  2297.    agent/mibgroup/target/target.c,
  2298.    agent/mibgroup/target/target.h,
  2299.    agent/mibgroup/target/target_counters.c,
  2300.    agent/mibgroup/target/target_counters.h,
  2301.    agent/mibgroup/tunnel/tunnel.c,
  2302.    agent/mibgroup/tunnel/tunnel.h,
  2303.    agent/mibgroup/ucd-snmp/.cvsignore,
  2304.    agent/mibgroup/ucd-snmp/disk.c,
  2305.    agent/mibgroup/ucd-snmp/disk.h,
  2306.    agent/mibgroup/ucd-snmp/diskio.c,
  2307.    agent/mibgroup/ucd-snmp/diskio.h,
  2308.    agent/mibgroup/ucd-snmp/dlmod.c,
  2309.    agent/mibgroup/ucd-snmp/dlmod.h,
  2310.    agent/mibgroup/ucd-snmp/errormib.c,
  2311.    agent/mibgroup/ucd-snmp/errormib.h,
  2312.    agent/mibgroup/ucd-snmp/extensible.c,
  2313.    agent/mibgroup/ucd-snmp/extensible.h,
  2314.    agent/mibgroup/ucd-snmp/file.c,
  2315.    agent/mibgroup/ucd-snmp/file.h,
  2316.    agent/mibgroup/ucd-snmp/hpux.c,
  2317.    agent/mibgroup/ucd-snmp/hpux.h,
  2318.    agent/mibgroup/ucd-snmp/lmSensors.c,
  2319.    agent/mibgroup/ucd-snmp/lmSensors.h,
  2320.    agent/mibgroup/ucd-snmp/loadave.c,
  2321.    agent/mibgroup/ucd-snmp/loadave.h,
  2322.    agent/mibgroup/ucd-snmp/logmatch.c,
  2323.    agent/mibgroup/ucd-snmp/logmatch.h,
  2324.    agent/mibgroup/ucd-snmp/memory.c,
  2325.    agent/mibgroup/ucd-snmp/memory.h,
  2326.    agent/mibgroup/ucd-snmp/memory_dynix.c,
  2327.    agent/mibgroup/ucd-snmp/memory_dynix.h,
  2328.    agent/mibgroup/ucd-snmp/memory_freebsd2.c,
  2329.    agent/mibgroup/ucd-snmp/memory_freebsd2.h,
  2330.    agent/mibgroup/ucd-snmp/memory_netbsd1.c,
  2331.    agent/mibgroup/ucd-snmp/memory_netbsd1.h,
  2332.    agent/mibgroup/ucd-snmp/memory_solaris2.c,
  2333.    agent/mibgroup/ucd-snmp/memory_solaris2.h,
  2334.    agent/mibgroup/ucd-snmp/pass.c,
  2335.    agent/mibgroup/ucd-snmp/pass.h,
  2336.    agent/mibgroup/ucd-snmp/pass_persist.c,
  2337.    agent/mibgroup/ucd-snmp/pass_persist.h,
  2338.    agent/mibgroup/ucd-snmp/proc.c,
  2339.    agent/mibgroup/ucd-snmp/proc.h,
  2340.    agent/mibgroup/ucd-snmp/proxy.c,
  2341.    agent/mibgroup/ucd-snmp/proxy.h,
  2342.    agent/mibgroup/ucd-snmp/versioninfo.c,
  2343.    agent/mibgroup/ucd-snmp/versioninfo.h,
  2344.    agent/mibgroup/ucd-snmp/vmstat.c,
  2345.    agent/mibgroup/ucd-snmp/vmstat.h,
  2346.    agent/mibgroup/ucd-snmp/vmstat_bsdi4.c,
  2347.    agent/mibgroup/ucd-snmp/vmstat_bsdi4.h,
  2348.    agent/mibgroup/ucd-snmp/vmstat_dynix.c,
  2349.    agent/mibgroup/ucd-snmp/vmstat_dynix.h,
  2350.    agent/mibgroup/ucd-snmp/vmstat_freebsd2.c,
  2351.    agent/mibgroup/ucd-snmp/vmstat_freebsd2.h,
  2352.    agent/mibgroup/ucd-snmp/vmstat_netbsd1.c,
  2353.    agent/mibgroup/ucd-snmp/vmstat_netbsd1.h,
  2354.    agent/mibgroup/ucd-snmp/vmstat_solaris2.c,
  2355.    agent/mibgroup/ucd-snmp/vmstat_solaris2.h,
  2356.    agent/mibgroup/utilities/.cvsignore,
  2357.    agent/mibgroup/utilities/override.c,
  2358.    agent/mibgroup/utilities/override.h,
  2359.    agent/mibgroup/v2party/.cvsignore,
  2360.    agent/mibgroup/vestinternett/.cvsignore, apps/.cvsignore
  2361. , apps/Makefile.depend, apps/Makefile.in,
  2362.    apps/encode_keychange.c, apps/notification_log.c,
  2363.    apps/notification_log.h, apps/snmpbulkget.c,
  2364.    apps/snmpbulkwalk.c, apps/snmpdelta.c, apps/snmpdf.c
  2365. , apps/snmpget.c, apps/snmpgetnext.c,
  2366.    apps/snmpset.c, apps/snmpstatus.c, apps/snmptable.c
  2367. , apps/snmptest.c, apps/snmptranslate.c,
  2368.    apps/snmptrap.c, apps/snmptrapd.c,
  2369.    apps/snmptrapd_handlers.c, apps/snmptrapd_handlers.h,
  2370.    apps/snmptrapd_log.c, apps/snmptrapd_log.h,
  2371.    apps/snmpusm.c, apps/snmpvacm.c, apps/snmpwalk.c,
  2372.    apps/snmpnetstat/.cvsignore, apps/snmpnetstat/Makefile.depend
  2373. , apps/snmpnetstat/Makefile.in, apps/snmpnetstat/if.c
  2374. , apps/snmpnetstat/inet.c, apps/snmpnetstat/inet6.c
  2375. , apps/snmpnetstat/main.c, apps/snmpnetstat/main.h
  2376. , apps/snmpnetstat/netstat.h, apps/snmpnetstat/route.c
  2377. , apps/snmpnetstat/winstub.c, apps/snmpnetstat/winstub.h
  2378. , include/net-snmp/.cvsignore,
  2379.    include/net-snmp/config_api.h, include/net-snmp/definitions.h
  2380. , include/net-snmp/mib_api.h,
  2381.    include/net-snmp/net-snmp-config.h.in,
  2382.    include/net-snmp/net-snmp-includes.h,
  2383.    include/net-snmp/output_api.h, include/net-snmp/pdu_api.h
  2384. , include/net-snmp/session_api.h,
  2385.    include/net-snmp/snmpv3_api.h, include/net-snmp/types.h
  2386. , include/net-snmp/utilities.h,
  2387.    include/net-snmp/varbind_api.h, include/net-snmp/version.h
  2388. , include/net-snmp/agent/.cvsignore,
  2389.    include/net-snmp/agent/agent_callbacks.h,
  2390.    include/net-snmp/agent/agent_handler.h,
  2391.    include/net-snmp/agent/agent_index.h,
  2392.    include/net-snmp/agent/agent_read_config.h,
  2393.    include/net-snmp/agent/agent_registry.h,
  2394.    include/net-snmp/agent/agent_trap.h,
  2395.    include/net-snmp/agent/all_helpers.h,
  2396.    include/net-snmp/agent/auto_nlist.h,
  2397.    include/net-snmp/agent/bulk_to_next.h,
  2398.    include/net-snmp/agent/debug_handler.h,
  2399.    include/net-snmp/agent/ds_agent.h,
  2400.    include/net-snmp/agent/instance.h,
  2401.    include/net-snmp/agent/mib_modules.h,
  2402.    include/net-snmp/agent/multiplexer.h,
  2403.    include/net-snmp/agent/net-snmp-agent-includes.h,
  2404.    include/net-snmp/agent/null.h,
  2405.    include/net-snmp/agent/old_api.h,
  2406.    include/net-snmp/agent/read_only.h,
  2407.    include/net-snmp/agent/serialize.h,
  2408.    include/net-snmp/agent/set_helper.h,
  2409.    include/net-snmp/agent/snmp_agent.h,
  2410.    include/net-snmp/agent/snmp_vars.h,
  2411.    include/net-snmp/agent/table.h,
  2412.    include/net-snmp/agent/table_array.h,
  2413.    include/net-snmp/agent/table_data.h,
  2414.    include/net-snmp/agent/table_dataset.h,
  2415.    include/net-snmp/agent/table_iterator.h,
  2416.    include/net-snmp/agent/var_struct.h,
  2417.    include/net-snmp/library/.cvsignore,
  2418.    include/net-snmp/library/README,
  2419.    include/net-snmp/library/asn1.h,
  2420.    include/net-snmp/library/callback.h,
  2421.    include/net-snmp/library/cmu_compat.h,
  2422.    include/net-snmp/library/data_list.h,
  2423.    include/net-snmp/library/default_store.h,
  2424.    include/net-snmp/library/getopt.h,
  2425.    include/net-snmp/library/int64.h,
  2426.    include/net-snmp/library/keytools.h,
  2427.    include/net-snmp/library/lcd_time.h,
  2428.    include/net-snmp/library/libsnmp.h,
  2429.    include/net-snmp/library/md5.h,
  2430.    include/net-snmp/library/mib.h,
  2431.    include/net-snmp/library/mt_support.h,
  2432.    include/net-snmp/library/oid_array.h,
  2433.    include/net-snmp/library/oid_stash.h,
  2434.    include/net-snmp/library/parse.h,
  2435.    include/net-snmp/library/read_config.h,
  2436.    include/net-snmp/library/scapi.h,
  2437.    include/net-snmp/library/snmp-tc.h,
  2438.    include/net-snmp/library/snmp.h,
  2439.    include/net-snmp/library/snmpAAL5PVCDomain.h,
  2440.    include/net-snmp/library/snmpCallbackDomain.h,
  2441.    include/net-snmp/library/snmpIPXDomain.h,
  2442.    include/net-snmp/library/snmpTCPDomain.h,
  2443.    include/net-snmp/library/snmpTCPIPv6Domain.h,
  2444.    include/net-snmp/library/snmpUDPDomain.h,
  2445.    include/net-snmp/library/snmpUDPIPv6Domain.h,
  2446.    include/net-snmp/library/snmpUnixDomain.h,
  2447.    include/net-snmp/library/snmp_alarm.h,
  2448.    include/net-snmp/library/snmp_api.h,
  2449.    include/net-snmp/library/snmp_client.h,
  2450.    include/net-snmp/library/snmp_debug.h,
  2451.    include/net-snmp/library/snmp_enum.h,
  2452.    include/net-snmp/library/snmp_impl.h,
  2453.    include/net-snmp/library/snmp_locking.h,
  2454.    include/net-snmp/library/snmp_logging.h,
  2455.    include/net-snmp/library/snmp_parse_args.h,
  2456.    include/net-snmp/library/snmp_secmod.h,
  2457.    include/net-snmp/library/snmp_transport.h,
  2458.    include/net-snmp/library/snmpksm.h,
  2459.    include/net-snmp/library/snmpusm.h,
  2460.    include/net-snmp/library/snmpv3.h,
  2461.    include/net-snmp/library/system.h,
  2462.    include/net-snmp/library/tools.h,
  2463.    include/net-snmp/library/transform_oids.h,
  2464.    include/net-snmp/library/ucd_compat.h,
  2465.    include/net-snmp/library/vacm.h,
  2466.    include/net-snmp/library/winservice.h,
  2467.    include/net-snmp/machine/generic.h,
  2468.    include/net-snmp/system/aix.h, include/net-snmp/system/bsd.h
  2469. , include/net-snmp/system/bsdi.h,
  2470.    include/net-snmp/system/bsdi3.h,
  2471.    include/net-snmp/system/bsdi4.h,
  2472.    include/net-snmp/system/cygwin.h,
  2473.    include/net-snmp/system/darwin.h,
  2474.    include/net-snmp/system/dynix.h,
  2475.    include/net-snmp/system/freebsd.h,
  2476.    include/net-snmp/system/freebsd2.h,
  2477.    include/net-snmp/system/freebsd3.h,
  2478.    include/net-snmp/system/freebsd4.h,
  2479.    include/net-snmp/system/generic.h,
  2480.    include/net-snmp/system/hpux.h,
  2481.    include/net-snmp/system/irix.h,
  2482.    include/net-snmp/system/linux.h,
  2483.    include/net-snmp/system/mips.h,
  2484.    include/net-snmp/system/netbsd.h,
  2485.    include/net-snmp/system/openbsd.h,
  2486.    include/net-snmp/system/solaris.h,
  2487.    include/net-snmp/system/solaris2.6.h,
  2488.    include/net-snmp/system/solaris2.7.h,
  2489.    include/net-snmp/system/solaris2.8.h,
  2490.    include/net-snmp/system/sunos.h,
  2491.    include/net-snmp/system/svr5.h,
  2492.    include/net-snmp/system/sysv.h,
  2493.    include/net-snmp/system/ultrix4.h,
  2494.    include/ucd-snmp/.cvsignore, include/ucd-snmp/README,
  2495.    include/ucd-snmp/agent_index.h,
  2496.    include/ucd-snmp/agent_read_config.h,
  2497.    include/ucd-snmp/agent_registry.h,
  2498.    include/ucd-snmp/agent_trap.h, include/ucd-snmp/asn1.h,
  2499.    include/ucd-snmp/auto_nlist.h, include/ucd-snmp/callback.h
  2500. , include/ucd-snmp/default_store.h,
  2501.    include/ucd-snmp/ds_agent.h,
  2502.    include/ucd-snmp/header_complex.h, include/ucd-snmp/int64.h
  2503. , include/ucd-snmp/keytools.h, include/ucd-snmp/mib.h
  2504. , include/ucd-snmp/mib_module_config.h,
  2505.    include/ucd-snmp/mibincl.h, include/ucd-snmp/parse.h,
  2506.    include/ucd-snmp/read_config.h, include/ucd-snmp/scapi.h
  2507. , include/ucd-snmp/snmp-tc.h, include/ucd-snmp/snmp.h
  2508. , include/ucd-snmp/snmp_agent.h,
  2509.    include/ucd-snmp/snmp_alarm.h, include/ucd-snmp/snmp_api.h
  2510. , include/ucd-snmp/snmp_client.h,
  2511.    include/ucd-snmp/snmp_debug.h, include/ucd-snmp/snmp_impl.h
  2512. , include/ucd-snmp/snmp_logging.h,
  2513.    include/ucd-snmp/snmp_parse_args.h,
  2514.    include/ucd-snmp/snmp_vars.h, include/ucd-snmp/snmpusm.h
  2515. , include/ucd-snmp/snmpv3.h, include/ucd-snmp/struct.h
  2516. , include/ucd-snmp/system.h, include/ucd-snmp/tools.h
  2517. , include/ucd-snmp/transform_oids.h,
  2518.    include/ucd-snmp/ucd-snmp-agent-includes.h,
  2519.    include/ucd-snmp/ucd-snmp-config.h,
  2520.    include/ucd-snmp/ucd-snmp-includes.h,
  2521.    include/ucd-snmp/util_funcs.h, include/ucd-snmp/var_struct.h
  2522. , include/ucd-snmp/version.h, local/.cvsignore,
  2523.    local/FAQ2HTML, local/Makefile.in, local/README.mib2c
  2524. , local/convertcode, local/fixproc,
  2525.    local/ipf-mod.pl, local/mib2c,
  2526.    local/mib2c.array-user.conf, local/mib2c.conf,
  2527.    local/mib2c.create-dataset.conf, local/mib2c.iterate.conf
  2528. , local/mib2c.vartypes.conf, local/pass_persisttest
  2529. , local/passtest, local/snmp-ucd.sh,
  2530.    local/snmpcheck.def, local/snmpconf, local/tkmib,
  2531.    local/traptoemail, local/snmpconf.dir/snmp-data/authopts
  2532. , local/snmpconf.dir/snmp-data/debugging,
  2533.    local/snmpconf.dir/snmp-data/mibs,
  2534.    local/snmpconf.dir/snmp-data/output,
  2535.    local/snmpconf.dir/snmp-data/snmpconf-config,
  2536.    local/snmpconf.dir/snmpd-data/acl,
  2537.    local/snmpconf.dir/snmpd-data/basic_setup,
  2538.    local/snmpconf.dir/snmpd-data/extending,
  2539.    local/snmpconf.dir/snmpd-data/monitor,
  2540.    local/snmpconf.dir/snmpd-data/operation,
  2541.    local/snmpconf.dir/snmpd-data/snmpconf-config,
  2542.    local/snmpconf.dir/snmpd-data/system,
  2543.    local/snmpconf.dir/snmpd-data/trapsinks,
  2544.    local/snmpconf.dir/snmptrapd-data/formatting,
  2545.    local/snmpconf.dir/snmptrapd-data/snmpconf-config,
  2546.    local/snmpconf.dir/snmptrapd-data/traphandle, man/.cvsignore
  2547. , man/Makefile.in, man/add_mibdir.3,
  2548.    man/add_module_replacement.3, man/default_store.3.bot,
  2549.    man/default_store.3.top, man/get_module_node.3,
  2550.    man/init_mib.3, man/init_mib_internals.3,
  2551.    man/mib2c.1.def, man/mib_api.3.def, man/netsnmp_agent.3
  2552. , man/netsnmp_bulk_to_next.3, man/netsnmp_debug.3,
  2553.    man/netsnmp_example_scalar_int.3, man/netsnmp_handler.3
  2554. , man/netsnmp_instance.3,
  2555.    man/netsnmp_mib_handler_methods.3, man/netsnmp_multiplexer.3
  2556. , man/netsnmp_old_api.3, man/netsnmp_read_only.3,
  2557.    man/netsnmp_serialize.3, man/netsnmp_table.3,
  2558.    man/netsnmp_table_array.3, man/netsnmp_table_data.3,
  2559.    man/netsnmp_table_dataset.3, man/netsnmp_table_iterator.3
  2560. , man/netsnmp_todo.3, man/print_description.3,
  2561.    man/print_mib.3, man/print_objid.3, man/print_value.3
  2562. , man/print_variable.3, man/read_all_mibs.3,
  2563.    man/read_config.3.def, man/read_mib.3,
  2564.    man/read_module.3, man/read_module_node.3,
  2565.    man/read_objid.3, man/shutdown_mib.3,
  2566.    man/snmp.conf.5.def, man/snmp_agent_api.3.def,
  2567.    man/snmp_alarm.3.def, man/snmp_api.3.def,
  2568.    man/snmp_api_errstring.3, man/snmp_close.3,
  2569.    man/snmp_config.5.def, man/snmp_error.3,
  2570.    man/snmp_free_pdu.3, man/snmp_open.3, man/snmp_perror.3
  2571. , man/snmp_read.3, man/snmp_select_info.3,
  2572.    man/snmp_send.3, man/snmp_sess_api.3.def,
  2573.    man/snmp_sess_async_send.3, man/snmp_sess_close.3,
  2574.    man/snmp_sess_error.3, man/snmp_sess_init.3,
  2575.    man/snmp_sess_open.3, man/snmp_sess_perror.3,
  2576.    man/snmp_sess_read.3, man/snmp_sess_select_info.3,
  2577.    man/snmp_sess_send.3, man/snmp_sess_session.3,
  2578.    man/snmp_sess_timeout.3, man/snmp_set_mib_warnings.3,
  2579.    man/snmp_set_save_descriptions.3, man/snmp_timeout.3,
  2580.    man/snmp_trap_api.3.def, man/snmpbulkget.1.def,
  2581.    man/snmpbulkwalk.1.def, man/snmpcmd.1.def,
  2582.    man/snmpconf.1.def, man/snmpd.1.def,
  2583.    man/snmpd.conf.5.def, man/snmpdelta.1, man/snmpdf.1
  2584. , man/snmpget.1.def, man/snmpgetnext.1.def,
  2585.    man/snmpinform.1, man/snmpnetstat.1, man/snmpset.1.def
  2586. , man/snmpstatus.1.def, man/snmptable.1.def,
  2587.    man/snmptest.1.def, man/snmptranslate.1.def,
  2588.    man/snmptrap.1.def, man/snmptrapd.8.def,
  2589.    man/snmptrapd.conf.5.def, man/snmpusm.1.def,
  2590.    man/snmpwalk.1.def, man/variables.5.def,
  2591.    mibs/.cvsignore, mibs/AGENTX-MIB.txt,
  2592.    mibs/DISMAN-EVENT-MIB.txt, mibs/DISMAN-SCHEDULE-MIB.txt
  2593. , mibs/DISMAN-SCRIPT-MIB.txt, mibs/EtherLike-MIB.txt
  2594. , mibs/HCNUM-TC.txt, mibs/HOST-RESOURCES-MIB.txt,
  2595.    mibs/HOST-RESOURCES-TYPES.txt,
  2596.    mibs/IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt,
  2597.    mibs/IANA-LANGUAGE-MIB.txt, mibs/IANAifType-MIB.txt,
  2598.    mibs/IF-INVERTED-STACK-MIB.txt, mibs/IF-MIB.txt,
  2599.    mibs/INET-ADDRESS-MIB.txt, mibs/IP-FORWARD-MIB.txt,
  2600.    mibs/IP-MIB.txt, mibs/IPV6-ICMP-MIB.txt,
  2601.    mibs/IPV6-MIB.txt, mibs/IPV6-TC.txt,
  2602.    mibs/IPV6-TCP-MIB.txt, mibs/IPV6-UDP-MIB.txt,
  2603.    mibs/LM-SENSORS-MIB.txt, mibs/MTA-MIB.txt,
  2604.    mibs/Makefile.in, mibs/Makefile.mib,
  2605.    mibs/NET-SNMP-AGENT-MIB.txt, mibs/NET-SNMP-EXAMPLES-MIB.txt
  2606. , mibs/NET-SNMP-MIB.txt, mibs/NET-SNMP-MONITOR-MIB.txt
  2607. , mibs/NET-SNMP-SYSTEM-MIB.txt, mibs/NET-SNMP-TC.txt
  2608. , mibs/NETWORK-SERVICES-MIB.txt,
  2609.    mibs/NOTIFICATION-LOG-MIB.txt, mibs/README.mibs,
  2610.    mibs/RFC-1215.txt, mibs/RFC1155-SMI.txt,
  2611.    mibs/RFC1213-MIB.txt, mibs/RMON-MIB.txt,
  2612.    mibs/SMUX-MIB.txt, mibs/SNMP-COMMUNITY-MIB.txt,
  2613.    mibs/SNMP-FRAMEWORK-MIB.txt, mibs/SNMP-MPD-MIB.txt,
  2614.    mibs/SNMP-NOTIFICATION-MIB.txt, mibs/SNMP-PROXY-MIB.txt
  2615. , mibs/SNMP-TARGET-MIB.txt,
  2616.    mibs/SNMP-USER-BASED-SM-MIB.txt,
  2617.    mibs/SNMP-VIEW-BASED-ACM-MIB.txt, mibs/SNMPv2-CONF.txt,
  2618.    mibs/SNMPv2-MIB.txt, mibs/SNMPv2-SMI.txt,
  2619.    mibs/SNMPv2-TC.txt, mibs/SNMPv2-TM.txt,
  2620.    mibs/TCP-MIB.txt, mibs/TUNNEL-MIB.txt,
  2621.    mibs/UCD-DEMO-MIB.inc, mibs/UCD-DEMO-MIB.txt,
  2622.    mibs/UCD-DISKIO-MIB.inc, mibs/UCD-DISKIO-MIB.txt,
  2623.    mibs/UCD-DLMOD-MIB.inc, mibs/UCD-DLMOD-MIB.txt,
  2624.    mibs/UCD-IPFILTER-MIB.inc, mibs/UCD-IPFILTER-MIB.txt,
  2625.    mibs/UCD-IPFWACC-MIB.inc, mibs/UCD-IPFWACC-MIB.txt,
  2626.    mibs/UCD-SNMP-MIB-OLD.txt, mibs/UCD-SNMP-MIB.inc,
  2627.    mibs/UCD-SNMP-MIB.txt, mibs/UDP-MIB.txt, mibs/ianalist
  2628. , mibs/mibfetch, mibs/rfclist, mibs/rfcmibs.diff
  2629. , mibs/smistrip, ov/.cvsignore, ov/Makefile.in
  2630. , ov/README, ov/UCD-Computer, ov/UCD-fields,
  2631.    ov/oid_to_sym.in, ov/oid_to_type.in,
  2632.    ov/bitmaps/UCD.20.m, ov/bitmaps/UCD.20.p,
  2633.    ov/bitmaps/UCD.26.m, ov/bitmaps/UCD.26.p,
  2634.    ov/bitmaps/UCD.32.m, ov/bitmaps/UCD.32.p,
  2635.    ov/bitmaps/UCD.38.m, ov/bitmaps/UCD.38.p,
  2636.    ov/bitmaps/UCD.44.m, ov/bitmaps/UCD.44.p,
  2637.    ov/bitmaps/UCD.50.m, ov/bitmaps/UCD.50.p,
  2638.    ov/bitmaps/UCD.fields, perl/.cvsignore,
  2639.    perl/ASN/.cvsignore, perl/ASN/ASN.pm, perl/ASN/ASN.xs
  2640. , perl/ASN/Changes, perl/ASN/MANIFEST,
  2641.    perl/ASN/Makefile.PL, perl/ASN/test.pl,
  2642.    perl/AnyData_SNMP/.cvsignore, perl/AnyData_SNMP/Changes
  2643. , perl/AnyData_SNMP/DBD_AnyData.patch,
  2644.    perl/AnyData_SNMP/Format.pm, perl/AnyData_SNMP/INSTALL,
  2645.    perl/AnyData_SNMP/MANIFEST, perl/AnyData_SNMP/Makefile.PL
  2646. , perl/AnyData_SNMP/README, perl/AnyData_SNMP/Storage.pm
  2647. , perl/AnyData_SNMP/snmpsh, perl/SNMP/.cvsignore,
  2648.    perl/SNMP/BUG, perl/SNMP/MANIFEST,
  2649.    perl/SNMP/MANIFEST.SKIP, perl/SNMP/Makefile.PL,
  2650.    perl/SNMP/README, perl/SNMP/SNMP.pm, perl/SNMP/SNMP.xs
  2651. , perl/SNMP/TODO, perl/SNMP/perlsnmp.h,
  2652.    perl/SNMP/typemap, perl/SNMP/examples/async1.pl,
  2653.    perl/SNMP/examples/async2.pl, perl/SNMP/examples/bulkwalk.pl
  2654. , perl/SNMP/examples/ipforward.pl,
  2655.    perl/SNMP/examples/mibtree.pl, perl/SNMP/examples/mibwalk.pl
  2656. , perl/SNMP/examples/pingmib.pl,
  2657.    perl/SNMP/examples/tablewalk.pl,
  2658.    perl/SNMP/examples/testleak.pl,
  2659.    perl/SNMP/examples/trap-example.pl, perl/SNMP/hints/irix.pl
  2660. , perl/SNMP/hints/solaris.pl, perl/SNMP/t/.cvsignore
  2661. , perl/SNMP/t/README, perl/SNMP/t/async.t,
  2662.    perl/SNMP/t/bulkwalk.t, perl/SNMP/t/get.t,
  2663.    perl/SNMP/t/getnext.t, perl/SNMP/t/mib.t,
  2664.    perl/SNMP/t/mib.txt, perl/SNMP/t/mibload.t,
  2665.    perl/SNMP/t/notify.t, perl/SNMP/t/session.t,
  2666.    perl/SNMP/t/set.t, perl/SNMP/t/snmptest.conf,
  2667.    perl/SNMP/t/startagent.pl, perl/agent/.cvsignore,
  2668.    perl/agent/Changes, perl/agent/MANIFEST,
  2669.    perl/agent/Makefile.PL, perl/agent/agent.pm,
  2670.    perl/agent/agent.xs, perl/agent/test.pl,
  2671.    perl/agent/typemap, perl/agent/default_store/.cvsignore
  2672. , perl/agent/default_store/Makefile.PL,
  2673.    perl/agent/default_store/default_store.pm,
  2674.    perl/agent/default_store/default_store.xs,
  2675.    perl/default_store/.cvsignore, perl/default_store/Changes
  2676. , perl/default_store/MANIFEST,
  2677.    perl/default_store/Makefile.PL,
  2678.    perl/default_store/default_store.pm,
  2679.    perl/default_store/default_store.xs,
  2680.    perl/default_store/test.pl, perl/default_store/typemap,
  2681.    perl/manager/.cvsignore, perl/manager/INSTALL,
  2682.    perl/manager/Makefile.PL, perl/manager/displaytable.pm,
  2683.    perl/manager/getValues.pm, perl/manager/green.gif,
  2684.    perl/manager/manager.pm, perl/manager/red.gif,
  2685.    perl/manager/setupauth, perl/manager/setupdb,
  2686.    perl/manager/setupuser, perl/manager/snmptosql,
  2687.    snmplib/.cvsignore, snmplib/MSG00001.bin,
  2688.    snmplib/Makefile.depend, snmplib/Makefile.in,
  2689.    snmplib/asn1.c, snmplib/callback.c,
  2690.    snmplib/cmu_compat.c, snmplib/data_list.c,
  2691.    snmplib/default_store.c, snmplib/getopt.c,
  2692.    snmplib/int64.c, snmplib/keytools.c, snmplib/lcd_time.c
  2693. , snmplib/md5.c, snmplib/mib.c,
  2694.    snmplib/mt_support.c, snmplib/oid_array.c,
  2695.    snmplib/oid_stash.c, snmplib/parse.c,
  2696.    snmplib/read_config.c, snmplib/scapi.c,
  2697.    snmplib/snmp-tc.c, snmplib/snmp.c,
  2698.    snmplib/snmpAAL5PVCDomain.c, snmplib/snmpCallbackDomain.c
  2699. , snmplib/snmpIPXDomain.c, snmplib/snmpTCPDomain.c
  2700. , snmplib/snmpTCPIPv6Domain.c, snmplib/snmpUDPDomain.c
  2701. , snmplib/snmpUDPIPv6Domain.c, snmplib/snmpUnixDomain.c
  2702. , snmplib/snmp_alarm.c, snmplib/snmp_api.c,
  2703.    snmplib/snmp_auth.c, snmplib/snmp_client.c,
  2704.    snmplib/snmp_debug.c, snmplib/snmp_enum.c,
  2705.    snmplib/snmp_logging.c, snmplib/snmp_parse_args.c,
  2706.    snmplib/snmp_secmod.c, snmplib/snmp_transport.c,
  2707.    snmplib/snmp_version.c, snmplib/snmpksm.c,
  2708.    snmplib/snmpusm.c, snmplib/snmpv3.c, snmplib/snprintf.c
  2709. , snmplib/strtol.c, snmplib/strtoul.c,
  2710.    snmplib/system.c, snmplib/tools.c,
  2711.    snmplib/ucd-snmp-includes.h, snmplib/ucd_compat.c,
  2712.    snmplib/vacm.c, snmplib/winservice.c,
  2713.    snmplib/winservice.mc, snmplib/winservice.rc,
  2714.    testing/.cvsignore, testing/Makefile.in, testing/README
  2715. , testing/RUNTESTS, testing/T.c, testing/T2.sh
  2716. , testing/TESTCONF.sh, testing/data.keychange-md5,
  2717.    testing/data.keychange-sha1, testing/data.keychange-sha1-des
  2718. , testing/data.kul-md5, testing/data.kul-sha1,
  2719.    testing/etimetest.c, testing/eval_oneprogram.sh,
  2720.    testing/eval_onescript.sh, testing/eval_suite.sh,
  2721.    testing/eval_testlist, testing/eval_tools.sh,
  2722.    testing/keymanagetest.c, testing/misctest.c,
  2723.    testing/scapitest.c, testing/test_keychange.sh,
  2724.    testing/test_kul.sh, testing/tests/Sv1config,
  2725.    testing/tests/Sv2cconfig, testing/tests/Sv3DESconfig,
  2726.    testing/tests/Sv3SHADESconfig, testing/tests/Sv3config,
  2727.    testing/tests/Sv3configsha, testing/tests/Svanyconfig,
  2728.    testing/tests/T001snmpv1get, testing/tests/T002snmpv1getnext
  2729. , testing/tests/T003snmpv1getfail,
  2730.    testing/tests/T004snmpv1nosuch, testing/tests/T014snmpv2cget
  2731. , testing/tests/T015snmpv2cgetnext,
  2732.    testing/tests/T016snmpv2cgetfail,
  2733.    testing/tests/T017snmpv2ctov1getfail,
  2734.    testing/tests/T018snmpv1tov2cgetfail,
  2735.    testing/tests/T019snmpv2cnosuch, testing/tests/T020snmpv3get
  2736. , testing/tests/T021snmpv3getnext,
  2737.    testing/tests/T022snmpv3getMD5,
  2738.    testing/tests/T023snmpv3getMD5DES,
  2739.    testing/tests/T024snmpv3getSHA1,
  2740.    testing/tests/T025snmpv3getSHADES,
  2741.    testing/tests/T028snmpv3getfail,
  2742.    testing/tests/T030snmpv3usercreation,
  2743.    testing/tests/T049snmpv3inform, testing/tests/T050snmpv3trap
  2744. , testing/tests/T051snmpv2ctrap,
  2745.    testing/tests/T052snmpv2cinform,
  2746.    testing/tests/T053agentv1trap, testing/tests/T054agentv2ctrap
  2747. , testing/tests/T055agentv1mintrap,
  2748.    testing/tests/T056agentv2cmintrap,
  2749.    testing/tests/T058agentauthtrap, testing/tests/T100agenthup
  2750. , testing/tests/T110agentxget,
  2751.    testing/tests/T111agentxset, testing/tests/T112agentxsetfail
  2752. , testing/tests/T113agentxtrap,
  2753.    testing/tests/T120proxyget, testing/tests/T121proxyset,
  2754.    testing/tests/T122proxysetfail, win32/.cvsignore,
  2755.    win32/config.h, win32/config.h.borland,
  2756.    win32/mib_module_config.h, win32/mib_module_dot_conf.h,
  2757.    win32/mib_module_includes.h, win32/mib_module_inits.h,
  2758.    win32/mib_module_shutdown.h, win32/snmpsm_init.h,
  2759.    win32/win32.dsw, win32/win32.opt, win32/bin/.cvsignore
  2760. , win32/encode_keychange/.cvsignore,
  2761.    win32/encode_keychange/encode_keychange.dsp,
  2762.    win32/lib/.cvsignore, win32/libagent/.cvsignore,
  2763.    win32/libagent/libagent.def, win32/libagent/libagent.dsp
  2764. , win32/libhelpers/libhelpers.dsp,
  2765.    win32/libsnmp/.cvsignore, win32/libsnmp/libsnmp.dsp,
  2766.    win32/libsnmp_dll/.cvsignore, win32/libsnmp_dll/libsnmp.def
  2767. , win32/libsnmp_dll/libsnmp_dll.dsp,
  2768.    win32/libucdmibs/.cvsignore, win32/libucdmibs/libucdmibs.def
  2769. , win32/net-snmp/net-snmp-config.h,
  2770.    win32/net-snmp/agent/mib_module_config.h,
  2771.    win32/net-snmp/library/snmpv3-security-includes.h,
  2772.    win32/netsnmpmibs/netsnmpmibs.dsp,
  2773.    win32/snmpbulkget/.cvsignore,
  2774.    win32/snmpbulkget/snmpbulkget.dsp,
  2775.    win32/snmpbulkwalk/.cvsignore,
  2776.    win32/snmpbulkwalk/snmpbulkwalk.dsp, win32/snmpd/.cvsignore
  2777. , win32/snmpd/snmpd.dsp, win32/snmpdelta/.cvsignore
  2778. , win32/snmpdelta/snmpdelta.dsp, win32/snmpdf/.cvsignore
  2779. , win32/snmpdf/snmpdf.dsp, win32/snmpget/.cvsignore
  2780. , win32/snmpget/snmpget.dsp,
  2781.    win32/snmpgetnext/.cvsignore,
  2782.    win32/snmpgetnext/snmpgetnext.dsp,
  2783.    win32/snmpnetstat/.cvsignore,
  2784.    win32/snmpnetstat/snmpnetstat.dsp, win32/snmpset/.cvsignore
  2785. , win32/snmpset/snmpset.dsp, win32/snmpstatus/.cvsignore
  2786. , win32/snmpstatus/snmpstatus.dsp,
  2787.    win32/snmptable/.cvsignore, win32/snmptable/snmptable.dsp
  2788. , win32/snmptest/.cvsignore, win32/snmptest/snmptest.dsp
  2789. , win32/snmptranslate/.cvsignore,
  2790.    win32/snmptranslate/snmptranslate.dsp,
  2791.    win32/snmptrap/.cvsignore, win32/snmptrap/snmptrap.dsp,
  2792.    win32/snmptrapd/.cvsignore, win32/snmptrapd/snmptrapd.dsp
  2793. , win32/snmpusm/.cvsignore, win32/snmpusm/snmpusm.dsp
  2794. , win32/snmpvacm/.cvsignore, win32/snmpvacm/snmpvacm.dsp
  2795. , win32/snmpwalk/.cvsignore, win32/snmpwalk/snmpwalk.dsp
  2796. :
  2797.    cvs file version number change
  2798.    
  2799. 2002-04-20 00:20  hardaker
  2800.    * ChangeLog:
  2801.    changelog
  2802.    
  2803. 2002-04-20 00:07  hardaker
  2804.    * agent/agent_handler.c, agent/agent_index.c,
  2805.    agent/agent_read_config.c, agent/agent_registry.c,
  2806.    agent/agent_trap.c, agent/auto_nlist.c,
  2807.    agent/autonlist.h, agent/kernel.c, agent/kernel.h
  2808. , agent/m2m.h, agent/mib_modules.c,
  2809.    agent/snmp_agent.c, agent/snmp_perl.c,
  2810.    agent/snmp_vars.c, agent/snmpd.c, agent/snmpd.h
  2811. , agent/helpers/all_helpers.c,
  2812.    agent/helpers/bulk_to_next.c, agent/helpers/debug_handler.c
  2813. , agent/helpers/instance.c,
  2814.    agent/helpers/multiplexer.c, agent/helpers/null.c,
  2815.    agent/helpers/old_api.c, agent/helpers/read_only.c,
  2816.    agent/helpers/serialize.c, agent/helpers/table.c,
  2817.    agent/helpers/table_array.c, agent/helpers/table_data.c
  2818. , agent/helpers/table_dataset.c,
  2819.    agent/helpers/table_iterator.c, agent/mibgroup/Rmon.h,
  2820.    agent/mibgroup/agentx.h, agent/mibgroup/header_complex.c
  2821. , agent/mibgroup/header_complex.h,
  2822.    agent/mibgroup/host.h, agent/mibgroup/host_res.h,
  2823.    agent/mibgroup/kernel_sunos5.c,
  2824.    agent/mibgroup/kernel_sunos5.h, agent/mibgroup/mibII.h
  2825. , agent/mibgroup/mibdefs.h, agent/mibgroup/mibincl.h
  2826. , agent/mibgroup/smux_gated.h,
  2827.    agent/mibgroup/snmpv3mibs.h, agent/mibgroup/struct.h,
  2828.    agent/mibgroup/testhandler.c, agent/mibgroup/testhandler.h
  2829. , agent/mibgroup/ucd_snmp.h,
  2830.    agent/mibgroup/util_funcs.c, agent/mibgroup/util_funcs.h
  2831. , agent/mibgroup/Rmon/agutil.c,
  2832.    agent/mibgroup/Rmon/agutil.h,
  2833.    agent/mibgroup/Rmon/agutil_api.h, agent/mibgroup/Rmon/alarm.c
  2834. , agent/mibgroup/Rmon/alarm.h,
  2835.    agent/mibgroup/Rmon/event.c, agent/mibgroup/Rmon/event.h
  2836. , agent/mibgroup/Rmon/history.c,
  2837.    agent/mibgroup/Rmon/history.h, agent/mibgroup/Rmon/row_api.h
  2838. , agent/mibgroup/Rmon/rows.c, agent/mibgroup/Rmon/rows.h
  2839. , agent/mibgroup/Rmon/statistics.c,
  2840.    agent/mibgroup/Rmon/statistics.h,
  2841.    agent/mibgroup/agent/nsModuleTable.c,
  2842.    agent/mibgroup/agent/nsModuleTable.h,
  2843.    agent/mibgroup/agent/nsTransactionTable.c,
  2844.    agent/mibgroup/agent/nsTransactionTable.h,
  2845.    agent/mibgroup/agentx/agentx_config.c,
  2846.    agent/mibgroup/agentx/agentx_config.h,
  2847.    agent/mibgroup/agentx/client.c,
  2848.    agent/mibgroup/agentx/client.h,
  2849.    agent/mibgroup/agentx/master.c,
  2850.    agent/mibgroup/agentx/master.h,
  2851.    agent/mibgroup/agentx/master_admin.c,
  2852.    agent/mibgroup/agentx/master_admin.h,
  2853.    agent/mibgroup/agentx/protocol.c,
  2854.    agent/mibgroup/agentx/protocol.h,
  2855.    agent/mibgroup/agentx/subagent.c,
  2856.    agent/mibgroup/agentx/subagent.h,
  2857.    agent/mibgroup/disman/event-mib.h,
  2858.    agent/mibgroup/disman/mteObjectsTable.c,
  2859.    agent/mibgroup/disman/mteObjectsTable.h,
  2860.    agent/mibgroup/disman/mteTriggerBooleanTable.c,
  2861.    agent/mibgroup/disman/mteTriggerBooleanTable.h,
  2862.    agent/mibgroup/disman/mteTriggerDeltaTable.c,
  2863.    agent/mibgroup/disman/mteTriggerDeltaTable.h,
  2864.    agent/mibgroup/disman/mteTriggerExistenceTable.c,
  2865.    agent/mibgroup/disman/mteTriggerExistenceTable.h,
  2866.    agent/mibgroup/disman/mteTriggerTable.c,
  2867.    agent/mibgroup/disman/mteTriggerTable.h,
  2868.    agent/mibgroup/disman/mteTriggerThresholdTable.c,
  2869.    agent/mibgroup/disman/mteTriggerThresholdTable.h,
  2870.    agent/mibgroup/examples/data_set.c,
  2871.    agent/mibgroup/examples/data_set.h,
  2872.    agent/mibgroup/examples/delayed_instance.c,
  2873.    agent/mibgroup/examples/delayed_instance.h,
  2874.    agent/mibgroup/examples/example.c,
  2875.    agent/mibgroup/examples/example.h,
  2876.    agent/mibgroup/examples/scalar_int.c,
  2877.    agent/mibgroup/examples/scalar_int.h,
  2878.    agent/mibgroup/examples/ucdDemoPublic.c,
  2879.    agent/mibgroup/examples/ucdDemoPublic.h,
  2880.    agent/mibgroup/host/hr_device.c,
  2881.    agent/mibgroup/host/hr_device.h,
  2882.    agent/mibgroup/host/hr_disk.c, agent/mibgroup/host/hr_disk.h
  2883. , agent/mibgroup/host/hr_filesys.c,
  2884.    agent/mibgroup/host/hr_filesys.h,
  2885.    agent/mibgroup/host/hr_network.c,
  2886.    agent/mibgroup/host/hr_network.h,
  2887.    agent/mibgroup/host/hr_other.c,
  2888.    agent/mibgroup/host/hr_other.h,
  2889.    agent/mibgroup/host/hr_partition.c,
  2890.    agent/mibgroup/host/hr_partition.h,
  2891.    agent/mibgroup/host/hr_print.c,
  2892.    agent/mibgroup/host/hr_print.h, agent/mibgroup/host/hr_proc.c
  2893. , agent/mibgroup/host/hr_proc.h,
  2894.    agent/mibgroup/host/hr_storage.c,
  2895.    agent/mibgroup/host/hr_storage.h,
  2896.    agent/mibgroup/host/hr_swinst.c,
  2897.    agent/mibgroup/host/hr_swinst.h,
  2898.    agent/mibgroup/host/hr_swrun.c,
  2899.    agent/mibgroup/host/hr_swrun.h,
  2900.    agent/mibgroup/host/hr_system.c,
  2901.    agent/mibgroup/host/hr_system.h, agent/mibgroup/mibII/at.c
  2902. , agent/mibgroup/mibII/at.h,
  2903.    agent/mibgroup/mibII/icmp.c, agent/mibgroup/mibII/icmp.h
  2904. , agent/mibgroup/mibII/interfaces.c,
  2905.    agent/mibgroup/mibII/interfaces.h, agent/mibgroup/mibII/ip.c
  2906. , agent/mibgroup/mibII/ip.h,
  2907.    agent/mibgroup/mibII/ipAddr.c, agent/mibgroup/mibII/ipAddr.h
  2908. , agent/mibgroup/mibII/ipv6.c,
  2909.    agent/mibgroup/mibII/ipv6.h,
  2910.    agent/mibgroup/mibII/kernel_linux.c,
  2911.    agent/mibgroup/mibII/kernel_linux.h,
  2912.    agent/mibgroup/mibII/mta_sendmail.c,
  2913.    agent/mibgroup/mibII/mta_sendmail.h,
  2914.    agent/mibgroup/mibII/route_write.c,
  2915.    agent/mibgroup/mibII/route_write.h,
  2916.    agent/mibgroup/mibII/setSerialNo.c,
  2917.    agent/mibgroup/mibII/setSerialNo.h,
  2918.    agent/mibgroup/mibII/snmp_mib.c,
  2919.    agent/mibgroup/mibII/snmp_mib.h,
  2920.    agent/mibgroup/mibII/sysORTable.c,
  2921.    agent/mibgroup/mibII/sysORTable.h,
  2922.    agent/mibgroup/mibII/system_mib.c,
  2923.    agent/mibgroup/mibII/system_mib.h, agent/mibgroup/mibII/tcp.c
  2924. , agent/mibgroup/mibII/tcp.h,
  2925.    agent/mibgroup/mibII/tcpTable.c,
  2926.    agent/mibgroup/mibII/tcpTable.h, agent/mibgroup/mibII/udp.c
  2927. , agent/mibgroup/mibII/udp.h,
  2928.    agent/mibgroup/mibII/udpTable.c,
  2929.    agent/mibgroup/mibII/udpTable.h,
  2930.    agent/mibgroup/mibII/vacm_context.c,
  2931.    agent/mibgroup/mibII/vacm_context.h,
  2932.    agent/mibgroup/mibII/vacm_vars.c,
  2933.    agent/mibgroup/mibII/vacm_vars.h,
  2934.    agent/mibgroup/mibII/var_route.c,
  2935.    agent/mibgroup/mibII/var_route.h, agent/mibgroup/misc/dlmod.c
  2936. , agent/mibgroup/misc/dlmod.h,
  2937.    agent/mibgroup/misc/ipfwacc.c, agent/mibgroup/misc/ipfwacc.h
  2938. , agent/mibgroup/notification/snmpNotifyFilterProfileTable.c
  2939. , agent/mibgroup/notification/snmpNotifyFilterProfileTable.h
  2940. , agent/mibgroup/notification/snmpNotifyFilterTable.c,
  2941.    agent/mibgroup/notification/snmpNotifyFilterTable.h,
  2942.    agent/mibgroup/notification/snmpNotifyTable.c,
  2943.    agent/mibgroup/notification/snmpNotifyTable.h,
  2944.    agent/mibgroup/smux/smux.c, agent/mibgroup/smux/smux.h
  2945. , agent/mibgroup/smux/snmp_bgp.c,
  2946.    agent/mibgroup/smux/snmp_bgp.h,
  2947.    agent/mibgroup/smux/snmp_ospf.c,
  2948.    agent/mibgroup/smux/snmp_ospf.h,
  2949.    agent/mibgroup/smux/snmp_rip2.c,
  2950.    agent/mibgroup/smux/snmp_rip2.h,
  2951.    agent/mibgroup/snmpv3/snmpEngine.c,
  2952.    agent/mibgroup/snmpv3/snmpEngine.h,
  2953.    agent/mibgroup/snmpv3/snmpMPDStats.c,
  2954.    agent/mibgroup/snmpv3/snmpMPDStats.h,
  2955.    agent/mibgroup/snmpv3/usmStats.c,
  2956.    agent/mibgroup/snmpv3/usmStats.h,
  2957.    agent/mibgroup/snmpv3/usmUser.c,
  2958.    agent/mibgroup/snmpv3/usmUser.h,
  2959.    agent/mibgroup/target/snmpTargetAddrEntry.c,
  2960.    agent/mibgroup/target/snmpTargetAddrEntry.h,
  2961.    agent/mibgroup/target/snmpTargetParamsEntry.c,
  2962.    agent/mibgroup/target/snmpTargetParamsEntry.h,
  2963.    agent/mibgroup/target/target.c,
  2964.    agent/mibgroup/target/target.h,
  2965.    agent/mibgroup/target/target_counters.c,
  2966.    agent/mibgroup/target/target_counters.h,
  2967.    agent/mibgroup/tunnel/tunnel.c,
  2968.    agent/mibgroup/tunnel/tunnel.h,
  2969.    agent/mibgroup/ucd-snmp/disk.c,
  2970.    agent/mibgroup/ucd-snmp/disk.h,
  2971.    agent/mibgroup/ucd-snmp/diskio.c,
  2972.    agent/mibgroup/ucd-snmp/diskio.h,
  2973.    agent/mibgroup/ucd-snmp/dlmod.c,
  2974.    agent/mibgroup/ucd-snmp/dlmod.h,
  2975.    agent/mibgroup/ucd-snmp/errormib.c,
  2976.    agent/mibgroup/ucd-snmp/errormib.h,
  2977.    agent/mibgroup/ucd-snmp/extensible.c,
  2978.    agent/mibgroup/ucd-snmp/extensible.h,
  2979.    agent/mibgroup/ucd-snmp/file.c,
  2980.    agent/mibgroup/ucd-snmp/file.h,
  2981.    agent/mibgroup/ucd-snmp/hpux.c,
  2982.    agent/mibgroup/ucd-snmp/hpux.h,
  2983.    agent/mibgroup/ucd-snmp/lmSensors.c,
  2984.    agent/mibgroup/ucd-snmp/lmSensors.h,
  2985.    agent/mibgroup/ucd-snmp/loadave.c,
  2986.    agent/mibgroup/ucd-snmp/loadave.h,
  2987.    agent/mibgroup/ucd-snmp/logmatch.c,
  2988.    agent/mibgroup/ucd-snmp/logmatch.h,
  2989.    agent/mibgroup/ucd-snmp/memory.c,
  2990.    agent/mibgroup/ucd-snmp/memory.h,
  2991.    agent/mibgroup/ucd-snmp/memory_dynix.c,
  2992.    agent/mibgroup/ucd-snmp/memory_dynix.h,
  2993.    agent/mibgroup/ucd-snmp/memory_freebsd2.c,
  2994.    agent/mibgroup/ucd-snmp/memory_freebsd2.h,
  2995.    agent/mibgroup/ucd-snmp/memory_netbsd1.c,
  2996.    agent/mibgroup/ucd-snmp/memory_netbsd1.h,
  2997.    agent/mibgroup/ucd-snmp/memory_solaris2.c,
  2998.    agent/mibgroup/ucd-snmp/memory_solaris2.h,
  2999.    agent/mibgroup/ucd-snmp/pass.c,
  3000.    agent/mibgroup/ucd-snmp/pass.h,
  3001.    agent/mibgroup/ucd-snmp/pass_persist.c,
  3002.    agent/mibgroup/ucd-snmp/pass_persist.h,
  3003.    agent/mibgroup/ucd-snmp/proc.c,
  3004.    agent/mibgroup/ucd-snmp/proc.h,
  3005.    agent/mibgroup/ucd-snmp/proxy.c,
  3006.    agent/mibgroup/ucd-snmp/proxy.h,
  3007.    agent/mibgroup/ucd-snmp/versioninfo.c,
  3008.    agent/mibgroup/ucd-snmp/versioninfo.h,
  3009.    agent/mibgroup/ucd-snmp/vmstat.c,
  3010.    agent/mibgroup/ucd-snmp/vmstat.h,
  3011.    agent/mibgroup/ucd-snmp/vmstat_bsdi4.c,
  3012.    agent/mibgroup/ucd-snmp/vmstat_bsdi4.h,
  3013.    agent/mibgroup/ucd-snmp/vmstat_dynix.c,
  3014.    agent/mibgroup/ucd-snmp/vmstat_dynix.h,
  3015.    agent/mibgroup/ucd-snmp/vmstat_freebsd2.c,
  3016.    agent/mibgroup/ucd-snmp/vmstat_freebsd2.h,
  3017.    agent/mibgroup/ucd-snmp/vmstat_netbsd1.c,
  3018.    agent/mibgroup/ucd-snmp/vmstat_netbsd1.h,
  3019.    agent/mibgroup/ucd-snmp/vmstat_solaris2.c,
  3020.    agent/mibgroup/ucd-snmp/vmstat_solaris2.h,
  3021.    agent/mibgroup/utilities/override.c,
  3022.    agent/mibgroup/utilities/override.h, apps/encode_keychange.c
  3023. , apps/notification_log.c, apps/notification_log.h
  3024. , apps/snmpbulkget.c, apps/snmpbulkwalk.c,
  3025.    apps/snmpdelta.c, apps/snmpdf.c, apps/snmpget.c
  3026. , apps/snmpgetnext.c, apps/snmpset.c,
  3027.    apps/snmpstatus.c, apps/snmptable.c, apps/snmptest.c
  3028. , apps/snmptranslate.c, apps/snmptrap.c,
  3029.    apps/snmptrapd.c, apps/snmptrapd_handlers.c,
  3030.    apps/snmptrapd_handlers.h, apps/snmptrapd_log.c,
  3031.    apps/snmptrapd_log.h, apps/snmpusm.c, apps/snmpvacm.c
  3032. , apps/snmpwalk.c, apps/snmpnetstat/if.c,
  3033.    apps/snmpnetstat/inet.c, apps/snmpnetstat/inet6.c,
  3034.    apps/snmpnetstat/main.c, apps/snmpnetstat/main.h,
  3035.    apps/snmpnetstat/netstat.h, apps/snmpnetstat/route.c,
  3036.    apps/snmpnetstat/winstub.c, apps/snmpnetstat/winstub.h
  3037. , include/net-snmp/config_api.h,
  3038.    include/net-snmp/definitions.h, include/net-snmp/mib_api.h
  3039. , include/net-snmp/net-snmp-includes.h,
  3040.    include/net-snmp/output_api.h, include/net-snmp/pdu_api.h
  3041. , include/net-snmp/session_api.h,
  3042.    include/net-snmp/snmpv3_api.h, include/net-snmp/types.h
  3043. , include/net-snmp/utilities.h,
  3044.    include/net-snmp/varbind_api.h, include/net-snmp/version.h
  3045. , include/net-snmp/agent/agent_callbacks.h,
  3046.    include/net-snmp/agent/agent_handler.h,
  3047.    include/net-snmp/agent/agent_index.h,
  3048.    include/net-snmp/agent/agent_read_config.h,
  3049.    include/net-snmp/agent/agent_registry.h,
  3050.    include/net-snmp/agent/agent_trap.h,
  3051.    include/net-snmp/agent/all_helpers.h,
  3052.    include/net-snmp/agent/auto_nlist.h,
  3053.    include/net-snmp/agent/bulk_to_next.h,
  3054.    include/net-snmp/agent/debug_handler.h,
  3055.    include/net-snmp/agent/ds_agent.h,
  3056.    include/net-snmp/agent/instance.h,
  3057.    include/net-snmp/agent/mib_modules.h,
  3058.    include/net-snmp/agent/multiplexer.h,
  3059.    include/net-snmp/agent/net-snmp-agent-includes.h,
  3060.    include/net-snmp/agent/null.h,
  3061.    include/net-snmp/agent/old_api.h,
  3062.    include/net-snmp/agent/read_only.h,
  3063.    include/net-snmp/agent/serialize.h,
  3064.    include/net-snmp/agent/set_helper.h,
  3065.    include/net-snmp/agent/snmp_agent.h,
  3066.    include/net-snmp/agent/snmp_vars.h,
  3067.    include/net-snmp/agent/table.h,
  3068.    include/net-snmp/agent/table_array.h,
  3069.    include/net-snmp/agent/table_data.h,
  3070.    include/net-snmp/agent/table_dataset.h,
  3071.    include/net-snmp/agent/table_iterator.h,
  3072.    include/net-snmp/agent/var_struct.h,
  3073.    include/net-snmp/library/asn1.h,
  3074.    include/net-snmp/library/callback.h,
  3075.    include/net-snmp/library/cmu_compat.h,
  3076.    include/net-snmp/library/data_list.h,
  3077.    include/net-snmp/library/default_store.h,
  3078.    include/net-snmp/library/getopt.h,
  3079.    include/net-snmp/library/int64.h,
  3080.    include/net-snmp/library/keytools.h,
  3081.    include/net-snmp/library/lcd_time.h,
  3082.    include/net-snmp/library/libsnmp.h,
  3083.    include/net-snmp/library/md5.h,
  3084.    include/net-snmp/library/mib.h,
  3085.    include/net-snmp/library/mt_support.h,
  3086.    include/net-snmp/library/oid_array.h,
  3087.    include/net-snmp/library/oid_stash.h,
  3088.    include/net-snmp/library/parse.h,
  3089.    include/net-snmp/library/read_config.h,
  3090.    include/net-snmp/library/scapi.h,
  3091.    include/net-snmp/library/snmp-tc.h,
  3092.    include/net-snmp/library/snmp.h,
  3093.    include/net-snmp/library/snmpAAL5PVCDomain.h,
  3094.    include/net-snmp/library/snmpCallbackDomain.h,
  3095.    include/net-snmp/library/snmpIPXDomain.h,
  3096.    include/net-snmp/library/snmpTCPDomain.h,
  3097.    include/net-snmp/library/snmpTCPIPv6Domain.h,
  3098.    include/net-snmp/library/snmpUDPDomain.h,
  3099.    include/net-snmp/library/snmpUDPIPv6Domain.h,
  3100.    include/net-snmp/library/snmpUnixDomain.h,
  3101.    include/net-snmp/library/snmp_alarm.h,
  3102.    include/net-snmp/library/snmp_api.h,
  3103.    include/net-snmp/library/snmp_client.h,
  3104.    include/net-snmp/library/snmp_debug.h,
  3105.    include/net-snmp/library/snmp_enum.h,
  3106.    include/net-snmp/library/snmp_impl.h,
  3107.    include/net-snmp/library/snmp_locking.h,
  3108.    include/net-snmp/library/snmp_logging.h,
  3109.    include/net-snmp/library/snmp_parse_args.h,
  3110.    include/net-snmp/library/snmp_secmod.h,
  3111.    include/net-snmp/library/snmp_transport.h,
  3112.    include/net-snmp/library/snmpksm.h,
  3113.    include/net-snmp/library/snmpusm.h,
  3114.    include/net-snmp/library/snmpv3.h,
  3115.    include/net-snmp/library/system.h,
  3116.    include/net-snmp/library/tools.h,
  3117.    include/net-snmp/library/transform_oids.h,
  3118.    include/net-snmp/library/ucd_compat.h,
  3119.    include/net-snmp/library/vacm.h,
  3120.    include/net-snmp/library/winservice.h,
  3121.    include/net-snmp/machine/generic.h,
  3122.    include/net-snmp/system/bsd.h,
  3123.    include/net-snmp/system/bsdi3.h,
  3124.    include/net-snmp/system/bsdi4.h,
  3125.    include/net-snmp/system/cygwin.h,
  3126.    include/net-snmp/system/darwin.h,
  3127.    include/net-snmp/system/dynix.h,
  3128.    include/net-snmp/system/freebsd.h,
  3129.    include/net-snmp/system/freebsd2.h,
  3130.    include/net-snmp/system/freebsd3.h,
  3131.    include/net-snmp/system/freebsd4.h,
  3132.    include/net-snmp/system/generic.h,
  3133.    include/net-snmp/system/hpux.h,
  3134.    include/net-snmp/system/irix.h,
  3135.    include/net-snmp/system/linux.h,
  3136.    include/net-snmp/system/mips.h,
  3137.    include/net-snmp/system/netbsd.h,
  3138.    include/net-snmp/system/openbsd.h,
  3139.    include/net-snmp/system/solaris2.6.h,
  3140.    include/net-snmp/system/sunos.h,
  3141.    include/net-snmp/system/svr5.h,
  3142.    include/net-snmp/system/ultrix4.h, include/ucd-snmp/version.h
  3143. , snmplib/asn1.c, snmplib/callback.c,
  3144.    snmplib/cmu_compat.c, snmplib/data_list.c,
  3145.    snmplib/default_store.c, snmplib/getopt.c,
  3146.    snmplib/int64.c, snmplib/keytools.c,
  3147.    snmplib/lcd_time.c, snmplib/md5.c, snmplib/mib.c
  3148. , snmplib/mt_support.c, snmplib/oid_array.c,
  3149.    snmplib/oid_stash.c, snmplib/parse.c,
  3150.    snmplib/read_config.c, snmplib/scapi.c,
  3151.    snmplib/snmp-tc.c, snmplib/snmp.c,
  3152.    snmplib/snmpAAL5PVCDomain.c, snmplib/snmpCallbackDomain.c
  3153. , snmplib/snmpIPXDomain.c, snmplib/snmpTCPDomain.c
  3154. , snmplib/snmpTCPIPv6Domain.c, snmplib/snmpUDPDomain.c
  3155. , snmplib/snmpUDPIPv6Domain.c,
  3156.    snmplib/snmpUnixDomain.c, snmplib/snmp_alarm.c,
  3157.    snmplib/snmp_api.c, snmplib/snmp_auth.c,
  3158.    snmplib/snmp_client.c, snmplib/snmp_debug.c,
  3159.    snmplib/snmp_enum.c, snmplib/snmp_logging.c,
  3160.    snmplib/snmp_parse_args.c, snmplib/snmp_secmod.c,
  3161.    snmplib/snmp_transport.c, snmplib/snmp_version.c,
  3162.    snmplib/snmpksm.c, snmplib/snmpusm.c,
  3163.    snmplib/snmpv3.c, snmplib/snprintf.c, snmplib/strtol.c
  3164. , snmplib/strtoul.c, snmplib/system.c,
  3165.    snmplib/tools.c, snmplib/ucd-snmp-includes.h,
  3166.    snmplib/ucd_compat.c, snmplib/vacm.c,
  3167.    snmplib/winservice.c, testing/T.c, testing/etimetest.c
  3168. , testing/keymanagetest.c, testing/misctest.c,
  3169.    testing/scapitest.c:
  3170.    White space, oh glorious white space.
  3171.    How great our though?
  3172.    The code is fine.
  3173.    We agree on functionality easily.
  3174.    What really troubles us?
  3175.    Something we can't see.
  3176.    Something between the code.
  3177.    We bow down to your magnificence,
  3178.    For you are everywhere,
  3179.    Between everything.
  3180.    Pretty nothingness you are.
  3181.    
  3182. 2002-04-20 00:01  hardaker
  3183.    * configure, configure.in:
  3184.    turn on ucd compat by default.
  3185.    
  3186. 2002-04-20 00:00  hardaker
  3187.    * NEWS:
  3188.    last updates
  3189.    
  3190. 2002-04-19 23:33  hardaker
  3191.    * agent/mibgroup/testdelayed.h:
  3192.    remove testdelayed
  3193.    
  3194. 2002-04-19 23:18  hardaker
  3195.    * agent/mibgroup/utilities/: .cvsignore, .cvsignore:
  3196.    cvs ignore file
  3197.    
  3198. 2002-04-19 23:17  hardaker
  3199.    * agent/snmp_perl.c:
  3200.    don't die if perl doesn't init.
  3201.    
  3202. 2002-04-19 23:03  hardaker
  3203.    * perl/SNMP/: README, README, SNMP.pm:
  3204.    change warning.
  3205.    
  3206. 2002-04-19 22:29  hardaker
  3207.    * agent/snmp_agent.c:
  3208.    double check that multiple inserts into the delegated chain don't
  3209.    happen (read: they shouldn't anyway, but.....).
  3210.    
  3211. 2002-04-19 22:29  hardaker
  3212.    * CodingStyle:
  3213.    typedef update
  3214.    
  3215. 2002-04-19 22:16  hardaker
  3216.    * snmplib/snmpCallbackDomain.c:
  3217.    Fix the callback build hook to turn off the expect response flag when
  3218.    not appropriate.
  3219.    
  3220. 2002-04-19 19:09  rstory
  3221.    * include/net-snmp/library/oid_array.h:
  3222.    spelling misteak; remove capital letters in function names
  3223.    
  3224. 2002-04-19 19:08  rstory
  3225.    * agent/helpers/table_array.c:
  3226.    update for function name changed in oid_array.h
  3227.    
  3228. 2002-04-19 18:20  hardaker
  3229.    * agent/snmp_perl.c:
  3230.    make the perlInitFile and disablePerl tokens register as premib such
  3231.    that when passed as a --FLAG it'll actually do the right thing and
  3232.    disable the later "perl" token handlers.
  3233.    
  3234. 2002-04-19 17:29  hardaker
  3235.    * Makefile.in, man/Makefile.in, man/netsnmp_agent.3
  3236. , man/netsnmp_bulk_to_next.3, man/netsnmp_debug.3,
  3237.    man/netsnmp_example_scalar_int.3, man/netsnmp_handler.3
  3238. , man/netsnmp_instance.3,
  3239.    man/netsnmp_mib_handler_methods.3, man/netsnmp_multiplexer.3
  3240. , man/netsnmp_old_api.3, man/netsnmp_read_only.3,
  3241.    man/netsnmp_serialize.3, man/netsnmp_table.3,
  3242.    man/netsnmp_table_array.3, man/netsnmp_table_data.3,
  3243.    man/netsnmp_table_dataset.3, man/netsnmp_table_iterator.3
  3244. , man/netsnmp_todo.3:
  3245.    documentation.  Can't get enough.
  3246.      - make docs now installs man pages into the man dir, which are then installed.
  3247.    
  3248. 2002-04-19 17:14  hardaker
  3249.    * testing/tests/: T111agentxset, T121proxyset:
  3250.    Correct for new STRING prefix.
  3251.    
  3252. 2002-04-19 17:03  hardaker
  3253.    * README:
  3254.    Add Katsuhisa ABE
  3255.    
  3256. 2002-04-19 17:03  hardaker
  3257.    * perl/: ASN/ASN.xs, default_store/default_store.xs:
  3258.    fix header files for new paths.
  3259.    
  3260. 2002-04-19 17:00  hardaker
  3261.    * agent/snmp_vars.c, agent/mibgroup/mibII/vacm_vars.c
  3262. , include/net-snmp/library/snmpUDPIPv6Domain.h,
  3263.    man/snmpd.conf.5.def, snmplib/snmpUDPIPv6Domain.c:
  3264.    Apply patch #532555: ipv6 com2sec support, thanks to Katsuhisa ABE.
  3265.    
  3266. 2002-04-19 16:19  hardaker
  3267.    * agent/agent_trap.c, agent/snmp_agent.c,
  3268.    agent/mibgroup/mibII/sysORTable.c,
  3269.    agent/mibgroup/mibII/system_mib.c,
  3270.    include/net-snmp/agent/snmp_agent.h,
  3271.    include/net-snmp/library/tools.h, snmplib/tools.c:
  3272.    fix sysUpTime (and related functions) to handle much larger upTime
  3273.    values (ie, fix signed integer wrapping).
  3274.    
  3275. 2002-04-19 11:37  hardaker
  3276.    * man/snmpd.conf.5.def:
  3277.    document embedded perl support.
  3278.    
  3279. 2002-04-19 11:34  hardaker
  3280.    * configure, configure.in, agent/Makefile.in
  3281. , agent/snmp_perl.c, agent/snmp_perl.pl,
  3282.    include/net-snmp/agent/ds_agent.h, perl/agent/Makefile.PL
  3283. :
  3284.    Add some new snmpd.conf tokens for controlling perl better.
  3285.    Fix embedded perl support so it actually works.
  3286.    
  3287. 2002-04-19 11:32  hardaker
  3288.    * perl/agent/default_store/: .cvsignore, Makefile.PL,
  3289.    default_store.pm, default_store.xs:
  3290.    Added missing agent default_store stuff.  (they existed on my machine,
  3291.    I don't know why everyone else was having problems)
  3292.    
  3293. 2002-04-19 10:30  hardaker
  3294.    * agent/helpers/table_iterator.c:
  3295.    Protect against things that should never ever happen
  3296.    
  3297. 2002-04-19 03:10  dts12
  3298.    * Makefile.in:
  3299.    <Sigh> A little learning is a dangerous thing.
  3300.    Apply the rest of the patch from Axel - sorry.
  3301.    
  3302. 2002-04-19 01:49  dts12
  3303.    * Makefile.in, doxygen.conf:
  3304.    Handle generating documenation when srcdir != configdir
  3305.    (Patch supplied by Axel Kittenberger)
  3306.    
  3307. 2002-04-18 17:38  hardaker
  3308.    * snmplib/snmpIPXDomain.c:
  3309.    fix snmpIPXDomain (again)
  3310.    
  3311. 2002-04-18 17:31  hardaker
  3312.    * agent/mibgroup/agentx/subagent.c:
  3313.    Patch from Vishal Verma: only open subagent connections once at startup
  3314.    
  3315. 2002-04-18 17:28  hardaker
  3316.    * agent/agent_registry.c:
  3317.    Patch from Vishal Verma: for down subagent cases, mark registrations as detached
  3318.    
  3319. 2002-04-18 17:17  hardaker
  3320.    * snmplib/snmp_api.c:
  3321.    define a maximum packet size we can accept to protect certain error
  3322.    conditions (-1 after conversion is now too large).
  3323.    
  3324. 2002-04-18 16:28  hardaker
  3325.    * acconfig.h:
  3326.    change the enterprise OIDs in the proper place (net-snmp-config.h.in
  3327.    is generated from this file).
  3328.    
  3329. 2002-04-18 13:51  hardaker
  3330.    * configure, configure.in, net-snmp-config.in
  3331. :
  3332.    - Add two new options to net-snmp-config as requested on the IRC channel.
  3333.      --configure-options
  3334.      --snmpd-module-list
  3335.    
  3336. 2002-04-18 11:43  rstory
  3337.    * mibs/NET-SNMP-AGENT-MIB.txt:
  3338.    add missing comma
  3339.    
  3340. 2002-04-18 07:39  dts12
  3341.    * configure, configure.in:
  3342.    Calculate the length of supplied enterprise OIDs correctly
  3343.    (and use a more meaningful output message)
  3344.    
  3345.    Shame these settings aren't cached for later re-use....
  3346.    
  3347. 2002-04-18 07:18  dts12
  3348.    * agent/snmpd.c:
  3349.    Notify on agent reconfiguration.
  3350.    
  3351. 2002-04-18 07:16  dts12
  3352.    * include/net-snmp/net-snmp-config.h.in:
  3353.    Use the Net-SNMP notifications by default, rather than the ucdavis ones.
  3354.    
  3355. 2002-04-18 07:08  dts12
  3356.    * mibs/NET-SNMP-AGENT-MIB.txt:
  3357.    Fix the table-of-contents sequence for the nsModuleTable, add notification
  3358.    definitions for the agent, and define groups for everything.
  3359.    
  3360. 2002-04-18 02:52  dts12
  3361.    * snmplib/mib.c:
  3362.    Bring integer and string output formats into line with the other types
  3363.    by printing a type token before the value (unless supressed by 'quick print')
  3364.    Thanks to Erik for the patch
  3365.    
  3366. 2002-04-18 01:46  dts12
  3367.    * FAQ:
  3368.    Replace the dlmod 'WHERE' with something more meaningful....
  3369.    
  3370. 2002-04-17 12:12  hardaker
  3371.    * snmplib/snmpIPXDomain.c:
  3372.    define the ipxDomain variables
  3373.    
  3374. 2002-04-17 12:12  hardaker
  3375.    * agent/mibgroup/disman/mteTriggerTable.c:
  3376.    Error condition tests
  3377.    
  3378. 2002-04-17 10:10  hardaker
  3379.    * agent/agent_registry.c, agent/snmp_agent.c,
  3380.    agent/mibgroup/agentx/master_admin.c,
  3381.    include/net-snmp/agent/agent_handler.h,
  3382.    include/net-snmp/agent/snmp_agent.h,
  3383.    include/net-snmp/agent/var_struct.h:
  3384.    Oh, just a small patch to make it possible to make modules request
  3385.    that all queries to a set of registrations get passed all at once
  3386.    (which apparently is important for, oh, agentx)
  3387.    
  3388. 2002-04-17 10:09  hardaker
  3389.    * agent/mibgroup/agentx/master.c:
  3390.    misc non-change clean ups
  3391.    
  3392. 2002-04-17 10:03  hardaker
  3393.    * include/net-snmp/agent/table.h:
  3394.    rename structures beginning with _ to ending with _s
  3395.    
  3396. 2002-04-17 10:02  hardaker
  3397.    * include/net-snmp/library/snmp_api.h:
  3398.    add a void * pointer for the session creator to use at will (different
  3399.    from the callback magic).
  3400.    
  3401. 2002-04-17 09:00  dts12
  3402.    * configure, configure.in,
  3403.    include/net-snmp/net-snmp-config.h.in:
  3404.    Use the Net-SNMP sysOIDs by default, rather than the ucdavis ones.
  3405.    
  3406. 2002-04-17 08:26  dts12
  3407.    * apps/snmpnetstat/Makefile.in:
  3408.    Blank continuation lines confuse HP's version of make.
  3409.    
  3410. 2002-04-17 08:16  dts12
  3411.    * agent/Makefile.in:
  3412.    Blank continuation lines confuse HP's version of make
  3413.    
  3414. 2002-04-17 06:56  hardaker
  3415.    * agent/mibgroup/agent/nsModuleTable.c,
  3416.    mibs/NET-SNMP-AGENT-MIB.txt:
  3417.    move nsModuleTable into Dave's structure.
  3418.    
  3419. 2002-04-17 06:54  hardaker
  3420.    * include/net-snmp/library/: snmpAAL5PVCDomain.h,
  3421.    snmpTCPIPv6Domain.h, snmpUDPIPv6Domain.h:
  3422.    fix declarations of Domain objects (const -> extern)
  3423.    
  3424. 2002-04-17 06:31  hardaker
  3425.    * local/snmpconf.dir/: snmp-data/snmpconf-config,
  3426.    snmpd-data/snmpconf-config, snmptrapd-data/snmpconf-config
  3427. :
  3428.    snmpconf configuration data
  3429.    
  3430. 2002-04-17 03:01  dts12
  3431.    * configure, configure.in:
  3432.    Bring the reported default settings for sysoid & notification OIDs
  3433.    back into line with what we actually use (i.e. the ucdavis OIDs).
  3434.    
  3435.    Qn:  Do we want to switch to using the net-snmp equivalent sysOIDs?
  3436.    Qn:  What about defining net-snmp notifications?
  3437.    
  3438. 2002-04-17 02:55  dts12
  3439.    * configure, configure.in:
  3440.    Fix --with-enterprise-sysoid and --with-enterprise-notification-oid,
  3441.    and try to clarify that these are OIDs, while --with-enterprise-oid
  3442.    is actually just the enterprise *number*
  3443.    
  3444.    Qn:  should we change the name of the configure option to reflect this?
  3445.    
  3446. 2002-04-16 10:04  hardaker
  3447.    * sedscript.in, snmplib/snmp_version.c, FAQ,
  3448.    perl/SNMP/SNMP.pm:
  3449.    - (snmplib/snmp_version.c sedscript.in): version tag ( 5.0.pre3 )
  3450.    
  3451. 2002-04-16 10:02  hardaker
  3452.    * README:
  3453.    delete top disclaimers
  3454.    
  3455. 2002-04-16 10:02  hardaker
  3456.    * NEWS:
  3457.    misc updates
  3458.    
  3459. 2002-04-16 10:01  hardaker
  3460.    * perl/SNMP/SNMP.xs:
  3461.    misc bug fixes
  3462.    
  3463. 2002-04-16 08:19  dts12
  3464.    * FAQ:
  3465.    Add an entry concerning the 'libcrypto' RPM dependency.
  3466.    
  3467. 2002-04-16 08:00  hardaker
  3468.    * agent/mibgroup/agent/nsModuleTable.c:
  3469.    fix memory leak
  3470.    
  3471. 2002-04-16 07:13  hardaker
  3472.    * agent/snmp_agent.c:
  3473.    remove a no longer appropriate todo comment
  3474.    
  3475. 2002-04-16 07:12  hardaker
  3476.    * configure:
  3477.    I guess I forgot to run autoconf
  3478.    
  3479. 2002-04-15 08:58  hardaker
  3480.    * local/: snmpconf, Makefile.in:
  3481.    move snmpconf data directories to different names to avoid confusion
  3482.    
  3483. 2002-04-15 08:36  hardaker
  3484.    * local/snmpconf.dir/: snmp-data/authopts,
  3485.    snmp-data/debugging, snmp-data/mibs, snmp-data/output
  3486. , snmpd-data/acl, snmpd-data/basic_setup,
  3487.    snmpd-data/extending, snmpd-data/monitor,
  3488.    snmpd-data/operation, snmpd-data/system,
  3489.    snmpd-data/trapsinks, snmptrapd-data/formatting,
  3490.    snmptrapd-data/traphandle:
  3491.    data file moving
  3492.    
  3493. 2002-04-12 14:38  hardaker
  3494.    * local/snmpconf:
  3495.    Massive cleanup effort.  It should now respect ordering in the
  3496.    snmpconf configuration files as well.
  3497.    
  3498. 2002-04-12 13:00  rstory
  3499.    * include/net-snmp/agent/agent_registry.h:
  3500.    fix for overzealous perl script
  3501.    
  3502. 2002-04-12 09:47  hardaker
  3503.    * Makefile.in, configure, configure.in:
  3504.    copy ucd persisent directory to net-snmp (prompts, flags and other fun)
  3505.    
  3506. 2002-04-12 07:57  hardaker
  3507.    * local/Makefile.in:
  3508.    install traptoemail
  3509.    
  3510. 2002-04-12 07:55  hardaker
  3511.    * local/trapnotif:
  3512.    remove trapnotif
  3513.    
  3514. 2002-04-12 07:51  hardaker
  3515.    * local/: Makefile.in, rsnmp:
  3516.    remove rsnmp, which is very very old and out of date
  3517.    
  3518. 2002-04-12 07:47  hardaker
  3519.    * man/: .cvsignore, Makefile.in, mib2c.1.def:
  3520.    A manual page for mib2c (help, I'm turning into Dave)
  3521.    
  3522. 2002-04-12 07:28  hardaker
  3523.    * dotgdbinit:
  3524.    a gdb initialization file with helpful functions
  3525.    
  3526. 2002-04-12 02:42  dts12
  3527.    * local/Makefile.in:
  3528.    Add 'snmpconf' and 'mib2c' to the list of scripts to install.
  3529.    
  3530.    I've left 'traptoemail' off this list, since it says it's not intended
  3531.    as a directly user-invoked command, so probably ought not to be installed
  3532.    into a binary directory.
  3533.    
  3534. 2002-04-12 02:41  dts12
  3535.    * local/rsnmp:
  3536.    Fix the path of snmpwalk to be something more plausible.
  3537.    (I'm not convinced about the validity of that initial 'rtopmib' OID mind!)
  3538.    
  3539. 2002-04-12 02:36  dts12
  3540.    * local/mib2c.conf:
  3541.    Fix typo in reference to 'mib2c.iterate.conf'
  3542.    
  3543. 2002-04-12 02:33  dts12
  3544.    * Makefile.rules, snmplib/Makefile.in:
  3545.    Install the main library as 'libsnmp' if configured using UCD compatibility.
  3546.    This should handle the requirements of application compatibility.
  3547.    Agent library compatibility is likely to prove a harder problem
  3548.    (since there are now three libraries, not just two...)
  3549.    
  3550. 2002-04-11 22:29  hardaker
  3551.    * perl/SNMP/t/startagent.pl:
  3552.    set SNMPCONFPATH iff [sic] not set
  3553.    
  3554. 2002-04-11 22:27  hardaker
  3555.    * perl/SNMP/SNMP.pm:
  3556.    return from initMib before doing anything.
  3557.    
  3558. 2002-04-11 22:26  hardaker
  3559.    * perl/SNMP/Makefile.PL:
  3560.    turn off complier warnings
  3561.    
  3562. 2002-04-11 22:26  hardaker
  3563.    * perl/AnyData_SNMP/snmpsh:
  3564.    support "show columns from TABLE"
  3565.    
  3566. 2002-04-11 22:25  hardaker
  3567.    * mibs/NET-SNMP-EXAMPLES-MIB.txt:
  3568.    Add a new demo scalar: the sleeper.  (dah dah dah dummmmm)
  3569.    
  3570. 2002-04-11 22:25  hardaker
  3571.    * agent/mibgroup/examples/scalar_int.c:
  3572.    indent.
  3573.    
  3574. 2002-04-11 22:25  hardaker
  3575.    * agent/mibgroup/: examples.h, examples/delayed_instance.c
  3576. , examples/delayed_instance.h:
  3577.    Add a delayed instance example, showing how to return mib request
  3578.    results later rather than immediately.
  3579.    
  3580. 2002-04-11 22:24  hardaker
  3581.    * agent/mibgroup/testdelayed.c:
  3582.    remove legacy example.
  3583.    
  3584. 2002-04-11 22:23  hardaker
  3585.    * agent/snmp_agent.c:
  3586.    add comment about possibly fixing inclusive requests in the future.
  3587.    
  3588. 2002-04-11 17:08  hardaker
  3589.    * README.win32:
  3590.    change modukes-> modules
  3591.    
  3592. 2002-04-11 07:23  hardaker
  3593.    * snmplib/snmp_logging.c:
  3594.    turn off debugging when calling logging callbacks
  3595.    
  3596. 2002-04-10 12:51  hardaker
  3597.    * perl/SNMP/: SNMP.pm, SNMP.xs:
  3598.    fix perl module in many many places.  most tests now pass.
  3599.    
  3600. 2002-04-10 12:50  hardaker
  3601.    * perl/SNMP/t/startagent.pl:
  3602.    force setting to a "bogus" SNMPCONFPATH.
  3603.    
  3604. 2002-04-10 12:48  hardaker
  3605.    * include/net-snmp/library/mib.h, snmplib/mib.c:
  3606.    Exporting functions good.  Internalizing bad.
  3607.    
  3608. 2002-04-10 09:28  hardaker
  3609.    * perl/SNMP/SNMP.xs:
  3610.    opps.  sigh.
  3611.    
  3612. 2002-04-10 09:27  hardaker
  3613.    * perl/SNMP/SNMP.xs:
  3614.    opps.  remove debugging statements.
  3615.    
  3616. 2002-04-10 09:23  hardaker
  3617.    * perl/SNMP/SNMP.xs:
  3618.    - Make the perl module call init_snmp()
  3619.      - this is a fairly major change, is it now will read .conf files.
  3620.      - many people have asked for this.
  3621.    - misc clean ups.
  3622.    
  3623. 2002-04-10 09:18  dts12
  3624.    * Makefile.rules:
  3625.    Don't recurse into subdirectories for the consituent subtargets of "make install"
  3626.    
  3627. 2002-04-10 09:09  hardaker
  3628.    * NEWS:
  3629.    added a few things, separated perl stuff into it's own section.
  3630.    
  3631. 2002-04-10 08:46  dts12
  3632.    * configure, configure.in:
  3633.    Bring the help message for the UCD compatability option into line with
  3634.    what's actually recognised.
  3635.    
  3636. 2002-04-10 07:52  hardaker
  3637.    * Makefile.top:
  3638.    change libtool versioning to their recommended method of doing things
  3639.    (which I hate, but is still better than what we were doing, I guess)
  3640.    
  3641. 2002-04-10 07:10  dts12
  3642.    * Makefile.rules:
  3643.    Bring use of BUILTSUBDIR within 'installlocalheaders' into line
  3644.    with the preceding comment, and actual usage.
  3645.    (i.e. INSTALLBUILTSUBDIR rather than INCLUDEBUILTSUBDIR)
  3646.    
  3647. 2002-04-10 05:58  dts12
  3648.    * snmplib/Makefile.in:
  3649.    Typo in security-include header destination directory variable
  3650.    
  3651. 2002-04-10 05:55  dts12
  3652.    * local/Makefile.in:
  3653.    Ensure the destination directory exists before installing mib2c conf files.
  3654.    
  3655. 2002-04-10 01:55  dts12
  3656.    * testing/tests/: T004snmpv1nosuch, T019snmpv2cnosuch:
  3657.    Two new tests to check handling of GETing non-existant instances
  3658.    
  3659. 2002-04-10 01:54  dts12
  3660.    * agent/snmp_agent.c:
  3661.    A fix for SNMPv1 errors that doesn't end up breaking AgentX error handling.
  3662.    
  3663. 2002-04-09 10:38  hardaker
  3664.    * agent/snmp_agent.c:
  3665.    Patch from Dave to fix v1 error results.
  3666.    
  3667. 2002-04-08 21:08  rstory
  3668.    * snmplib/oid_array.c:
  3669.    fix incorrect length return value
  3670.    
  3671. 2002-04-08 18:00  hardaker
  3672.    * agent/mibgroup/mibII/: vacm_vars.c, vacm_vars.h:
  3673.    don't allow no-configuration access anymore.
  3674.    
  3675. 2002-04-08 17:59  hardaker
  3676.    * include/net-snmp/library/transform_oids.h,
  3677.    snmplib/snmpAAL5PVCDomain.c, snmplib/snmpTCPIPv6Domain.c
  3678. , snmplib/snmpUDPIPv6Domain.c, snmplib/snmpusm.c
  3679. :
  3680.    more unconst correctness
  3681.    
  3682. 2002-04-08 17:31  hardaker
  3683.    * include/net-snmp/library/snmp_transport.h:
  3684.    size_t externs for exported oids
  3685.    
  3686. 2002-04-08 17:30  hardaker
  3687.    * snmplib/snmp_api.c:
  3688.    remove temporary debugging statements that accidentally became permanent.
  3689.    
  3690. 2002-04-08 17:26  hardaker
  3691.    * snmplib/: snmpUDPDomain.c, snmp_transport.c:
  3692.    define length size_t's for oid variables.
  3693.    
  3694. 2002-04-08 16:53  hardaker
  3695.    * agent/mibgroup/utilities/override.c:
  3696.    support "null" types.
  3697.    
  3698. 2002-04-08 16:52  hardaker
  3699.    * apps/snmptrapd.c:
  3700.    initialize notification log mib support before -H usage.
  3701.    
  3702. 2002-04-08 16:49  hardaker
  3703.    * agent/helpers/serialize.c:
  3704.    fix a few things and make subhandlers not able to tell there were more requests.
  3705.    
  3706. 2002-04-08 16:43  hardaker
  3707.    * INSTALL:
  3708.    A co-worker pointed out that the INSTALL script still said to edit config.h
  3709.    
  3710. 2002-04-08 15:13  hardaker
  3711.    * include/net-snmp/library/snmpTCPDomain.h,
  3712.    include/net-snmp/library/snmpUnixDomain.h,
  3713.    include/net-snmp/library/snmp_transport.h,
  3714.    snmplib/snmpTCPDomain.c, snmplib/snmpUnixDomain.c,
  3715.    snmplib/snmp_transport.c:
  3716.    unstatic-ize a few oids that should have been external
  3717.    
  3718. 2002-04-08 14:23  hardaker
  3719.    * snmplib/: snmpAAL5PVCDomain.c, snmpTCPDomain.c,
  3720.    snmpTCPIPv6Domain.c, snmpUDPIPv6Domain.c,
  3721.    snmpUnixDomain.c, snmp_api.c, snmp_transport.c
  3722. , snmpusm.c:
  3723.    Change const oid declarations into static ones since shared libraries
  3724.    have a problem with initializing them on linux systems at least.
  3725.    
  3726. 2002-04-08 11:45  hardaker
  3727.    * man/snmpd.conf.5.def:
  3728.    minimal documentation for debugging and the injectHandler token
  3729.    
  3730. 2002-04-05 14:32  hardaker
  3731.    * man/: snmptrapd.8.def, snmptrapd.conf.5.def:
  3732.    documentation for the NOTIFICATION-LOG-MIB support.
  3733.    
  3734. 2002-04-05 14:09  hardaker
  3735.    * man/snmpd.conf.5.def:
  3736.    document context name support in proxy code.
  3737.    
  3738. 2002-04-05 13:51  hardaker
  3739.    * man/snmpd.conf.5.def:
  3740.    document the disman event mib support for sending traps via monitored OIDs.
  3741.    
  3742. 2002-04-05 10:12  hardaker
  3743.    * man/snmpd.conf.5.def:
  3744.    put trap config into its own section.
  3745.    document the "override" token.
  3746.    
  3747. 2002-04-05 06:39  hardaker
  3748.    * README.snmpv3:
  3749.    change default context to an empty string
  3750.    
  3751. 2002-04-04 15:14  hardaker
  3752.    * agent/: agent_registry.c (V4-2-patches.5), agent_registry.c
  3753. :
  3754.    deal with fd unregistrations properly.
  3755.    
  3756. 2002-04-03 09:12  hardaker
  3757.    * agent/helpers/table_dataset.c, agent/mibgroup/examples.h
  3758. , agent/mibgroup/testhandler.c,
  3759.    agent/mibgroup/examples/data_set.c,
  3760.    agent/mibgroup/examples/data_set.h,
  3761.    agent/mibgroup/examples/scalar_int.c,
  3762.    include/net-snmp/agent/table_dataset.h,
  3763.    mibs/NET-SNMP-EXAMPLES-MIB.txt:
  3764.    Make an example dataset table to hold and store data in (admittedly
  3765.    useless data from a network management point of view, but it's an example).
  3766.    
  3767. 2002-04-02 22:12  hardaker
  3768.    * man/Makefile.in:
  3769.    fix installation from subdir build case.
  3770.    
  3771. 2002-04-02 21:45  hardaker
  3772.    * snmplib/Makefile.in:
  3773.    install snmpv3-security-includes from from build dir.
  3774.    
  3775. 2002-04-02 21:45  hardaker
  3776.    * agent/Makefile.in:
  3777.    install mib_module_config.h and mib_module_includes.h from build dir.
  3778.    
  3779. 2002-04-02 21:43  hardaker
  3780.    * Makefile.in:
  3781.    install net-snmp-config.h from the build dir.
  3782.    
  3783. 2002-04-02 21:43  hardaker
  3784.    * Makefile.rules:
  3785.    create some install from built header rules.
  3786.    
  3787. 2002-04-02 17:27  hardaker
  3788.    * local/: Makefile.in, mib2c.conf:
  3789.    remove deleted array-auto from .conf install/reference lists
  3790.    
  3791. 2002-04-02 15:03  hardaker
  3792.    * agent/mibgroup/: ucd_snmp.h, ucd-snmp/registry.c,
  3793.    ucd-snmp/registry.h:
  3794.    remove the registry module, as it's obsolete due to contexts.  Use the nsModuleTable instead
  3795.    
  3796. 2002-04-02 14:57  hardaker
  3797.    * agent/mibgroup/ucd-snmp/disk.c (V4-2-patches.7),
  3798.    agent/mibgroup/ucd-snmp/disk.c,
  3799.    include/net-snmp/system/darwin.h:
  3800.    Apply patch #524424 for darwin fixes for ucd-snmp/disk.c
  3801.    
  3802. 2002-04-02 14:47  hardaker