[pkg-dhcp-commits] [isc-dhcp] branch upstream updated (35c16ad -> ace6381)

Michael Gilbert mgilbert at moszumanska.debian.org
Sat Mar 26 04:03:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a change to branch upstream
in repository isc-dhcp.

      from  35c16ad   import upstream 4.3.3
       new  ace6381   import upstream 4.3.4~b1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENSE                          |    2 +-
 Makefile.am                      |   14 +-
 README                           |   14 +-
 RELNOTES                         |  215 +++++-
 client/Makefile.am               |   17 +-
 client/clparse.c                 |  109 ++-
 client/dhc6.c                    |  913 ++++++++++++++++++++-----
 client/dhclient.8                |   30 +-
 client/dhclient.c                |  938 +++++++++++++++++++++++--
 client/dhclient.conf.5           |   75 +-
 client/tests/Makefile.am         |   23 +-
 common/Makefile.am               |   12 +-
 common/alloc.c                   |   67 +-
 common/bpf.c                     |    7 +-
 common/comapi.c                  |   15 +-
 common/conflex.c                 |   19 +-
 common/ctrace.c                  |    7 +
 common/dhcp-options.5            |    4 +-
 common/dhcp4o6.c                 |  116 ++++
 common/discover.c                |   50 +-
 common/dlpi.c                    |   15 +-
 common/execute.c                 |   26 +-
 common/inet.c                    |   30 +-
 common/lpf.c                     |    6 +-
 common/options.c                 |   30 +-
 common/packet.c                  |   49 +-
 common/print.c                   |  101 ++-
 common/tables.c                  |   59 +-
 common/tests/Makefile.am         |   26 +-
 common/tests/test_alloc.c        |   56 +-
 common/tree.c                    |   19 +-
 configure.ac                     |  187 ++++-
 contrib/dhcp-lease-list.pl       |    7 +-
 dhcpctl/Makefile.am              |   10 +-
 dhcpctl/omshell.c                |   17 +-
 doc/DHCPv4-over-DHCPv6           |  221 ++++++
 includes/config.h.in             |    8 +-
 includes/dhcp6.h                 |   76 +-
 includes/dhcpd.h                 |   67 +-
 includes/dhctoken.h              |   11 +-
 includes/omapip/omapip_p.h       |    3 +-
 includes/osdep.h                 |    4 +-
 includes/site.h                  |   33 +-
 omapip/Makefile.am               |    6 +-
 omapip/hash.c                    |    5 +-
 omapip/listener.c                |   10 +-
 relay/Makefile.am                |    6 +-
 relay/dhcrelay.8                 |   39 +-
 relay/dhcrelay.c                 |  182 ++++-
 server/Makefile.am               |    8 +-
 server/bootp.c                   |   31 +-
 server/confpars.c                |  337 ++++++---
 server/db.c                      |   49 +-
 server/dhcp.c                    |  394 ++++++++++-
 server/dhcpd.8                   |   17 +-
 server/dhcpd.c                   |  185 +++--
 server/dhcpd.conf.5              |   77 ++-
 server/dhcpd.leases.5            |   26 +-
 server/dhcpleasequery.c          |    8 +-
 server/dhcpv6.c                  | 1407 ++++++++++++++++++++++++++++++--------
 server/failover.c                |   17 +-
 server/ldap.c                    |    4 +
 server/leasechain.c              |    5 +-
 server/mdb.c                     |   34 +-
 server/mdb6.c                    |  219 +++++-
 server/omapi.c                   |  138 +++-
 server/salloc.c                  |   16 +-
 server/stables.c                 |    5 +-
 server/tests/Makefile.am         |   20 +-
 server/tests/load_bal_unittest.c |   11 +-
 server/tests/simple_unittest.c   |   52 +-
 util/bindvar.sh                  |   13 +-
 72 files changed, 5919 insertions(+), 1110 deletions(-)
 create mode 100644 common/dhcp4o6.c
 create mode 100644 doc/DHCPv4-over-DHCPv6

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-dhcp/isc-dhcp.git



More information about the pkg-dhcp-commits mailing list