[pkg-dhcp-commits] [isc-dhcp] branch master updated (941409b -> 0bbf7c7)

Michael Gilbert mgilbert at moszumanska.debian.org
Sat Sep 5 23:44:16 UTC 2015


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

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

      from  941409b   add uversionmangle to debian/watch
       new  29a09a2   policycoreutils dependency
       new  e0f8fd6   undefined variables in dhclient-script.kfreebsd
       new  268008d   avoid condition where hostname could be set to (none)
       new  baf8a24   add logcheck snippet
       new  35c16ad   import upstream 4.3.3
       new  7df628f   Merge branch 'upstream'
       new  1b400ba   refresh patches for 4.3.3
       new  d08f9fa   release 4.3.3-1
       new  0bbf7c7   disable tracing and failover

The 9 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:
 Makefile.am                                      |    4 +-
 README                                           |   23 +-
 RELNOTES                                         |  194 ++-
 client/dhc6.c                                    |   16 +-
 client/dhclient.8                                |   27 +-
 client/dhclient.c                                |   46 +-
 common/conflex.c                                 |   28 +-
 common/dhcp-eval.5                               |   17 +-
 common/dhcp-options.5                            |   25 +-
 common/dns.c                                     |    2 +-
 common/execute.c                                 |   18 +-
 common/lpf.c                                     |   17 +-
 common/options.c                                 |   95 +-
 common/parse.c                                   |   32 +-
 configure.ac                                     |  105 +-
 contrib/ldap/README.ldap                         |   41 +
 contrib/ldap/dhcp.schema                         |   28 +-
 contrib/ldap/dhcpd-conf-to-ldap                  |   84 +-
 debian/changelog                                 |   22 +-
 debian/control                                   |    2 +
 debian/dhclient-script.kfreebsd                  |   14 +-
 debian/dhclient-script.linux                     |    2 +-
 debian/dhclient-script.linux.udeb                |   83 +-
 debian/isc-dhcp-server.logcheck.ignore.server    |   48 +
 debian/patches/dhclient-dividebyzero.patch       |    4 +-
 debian/patches/dhclient-exit-hook.patch          |    2 +-
 debian/patches/dhclient-script-exit-status.patch |    2 +-
 debian/patches/manpage-hyphens.patch             |    8 +-
 debian/patches/spelling-error.patch              |    2 +-
 debian/patches/system-bind.patch                 |   24 +-
 debian/rules                                     |    4 +-
 doc/devel/atf.dox                                |  101 +-
 dst/Makefile.am                                  |    8 -
 dst/base64.c                                     |  322 ----
 dst/dst_api.c                                    | 1108 --------------
 dst/dst_internal.h                               |  171 ---
 dst/dst_support.c                                |  470 ------
 dst/hmac_link.c                                  |  503 -------
 dst/md5.h                                        |  123 --
 dst/md5_dgst.c                                   |  396 -----
 dst/md5_locl.h                                   |  211 ---
 dst/prandom.c                                    |  976 -------------
 includes/Makefile.am                             |    1 +
 includes/config.h.in                             |   15 +
 includes/dhcpd.h                                 |  115 +-
 includes/dhctoken.h                              |    5 +-
 includes/ldap_casa.h                             |  102 ++
 includes/ldap_krb_helper.h                       |   49 +
 includes/site.h                                  |    3 +
 includes/statement.h                             |    6 +-
 server/Makefile.am                               |    5 +-
 server/class.c                                   |   57 +-
 server/confpars.c                                |   78 +-
 server/db.c                                      |   21 +-
 server/ddns.c                                    |    3 +-
 server/dhcp.c                                    |  130 +-
 server/dhcpd.8                                   |   71 +-
 server/dhcpd.c                                   |   46 +-
 server/dhcpd.conf.5                              |  103 +-
 server/dhcpv6.c                                  |  882 ++++++++---
 server/failover.c                                |   65 +-
 server/ldap.c                                    | 1692 ++++++++++++++++++----
 server/ldap_casa.c                               |    4 +-
 server/ldap_krb_helper.c                         |  217 +++
 server/leasechain.c                              |  695 +++++++++
 server/mdb.c                                     |  333 +++--
 server/omapi.c                                   |   27 +-
 server/stables.c                                 |    5 +
 server/tests/Makefile.am                         |    7 +-
 server/tests/leaseq_unittest.c                   |  503 +++++++
 util/bindvar.sh                                  |    2 +-
 71 files changed, 5379 insertions(+), 5271 deletions(-)
 create mode 100644 debian/isc-dhcp-server.logcheck.ignore.server
 delete mode 100644 dst/Makefile.am
 delete mode 100644 dst/base64.c
 delete mode 100644 dst/dst_api.c
 delete mode 100644 dst/dst_internal.h
 delete mode 100644 dst/dst_support.c
 delete mode 100644 dst/hmac_link.c
 delete mode 100644 dst/md5.h
 delete mode 100644 dst/md5_dgst.c
 delete mode 100644 dst/md5_locl.h
 delete mode 100644 dst/prandom.c
 create mode 100644 includes/ldap_casa.h
 create mode 100644 includes/ldap_krb_helper.h
 create mode 100644 server/ldap_krb_helper.c
 create mode 100644 server/leasechain.c
 create mode 100644 server/tests/leaseq_unittest.c

-- 
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