From noreply at github.com Tue Sep 26 01:01:21 2017 From: noreply at github.com (GitHub) Date: Mon, 25 Sep 2017 16:01:21 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 8c1813: Have roken.h #include to find emalloc on ... Message-ID: <59c98ac111e42_59153faa8babfc3c1036cc@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 8c18131c133cddd765cc067bbfb7f0211a4cc322 https://github.com/heimdal/heimdal/commit/8c18131c133cddd765cc067bbfb7f0211a4cc322 Author: Roland C. Dowdeswell Date: 2017-09-25 (Mon, 25 Sep 2017) Changed paths: M lib/roken/roken.h.in Log Message: ----------- Have roken.h #include to find emalloc on some platforms. From noreply at github.com Tue Sep 26 01:10:30 2017 From: noreply at github.com (GitHub) Date: Mon, 25 Sep 2017 16:10:30 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] a79b59: kdc: fix dh->q allocation check in get_dh_param() Message-ID: <59c98ce6a6319_3e063ff66b6d9c2c8288d@hookshot-fe-92cdb05.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: a79b59ba27070a015479e8d981b7e685dbe34310 https://github.com/heimdal/heimdal/commit/a79b59ba27070a015479e8d981b7e685dbe34310 Author: Stefan Metzmacher Date: 2017-09-25 (Mon, 25 Sep 2017) Changed paths: M kdc/pkinit.c Log Message: ----------- kdc: fix dh->q allocation check in get_dh_param() Thanks to Doug Nazar for spotting this! BUG: https://bugzilla.samba.org/show_bug.cgi?id=12986 Signed-off-by: Stefan Metzmacher From noreply at github.com Tue Sep 26 01:16:20 2017 From: noreply at github.com (GitHub) Date: Mon, 25 Sep 2017 16:16:20 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] ccb63b: lib: Fix printing a short into portstr Message-ID: <59c98e442de54_7e903fa52539bc3c757d9@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: ccb63bb0aae60f4d2286dc0bd01656602a087308 https://github.com/heimdal/heimdal/commit/ccb63bb0aae60f4d2286dc0bd01656602a087308 Author: Andreas Schneider Date: 2017-09-25 (Mon, 25 Sep 2017) Changed paths: M lib/krb5/krbhst.c Log Message: ----------- lib: Fix printing a short into portstr The size of portstr is too small to print an integer and we should print a short anyway. This fixes building with GCC 7.1 From noreply at github.com Tue Sep 26 01:17:03 2017 From: noreply at github.com (GitHub) Date: Mon, 25 Sep 2017 16:17:03 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 7b15a8: Set default principal for password change to crede... Message-ID: <59c98e6fc202_69e33ffa1a8efc3410121e@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 7b15a833a367c038b5910c1e5d51db56e4635deb https://github.com/heimdal/heimdal/commit/7b15a833a367c038b5910c1e5d51db56e4635deb Author: Russ Allbery Date: 2017-09-25 (Mon, 25 Sep 2017) Changed paths: M lib/krb5/changepw.c Log Message: ----------- Set default principal for password change to credential client The default client principal for krb5_set_password, if the principal argument were NULL, was krb5_get_default_principal. But krb5_set_password requires credentials for the password change service be passed in, and those credentials are already associated with a client principal that's much more likely to be the correct choice for a default. Use that principal instead of krb5_get_default_principal. From noreply at github.com Tue Sep 26 01:18:56 2017 From: noreply at github.com (GitHub) Date: Mon, 25 Sep 2017 16:18:56 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] c3b3c2: Close memory leak in external_passwd_quality Message-ID: <59c98ee09c32b_1fe73fae70475c30566c3@hookshot-fe-92cdb05.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: c3b3c2ec8e9afbcb5e73b00dc935070513b2144e https://github.com/heimdal/heimdal/commit/c3b3c2ec8e9afbcb5e73b00dc935070513b2144e Author: Russ Allbery Date: 2017-09-25 (Mon, 25 Sep 2017) Changed paths: M lib/kadm5/password_quality.c Log Message: ----------- Close memory leak in external_passwd_quality If the external password quality program returned a failure message, the unparsed form of the principal name was never freed. Free it. From noreply at github.com Tue Sep 26 01:22:01 2017 From: noreply at github.com (GitHub) Date: Mon, 25 Sep 2017 16:22:01 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] e007cd: Fixes https://github.com/heimdal/heimdal/issues/30... Message-ID: <59c98f99504ca_6fc43fd28a50fc34145971@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: e007cdd0f4bf27470d0c93c666f4787be9e4da6c https://github.com/heimdal/heimdal/commit/e007cdd0f4bf27470d0c93c666f4787be9e4da6c Author: Quanah Gibson-Mount Date: 2017-09-25 (Mon, 25 Sep 2017) Changed paths: M lib/libedit/src/Makefile.am A lib/libedit/src/getline.c Log Message: ----------- Fixes https://github.com/heimdal/heimdal/issues/309 Commit: 05d527706adbe52e8c38dc38e8d2a0ae3e9cf8f6 https://github.com/heimdal/heimdal/commit/05d527706adbe52e8c38dc38e8d2a0ae3e9cf8f6 Author: Quanah Gibson-Mount Date: 2017-09-25 (Mon, 25 Sep 2017) Changed paths: M lib/libedit/src/getline.c Log Message: ----------- Cleanup Compare: https://github.com/heimdal/heimdal/compare/c3b3c2ec8e9a...05d527706adb From noreply at github.com Tue Sep 26 01:22:46 2017 From: noreply at github.com (GitHub) Date: Mon, 25 Sep 2017 16:22:46 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] f4bb4d: Fixes https://github.com/heimdal/heimdal/issues/30... Message-ID: <59c98fc6b30b6_71943fa4b03f1c3876921@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: f4bb4df4a66ca6e056db9426000f8369844d241a https://github.com/heimdal/heimdal/commit/f4bb4df4a66ca6e056db9426000f8369844d241a Author: Quanah Gibson-Mount Date: 2017-09-25 (Mon, 25 Sep 2017) Changed paths: M lib/libedit/src/sys.h Log Message: ----------- Fixes https://github.com/heimdal/heimdal/issues/308 From noreply at github.com Tue Sep 26 01:24:25 2017 From: noreply at github.com (GitHub) Date: Mon, 25 Sep 2017 16:24:25 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] d6979f: Allow LDAP modifications for entry creation Message-ID: <59c9902934d93_78fc3fa746fabc341331f1@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: d6979fcc40e00fd6ddd393c724cd728349b86de8 https://github.com/heimdal/heimdal/commit/d6979fcc40e00fd6ddd393c724cd728349b86de8 Author: Francisco Blas (klondike) Izquierdo Riera Date: 2017-09-25 (Mon, 25 Sep 2017) Changed paths: M lib/hdb/hdb-ldap.c Log Message: ----------- Allow LDAP modifications for entry creation Heimdal will refuse to create new entries when an entry already exists even if said entry has no kerberos info and is a new entry. This patch fixes this issue by allowing object modifications even if the flags disallow them when we are inserting a new principal on the database. Signed-off-by: Francisco Blas Izquierdo Riera (klondike) From noreply at github.com Tue Sep 26 01:26:36 2017 From: noreply at github.com (GitHub) Date: Mon, 25 Sep 2017 16:26:36 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 2548b3: Solaris 8 x86 uses ->d_fd not ->dd_fd or dirfd() Message-ID: <59c990acd2967_10dc3fb7c1e13c381067b7@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 2548b3b8aacf5cb1d47ccdc7fe56d2908d28dc98 https://github.com/heimdal/heimdal/commit/2548b3b8aacf5cb1d47ccdc7fe56d2908d28dc98 Author: David Mulder Date: 2017-09-25 (Mon, 25 Sep 2017) Changed paths: M cf/roken-frag.m4 M lib/roken/roken.h.in Log Message: ----------- Solaris 8 x86 uses ->d_fd not ->dd_fd or dirfd() From noreply at github.com Tue Sep 26 01:31:44 2017 From: noreply at github.com (GitHub) Date: Mon, 25 Sep 2017 16:31:44 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] e78792: Fixes https://github.com/heimdal/heimdal/issues/31... Message-ID: <59c991e0b002_6a7c3fceb4ba1c34887e3@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: e7879208e47f60bf88f6a2dad00fb77075843f2c https://github.com/heimdal/heimdal/commit/e7879208e47f60bf88f6a2dad00fb77075843f2c Author: Quanah Gibson-Mount Date: 2017-09-25 (Mon, 25 Sep 2017) Changed paths: M kdc/connect.c Log Message: ----------- Fixes https://github.com/heimdal/heimdal/issues/310, use PF_UNIX instead of PF_LOCAL