From noreply at github.com Tue Jan 3 20:56:07 2017 From: noreply at github.com (GitHub) Date: Tue, 03 Jan 2017 11:56:07 -0800 Subject: [Heimdal-source-changes] [heimdal/heimdal] 3e509d: No sys/ttydefaults.h on CYGWIN Message-ID: <586c01d7850f4_cbf3f93d54b9134878d6@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 3e509d780626c0bbafd9d43cdefab21325b85ae7 https://github.com/heimdal/heimdal/commit/3e509d780626c0bbafd9d43cdefab21325b85ae7 Author: Viktor Dukhovni Date: 2017-01-03 (Tue, 03 Jan 2017) Changed paths: M lib/libedit/src/readline/readline.h Log Message: ----------- No sys/ttydefaults.h on CYGWIN Issue: #236 Reported by: Allan Dynes From noreply at github.com Mon Jan 9 21:04:21 2017 From: noreply at github.com (GitHub) Date: Mon, 09 Jan 2017 12:04:21 -0800 Subject: [Heimdal-source-changes] [heimdal/heimdal] 005c88: Do not detect x32 as 64-bit platform. Message-ID: <5873ecc5dd237_13453f9c71da113029459@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 005c8886d7fab4eacc2a54f80b777874934c6cf4 https://github.com/heimdal/heimdal/commit/005c8886d7fab4eacc2a54f80b777874934c6cf4 Author: Thorsten Glaser Date: 2017-01-09 (Mon, 09 Jan 2017) Changed paths: M lib/hcrypto/libtommath/tommath.h Log Message: ----------- Do not detect x32 as 64-bit platform. Fixes test failures due to ISO C Undefined Behaviour in MP_MASK macro. Commit: 5d4a8a04f56a52e1034bbb35a50fc917d2eaea36 https://github.com/heimdal/heimdal/commit/5d4a8a04f56a52e1034bbb35a50fc917d2eaea36 Author: Jeffrey Altman Date: 2017-01-09 (Mon, 09 Jan 2017) Changed paths: M lib/hcrypto/libtommath/tommath.h Log Message: ----------- Merge pull request #238 from jelmer/x32 Do not detect x32 as 64-bit platform. Compare: https://github.com/heimdal/heimdal/compare/3e509d780626...5d4a8a04f56a From noreply at github.com Fri Jan 13 21:03:08 2017 From: noreply at github.com (GitHub) Date: Fri, 13 Jan 2017 12:03:08 -0800 Subject: [Heimdal-source-changes] [heimdal/heimdal] 303c62: kdc: _kdc_do_kx509 fix use after free error Message-ID: <5879327c136ff_44a83ff117bd7138510fa@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 303c62533f8f31ff149aa9114486af8df32b61f2 https://github.com/heimdal/heimdal/commit/303c62533f8f31ff149aa9114486af8df32b61f2 Author: Jeffrey Altman Date: 2017-01-13 (Fri, 13 Jan 2017) Changed paths: M kdc/kx509.c Log Message: ----------- kdc: _kdc_do_kx509 fix use after free error In _kdc_do_kx509() do not free 'principal' until after its last use. Move declaration to top of function and free it during the common exit processing. Introduced by 10a5976e450ac591d32cfa57f7e2d14621eabaa7. Change-Id: Iaf000eb090b0fa523f04a4864c6b17058d922995 From noreply at github.com Fri Jan 20 23:55:46 2017 From: noreply at github.com (GitHub) Date: Fri, 20 Jan 2017 14:55:46 -0800 Subject: [Heimdal-source-changes] [heimdal/heimdal] c7129a: roken: pidfile -> rk_pidfile Message-ID: <588295721683c_57de3fabee09714c4486a@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: c7129a9562b9965e8af61cd67191f56282e010e0 https://github.com/heimdal/heimdal/commit/c7129a9562b9965e8af61cd67191f56282e010e0 Author: Jeffrey Altman Date: 2017-01-20 (Fri, 20 Jan 2017) Changed paths: M lib/roken/roken.h.in Log Message: ----------- roken: pidfile -> rk_pidfile Commit 7dc4481ed2a075911ede2d058152c0a356133a83 which changed from pidfile -> rk_pidfile was incomplete. Must handle the NO_PIDFILE case. Change-Id: Ifc0b135e1fa7abdf4e370ad4b8fe2eb1305760f5 From noreply at github.com Tue Jan 24 18:08:56 2017 From: noreply at github.com (GitHub) Date: Tue, 24 Jan 2017 09:08:56 -0800 Subject: [Heimdal-source-changes] [heimdal/heimdal] 9ab5ff: check-iprop: don't fail to kill daemons Message-ID: <58878a281b900_3b0c3fb2c757113816911@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 9ab5ffa3babfe128aa1d51aaf6fab211bc709626 https://github.com/heimdal/heimdal/commit/9ab5ffa3babfe128aa1d51aaf6fab211bc709626 Author: Nicolas Williams Date: 2017-01-24 (Tue, 24 Jan 2017) Changed paths: M tests/kdc/check-iprop.in Log Message: ----------- check-iprop: don't fail to kill daemons Commit: 3a0bf8eb0cd0fef82d5b41eafd7c74cb33fa1d2f https://github.com/heimdal/heimdal/commit/3a0bf8eb0cd0fef82d5b41eafd7c74cb33fa1d2f Author: Nicolas Williams Date: 2017-01-24 (Tue, 24 Jan 2017) Changed paths: M cf/db.m4 Log Message: ----------- Allow choice of sqlite for HDB pref Compare: https://github.com/heimdal/heimdal/compare/c7129a9562b9...3a0bf8eb0cd0 From noreply at github.com Wed Jan 25 20:42:31 2017 From: noreply at github.com (GitHub) Date: Wed, 25 Jan 2017 11:42:31 -0800 Subject: [Heimdal-source-changes] [heimdal/heimdal] ed46a9: ipropd-slave: incorrect errors Message-ID: <5888ffa74cbaf_98073f8db8c1d13c260b@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: ed46a9b2a69565bb01d72b33ea2cfa759bfe0aa1 https://github.com/heimdal/heimdal/commit/ed46a9b2a69565bb01d72b33ea2cfa759bfe0aa1 Author: Nicolas Williams Date: 2017-01-25 (Wed, 25 Jan 2017) Changed paths: M lib/kadm5/ipropd_slave.c Log Message: ----------- ipropd-slave: incorrect errors From noreply at github.com Thu Jan 26 01:50:30 2017 From: noreply at github.com (GitHub) Date: Wed, 25 Jan 2017 16:50:30 -0800 Subject: [Heimdal-source-changes] [heimdal/heimdal] 656e4c: iprop: handle case where master sends nothing new Message-ID: <588947d68b2e1_295a3fb0efe411345683a@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 656e4c4f42bcf3840e405e76110110dc9f3c36df https://github.com/heimdal/heimdal/commit/656e4c4f42bcf3840e405e76110110dc9f3c36df Author: Nicolas Williams Date: 2017-01-25 (Wed, 25 Jan 2017) Changed paths: M lib/kadm5/ipropd_slave.c Log Message: ----------- iprop: handle case where master sends nothing new From noreply at github.com Fri Jan 27 06:37:26 2017 From: noreply at github.com (GitHub) Date: Thu, 26 Jan 2017 21:37:26 -0800 Subject: [Heimdal-source-changes] [heimdal/heimdal] ec39b8: kdc: fix kx509 service principal match Message-ID: <588adc967dfd_2a7f43f90c7151138783c@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: ec39b832ff3921c6a38ac0a63c3cdb7e9b1a9c3c https://github.com/heimdal/heimdal/commit/ec39b832ff3921c6a38ac0a63c3cdb7e9b1a9c3c Author: Jeffrey Altman Date: 2017-01-27 (Fri, 27 Jan 2017) Changed paths: M kdc/kx509.c M lib/krb5/principal.c Log Message: ----------- kdc: fix kx509 service principal match Each KDC is a kx509 server. The service principal must be of the form kca_service/@ where localhost.domain is the hostname returned by gethostname() and is one of the realms for which the KDC has a service principal "kca_service/". The matching code was broken by a5e77c578e2719d3e7e2e1d8c8ec117ac925fc62 when krb5_sname_to_principal() began to always return a referral principal. Since the second component is a host name update the default principal type for service "kca_service" to be KRB5_NT_SRV_HST. Change-Id: I6bd5f90b674ebb7220d8efafa6d339fdc21e1a07 Commit: ae432b0264316dd6734c1386a391d5d28fa5535a https://github.com/heimdal/heimdal/commit/ae432b0264316dd6734c1386a391d5d28fa5535a Author: Jeffrey Altman Date: 2017-01-27 (Fri, 27 Jan 2017) Changed paths: M windows/NTMakefile.config Log Message: ----------- Windows: include KX509 support Change-Id: I6e7920d1ad2c58640c9a2d4ec10793024ae949c2 Compare: https://github.com/heimdal/heimdal/compare/656e4c4f42bc...ae432b026431 From noreply at github.com Mon Jan 30 01:41:01 2017 From: noreply at github.com (GitHub) Date: Sun, 29 Jan 2017 16:41:01 -0800 Subject: [Heimdal-source-changes] [heimdal/heimdal] 430317: Fix signature of hdb_generate_key_set_password() Message-ID: <588e8b9d87de8_1a833ff06fdcf13c76733@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 4303174a495a86377a059d7f7a9c873840842123 https://github.com/heimdal/heimdal/commit/4303174a495a86377a059d7f7a9c873840842123 Author: Roland C. Dowdeswell Date: 2017-01-29 (Sun, 29 Jan 2017) Changed paths: M lib/hdb/keys.c M lib/hdb/test_hdbkeys.c M lib/hdb/version-script.map M lib/kadm5/set_keys.c Log Message: ----------- Fix signature of hdb_generate_key_set_password() The change to the signature of hdb_generate_key_set_password() in Heimdal 7.1 broke API/ABI compatibility with previous releases. We fix this by renaming it hdb_generate_key_set_password_with_ks_tuple() and creating a new hdb_generate_key_set_password() which calls our new function with zeroes for the added arguments. Issue #246 https://github.com/heimdal/heimdal/issues/246