Commit Graph

38 Commits (5a5129b42e46e1a90c11fbb2149e4ac6f3c1850e)

Author SHA1 Message Date
Juan Lang 1627377d1b inetmib1: Fix remaining failure on Win9x/NT4. 2008-10-09 14:20:05 +02:00
Juan Lang 52e64b155e inetmib1: Fix some test failures on Win9x/NT4. 2008-10-09 14:20:01 +02:00
Paul Vriens 682890ae4d inetmib1/tests: Compare instead of assign. 2008-10-08 12:20:24 +02:00
Juan Lang e2a8da9e86 inetmib1: Skip tests if a portion of inetmib1 isn't implemented.
This fixes a hang (and sometimes a system hang) on MacOSX when running
the inetmib1 tests.  Spotted by Owen Rudge.
2008-09-29 17:24:00 -05:00
Rico Schüller c62529a7ae inetmib1: Fix wrong arguments. 2008-08-05 14:09:37 +02:00
Francois Gouget eb16f43bdf Add some API documentation stubs to make winapi_check happy. 2008-07-28 11:34:45 +02:00
Alexandre Julliard 5530977fdb inetmib1: Check for failure of the iphlpapi functions instead of blindly trusting them. 2008-07-22 19:48:45 +02:00
Juan Lang 52fcae9909 inetmib1: Fix test failures on some systems. 2008-07-03 11:50:51 +02:00
Juan Lang 4b45b24d9d inetmib1: Free memory when DLL is unloaded. 2008-06-30 12:37:46 +02:00
Juan Lang 3646816247 inetmib1: Don't prefer the native version, it doesn't do much anyway. 2008-06-30 12:37:42 +02:00
Juan Lang 8f66c13e35 inetmib1: Support the MIB2 UDP table. 2008-06-30 12:37:37 +02:00
Juan Lang cf3d35cf15 inetmib1: Make table searching function into a generic helper. 2008-06-30 12:37:32 +02:00
Juan Lang 9e919b8ae9 inetmib1: Sort the tables keyed by IP address, and use bsearch to find entries in them. 2008-06-25 23:31:05 +02:00
Juan Lang 677946941c inetmib1: Support the MIB2 UDP statistics. 2008-06-25 23:30:38 +02:00
Juan Lang 0fb70c6d8e inetmib1: Use a helper function to set the Oid with an item. 2008-06-25 23:30:26 +02:00
Juan Lang 81b0db2493 inetmib1: Use a helper function to set the Oid with an integer instance. 2008-06-25 23:30:22 +02:00
Juan Lang d3f0e8c9db inetmib1: Use a helper function to set the Oid with an IP address-based instance. 2008-06-25 23:30:19 +02:00
Juan Lang e5afadab3f inetmib1: Support the MIB2 IP net (ARP) table. 2008-06-25 23:29:56 +02:00
Juan Lang d3baf1dcda inetmib1: Support the MIB2 IP route table. 2008-06-25 23:29:49 +02:00
Juan Lang 74310cb0e3 inetmib1: Support the MIB2 TCP statistics. 2008-06-25 23:29:45 +02:00
Juan Lang 297190fde2 inetmib1: Use a helper function to get the item and instance of the MIB2 IP address table. 2008-06-25 23:29:33 +02:00
Juan Lang 969bc943ac inetmib1: Use a helper function to get the item from the Oid. 2008-06-25 23:29:22 +02:00
Juan Lang 3aa93652a4 inetmib1: Use a helper function to get the item and instance of the MIB2 interface table. 2008-06-25 23:29:09 +02:00
Juan Lang ea20d6b793 inetmib1: Support the MIB2 IP address table. 2008-06-25 11:03:06 +02:00
Juan Lang 7d85506a9d inetmib1: Support the MIB2 ICMP statistics. 2008-06-25 11:02:49 +02:00
Juan Lang b77719c7fb inetmib1: Support the MIB2 IP statistics. 2008-06-25 11:02:25 +02:00
Juan Lang c531c11734 inetmib1: Support the MIB2 interface table. 2008-06-25 11:00:39 +02:00
Juan Lang f913252ea2 inetmib1: Support querying the MIB2 number of interfaces. 2008-06-25 10:59:28 +02:00
Juan Lang dedff1329f inetmib1: Implement SnmpExtensionQuery. 2008-06-25 10:59:07 +02:00
Juan Lang f28cd51d0d inetmib1: Add initialization function for getting the MIB2 number of interfaces. 2008-06-25 10:58:52 +02:00
Juan Lang 709a0a46e2 inetmib1: Add a mechanism for initializing supported OIDs, and use it in SnmpExtensionInit. 2008-06-25 10:58:37 +02:00
Juan Lang 50f4bd16f6 inetmib1: Improve SnmpExtensionQuery stub. 2008-06-25 10:58:26 +02:00
Juan Lang 46f7f76b1e inetmib1: Improve SnmpExtensionInit stub. 2008-06-25 10:58:18 +02:00
Juan Lang 68991faf9f inetmib1: Add tests for SnmpExtensionQuery. 2008-06-25 10:56:46 +02:00
Juan Lang f451fefc6c inetmib1: Add stub for SnmpExtensionQuery. 2008-06-25 10:56:33 +02:00
Juan Lang cca77db0a6 inetmib1: Add tests for SnmpExtensionInit. 2008-06-25 10:56:13 +02:00
Juan Lang 2cc8b7e5ce inetmib1: Add stub for SnmpExtensionInit. 2008-06-25 10:53:18 +02:00
Juan Lang 1723157954 inetmib1: Add stub dll. 2008-06-25 10:53:02 +02:00