From noreply at github.com Wed Apr 4 17:27:25 2018 From: noreply at github.com (GitHub) Date: Wed, 04 Apr 2018 08:27:25 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 7a2767: Make parse_units() handle trailing whitespace Message-ID: <5ac4eeddc6e84_64422ae6aa713c146555c@hookshot-fe-32b5f5b.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 7a2767e6102f2f86b364f217805a7ed021e51ec2 https://github.com/heimdal/heimdal/commit/7a2767e6102f2f86b364f217805a7ed021e51ec2 Author: Harald Barth Date: 2018-04-04 (Wed, 04 Apr 2018) Changed paths: M lib/roken/parse_units.c Log Message: ----------- Make parse_units() handle trailing whitespace Skipping any trailing whitespace characters Commit: 7ee3cc685511a6d77350707a9c466e9903776744 https://github.com/heimdal/heimdal/commit/7ee3cc685511a6d77350707a9c466e9903776744 Author: Jeffrey Altman Date: 2018-04-04 (Wed, 04 Apr 2018) Changed paths: M lib/roken/parse_units.c Log Message: ----------- Update parse_units.c Compare: https://github.com/heimdal/heimdal/compare/37979747bc03...7ee3cc685511 From noreply at github.com Wed Apr 4 18:54:15 2018 From: noreply at github.com (GitHub) Date: Wed, 04 Apr 2018 09:54:15 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 6aece8: getauxval: fall through to auxv gfter getauxval er... Message-ID: <5ac503379a397_730b2afc86e15c14114455@hookshot-fe-7191cb1.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 6aece8ea060fc331cf376ed8fd78b066e2d8f70f https://github.com/heimdal/heimdal/commit/6aece8ea060fc331cf376ed8fd78b066e2d8f70f Author: Daria Phoebe Brashear Date: 2018-04-04 (Wed, 04 Apr 2018) Changed paths: M lib/roken/getauxval.c Log Message: ----------- getauxval: fall through to auxv gfter getauxval errno test if when we need to determine if getauxval sets errno, we determine it doesn't after getting a 0 return code, make sure we return a value, since we didn't previously. fall through to code we'd otherwise have called in this case above. Commit: dcc880cf7c308cbb309ab6f824ad118b29c11181 https://github.com/heimdal/heimdal/commit/dcc880cf7c308cbb309ab6f824ad118b29c11181 Author: Jeffrey Altman Date: 2018-04-04 (Wed, 04 Apr 2018) Changed paths: M lib/roken/issuid.c Log Message: ----------- roken: issuid always call rk_getauxval Instead of calling getauxval(), always call rk_getauxval() to ensure consistent behavior within roken. Compare: https://github.com/heimdal/heimdal/compare/7ee3cc685511...dcc880cf7c30 From noreply at github.com Mon Apr 9 20:50:19 2018 From: noreply at github.com (GitHub) Date: Mon, 09 Apr 2018 11:50:19 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] d82817: hcrypto: implement missed symbol renaming in camel... Message-ID: <5acbb5eb73a1c_4502aac2a5a1c10138d6@hookshot-fe-265448d.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: d82817d279b946e449584f950493d7fada9f7de8 https://github.com/heimdal/heimdal/commit/d82817d279b946e449584f950493d7fada9f7de8 Author: Daria Phoebe Brashear Date: 2018-04-09 (Mon, 09 Apr 2018) Changed paths: M lib/hcrypto/camellia-ntt.h M lib/hcrypto/rand.h Log Message: ----------- hcrypto: implement missed symbol renaming in camellia-ntt and rand camellia-ntt had none of its symbols renamed into the hc_ namespace, and rand's missed timer_method (while all other methods were done). rename these like we do for others From noreply at github.com Wed Apr 18 03:32:38 2018 From: noreply at github.com (GitHub) Date: Tue, 17 Apr 2018 18:32:38 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 1da17c: roken: test for auxv_t in whichever of auxv.h or s... Message-ID: <5ad6a03661f76_6c592b0426ef5c04278b3@hookshot-fe-88eb02d.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 1da17c2f22a5e5da4008f6398166c34fa2193784 https://github.com/heimdal/heimdal/commit/1da17c2f22a5e5da4008f6398166c34fa2193784 Author: Daria Phoebe Brashear Date: 2018-04-17 (Tue, 17 Apr 2018) Changed paths: M cf/roken-frag.m4 Log Message: ----------- roken: test for auxv_t in whichever of auxv.h or sys/auxv.h we find on solaris it's in sys/auxv.h; so a test for it only in auxv.h isn't enough From noreply at github.com Thu Apr 19 19:13:01 2018 From: noreply at github.com (GitHub) Date: Thu, 19 Apr 2018 10:13:01 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 39b78a: sunpro c defines __SUNPRO_C not __SUNPRO_CC Message-ID: <5ad8ce1da350f_50482aaeea74fc0c536d@hookshot-fe-d2afb11.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 39b78ad6ce1890a05776c149df36a693f45e3922 https://github.com/heimdal/heimdal/commit/39b78ad6ce1890a05776c149df36a693f45e3922 Author: Daria Phoebe Brashear Date: 2018-04-19 (Thu, 19 Apr 2018) Changed paths: M include/heim_threads.h Log Message: ----------- sunpro c defines __SUNPRO_C not __SUNPRO_CC CC is the c++ compiler; C is the c compiler. use the correct define Commit: 7333c2c94542b84ea37dfdc92e0be900ab15aa5a https://github.com/heimdal/heimdal/commit/7333c2c94542b84ea37dfdc92e0be900ab15aa5a Author: Daria Phoebe Brashear Date: 2018-04-19 (Thu, 19 Apr 2018) Changed paths: M lib/roken/parse_units.c Log Message: ----------- roken: parse_units returns void despite the fact that the called function returns void, returning a result here throws an error with solaris cc. just call the function and don't return Commit: bc1b936a1dbae910ab07122fdeeb2bbc5917eaf7 https://github.com/heimdal/heimdal/commit/bc1b936a1dbae910ab07122fdeeb2bbc5917eaf7 Author: Daria Phoebe Brashear Date: 2018-04-19 (Thu, 19 Apr 2018) Changed paths: M lib/gssapi/krb5/encapsulate.c Log Message: ----------- move _gssapi_make_mech_header to avoid need to prototype move _gssapi_make_mech_header so it's declared before use Commit: b12e01035c1e8da1e055846bfa7aa53c03bfb57a https://github.com/heimdal/heimdal/commit/b12e01035c1e8da1e055846bfa7aa53c03bfb57a Author: Daria Phoebe Brashear Date: 2018-04-19 (Thu, 19 Apr 2018) Changed paths: M lib/gssapi/krb5/gsskrb5_locl.h M lib/gssapi/spnego/spnego_locl.h Log Message: ----------- gss: _locl.h files should include local copy of -private.h files apparently some versions of heimdal installed mech private headers. don't inadvertantly end up with it in your path from a previous version Commit: d9425fecdf729857a40f9a781b2a50fd027dd2cb https://github.com/heimdal/heimdal/commit/d9425fecdf729857a40f9a781b2a50fd027dd2cb Author: Daria Phoebe Brashear Date: 2018-04-19 (Thu, 19 Apr 2018) Changed paths: M tests/gss/Makefile.am Log Message: ----------- heim_verbose can't be used mid-stanza in shell commands Solaris make won't allow @echo in a shell command string as there is no command called @echo, and it passes the whole shell command to the shell without poaching off the @ itself first Compare: https://github.com/heimdal/heimdal/compare/1da17c2f22a5...d9425fecdf72 From noreply at github.com Thu Apr 19 21:52:08 2018 From: noreply at github.com (GitHub) Date: Thu, 19 Apr 2018 12:52:08 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 44f90c: libedit: makelist should default to awk, but not f... Message-ID: <5ad8f368dc126_bda42ae0d0e33c047238d@hookshot-fe-dfcc362.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 44f90c2025efa1c5013cb9fa2db9b3566683da81 https://github.com/heimdal/heimdal/commit/44f90c2025efa1c5013cb9fa2db9b3566683da81 Author: Daria Phoebe Brashear Date: 2018-04-19 (Thu, 19 Apr 2018) Changed paths: M lib/libedit/src/makelist Log Message: ----------- libedit: makelist should default to awk, but not force it solaris needs gawk; we should allow the makefile to override awk with gawk (or whatever else) From noreply at github.com Thu Apr 19 21:54:33 2018 From: noreply at github.com (GitHub) Date: Thu, 19 Apr 2018 12:54:33 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] a28227: Fix typos in setup documentation Message-ID: <5ad8f3f9ae643_261f2b07e4891c0c80557@hookshot-fe-265448d.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: a2822719e6f92676568720c7d15ca91ed28e9d88 https://github.com/heimdal/heimdal/commit/a2822719e6f92676568720c7d15ca91ed28e9d88 Author: Matt Selsky Date: 2018-04-19 (Thu, 19 Apr 2018) Changed paths: M doc/setup.texi Log Message: ----------- Fix typos in setup documentation