[Heimdal-source-changes] [heimdal/heimdal] 39b78a: sunpro c defines __SUNPRO_C not __SUNPRO_CC

GitHub noreply at github.com
Tors Apr 19 19:13:01 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: 39b78ad6ce1890a05776c149df36a693f45e3922
      https://github.com/heimdal/heimdal/commit/39b78ad6ce1890a05776c149df36a693f45e3922
  Author: Daria Phoebe Brashear <dariaphoebe at auristor.com>
  Date:   2018-04-19 (Thu, 19 Apr 2018)

  Changed paths:
    M include/heim_threads.h

  Log Message:
  -----------
  sunpro c defines __SUNPRO_C not __SUNPRO_CC

CC is the c++ compiler; C is the c compiler. use the correct define


  Commit: 7333c2c94542b84ea37dfdc92e0be900ab15aa5a
      https://github.com/heimdal/heimdal/commit/7333c2c94542b84ea37dfdc92e0be900ab15aa5a
  Author: Daria Phoebe Brashear <dariaphoebe at auristor.com>
  Date:   2018-04-19 (Thu, 19 Apr 2018)

  Changed paths:
    M lib/roken/parse_units.c

  Log Message:
  -----------
  roken: parse_units returns void

despite the fact that the called function returns void,
returning a result here throws an error with solaris cc.

just call the function and don't return


  Commit: bc1b936a1dbae910ab07122fdeeb2bbc5917eaf7
      https://github.com/heimdal/heimdal/commit/bc1b936a1dbae910ab07122fdeeb2bbc5917eaf7
  Author: Daria Phoebe Brashear <dariaphoebe at auristor.com>
  Date:   2018-04-19 (Thu, 19 Apr 2018)

  Changed paths:
    M lib/gssapi/krb5/encapsulate.c

  Log Message:
  -----------
  move _gssapi_make_mech_header to avoid need to prototype

move _gssapi_make_mech_header so it's declared before use


  Commit: b12e01035c1e8da1e055846bfa7aa53c03bfb57a
      https://github.com/heimdal/heimdal/commit/b12e01035c1e8da1e055846bfa7aa53c03bfb57a
  Author: Daria Phoebe Brashear <dariaphoebe at auristor.com>
  Date:   2018-04-19 (Thu, 19 Apr 2018)

  Changed paths:
    M lib/gssapi/krb5/gsskrb5_locl.h
    M lib/gssapi/spnego/spnego_locl.h

  Log Message:
  -----------
  gss: _locl.h files should include local copy of -private.h files

apparently some versions of heimdal installed mech private headers.
don't inadvertantly end up with it in your path from a previous version


  Commit: d9425fecdf729857a40f9a781b2a50fd027dd2cb
      https://github.com/heimdal/heimdal/commit/d9425fecdf729857a40f9a781b2a50fd027dd2cb
  Author: Daria Phoebe Brashear <dariaphoebe at auristor.com>
  Date:   2018-04-19 (Thu, 19 Apr 2018)

  Changed paths:
    M tests/gss/Makefile.am

  Log Message:
  -----------
  heim_verbose can't be used mid-stanza in shell commands

Solaris make won't allow @echo in a shell command string as there is no
command called @echo, and it passes the whole shell command to the shell
without poaching off the @ itself first


Compare: https://github.com/heimdal/heimdal/compare/1da17c2f22a5...d9425fecdf72


More information about the Heimdal-source-changes mailing list