[prev in list] [next in list] [prev in thread] [next in thread] 

List:       net-snmp-cvs
Subject:    [SCM] Net-SNMP branch master updated. v5.7.3-2653-g5103db3
From:       bart via Net-snmp-cvs <net-snmp-cvs () lists ! sourceforge ! net>
Date:       2018-04-22 3:31:38
Message-ID: 1524367899.775020.2756 () sfp-scm-2 ! v30 ! lw ! sourceforge ! com
[Download RAW message or body]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Net-SNMP".

The branch, master has been updated
5103db3c189d87af1bd7e39c1d9e7bacc89cbf5e ->
  50ba40f518b72fe5f2b3413455b81e2918281e76

commit 5103db3c189d87af1bd7e39c1d9e7bacc89cbf5e
Author: Bart Van Assche <bvanassche@acm.org>
Date:   Thu Apr 12 11:22:29 2018 -0600

    mibII/at: Split into multiple source files
    
    Split the implementations of ARP_Scan_Init(), ARP_Scan_Next()
    and var_atEntry() into one function per platform and move these
    implementations to separate source files. Additionally, move the
    ARPTAB_SYMBOL and ARPTAB_SIZE_SYMBOL definitions from the
    include/net-snmp/system/*.h include files into the mibII/at
    implementation. This change reduces the number of #ifdefs in the
    mibII/at code drastically.

commit a16d7742e412c9eee684118ea899b7165f4510b6
Author: Bart Van Assche <bvanassche@acm.org>
Date:   Thu Apr 12 11:20:11 2018 -0600

    mibII/at: Make ARP_Scan_Next() accept four arguments on all platforms
    
    Instead of using #ifdefs to discriminate between platforms on which
    it is possible to query the interface index and platforms on which
    this is not possible, make ARP_Scan_Next() set ifIndex to zero if
    the interface index cannot be queried and make var_atEntry translate
    that value into 1.

commit 5b0cd143bc1f4a325423eec6935bc8b8df6e8d27
Merge: 50ba40f b2ff05c
Author: Bart Van Assche <bvanassche@acm.org>
Date:   Sat Apr 21 20:15:08 2018 -0700

    Merge branch 'V5-7-patches'
    
    * V5-7-patches:
      c tests: Ensure that linking succeeds if the openssl path has been specified \
                explicitly
      testing/fulltests/default/T023snmpv3getMD5AES_simple: Skip if the openssl aes.h \
                header file is not available
      testing/fulltests/transports/T361tlstcp_simple: Skip if TLS-TCP is disabled
      python: Ensure that linking succeeds if the openssl path has been specified \
                explicitly
      Darwin >= 15: Avoid ___CFConstantStringClassReference symbol not found failures
      win32/Configure: Improve robustness


Summary of changes:
 agent/mibgroup/mibII/at.c                          | 1239 +-------------------
 agent/mibgroup/mibII/at.h                          |   37 +-
 agent/mibgroup/mibII/data_access/at_hpux.c         |  149 +++
 agent/mibgroup/mibII/data_access/at_iphlpapi.c     |  429 +++++++
 agent/mibgroup/mibII/data_access/at_linux.c        |  132 +++
 agent/mibgroup/mibII/data_access/at_nlist.c        |  112 ++
 agent/mibgroup/mibII/data_access/at_solaris.c      |  165 +++
 agent/mibgroup/mibII/data_access/at_sysctl.c       |   92 ++
 agent/mibgroup/mibII/data_access/at_unix.c         |  144 +++
 configure                                          |   25 +-
 configure.d/config_os_progs                        |    9 +-
 include/net-snmp/system/aix.h                      |    6 -
 include/net-snmp/system/bsd.h                      |    5 -
 include/net-snmp/system/darwin10.h                 |    5 -
 include/net-snmp/system/darwin11.h                 |    5 -
 include/net-snmp/system/darwin12.h                 |    5 -
 include/net-snmp/system/darwin13.h                 |    5 -
 include/net-snmp/system/darwin14.h                 |    5 -
 include/net-snmp/system/darwin8.h                  |    5 -
 include/net-snmp/system/darwin9.h                  |    5 -
 include/net-snmp/system/generic.h                  |    6 -
 include/net-snmp/system/hpux.h                     |   14 -
 include/net-snmp/system/irix.h                     |    2 -
 include/net-snmp/system/linux.h                    |    2 -
 include/net-snmp/system/osf5.h                     |    2 -
 include/net-snmp/system/solaris.h                  |    4 -
 net-snmp-config.in                                 |    2 +-
 python/setup.py                                    |    2 +-
 .../fulltests/default/T023snmpv3getMD5AES_simple   |    1 +
 testing/fulltests/transports/T361tlstcp_simple     |    2 +-
 win32/Configure                                    |    6 +-
 31 files changed, 1287 insertions(+), 1335 deletions(-)
 create mode 100644 agent/mibgroup/mibII/data_access/at_hpux.c
 create mode 100644 agent/mibgroup/mibII/data_access/at_iphlpapi.c
 create mode 100644 agent/mibgroup/mibII/data_access/at_linux.c
 create mode 100644 agent/mibgroup/mibII/data_access/at_nlist.c
 create mode 100644 agent/mibgroup/mibII/data_access/at_solaris.c
 create mode 100644 agent/mibgroup/mibII/data_access/at_sysctl.c
 create mode 100644 agent/mibgroup/mibII/data_access/at_unix.c


hooks/post-receive
-- 
Net-SNMP

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Net-snmp-cvs mailing list
Net-snmp-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic