From noreply at github.com Wed May 20 16:30:02 2015 From: noreply at github.com (GitHub) Date: Wed, 20 May 2015 07:30:02 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 0acef7: roken: fix append_string "%.s" non-nul termination Message-ID: <555c9a6a7aa49_4e8b3fd3b54d12a0929fa@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 0acef7729f664cfe591ff86964651bb0bbf5d6b0 https://github.com/heimdal/heimdal/commit/0acef7729f664cfe591ff86964651bb0bbf5d6b0 Author: Jeffrey Altman Date: 2015-05-20 (Wed, 20 May 2015) Changed paths: M lib/roken/snprintf.c Log Message: ----------- roken: fix append_string "%.s" non-nul termination It should be possible to pass a format string of "%.s" to permit a non-nul terminated string to be used as input. The test of remaining precision and the test for NUL needs to be reversed to permit this behavior to function correctly. Change-Id: I200f9c2886419dc4c3870f5f44bc10e81245f56c From noreply at github.com Wed May 20 17:06:25 2015 From: noreply at github.com (GitHub) Date: Wed, 20 May 2015 08:06:25 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 26c7af: roken: fix 0acef7729f664cfe591ff86964651bb0bbf5d6b... Message-ID: <555ca2f14d118_6adc3f9658d5d29c235e8@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 26c7affa70e9c6f3d285bcf7f4c650b8942ec86e https://github.com/heimdal/heimdal/commit/26c7affa70e9c6f3d285bcf7f4c650b8942ec86e Author: Jeffrey Altman Date: 2015-05-20 (Wed, 20 May 2015) Changed paths: M lib/roken/snprintf.c Log Message: ----------- roken: fix 0acef7729f664cfe591ff86964651bb0bbf5d6b0 Should have used -- instead of == in the prior commit. Change-Id: I90f8886b754dda19970c6579ffa477634e8dc4a5 From noreply at github.com Wed May 20 17:08:08 2015 From: noreply at github.com (GitHub) Date: Wed, 20 May 2015 08:08:08 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 56b67a: start-realm: don't write NUL Message-ID: <555ca3587e7cb_6ca93fdfb9d8f29c79410@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 56b67ac2eb7f88946d6547eec78dcd9c71749a5f https://github.com/heimdal/heimdal/commit/56b67ac2eb7f88946d6547eec78dcd9c71749a5f Author: Nicolas Williams Date: 2015-05-20 (Wed, 20 May 2015) Changed paths: M lib/krb5/cache.c Log Message: ----------- start-realm: don't write NUL Commit: 854aaab182d3da84ab7f5fb087be5745e8e6b593 https://github.com/heimdal/heimdal/commit/854aaab182d3da84ab7f5fb087be5745e8e6b593 Author: Nicolas Williams Date: 2015-05-20 (Wed, 20 May 2015) Changed paths: M lib/kadm5/ipropd_master.c Log Message: ----------- iprop master: Don't ignore flock() result Commit: 409501e5e4cea3005bba8b61a1928145cb4bcd43 https://github.com/heimdal/heimdal/commit/409501e5e4cea3005bba8b61a1928145cb4bcd43 Author: Nicolas Williams Date: 2015-05-20 (Wed, 20 May 2015) Changed paths: M lib/kadm5/ipropd_master.c Log Message: ----------- Tolerate some time-travel by slaves Commit: 4158ddbc25df465e992e4e3b9ee68235d0390bb5 https://github.com/heimdal/heimdal/commit/4158ddbc25df465e992e4e3b9ee68235d0390bb5 Author: Nicolas Williams Date: 2015-05-20 (Wed, 20 May 2015) Changed paths: M lib/kadm5/ipropd_slave.c Log Message: ----------- Fix HDB rename/close order in iprop slave Commit: 05a919b94b42c8264f5a38aea860f66c1b16481d https://github.com/heimdal/heimdal/commit/05a919b94b42c8264f5a38aea860f66c1b16481d Author: Nicolas Williams Date: 2015-05-20 (Wed, 20 May 2015) Changed paths: M lib/kadm5/ipropd_slave.c M tests/kdc/Makefile.am M tests/kdc/check-iprop.in Log Message: ----------- iprop slave: try incremental after complete xfer The following sequence of events results in slave B having a stale HDB: - slave A connects to master, master dumps HDB for the slave - kadm5 operations - slave B connects to master, master sends previously dumped HDB slave B won't discover any updates until the next transaction. The fix is simple: the slave should immediately call ihave() after receiving a complete HDB. Compare: https://github.com/heimdal/heimdal/compare/26c7affa70e9...05a919b94b42 From noreply at github.com Tue May 26 16:03:11 2015 From: noreply at github.com (GitHub) Date: Tue, 26 May 2015 07:03:11 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 50e2a5: (patch) man page syntax errors Message-ID: <55647d1f41c4_3e03f965c35d2c0724cb@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 50e2a5ce95f42d4963d359c27a832e61991a12b1 https://github.com/heimdal/heimdal/commit/50e2a5ce95f42d4963d359c27a832e61991a12b1 Author: Sergio Gelato Date: 2015-05-26 (Tue, 26 May 2015) Changed paths: M kadmin/kadmin.1 M kuser/kdigest.8 M lib/krb5/krb5_get_creds.3 Log Message: ----------- (patch) man page syntax errors A few fixes for syntax errors in man pages, as reported by lintian: Signed-off-by: Love Hörnquist Åstrand