[Heimdal-source-changes] [heimdal/heimdal] b2332b: add a couple of tests to test_store.c for fd, stdi...

Roland C. Dowdeswell noreply at github.com
Tors Mars 21 17:23:41 CET 2019


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: b2332b9684a736823909a941527c9c45cf583ddb
      https://github.com/heimdal/heimdal/commit/b2332b9684a736823909a941527c9c45cf583ddb
  Author: Roland C. Dowdeswell <roland.dowdeswell at twosigma.com>
  Date:   2019-03-21 (Thu, 21 Mar 2019)

  Changed paths:
    M lib/krb5/test_store.c

  Log Message:
  -----------
  add a couple of tests to test_store.c for fd, stdio w.r.t. trunc


  Commit: 56a32a8dbd3318e464021ac3bd2857254d0f26e3
      https://github.com/heimdal/heimdal/commit/56a32a8dbd3318e464021ac3bd2857254d0f26e3
  Author: Roland C. Dowdeswell <roland.dowdeswell at twosigma.com>
  Date:   2019-03-21 (Thu, 21 Mar 2019)

  Changed paths:
    M lib/krb5/store_fd.c
    M lib/krb5/store_stdio.c

  Log Message:
  -----------
  krb5_storage: normalise truncate behaviour w.r.t. file offset

We choose a semantic for the file offset during truncate operations
which is to leave the offset as is unless it is off the end of the
file in which case we pull it back in to the end.  We update fd and
stdio handling to match the {,e}mem behaviour.


  Commit: c827cd48f626f403cd65d20a6abac151a448ce82
      https://github.com/heimdal/heimdal/commit/c827cd48f626f403cd65d20a6abac151a448ce82
  Author: Roland C. Dowdeswell <roland.dowdeswell at twosigma.com>
  Date:   2019-03-21 (Thu, 21 Mar 2019)

  Changed paths:
    M lib/krb5/store_stdio.c

  Log Message:
  -----------
  Optimise stdio krb5_storage by tracking offset


Compare: https://github.com/heimdal/heimdal/compare/43a34f666320...c827cd48f626


More information about the Heimdal-source-changes mailing list