lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 52fdc6bb3ea92ca5f4f374ef11134af2988d972d
Date: Tue, 29 Mar 2016 08:29:17 +0000

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 "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  52fdc6bb3ea92ca5f4f374ef11134af2988d972d (commit)
       via  d0c3baf340d1c2314955ca66ffa39ccc9a94b03d (commit)
       via  6f430576622349b7fcbddb6b748d42bcfcc251da (commit)
      from  d8784a77b7677da409291f65be51bd1f5ca99235 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 52fdc6bb3ea92ca5f4f374ef11134af2988d972d
Author: Dirk Ziegelmeier <address@hidden>
Date:   Tue Mar 29 10:24:20 2016 +0200

    Partly apply Elias Oenal's SNMP V3 patch, part 2: Add SNMPv3 support 
routines. Crypto does not work yet.

commit d0c3baf340d1c2314955ca66ffa39ccc9a94b03d
Author: Dirk Ziegelmeier <address@hidden>
Date:   Tue Mar 29 10:16:17 2016 +0200

    Partly apply Elias Oenal's SNMP V3 patch. There is more to come, the work 
is incomplete at the moment and does not compile when LWIP_SNMP_V3 is enabled.

commit 6f430576622349b7fcbddb6b748d42bcfcc251da
Author: Dirk Ziegelmeier <address@hidden>
Date:   Tue Mar 29 09:52:36 2016 +0200

    Update changelog

-----------------------------------------------------------------------

Summary of changes:
 CHANGELOG                         |   12 +-
 src/Filelists.mk                  |    1 +
 src/apps/snmp/snmp_asn1.h         |    3 +
 src/apps/snmp/snmp_msg.c          |  465 ++++++++++++++++++++++++++++++++++++-
 src/apps/snmp/snmp_msg.h          |   37 +++
 src/apps/snmp/snmpv3.c            |  326 ++++++++++++++++++++++++++
 src/apps/snmp/snmpv3.h            |  124 ++++++++++
 src/include/lwip/apps/snmp_opts.h |    9 +
 8 files changed, 965 insertions(+), 12 deletions(-)
 create mode 100644 src/apps/snmp/snmpv3.c
 create mode 100644 src/apps/snmp/snmpv3.h


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

[Prev in Thread] Current Thread [Next in Thread]