[Heimdal-source-changes] [heimdal/heimdal] 6a0f45: Use __attribute__ ((__name__)) form

GitHub noreply at github.com
Mon Mars 13 23:39:44 CET 2017


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: 6a0f45c4d73f5dcb844397432478336ebbf057f3
      https://github.com/heimdal/heimdal/commit/6a0f45c4d73f5dcb844397432478336ebbf057f3
  Author: Nicolas Williams <nico at twosigma.com>
  Date:   2017-03-13 (Mon, 13 Mar 2017)

  Changed paths:
    M NEWS
    M include/bits.c
    M include/krb5-types.cross
    M lib/asn1/gen_template.c
    M lib/base/heimbase.h
    M lib/com_err/com_err.c
    M lib/com_err/com_err.h
    M lib/com_err/lex.h
    M lib/hx509/cert.c
    M lib/kadm5/ipropd_slave.c
    M lib/krb5/changepw.c
    M lib/krb5/deprecated.c
    M lib/krb5/error_string.c
    M lib/krb5/log.c
    M lib/krb5/pkinit.c
    M lib/krb5/send_to_kdc.c
    M lib/krb5/warn.c
    M lib/roken/err.hin
    M lib/roken/roken-common.h
    M lib/roken/roken.h.in
    M lib/roken/rtbl.h

  Log Message:
  -----------
  Use __attribute__ ((__name__)) form

Protect against macros named noreturn and so on.


  Commit: 8e5e8aacbc4c7571d0cd2083363cd26827398501
      https://github.com/heimdal/heimdal/commit/8e5e8aacbc4c7571d0cd2083363cd26827398501
  Author: Nicolas Williams <nico at twosigma.com>
  Date:   2017-03-13 (Mon, 13 Mar 2017)

  Changed paths:
    M appl/afsutil/pagsh.1
    M appl/kf/kf.1
    M appl/kf/kfd.8
    M kcm/kcm.8
    M kuser/kimpersonate.8
    M lib/gssapi/mech/mech.5
    M lib/kadm5/iprop-log.8
    M lib/kadm5/iprop.8

  Log Message:
  -----------
  Misc fixes to man pages

Originally by Christos Zoulas.


  Commit: 4c64231430fddc1a01674fc5b8b71e727d5eb49c
      https://github.com/heimdal/heimdal/commit/4c64231430fddc1a01674fc5b8b71e727d5eb49c
  Author: Nicolas Williams <nico at twosigma.com>
  Date:   2017-03-13 (Mon, 13 Mar 2017)

  Changed paths:
    M lib/hcrypto/libtommath/etc/timer.asm
    M lib/hcrypto/libtommath/gen.pl
    M lib/hcrypto/libtommath/logs/README
    M lib/hcrypto/libtommath/pics/makefile
    M lib/hcrypto/libtommath/pretty.build
    M packages/mac/Resources/English.lproj/Welcome.rtf
    M packages/windows/NTMakefile
    M packages/windows/assembly/policy.Heimdal.Kerberos.in
    M packages/windows/installer/heimdal-assemblies.wxs
    M tests/kdc/wait-kdc.sh

  Log Message:
  -----------
  Misc last newline fixes

Originally by Christos Zoulas.


  Commit: 96093978748b969665d05b9a614e2688ed9e83d9
      https://github.com/heimdal/heimdal/commit/96093978748b969665d05b9a614e2688ed9e83d9
  Author: Nicolas Williams <nico at twosigma.com>
  Date:   2017-03-13 (Mon, 13 Mar 2017)

  Changed paths:
    M lib/krb5/send_to_kdc.c

  Log Message:
  -----------
  Misc 64-bit time support (debug message)

Originally by Christos Zoulas.  Originally used %jd and casts to
intmax_t, however, we can't use those on Windows yet.


  Commit: c9e5da9d2b9d1e9c81e69e1ed96e82f4bf5eee2c
      https://github.com/heimdal/heimdal/commit/c9e5da9d2b9d1e9c81e69e1ed96e82f4bf5eee2c
  Author: Nicolas Williams <nico at twosigma.com>
  Date:   2017-03-13 (Mon, 13 Mar 2017)

  Changed paths:
    M lib/gssapi/ntlm/creds.c

  Log Message:
  -----------
  NTLM memleak

Originally by Christos Zoulas.


  Commit: 936017e4d62628851463cdd953b934875b995625
      https://github.com/heimdal/heimdal/commit/936017e4d62628851463cdd953b934875b995625
  Author: Nicolas Williams <nico at twosigma.com>
  Date:   2017-03-13 (Mon, 13 Mar 2017)

  Changed paths:
    M kcm/cache.c

  Log Message:
  -----------
  KCM wrong size memcmp

Originally by Christos Zoulas.


  Commit: 369945f5bc9d3a841249b12c287d096e1f9ed9d2
      https://github.com/heimdal/heimdal/commit/369945f5bc9d3a841249b12c287d096e1f9ed9d2
  Author: Nicolas Williams <nico at twosigma.com>
  Date:   2017-03-13 (Mon, 13 Mar 2017)

  Changed paths:
    M lib/kadm5/ad.c

  Log Message:
  -----------
  kadm5 ad backend wrong size memset

Originally by Christos Zoulas.


  Commit: 352ff1547743ca53be421f2a46151b023ce5e87e
      https://github.com/heimdal/heimdal/commit/352ff1547743ca53be421f2a46151b023ce5e87e
  Author: Nicolas Williams <nico at twosigma.com>
  Date:   2017-03-13 (Mon, 13 Mar 2017)

  Changed paths:
    M lib/hcrypto/libtommath/demo/demo.c
    M lib/hcrypto/libtommath/etc/pprime.c
    M lib/hcrypto/libtommath/mtest/mtest.c
    M lib/hcrypto/libtommath/tommath.src
    M lib/hcrypto/libtommath/tommath.tex

  Log Message:
  -----------
  Use labs(rand()) instead of abs(rand()) in tommath

Originally by Christos Zoulas.


  Commit: 3cec979cc4d1043e23aaa8388fa027360e21afae
      https://github.com/heimdal/heimdal/commit/3cec979cc4d1043e23aaa8388fa027360e21afae
  Author: Nicolas Williams <nico at twosigma.com>
  Date:   2017-03-13 (Mon, 13 Mar 2017)

  Changed paths:
    M lib/hx509/sel.h

  Log Message:
  -----------
  Don't #define yyparse when using bison/flex

Originally by Christos Zoulas.


  Commit: 097e96cbf43743aedaf2ca0ffa8f65b8321e6313
      https://github.com/heimdal/heimdal/commit/097e96cbf43743aedaf2ca0ffa8f65b8321e6313
  Author: Nicolas Williams <nico at twosigma.com>
  Date:   2017-03-13 (Mon, 13 Mar 2017)

  Changed paths:
    M cf/roken-frag.m4

  Log Message:
  -----------
  Look for emalloc

Originally by Christos Zoulas.


Compare: https://github.com/heimdal/heimdal/compare/31896397d711...097e96cbf437


More information about the Heimdal-source-changes mailing list