From noreply at github.com Tue Oct 1 06:15:56 2013 From: noreply at github.com (GitHub) Date: Mon, 30 Sep 2013 21:15:56 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] dba64c: Increment array when comparing, from Harald Barth Message-ID: <524a4c7c3b7d9_45a12f5d54933f6@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: dba64ce7f5668f66cfcbc640a745e166d8edd932 https://github.com/heimdal/heimdal/commit/dba64ce7f5668f66cfcbc640a745e166d8edd932 Author: Love Hornquist Astrand Date: 2013-09-30 (Mon, 30 Sep 2013) Changed paths: M lib/hx509/revoke.c Log Message: ----------- Increment array when comparing, from Harald Barth From noreply at github.com Tue Oct 1 06:17:24 2013 From: noreply at github.com (GitHub) Date: Mon, 30 Sep 2013 21:17:24 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] a367be: Increment array when comparing, from Harald Barth Message-ID: <524a4cd4d572b_7c2b10a5d4c694ad@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/heimdal-1-5-branch Home: https://github.com/heimdal/heimdal Commit: a367be5130837be55cc664f0337dd58c9199ace3 https://github.com/heimdal/heimdal/commit/a367be5130837be55cc664f0337dd58c9199ace3 Author: Love Hornquist Astrand Date: 2013-09-30 (Mon, 30 Sep 2013) Changed paths: M lib/hx509/revoke.c Log Message: ----------- Increment array when comparing, from Harald Barth From noreply at github.com Fri Oct 4 02:42:03 2013 From: noreply at github.com (GitHub) Date: Thu, 03 Oct 2013 17:42:03 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] c6548b: Don't deref NULL pointer with klist -t Message-ID: <524e0edbe8abc_5acb1485d542770fc@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: c6548bc1662a3eabc30f5407eec8d6cdb97db638 https://github.com/heimdal/heimdal/commit/c6548bc1662a3eabc30f5407eec8d6cdb97db638 Author: Viktor Dukhovni Date: 2013-10-03 (Thu, 03 Oct 2013) Changed paths: M kuser/klist.c Log Message: ----------- Don't deref NULL pointer with klist -t From noreply at github.com Sat Oct 5 01:03:35 2013 From: noreply at github.com (GitHub) Date: Fri, 04 Oct 2013 16:03:35 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 704a8a: Don't use %zu Message-ID: <524f49475a8eb_358bd1bd481473a3@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 704a8a1d3756c14bae174e7ddce352fbb60d21c5 https://github.com/heimdal/heimdal/commit/704a8a1d3756c14bae174e7ddce352fbb60d21c5 Author: Nicolas Williams Date: 2013-10-04 (Fri, 04 Oct 2013) Changed paths: M lib/hx509/revoke.c M lib/krb5/changepw.c M lib/libedit/src/fgetln.c M lib/libedit/src/filecomplete.c Log Message: ----------- Don't use %zu Eventually we'll need to make sure that a) libroken's stdint.h defines the max integer types, b) the libroken *printf()s can handle all the standard length and conversion specifiers. Commit: c6bfad4f689c9a3d9f9fc1d175d13dc81bbdd736 https://github.com/heimdal/heimdal/commit/c6bfad4f689c9a3d9f9fc1d175d13dc81bbdd736 Author: Nicolas Williams Date: 2013-10-04 (Fri, 04 Oct 2013) Changed paths: M lib/base/heimbase.h Log Message: ----------- Don't need, so don't use, stdbool.h Commit: d58fb7f8672081ee34b45bcca6dec5c2bc66782a https://github.com/heimdal/heimdal/commit/d58fb7f8672081ee34b45bcca6dec5c2bc66782a Author: Nicolas Williams Date: 2013-10-04 (Fri, 04 Oct 2013) Changed paths: M lib/libedit/src/histedit.h M lib/libedit/src/unvis.c Log Message: ----------- libedit should check HAVE_STDINT_H (S8) Commit: 0b9891214e952b32fcbe6a26ce3279b575818c0d https://github.com/heimdal/heimdal/commit/0b9891214e952b32fcbe6a26ce3279b575818c0d Author: Nicolas Williams Date: 2013-10-04 (Fri, 04 Oct 2013) Changed paths: M lib/otp/Makefile.am Log Message: ----------- Make lib/otp/Makefile.am use -I$(DBHEADER) Compare: https://github.com/heimdal/heimdal/compare/c6548bc1662a...0b9891214e95 From noreply at github.com Sat Oct 5 01:27:18 2013 From: noreply at github.com (GitHub) Date: Fri, 04 Oct 2013 16:27:18 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] f10de5: Check fcache st_uid == geteuid(), not getuid() Message-ID: <524f4ed6c09d0_3167d1bd482095dd@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: f10de508a6bfeafa1dd4f9487aa418b49a3ed2d7 https://github.com/heimdal/heimdal/commit/f10de508a6bfeafa1dd4f9487aa418b49a3ed2d7 Author: Nicolas Williams Date: 2013-10-04 (Fri, 04 Oct 2013) Changed paths: M lib/krb5/fcache.c Log Message: ----------- Check fcache st_uid == geteuid(), not getuid() Programs like sshd may create or access a ccache with ruid != user's UID, euid == user's UID. Set-uid-0 programs (ob reminder: they start life as ruid == user's UID, euid == 0) shouldn't unintentionally access ccaches. Therefore we shouldn't check both of ruid and euid, just euid. From noreply at github.com Sun Oct 6 22:02:59 2013 From: noreply at github.com (GitHub) Date: Sun, 06 Oct 2013 13:02:59 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] a2ca44: krb5_set_default_realm.3 man page update Message-ID: <5251c1f39fdc_727212fbd5821619@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: a2ca44276041389d3255619b7ddbd5c9c3617a0a https://github.com/heimdal/heimdal/commit/a2ca44276041389d3255619b7ddbd5c9c3617a0a Author: Russ Allbery Date: 2013-10-06 (Sun, 06 Oct 2013) Changed paths: M lib/krb5/krb5_set_default_realm.3 Log Message: ----------- krb5_set_default_realm.3 man page update Since the memory is allocated inside the Kerberos library, it should be freed by code inside the same library. free, as previously recommended, therefore doesn't seem appropriate. Instead, recommend krb5_xfree, which exists for this purpose. krb5_set_default_realm.3 man page update Change-Id: I11d119edf03148cbdc654480c72ddffb540084ec From noreply at github.com Sun Oct 6 22:44:20 2013 From: noreply at github.com (GitHub) Date: Sun, 06 Oct 2013 13:44:20 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] c1f822: rename struct krb5_name_canon_* name collisions Message-ID: <5251cba472763_4f0411f9d4c112466@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: c1f822f7af08e2c8cb3ec4908764cfcb7214164c https://github.com/heimdal/heimdal/commit/c1f822f7af08e2c8cb3ec4908764cfcb7214164c Author: Jeffrey Altman Date: 2013-10-06 (Sun, 06 Oct 2013) Changed paths: M lib/krb5/krb5.h M lib/krb5/principal.c Log Message: ----------- rename struct krb5_name_canon_* name collisions C++ does not permit struct names and typedef names to be the same. Rename struct krb5_name_canon_rule to struct krb5_name_canon_rule_data and struct krb5_name_canon_iterator to struct krb5_name_canon_iterator_data Change-Id: I92766e0878bf0beef92de1649baf9e5cafbf86aa From noreply at github.com Mon Oct 7 21:03:07 2013 From: noreply at github.com (GitHub) Date: Mon, 07 Oct 2013 12:03:07 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] b90732: libtommath: remove unnecessary comparison Message-ID: <5253056b77497_2f71ccfd585223f@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: b90732860a4ede602f4df623824c22d623335a9e https://github.com/heimdal/heimdal/commit/b90732860a4ede602f4df623824c22d623335a9e Author: Jeffrey Altman Date: 2013-10-07 (Mon, 07 Oct 2013) Changed paths: M lib/hcrypto/libtommath/bn_mp_prime_next_prime.c Log Message: ----------- libtommath: remove unnecessary comparison As pointed out by Steffen Jaeckel [https://github.com/sjaeckel], within bn_mp_prime_next_prime() t <= PRIME_SIZE as per the check at the top of the function. Remove the unnecessary comparison in a for loop conditional. Change-Id: I868bee1a7a019e0ab06bf2b81cc71cf66ca9acff Commit: 1859a853508d080e335d30c39a0b3febf3d576c8 https://github.com/heimdal/heimdal/commit/1859a853508d080e335d30c39a0b3febf3d576c8 Author: Jeffrey Altman Date: 2013-10-07 (Mon, 07 Oct 2013) Changed paths: M lib/hcrypto/libtommath/bn_mp_find_prime.c M lib/hcrypto/libtommath/bn_mp_isprime.c M lib/hcrypto/libtommath/tommath_class.h Log Message: ----------- libtommath: protect functions by tommath_class macros libtommath protects the inclusion of functions by wrapping their declarations by CPP #ifdef tests and defining the matching macros within libtommath_class.h. Add missing macros: BN_MP_FIND_PRIME_C BN_MP_ISPRIME_C Change-Id: Ic577300114f8e88d7a3af3d9f717a249d57f03b1 Compare: https://github.com/heimdal/heimdal/compare/c1f822f7af08...1859a853508d From noreply at github.com Tue Oct 8 23:18:29 2013 From: noreply at github.com (GitHub) Date: Tue, 08 Oct 2013 14:18:29 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 28051f: Convert mp_find_prime to use mp_prime_is_prime Message-ID: <525476a579853_6d74751d54994da@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 28051fa99cd4163859429b852de69679e8d3c8c6 https://github.com/heimdal/heimdal/commit/28051fa99cd4163859429b852de69679e8d3c8c6 Author: Jeffrey Altman Date: 2013-10-07 (Mon, 07 Oct 2013) Changed paths: M lib/hcrypto/libtommath/bn_mp_find_prime.c M lib/hcrypto/libtommath/tommath.h M lib/hcrypto/rsa-ltm.c Log Message: ----------- Convert mp_find_prime to use mp_prime_is_prime Modify the signature of mp_find_prime() to permit the number of Miller-Rabin rounds to be specified. In addition, valid responses now include MP_NO, MP_YES, and MP_VAL which is returned when mp_prime_is_prime() fails. Change-Id: I0195129a4dd75875e6dddb6d49a5ceb30afb1a17 Commit: 5bc653f0ef3897cb9a0deecac221eac8e2bbecea https://github.com/heimdal/heimdal/commit/5bc653f0ef3897cb9a0deecac221eac8e2bbecea Author: Steffen Jaeckel Date: 2013-10-07 (Mon, 07 Oct 2013) Changed paths: M lib/hcrypto/libtommath/bn_mp_shrink.c Log Message: ----------- libtommath: allow mp_shrink to shrink initialized, but empty MPI's from https://github.com/libtom/libtommath Change-Id: I5814caeb44db710957152a7d47b03f9beb6e5147 Commit: 7fe018e418f1e740303e10cc14689be928aff70d https://github.com/heimdal/heimdal/commit/7fe018e418f1e740303e10cc14689be928aff70d Author: Steffen Jaeckel Date: 2013-10-08 (Tue, 08 Oct 2013) Changed paths: M lib/hcrypto/libtommath/bn_error.c M lib/hcrypto/libtommath/tommath.h Log Message: ----------- libtommath: mp_error_to_string: return const char* instead of char* >From https://github.com/libtom/libtommath Change-Id: Idd5cbab380f5d504fece93afb3a5fcc026309482 Commit: b709d39aa5989305f448f72ed25dc1fbce9a365a https://github.com/heimdal/heimdal/commit/b709d39aa5989305f448f72ed25dc1fbce9a365a Author: Moritz Lenz Date: 2013-10-08 (Tue, 08 Oct 2013) Changed paths: M lib/hcrypto/libtommath/bn_mp_mod.c Log Message: ----------- libtommath: Fix mp_mod(a, b, c) if b < 0 and a = n * b, n integer it used to return b, now it return 0. >From https://github.com/libtom/libtommath Change-Id: I99f5d42c09a6fbddfb32b7dd0ed10ef04f1c08a5 Compare: https://github.com/heimdal/heimdal/compare/1859a853508d...b709d39aa598 From noreply at github.com Wed Oct 9 00:04:46 2013 From: noreply at github.com (GitHub) Date: Tue, 08 Oct 2013 15:04:46 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 8dc29a: libtommath: remove bn_mp_isprime.c Message-ID: <5254817eb744e_6d54701d5492167@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 8dc29ae1a017d666457fd9e49f57067184808ad3 https://github.com/heimdal/heimdal/commit/8dc29ae1a017d666457fd9e49f57067184808ad3 Author: Jeffrey Altman Date: 2013-10-08 (Tue, 08 Oct 2013) Changed paths: M lib/hcrypto/Makefile.am M lib/hcrypto/libtommath/NTMakefile R lib/hcrypto/libtommath/bn_mp_isprime.c M lib/hcrypto/libtommath/tommath.h Log Message: ----------- libtommath: remove bn_mp_isprime.c Now that mp_prime() is no longer used, remove bn_mp_isprime.c from the source tree. Change-Id: Ie0f7ce3184c000f27ae5b9dbe07b323c02ce7199 From noreply at github.com Wed Oct 9 04:14:04 2013 From: noreply at github.com (GitHub) Date: Tue, 08 Oct 2013 19:14:04 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 2308c7: Windows Installer: gssapi.dll in Heimdal\bin Message-ID: <5254bbec9e5b9_6c5e13f7d4c1521c8@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 2308c719c34c6d910bcda5242c0a154e55e7bc24 https://github.com/heimdal/heimdal/commit/2308c719c34c6d910bcda5242c0a154e55e7bc24 Author: Jeffrey Altman Date: 2013-10-08 (Tue, 08 Oct 2013) Changed paths: M packages/windows/installer/heimdal-installer.wxs Log Message: ----------- Windows Installer: gssapi.dll in Heimdal\bin gssapi.dll is supposed to be implementation agnostic. No version numbers and no manifest required to load it. In addition to the version that is installed as part of the assembly also include a version that can be discovered by LoadLibrary() via PATH search. Change-Id: I1865dd2ecec208745a40e699837bd2a888341a31 Commit: 131d26a29a62cd2d3b184c2fab84bfa6456e0c6b https://github.com/heimdal/heimdal/commit/131d26a29a62cd2d3b184c2fab84bfa6456e0c6b Author: Jeffrey Altman Date: 2013-10-08 (Tue, 08 Oct 2013) Changed paths: M packages/windows/installer/heimdal-installer.wxs Log Message: ----------- Windows Installer: Add missing Package properties Platform Manufacturer InstallScope InstallPrivileges Keywords Change-Id: I04ecfb4456e62a60e737ac26de098f11849c4ec0 Compare: https://github.com/heimdal/heimdal/compare/8dc29ae1a017...131d26a29a62 From noreply at github.com Wed Oct 9 04:31:17 2013 From: noreply at github.com (GitHub) Date: Tue, 08 Oct 2013 19:31:17 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 37c709: Windows Installer: Add missing Package properties Message-ID: <5254bff5cecb8_4bd911f7d581655d4@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 37c7098737edf995a85133e7f238caadd7f6fecf https://github.com/heimdal/heimdal/commit/37c7098737edf995a85133e7f238caadd7f6fecf Author: Jeffrey Altman Date: 2013-10-08 (Tue, 08 Oct 2013) Changed paths: M packages/windows/installer/heimdal-installer.wxs Log Message: ----------- Windows Installer: Add missing Package properties Platform InstallScope InstallPrivileges Keywords Change-Id: I04ecfb4456e62a60e737ac26de098f11849c4ec0 From noreply at github.com Wed Oct 9 04:33:51 2013 From: noreply at github.com (GitHub) Date: Tue, 08 Oct 2013 19:33:51 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] e8d210: libtommath: fix typo in bn_mp_mod.c Message-ID: <5254c08fc2cb0_7e7df95d5815598f@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: e8d2100880cd27e098d30833a38f37498350126a https://github.com/heimdal/heimdal/commit/e8d2100880cd27e098d30833a38f37498350126a Author: Jeffrey Altman Date: 2013-10-08 (Tue, 08 Oct 2013) Changed paths: M lib/hcrypto/libtommath/bn_mp_mod.c Log Message: ----------- libtommath: fix typo in bn_mp_mod.c Change-Id: Ieec5c01d5bd59b9268f41933389b1b32a4c4d0c6 From noreply at github.com Wed Oct 9 04:36:34 2013 From: noreply at github.com (GitHub) Date: Tue, 08 Oct 2013 19:36:34 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] eea23f: Windows Installer: Add custom graphics Message-ID: <5254c1327b9b9_6dc1629d501336e0@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: eea23fe6ed655ef9c5b53291fd85ae9c71874e87 https://github.com/heimdal/heimdal/commit/eea23fe6ed655ef9c5b53291fd85ae9c71874e87 Author: Jeffrey Altman Date: 2013-10-08 (Tue, 08 Oct 2013) Changed paths: M packages/windows/installer/heimdal-installer.wxs A packages/windows/installer/images/Heimdal_banner.bmp A packages/windows/installer/images/Heimdal_banner.png A packages/windows/installer/images/Heimdal_dialog.bmp A packages/windows/installer/images/Heimdal_dialog.png Log Message: ----------- Windows Installer: Add custom graphics Change-Id: I9218a4ccc128730ef7fea88cd68aab73209570fb From noreply at github.com Sat Oct 12 02:54:59 2013 From: noreply at github.com (GitHub) Date: Fri, 11 Oct 2013 17:54:59 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] b09e1a: Use defrealm in last-resort parse of kt principal Message-ID: <52589de35e3af_6f005b5d4c132183@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: b09e1a137ba6ce387f9eb17d0c2804159313e72f https://github.com/heimdal/heimdal/commit/b09e1a137ba6ce387f9eb17d0c2804159313e72f Author: Viktor Dukhovni Date: 2013-10-11 (Fri, 11 Oct 2013) Changed paths: M kuser/kinit.c Log Message: ----------- Use defrealm in last-resort parse of kt principal From noreply at github.com Sat Oct 12 07:58:43 2013 From: noreply at github.com (GitHub) Date: Fri, 11 Oct 2013 22:58:43 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 3a00c9: Windows: Install loose gssapi.dll with manifest Message-ID: <5258e513c3728_2a15147bd541732f9@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 3a00c9b7b032e459c5e9927319819398f74c17e7 https://github.com/heimdal/heimdal/commit/3a00c9b7b032e459c5e9927319819398f74c17e7 Author: Jeffrey Altman Date: 2013-10-11 (Fri, 11 Oct 2013) Changed paths: M packages/windows/installer/NTMakefile M packages/windows/installer/heimdal-installer.wxs Log Message: ----------- Windows: Install loose gssapi.dll with manifest When installing the gssapi.dll within the Heimdal\bin directory make sure to install the version that has the assembly manifest. Otherwise, the DLL cannot find the heimdal.dll. Change-Id: Idd6f8f00db718f8a764e1cfa9d06d188ab22a313 From noreply at github.com Sat Oct 12 22:13:49 2013 From: noreply at github.com (GitHub) Date: Sat, 12 Oct 2013 13:13:49 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 44de87: Windows: move gssapi.dll to merge module Message-ID: <5259ad7d4201e_38cd903d501006c5@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 44de8701d2506fbfa4372bf76812af13ae1d6912 https://github.com/heimdal/heimdal/commit/44de8701d2506fbfa4372bf76812af13ae1d6912 Author: Jeffrey Altman Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M packages/windows/installer/NTMakefile A packages/windows/installer/heimdal-gss.wxs M packages/windows/installer/heimdal-installer.wxs Log Message: ----------- Windows: move gssapi.dll to merge module In order for the 64-bit FULL installer to install both the 64-bit and 32-bit versions of gssapi.dll a merge module needs to be created so that both versions can exist within the same install package. Change-Id: Iaa979556e1691d3906e497f87e7d12cd89b1d980 From noreply at github.com Mon Oct 14 02:02:53 2013 From: noreply at github.com (GitHub) Date: Sun, 13 Oct 2013 17:02:53 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 503818: hdb: fix parsing of mkey db string Message-ID: <525b34adc7893_3f44abd4832830@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 50381859a09aceb9ae4585bd58e3655857efcf71 https://github.com/heimdal/heimdal/commit/50381859a09aceb9ae4585bd58e3655857efcf71 Author: Jeffrey Altman Date: 2013-10-13 (Sun, 13 Oct 2013) Changed paths: M lib/hdb/keytab.c Log Message: ----------- hdb: fix parsing of mkey db string The use of the wrong value for the length of ":mkey=" was identified by Brian May and reported via github: https://github.com/heimdal/heimdal/issues/40 Change-Id: I0aed86a5bb0359b7a266369076fde5e62f23b5fe From noreply at github.com Tue Oct 15 12:40:49 2013 From: noreply at github.com (GitHub) Date: Tue, 15 Oct 2013 03:40:49 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 94d395: add NO_ACCEPTABLE_KDF Message-ID: <525d1bb19f4ac_19e26c3d4c102741@hookshot-fe5-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 94d3958d2e4617304efc9e09e0cea08540ed5f73 https://github.com/heimdal/heimdal/commit/94d3958d2e4617304efc9e09e0cea08540ed5f73 Author: Love Hornquist Astrand Date: 2013-10-15 (Tue, 15 Oct 2013) Changed paths: M lib/krb5/krb5_err.et Log Message: ----------- add NO_ACCEPTABLE_KDF Commit: d1eb0da07103c5aea5ad4efe1915b199288432e9 https://github.com/heimdal/heimdal/commit/d1eb0da07103c5aea5ad4efe1915b199288432e9 Author: Love Hornquist Astrand Date: 2013-10-15 (Tue, 15 Oct 2013) Changed paths: M lib/hcrypto/dsa.c Log Message: ----------- init more of the fields Commit: 1d845628863531fb967689943e1634a0579cfbaa https://github.com/heimdal/heimdal/commit/1d845628863531fb967689943e1634a0579cfbaa Author: Love Hornquist Astrand Date: 2013-10-15 (Tue, 15 Oct 2013) Changed paths: M kadmin/kadmind.c M kdc/digest.c M kdc/hprop.c M kdc/hprop.h M kdc/hpropd.c M kdc/kdc-tester.c M kdc/kx509.c M kdc/main.c M kpasswd/kpasswdd.c M lib/hcrypto/test_rand.c M lib/hdb/hdb.h M lib/hdb/keytab.c M lib/hdb/libhdb-exports.def M lib/hdb/version-script.map M lib/kadm5/ipropd_master.c M lib/kadm5/ipropd_slave.c Log Message: ----------- add HDBGET: that only supports get, iteration doesnt really make sense for the HDB keytab except when dumping Compare: https://github.com/heimdal/heimdal/compare/50381859a09a...1d8456288635 From noreply at github.com Thu Oct 17 04:04:11 2013 From: noreply at github.com (GitHub) Date: Wed, 16 Oct 2013 19:04:11 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 136450: Hopefully fix test_rand breakage Message-ID: <525f459bb29ca_612cfc5d502167b1@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 1364508cbf99d01aab762f9d956abdf4f4145fa2 https://github.com/heimdal/heimdal/commit/1364508cbf99d01aab762f9d956abdf4f4145fa2 Author: Viktor Dukhovni Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M lib/hcrypto/test_rand.c Log Message: ----------- Hopefully fix test_rand breakage From noreply at github.com Thu Oct 17 05:50:31 2013 From: noreply at github.com (GitHub) Date: Wed, 16 Oct 2013 20:50:31 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 146f5b: Link test_rand with math library. Message-ID: <525f5e87a4e15_621f4b1d4c1156c4@hookshot-fe6-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 146f5b72e69971029ebd51736bf9a9ebda5e252e https://github.com/heimdal/heimdal/commit/146f5b72e69971029ebd51736bf9a9ebda5e252e Author: Viktor Dukhovni Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M lib/hcrypto/Makefile.am M lib/hcrypto/test_rand.c Log Message: ----------- Link test_rand with math library. Also deal with size_t to int casts for test_rand printf output. From noreply at github.com Thu Oct 17 06:30:02 2013 From: noreply at github.com (GitHub) Date: Wed, 16 Oct 2013 21:30:02 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 9a9ba1: Reduce RNG false positive error rate Message-ID: <525f67caaa291_629b126bd4818755@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 9a9ba1e19712cd856ef12f66c5081b05f15bdafa https://github.com/heimdal/heimdal/commit/9a9ba1e19712cd856ef12f66c5081b05f15bdafa Author: Viktor Dukhovni Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M lib/hcrypto/test_rand.c Log Message: ----------- Reduce RNG false positive error rate From noreply at github.com Thu Oct 17 18:52:17 2013 From: noreply at github.com (GitHub) Date: Thu, 17 Oct 2013 09:52:17 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 072f4c: remove unused [kadmin]pre-auth that is no longer t... Message-ID: <526015c1394b9_57b79d1d547231f@hookshot-fe6-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 072f4ce69763eb5f5862757d2ba21c590bedcfe9 https://github.com/heimdal/heimdal/commit/072f4ce69763eb5f5862757d2ba21c590bedcfe9 Author: Love Hornquist Astrand Date: 2013-10-17 (Thu, 17 Oct 2013) Changed paths: M lib/krb5/krb5.conf.5 Log Message: ----------- remove unused [kadmin]pre-auth that is no longer there (if it ever was) From noreply at github.com Fri Oct 18 09:07:35 2013 From: noreply at github.com (GitHub) Date: Fri, 18 Oct 2013 00:07:35 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 499aff: tet setting policy Message-ID: <5260de371c06d_628e1153d48155624@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 499affd8fa9e01b1ee3aa54c9760cc52384f81cc https://github.com/heimdal/heimdal/commit/499affd8fa9e01b1ee3aa54c9760cc52384f81cc Author: Love Hornquist Astrand Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M tests/kdc/check-iprop.in Log Message: ----------- tet setting policy From noreply at github.com Fri Oct 18 10:46:40 2013 From: noreply at github.com (GitHub) Date: Fri, 18 Oct 2013 01:46:40 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 10f3c8: add possible to set rules on what enctypes to use ... Message-ID: <5260f570b12d9_32a74bbd4c409e0@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 10f3c8b56e9721b082d9fb70d9559473ca37a129 https://github.com/heimdal/heimdal/commit/10f3c8b56e9721b082d9fb70d9559473ca37a129 Author: Love Hornquist Astrand Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M lib/hdb/keys.c M lib/krb5/krb5.conf.5 M tests/kdc/check-kdc.in M tests/kdc/krb5.conf.in Log Message: ----------- add possible to set rules on what enctypes to use based on glob matching on principal Commit: 1881980d4450b6086497df6227f066ea03d9c558 https://github.com/heimdal/heimdal/commit/1881980d4450b6086497df6227f066ea03d9c558 Author: Love Hornquist Astrand Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M tests/kdc/check-iprop.in Log Message: ----------- spelling Compare: https://github.com/heimdal/heimdal/compare/499affd8fa9e...1881980d4450 From noreply at github.com Mon Oct 21 17:32:32 2013 From: noreply at github.com (GitHub) Date: Mon, 21 Oct 2013 08:32:32 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 516c12: intruduce krb5_generate_random() that can fail and... Message-ID: <52654910aaa48_19105f9d5847532@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 516c12c9a976ec8f0956d22370e7a5b6834ba1fd https://github.com/heimdal/heimdal/commit/516c12c9a976ec8f0956d22370e7a5b6834ba1fd Author: Love Hornquist Astrand Date: 2013-10-21 (Mon, 21 Oct 2013) Changed paths: M include/bits.c M include/krb5-types.cross M lib/krb5/context.c M lib/krb5/crypto-rand.c M lib/krb5/heim_err.et Log Message: ----------- intruduce krb5_generate_random() that can fail and return an error, check for it at krb5_context creation time Commit: 056224c32fab192f8885dc6fde3b3a47a7cc1b18 https://github.com/heimdal/heimdal/commit/056224c32fab192f8885dc6fde3b3a47a7cc1b18 Author: Love Hornquist Astrand Date: 2013-10-21 (Mon, 21 Oct 2013) Changed paths: M lib/krb5/crypto-rand.c Log Message: ----------- more comments about how useful krb5_generate_random_block() is Compare: https://github.com/heimdal/heimdal/compare/1881980d4450...056224c32fab From noreply at github.com Mon Oct 21 18:23:41 2013 From: noreply at github.com (GitHub) Date: Mon, 21 Oct 2013 09:23:41 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 7439cb: check the EE if its a proxy certificate and fail u... Message-ID: <5265550d636e9_6bd2115dd4846674@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 7439cb7c54e5f5754acc41209c578d4e6531352b https://github.com/heimdal/heimdal/commit/7439cb7c54e5f5754acc41209c578d4e6531352b Author: Love Hornquist Astrand Date: 2013-10-21 (Mon, 21 Oct 2013) Changed paths: M lib/hx509/cert.c Log Message: ----------- check the EE if its a proxy certificate and fail up front From noreply at github.com Wed Oct 23 03:09:33 2013 From: noreply at github.com (GitHub) Date: Tue, 22 Oct 2013 18:09:33 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 9078e7: Better character classes and wording Message-ID: <526721cd69e7d_2bdd8fd4c1904d@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/heimdal-1-5-branch Home: https://github.com/heimdal/heimdal Commit: 9078e70ec5331aa6fa1890c8a70fb1014f2a90c3 https://github.com/heimdal/heimdal/commit/9078e70ec5331aa6fa1890c8a70fb1014f2a90c3 Author: Harald Barth Date: 2013-10-22 (Tue, 22 Oct 2013) Changed paths: M lib/kadm5/password_quality.c Log Message: ----------- Better character classes and wording Signed-off-by: Love Hornquist Astrand Commit: ee9ed8a38bd2030b7818b442f3318bc48fc1d591 https://github.com/heimdal/heimdal/commit/ee9ed8a38bd2030b7818b442f3318bc48fc1d591 Author: Love Hornquist Astrand Date: 2013-10-22 (Tue, 22 Oct 2013) Changed paths: M kpasswd/kpasswdd.c Log Message: ----------- dont entrust sprintf to encode binary packets Commit: 15e0fdef2fee5bc25bacac98d85e7c27ce40191d https://github.com/heimdal/heimdal/commit/15e0fdef2fee5bc25bacac98d85e7c27ce40191d Author: Love Hornquist Astrand Date: 2013-10-22 (Tue, 22 Oct 2013) Changed paths: M kpasswd/kpasswdd.c Log Message: ----------- encode result code with right length, pointed out by Rangar Sundblad, thanks! Compare: https://github.com/heimdal/heimdal/compare/a367be513083...15e0fdef2fee From noreply at github.com Wed Oct 23 03:23:18 2013 From: noreply at github.com (GitHub) Date: Tue, 22 Oct 2013 18:23:18 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 50d544: 1.6.99 Message-ID: <526725068d0f6_7e405ddd4c219720@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 50d544c2b6900e7abbdbcde1294d68f78cdd9a43 https://github.com/heimdal/heimdal/commit/50d544c2b6900e7abbdbcde1294d68f78cdd9a43 Author: Love Hörnquist Åstrand Date: 2013-10-22 (Tue, 22 Oct 2013) Changed paths: M configure.ac Log Message: ----------- 1.6.99 From noreply at github.com Wed Oct 23 03:19:40 2013 From: noreply at github.com (GitHub) Date: Tue, 22 Oct 2013 18:19:40 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] ca24e2: move krb5_generate_random() to krb5_init_context()... Message-ID: <5267242c11453_7f5257fd50617dd@hookshot-fe6-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: ca24e29ad9e7cf18e5a8739d6b05f0ef6cb53b4f https://github.com/heimdal/heimdal/commit/ca24e29ad9e7cf18e5a8739d6b05f0ef6cb53b4f Author: Love Hornquist Astrand Date: 2013-10-22 (Tue, 22 Oct 2013) Changed paths: M lib/krb5/context.c Log Message: ----------- move krb5_generate_random() to krb5_init_context() and document (in doxygen) why its called From noreply at github.com Wed Oct 23 03:23:18 2013 From: noreply at github.com (GitHub) Date: Tue, 22 Oct 2013 18:23:18 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 9a6794: 1.6pre1 Message-ID: <5267250678cdb_636e9e1d5811847@hookshot-fe5-pe1-prd.aws.github.net.mail> Branch: refs/heads/heimdal-1-6-branch Home: https://github.com/heimdal/heimdal Commit: 9a6794cdde50f7fb264164d1d4eef4de17efc51f https://github.com/heimdal/heimdal/commit/9a6794cdde50f7fb264164d1d4eef4de17efc51f Author: Love Hörnquist Åstrand Date: 2013-10-22 (Tue, 22 Oct 2013) Changed paths: M configure.ac Log Message: ----------- 1.6pre1 From noreply at github.com Wed Oct 23 03:31:36 2013 From: noreply at github.com (GitHub) Date: Tue, 22 Oct 2013 18:31:36 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] cd41ee: start of 1.6 release notes Message-ID: <526726f845c6b_72bbe51d481306b9@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/heimdal-1-6-branch Home: https://github.com/heimdal/heimdal Commit: cd41eeae845da2714c9bde738b618174bedcff92 https://github.com/heimdal/heimdal/commit/cd41eeae845da2714c9bde738b618174bedcff92 Author: Love Hörnquist Åstrand Date: 2013-10-22 (Tue, 22 Oct 2013) Changed paths: M NEWS Log Message: ----------- start of 1.6 release notes From noreply at github.com Fri Oct 25 06:03:09 2013 From: noreply at github.com (GitHub) Date: Thu, 24 Oct 2013 21:03:09 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 71fcd5: Windows: 1.6.99 Message-ID: <5269ed7d78782_5718fa3d546833d@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 71fcd51659d552c434763ad85300cc46202ad251 https://github.com/heimdal/heimdal/commit/71fcd51659d552c434763ad85300cc46202ad251 Author: Jeffrey Altman Date: 2013-10-24 (Thu, 24 Oct 2013) Changed paths: M windows/NTMakefile.version Log Message: ----------- Windows: 1.6.99 Change-Id: Ifd124db0de542f9dea9bbd0347b0915cd9d45c72 From noreply at github.com Fri Oct 25 06:09:12 2013 From: noreply at github.com (GitHub) Date: Thu, 24 Oct 2013 21:09:12 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 36fd29: Windows 1.6 pre1 Message-ID: <5269eee8a8d6a_55d1889d48542a4@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/heimdal-1-6-branch Home: https://github.com/heimdal/heimdal Commit: 36fd292844c5241c115d80777d007997413ddfd5 https://github.com/heimdal/heimdal/commit/36fd292844c5241c115d80777d007997413ddfd5 Author: Jeffrey Altman Date: 2013-10-24 (Thu, 24 Oct 2013) Changed paths: M windows/NTMakefile.version Log Message: ----------- Windows 1.6 pre1 The Windows version number for 1.6pre1 is 1.6.1.0. The PRERELEASE option is still set. Change-Id: I206336e1b0f25dd38c9e84f49addb50fe38d7bfa From noreply at github.com Wed Oct 30 20:28:30 2013 From: noreply at github.com (GitHub) Date: Wed, 30 Oct 2013 12:28:30 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 7d4590: Fix krb5's gss_pseudo_random() (n is big-endian) Message-ID: <52715ddeb3989_4518c17d48126411@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 7d459095377eff93b0e0bc1a96e1a4e9ecd817a1 https://github.com/heimdal/heimdal/commit/7d459095377eff93b0e0bc1a96e1a4e9ecd817a1 Author: Nicolas Williams Date: 2013-10-30 (Wed, 30 Oct 2013) Changed paths: M lib/gssapi/krb5/prf.c Log Message: ----------- Fix krb5's gss_pseudo_random() (n is big-endian) The first enctype RFC3961 prf output length's bytes are correct because the little- and big-endian representations of unsigned zero are the same. The second block of output was wrong because the counter was not being encoded as big-endian. This change could break applications. But those applications would not have been interoperating with other implementations anyways (in particular: MIT's). From noreply at github.com Wed Oct 30 20:29:58 2013 From: noreply at github.com (GitHub) Date: Wed, 30 Oct 2013 12:29:58 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] da38be: Fix krb5's gss_pseudo_random() (n is big-endian) Message-ID: <52715e36bdc18_3a5b8add4c152095@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/heimdal-1-5-branch Home: https://github.com/heimdal/heimdal Commit: da38be62611d1e6f120f9e6e8e1fd11abd9760a3 https://github.com/heimdal/heimdal/commit/da38be62611d1e6f120f9e6e8e1fd11abd9760a3 Author: Nicolas Williams Date: 2013-10-30 (Wed, 30 Oct 2013) Changed paths: M lib/gssapi/krb5/prf.c Log Message: ----------- Fix krb5's gss_pseudo_random() (n is big-endian) The first enctype RFC3961 prf output length's bytes are correct because the little- and big-endian representations of unsigned zero are the same. The second block of output was wrong because the counter was not being encoded as big-endian. This change could break applications. But those applications would not have been interoperating with other implementations anyways (in particular: MIT's). From noreply at github.com Wed Oct 30 20:29:30 2013 From: noreply at github.com (GitHub) Date: Wed, 30 Oct 2013 12:29:30 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 73bd10: Fix krb5's gss_pseudo_random() (n is big-endian) Message-ID: <52715e1ada375_4c456a5d4c79531@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/heimdal-1-6-branch Home: https://github.com/heimdal/heimdal Commit: 73bd10246503fc7a5cb132c03227699106aaa1e1 https://github.com/heimdal/heimdal/commit/73bd10246503fc7a5cb132c03227699106aaa1e1 Author: Nicolas Williams Date: 2013-10-30 (Wed, 30 Oct 2013) Changed paths: M lib/gssapi/krb5/prf.c Log Message: ----------- Fix krb5's gss_pseudo_random() (n is big-endian) The first enctype RFC3961 prf output length's bytes are correct because the little- and big-endian representations of unsigned zero are the same. The second block of output was wrong because the counter was not being encoded as big-endian. This change could break applications. But those applications would not have been interoperating with other implementations anyways (in particular: MIT's). From noreply at github.com Thu Oct 31 06:31:15 2013 From: noreply at github.com (GitHub) Date: Wed, 30 Oct 2013 22:31:15 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] c212f8: check that e have sane values Message-ID: <5271eb23bef70_1974fd3d4c1057b6@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/heimdal-1-6-branch Home: https://github.com/heimdal/heimdal Commit: c212f8b03161d6dfa6db1e1305dbbd190fbcf00d https://github.com/heimdal/heimdal/commit/c212f8b03161d6dfa6db1e1305dbbd190fbcf00d Author: Love Hörnquist Åstrand Date: 2013-10-30 (Wed, 30 Oct 2013) Changed paths: M lib/hcrypto/rsa-ltm.c Log Message: ----------- check that e have sane values From noreply at github.com Thu Oct 31 06:29:52 2013 From: noreply at github.com (GitHub) Date: Wed, 30 Oct 2013 22:29:52 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 7d163f: check that e have sane values Message-ID: <5271ead0e8890_44f8537d482463a8@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 7d163f234b0198a6e69a631e5291d8a0220772c6 https://github.com/heimdal/heimdal/commit/7d163f234b0198a6e69a631e5291d8a0220772c6 Author: Love Hörnquist Åstrand Date: 2013-10-30 (Wed, 30 Oct 2013) Changed paths: M lib/hcrypto/rsa-ltm.c Log Message: ----------- check that e have sane values