[ovs-git] [openvswitch/ovs] c19ae4: stream: store stream peer id with stream state

GitHub noreply at github.com
Thu May 4 22:19:25 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: c19ae4ccf9e8e08df31f0eb1dae8ea84aef5afbc
      https://github.com/openvswitch/ovs/commit/c19ae4ccf9e8e08df31f0eb1dae8ea84aef5afbc
  Author: Lance Richardson <lrichard at redhat.com>
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
    M lib/stream-provider.h
    M lib/stream-ssl.c
    M lib/stream.c
    M lib/stream.h

  Log Message:
  -----------
  stream: store stream peer id with stream state

Track authenticated stream peer ID. For SSL connections, the
authenticated ID is the CN (Common Name) field extracted from
the peer's SSL certificate.

Signed-off-by: Lance Richardson <lrichard at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>


  Commit: 40e66ba7aa2fd0bdae2d4056314cfd999a4a7476
      https://github.com/openvswitch/ovs/commit/40e66ba7aa2fd0bdae2d4056314cfd999a4a7476
  Author: Lance Richardson <lrichard at redhat.com>
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
    M ovsdb/automake.mk
    M ovsdb/ovsdb-server.c
    A ovsdb/ovsdb-util.c
    A ovsdb/ovsdb-util.h

  Log Message:
  -----------
  ovsdb: refactor utility functions into separate file

Move local db access functions to a new file and make give them
global scope so they can be included in the ovsdb library and used
by other ovsdb library functions.

Signed-off-by: Lance Richardson <lrichard at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/e5fb78af9a3c...40e66ba7aa2f


More information about the git mailing list