[Heimdal-source-changes] [heimdal/heimdal] 9f3cc2: More robust kadm5 server handle init and cleanup

GitHub noreply at github.com
Fre Dec 9 01:31:52 CET 2016


  Branch: refs/heads/heimdal-7-0-branch
  Home:   https://github.com/heimdal/heimdal
  Commit: 9f3cc2de2e41736fbd3f47c711e5a72e8a44572c
      https://github.com/heimdal/heimdal/commit/9f3cc2de2e41736fbd3f47c711e5a72e8a44572c
  Author: Viktor Dukhovni <viktor at twosigma.com>
  Date:   2016-12-08 (Thu, 08 Dec 2016)

  Changed paths:
    M lib/kadm5/context_s.c
    M lib/kadm5/destroy_s.c
    M lib/kadm5/init_s.c

  Log Message:
  -----------
  More robust kadm5 server handle init and cleanup


  Commit: d26b2349ad88ddffefbff490669246dd5ea4078a
      https://github.com/heimdal/heimdal/commit/d26b2349ad88ddffefbff490669246dd5ea4078a
  Author: Jelmer Vernooij <jelmer at jelmer.uk>
  Date:   2016-12-08 (Thu, 08 Dec 2016)

  Changed paths:
    M tools/heimdal-gssapi.pc.in

  Log Message:
  -----------
  Use actual libdir/includedir in krb5-config and pc files. (#219)

This fixes the library path on e.g. systems like Debian which specify a
custom includedir and libdir.


  Commit: f00dc80f974a747b014fc0fe228aed32d9d350df
      https://github.com/heimdal/heimdal/commit/f00dc80f974a747b014fc0fe228aed32d9d350df
  Author: Jelmer Vernooij <jelmer at jelmer.uk>
  Date:   2016-12-08 (Thu, 08 Dec 2016)

  Changed paths:
    M tests/kdc/wait-kdc.sh

  Log Message:
  -----------
  Increase timeout when waiting for iprop-slave.

This is required when running on slower platforms. We're hitting the
timeout building on mips.


  Commit: 1a7c21305a94f082b34ffe04d3db3e7ebd9f39a9
      https://github.com/heimdal/heimdal/commit/1a7c21305a94f082b34ffe04d3db3e7ebd9f39a9
  Author: Nicolas Williams <nico at twosigma.com>
  Date:   2016-12-08 (Thu, 08 Dec 2016)

  Changed paths:
    M lib/krb5/init_creds_pw.c

  Log Message:
  -----------
  Fix FAST client memleak


  Commit: 60af4aace1b6b86f5dd7245e2aa489448f972151
      https://github.com/heimdal/heimdal/commit/60af4aace1b6b86f5dd7245e2aa489448f972151
  Author: Nicolas Williams <nico at twosigma.com>
  Date:   2016-12-08 (Thu, 08 Dec 2016)

  Changed paths:
    M cf/valgrind-suppressions

  Log Message:
  -----------
  Improve valgrind suppressions


  Commit: dac183f600bbe9217b8b95b2bea4555e4616b02c
      https://github.com/heimdal/heimdal/commit/dac183f600bbe9217b8b95b2bea4555e4616b02c
  Author: Nicolas Williams <nico at twosigma.com>
  Date:   2016-12-08 (Thu, 08 Dec 2016)

  Changed paths:
    M kcm/config.c
    M kuser/kinit.c
    M lib/krb5/krb5_locl.h

  Log Message:
  -----------
  Fix 32-bit time_t regression (#220)


  Commit: dce100db94607ca0cef55e17fcc5b1eb5557c663
      https://github.com/heimdal/heimdal/commit/dce100db94607ca0cef55e17fcc5b1eb5557c663
  Author: Nicolas Williams <nico at twosigma.com>
  Date:   2016-12-08 (Thu, 08 Dec 2016)

  Changed paths:
    M lib/roken/detach.c
    M lib/roken/roken.h.in
    M lib/roken/write_pid.c

  Log Message:
  -----------
  rk_pidfile() should call pidfile() if HAVE_PIDFILE

This is necessary so we can use --detach in tests even on NetBSD and
OpenBSD.


  Commit: 834367112e0b046a002250645f60392845c2672c
      https://github.com/heimdal/heimdal/commit/834367112e0b046a002250645f60392845c2672c
  Author: Nicolas Williams <nico at twosigma.com>
  Date:   2016-12-08 (Thu, 08 Dec 2016)

  Changed paths:
    M lib/roken/write_pid.c

  Log Message:
  -----------
  pidfile(): write newline too


  Commit: 85cfd9e40e0bf58ff74ddb2059387963e882d87a
      https://github.com/heimdal/heimdal/commit/85cfd9e40e0bf58ff74ddb2059387963e882d87a
  Author: Nicolas Williams <nico at twosigma.com>
  Date:   2016-12-08 (Thu, 08 Dec 2016)

  Changed paths:
    M lib/roken/write_pid.c

  Log Message:
  -----------
  Only rm pidfile if PID matches


  Commit: 47628f39e9c82bfd0e1c583e23551805f17b9763
      https://github.com/heimdal/heimdal/commit/47628f39e9c82bfd0e1c583e23551805f17b9763
  Author: Nicolas Williams <nico at twosigma.com>
  Date:   2016-12-08 (Thu, 08 Dec 2016)

  Changed paths:
    M kdc/config.c
    M kdc/connect.c
    M kdc/kdc_locl.h

  Log Message:
  -----------
  kdc: add --testing option for leak testing

The kdc nowadays forks and restarts worker children.  This is nice, but
for leak checking in tests on OS X with leak(1) we really need the
worker to be the one process.


  Commit: 4916479659fde0f38428c535f944ec43c139e4b5
      https://github.com/heimdal/heimdal/commit/4916479659fde0f38428c535f944ec43c139e4b5
  Author: Nicolas Williams <nico at twosigma.com>
  Date:   2016-12-08 (Thu, 08 Dec 2016)

  Changed paths:
    M tests/gss/check-context.in
    M tests/gss/check-gssmask.in
    M tests/gss/check-ntlm.in
    M tests/gss/check-spnego.in

  Log Message:
  -----------
  Add missing tests/gss env setup


  Commit: 60b969bbe8a81278aa41e1dc6a149c5d8e0ac5b3
      https://github.com/heimdal/heimdal/commit/60b969bbe8a81278aa41e1dc6a149c5d8e0ac5b3
  Author: Nicolas Williams <nico at twosigma.com>
  Date:   2016-12-08 (Thu, 08 Dec 2016)

  Changed paths:
    M tests/bin/setup-env.in
    M tests/gss/check-basic.in
    M tests/gss/check-context.in
    M tests/gss/check-gssmask.in
    M tests/gss/check-ntlm.in
    M tests/gss/check-spnego.in
    M tests/java/Makefile.am
    M tests/java/check-kinit.in
    M tests/kdc/check-canon.in
    M tests/kdc/check-cc.in
    M tests/kdc/check-delegation.in
    M tests/kdc/check-des.in
    M tests/kdc/check-digest.in
    M tests/kdc/check-fast.in
    M tests/kdc/check-hdb-mitdb.in
    M tests/kdc/check-iprop.in
    M tests/kdc/check-kadmin.in
    M tests/kdc/check-kdc.in
    M tests/kdc/check-kinit.in
    M tests/kdc/check-kpasswdd.in
    M tests/kdc/check-pkinit.in
    M tests/kdc/check-referral.in
    M tests/kdc/check-uu.in
    M tests/ldap/check-ldap.in
    M tests/plugin/Makefile.am
    M tests/plugin/check-pac.in

  Log Message:
  -----------
  Use --detach in tests to avoid waiting


  Commit: 498a8412cc85511e4774fde7410548ef3485249a
      https://github.com/heimdal/heimdal/commit/498a8412cc85511e4774fde7410548ef3485249a
  Author: Nicolas Williams <nico at twosigma.com>
  Date:   2016-12-08 (Thu, 08 Dec 2016)

  Changed paths:
    M tests/kdc/leaks-kill.sh

  Log Message:
  -----------
  Fix leaks-kill.sh --check


  Commit: 482a19715514e4f1ae857aacb5250da1805b7198
      https://github.com/heimdal/heimdal/commit/482a19715514e4f1ae857aacb5250da1805b7198
  Author: Viktor Dukhovni <viktor at twosigma.com>
  Date:   2016-12-08 (Thu, 08 Dec 2016)

  Changed paths:
    M tests/kdc/leaks-kill.sh

  Log Message:
  -----------
  Make leaks-kill.sh a no-op for now


  Commit: 55011471b4ef2eacad179da594808bfcfdf8f532
      https://github.com/heimdal/heimdal/commit/55011471b4ef2eacad179da594808bfcfdf8f532
  Author: Nicolas Williams <nico at twosigma.com>
  Date:   2016-12-08 (Thu, 08 Dec 2016)

  Changed paths:
    M include/NTMakefile

  Log Message:
  -----------
  Fix Windows build perl issue


  Commit: 03eb1305b4732890ba382d4f21fcfa5f6174aa61
      https://github.com/heimdal/heimdal/commit/03eb1305b4732890ba382d4f21fcfa5f6174aa61
  Author: Nicolas Williams <nico at twosigma.com>
  Date:   2016-12-08 (Thu, 08 Dec 2016)

  Changed paths:
    M cf/find-func-no-libs2.m4

  Log Message:
  -----------
  Fix -ldb-5 discovery (#215)


Compare: https://github.com/heimdal/heimdal/compare/7e3233284357...03eb1305b473


More information about the Heimdal-source-changes mailing list