From noreply at github.com Sun Jul 6 23:03:56 2014 From: noreply at github.com (GitHub) Date: Sun, 06 Jul 2014 14:03:56 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 6affa4: kadm5: fix race in Makefile with kadm5_err.h Message-ID: <53b9b9bcc1f48_d7a9ebd44102591@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 6affa4cceceaa1369dd895f8acdd7a883ee65674 https://github.com/heimdal/heimdal/commit/6affa4cceceaa1369dd895f8acdd7a883ee65674 Author: Jakub ?ajka Date: 2014-07-01 (Tue, 01 Jul 2014) Changed paths: M lib/kadm5/Makefile.am Log Message: ----------- kadm5: fix race in Makefile with kadm5_err.h When running make with -j4, occasionally kadm5 fails due to a missing header file kadm5_err.h. Fix the race condition. Reported at https://bugzilla.redhat.com/1115164 Reviewed-by: Ken Dreyer Commit: 217ae4315aac9a66acdc3283829f0f9bbcc290b3 https://github.com/heimdal/heimdal/commit/217ae4315aac9a66acdc3283829f0f9bbcc290b3 Author: Love Hörnquist Åstrand Date: 2014-07-06 (Sun, 06 Jul 2014) Changed paths: M lib/kadm5/Makefile.am Log Message: ----------- Merge pull request #108 from ktdreyer/kadm5-make-race kadm5: fix race in Makefile with kadm5_err.h Compare: https://github.com/heimdal/heimdal/compare/a5da5bcb96df...217ae4315aac From noreply at github.com Fri Jul 18 17:46:32 2014 From: noreply at github.com (GitHub) Date: Fri, 18 Jul 2014 08:46:32 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] c93db5: check for sys/errno.h Message-ID: <53c9415825811_61421451d38487eb@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: c93db5aa5216eabb36c5ce920dc2a9e5ddb6f4f4 https://github.com/heimdal/heimdal/commit/c93db5aa5216eabb36c5ce920dc2a9e5ddb6f4f4 Author: Love Hörnquist Åstrand Date: 2014-07-18 (Fri, 18 Jul 2014) Changed paths: M cf/roken-frag.m4 M lib/roken/roken.h.in Log Message: ----------- check for sys/errno.h Commit: f79326e9605f5080e63e96bc20fc184a7d7ca381 https://github.com/heimdal/heimdal/commit/f79326e9605f5080e63e96bc20fc184a7d7ca381 Author: Samuel Cabrero Date: 2014-07-18 (Fri, 18 Jul 2014) Changed paths: M kdc/krb5tgs.c Log Message: ----------- Check _kdc_db_fetch return value before dereference entry pointer This fixes a segfault if the _kdc_db_fetch function does not find the entry in the database (the entry pointer will be NULL if entry is not found). Signed-off-by: Samuel Cabrero Signed-off-by: Love Hörnquist Åstrand Compare: https://github.com/heimdal/heimdal/compare/217ae4315aac...f79326e9605f From noreply at github.com Fri Jul 18 17:48:17 2014 From: noreply at github.com (GitHub) Date: Fri, 18 Jul 2014 08:48:17 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 33d0cd: Check _kdc_db_fetch return value before dereferenc... Message-ID: <53c941c1bb492_6773991d442111f@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/heimdal-1-6-branch Home: https://github.com/heimdal/heimdal Commit: 33d0cd46bc1ee2e00329d393395a285ba55668d1 https://github.com/heimdal/heimdal/commit/33d0cd46bc1ee2e00329d393395a285ba55668d1 Author: Samuel Cabrero Date: 2014-07-18 (Fri, 18 Jul 2014) Changed paths: M kdc/krb5tgs.c Log Message: ----------- Check _kdc_db_fetch return value before dereference entry pointer This fixes a segfault if the _kdc_db_fetch function does not find the entry in the database (the entry pointer will be NULL if entry is not found). Signed-off-by: Samuel Cabrero Signed-off-by: Love Hörnquist Åstrand From noreply at github.com Tue Jul 22 23:57:49 2014 From: noreply at github.com (GitHub) Date: Tue, 22 Jul 2014 14:57:49 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] d75e74: Avoid kinit NPE when default cred not in keytab Message-ID: <53cede5d5e260_5cc3f9dd3c805fc@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: d75e74b2d73326c0aa61d44cf58bf683e88f8230 https://github.com/heimdal/heimdal/commit/d75e74b2d73326c0aa61d44cf58bf683e88f8230 Author: Viktor Dukhovni Date: 2014-07-22 (Tue, 22 Jul 2014) Changed paths: M kuser/kinit.c Log Message: ----------- Avoid kinit NPE when default cred not in keytab From noreply at github.com Tue Jul 22 23:59:12 2014 From: noreply at github.com (GitHub) Date: Tue, 22 Jul 2014 14:59:12 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 48eb70: Avoid kinit NPE when default cred not in keytab Message-ID: <53cedeb0429e4_55b784dd3411047@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/heimdal-1-6-branch Home: https://github.com/heimdal/heimdal Commit: 48eb70ec598b107cdea8ad913dc27aa138e7bfe8 https://github.com/heimdal/heimdal/commit/48eb70ec598b107cdea8ad913dc27aa138e7bfe8 Author: Viktor Dukhovni Date: 2014-07-22 (Tue, 22 Jul 2014) Changed paths: M kuser/kinit.c Log Message: ----------- Avoid kinit NPE when default cred not in keytab From noreply at github.com Wed Jul 23 00:03:25 2014 From: noreply at github.com (GitHub) Date: Tue, 22 Jul 2014 15:03:25 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 6501ba: Avoid appearance of if if else ambiguity Message-ID: <53cedfad111e8_5325c71d3474188@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 6501ba7e952912085a1fac9f291e5b4b8f565ce8 https://github.com/heimdal/heimdal/commit/6501ba7e952912085a1fac9f291e5b4b8f565ce8 Author: Viktor Dukhovni Date: 2014-07-22 (Tue, 22 Jul 2014) Changed paths: M kuser/kinit.c Log Message: ----------- Avoid appearance of if if else ambiguity From noreply at github.com Wed Jul 23 00:04:10 2014 From: noreply at github.com (GitHub) Date: Tue, 22 Jul 2014 15:04:10 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 9ec83d: Avoid appearance of if if else ambiguity Message-ID: <53cedfda13945_5c30b3bd34139794@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/heimdal-1-6-branch Home: https://github.com/heimdal/heimdal Commit: 9ec83d84804b41103746b7f73ccf2375b8e901f4 https://github.com/heimdal/heimdal/commit/9ec83d84804b41103746b7f73ccf2375b8e901f4 Author: Viktor Dukhovni Date: 2014-07-22 (Tue, 22 Jul 2014) Changed paths: M kuser/kinit.c Log Message: ----------- Avoid appearance of if if else ambiguity (cherry picked from commit d7c62f4f5be606e773884e994c57af2fe40fc59d)