From 34a77484e0eae57406d75f3b87a2a043e94da079 Mon Sep 17 00:00:00 2001 From: Matthew McPherrin Date: Tue, 24 May 2016 22:29:28 -0700 Subject: [PATCH] Remove execute bit from files --- CONTRIBUTING.md | 0 Godeps/Godeps.json | 0 Godeps/Readme | 0 Godeps/_workspace/.gitignore | 0 Godeps/_workspace/src/github.com/codegangsta/cli/.travis.yml | 0 Godeps/_workspace/src/github.com/codegangsta/cli/LICENSE | 0 Godeps/_workspace/src/github.com/codegangsta/cli/README.md | 0 Godeps/_workspace/src/github.com/codegangsta/cli/app.go | 0 Godeps/_workspace/src/github.com/codegangsta/cli/app_test.go | 0 .../github.com/codegangsta/cli/autocomplete/bash_autocomplete | 0 .../github.com/codegangsta/cli/autocomplete/zsh_autocomplete | 0 Godeps/_workspace/src/github.com/codegangsta/cli/cli.go | 0 Godeps/_workspace/src/github.com/codegangsta/cli/cli_test.go | 0 Godeps/_workspace/src/github.com/codegangsta/cli/command.go | 0 .../_workspace/src/github.com/codegangsta/cli/command_test.go | 0 Godeps/_workspace/src/github.com/codegangsta/cli/context.go | 0 .../_workspace/src/github.com/codegangsta/cli/context_test.go | 0 Godeps/_workspace/src/github.com/codegangsta/cli/flag.go | 0 Godeps/_workspace/src/github.com/codegangsta/cli/flag_test.go | 0 Godeps/_workspace/src/github.com/codegangsta/cli/help.go | 0 .../_workspace/src/github.com/codegangsta/cli/helpers_test.go | 0 .../_workspace/src/golang.org/x/crypto/ssh/terminal/terminal.go | 0 .../src/golang.org/x/crypto/ssh/terminal/terminal_test.go | 0 Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal/util.go | 0 .../_workspace/src/golang.org/x/crypto/ssh/terminal/util_bsd.go | 0 .../src/golang.org/x/crypto/ssh/terminal/util_linux.go | 0 .../src/golang.org/x/crypto/ssh/terminal/util_windows.go | 0 LICENSE | 0 NOTICE | 0 README.md | 0 certstrap.go | 0 cmd/init.go | 0 cmd/request_cert.go | 0 cmd/sign.go | 0 cmd/util.go | 0 depot/depot.go | 0 depot/depot_test.go | 0 depot/pkix.go | 0 pkix/cert.go | 0 pkix/cert_auth.go | 0 pkix/cert_auth_test.go | 0 pkix/cert_host.go | 0 pkix/cert_host_test.go | 2 +- pkix/cert_info.go | 0 pkix/cert_info_test.go | 0 pkix/cert_test.go | 0 pkix/csr.go | 0 pkix/csr_test.go | 0 pkix/key.go | 0 pkix/key_test.go | 0 tests/basic_test.go | 0 tests/not_ca_test.go | 0 tests/workflow_test.go | 0 53 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 CONTRIBUTING.md mode change 100755 => 100644 Godeps/Godeps.json mode change 100755 => 100644 Godeps/Readme mode change 100755 => 100644 Godeps/_workspace/.gitignore mode change 100755 => 100644 Godeps/_workspace/src/github.com/codegangsta/cli/.travis.yml mode change 100755 => 100644 Godeps/_workspace/src/github.com/codegangsta/cli/LICENSE mode change 100755 => 100644 Godeps/_workspace/src/github.com/codegangsta/cli/README.md mode change 100755 => 100644 Godeps/_workspace/src/github.com/codegangsta/cli/app.go mode change 100755 => 100644 Godeps/_workspace/src/github.com/codegangsta/cli/app_test.go mode change 100755 => 100644 Godeps/_workspace/src/github.com/codegangsta/cli/autocomplete/bash_autocomplete mode change 100755 => 100644 Godeps/_workspace/src/github.com/codegangsta/cli/autocomplete/zsh_autocomplete mode change 100755 => 100644 Godeps/_workspace/src/github.com/codegangsta/cli/cli.go mode change 100755 => 100644 Godeps/_workspace/src/github.com/codegangsta/cli/cli_test.go mode change 100755 => 100644 Godeps/_workspace/src/github.com/codegangsta/cli/command.go mode change 100755 => 100644 Godeps/_workspace/src/github.com/codegangsta/cli/command_test.go mode change 100755 => 100644 Godeps/_workspace/src/github.com/codegangsta/cli/context.go mode change 100755 => 100644 Godeps/_workspace/src/github.com/codegangsta/cli/context_test.go mode change 100755 => 100644 Godeps/_workspace/src/github.com/codegangsta/cli/flag.go mode change 100755 => 100644 Godeps/_workspace/src/github.com/codegangsta/cli/flag_test.go mode change 100755 => 100644 Godeps/_workspace/src/github.com/codegangsta/cli/help.go mode change 100755 => 100644 Godeps/_workspace/src/github.com/codegangsta/cli/helpers_test.go mode change 100755 => 100644 Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal/terminal.go mode change 100755 => 100644 Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal/terminal_test.go mode change 100755 => 100644 Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal/util.go mode change 100755 => 100644 Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal/util_bsd.go mode change 100755 => 100644 Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal/util_linux.go mode change 100755 => 100644 Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal/util_windows.go mode change 100755 => 100644 LICENSE mode change 100755 => 100644 NOTICE mode change 100755 => 100644 README.md mode change 100755 => 100644 certstrap.go mode change 100755 => 100644 cmd/init.go mode change 100755 => 100644 cmd/request_cert.go mode change 100755 => 100644 cmd/sign.go mode change 100755 => 100644 cmd/util.go mode change 100755 => 100644 depot/depot.go mode change 100755 => 100644 depot/depot_test.go mode change 100755 => 100644 depot/pkix.go mode change 100755 => 100644 pkix/cert.go mode change 100755 => 100644 pkix/cert_auth.go mode change 100755 => 100644 pkix/cert_auth_test.go mode change 100755 => 100644 pkix/cert_host.go mode change 100755 => 100644 pkix/cert_host_test.go mode change 100755 => 100644 pkix/cert_info.go mode change 100755 => 100644 pkix/cert_info_test.go mode change 100755 => 100644 pkix/cert_test.go mode change 100755 => 100644 pkix/csr.go mode change 100755 => 100644 pkix/csr_test.go mode change 100755 => 100644 pkix/key.go mode change 100755 => 100644 pkix/key_test.go mode change 100755 => 100644 tests/basic_test.go mode change 100755 => 100644 tests/not_ca_test.go mode change 100755 => 100644 tests/workflow_test.go diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md old mode 100755 new mode 100644 diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json old mode 100755 new mode 100644 diff --git a/Godeps/Readme b/Godeps/Readme old mode 100755 new mode 100644 diff --git a/Godeps/_workspace/.gitignore b/Godeps/_workspace/.gitignore old mode 100755 new mode 100644 diff --git a/Godeps/_workspace/src/github.com/codegangsta/cli/.travis.yml b/Godeps/_workspace/src/github.com/codegangsta/cli/.travis.yml old mode 100755 new mode 100644 diff --git a/Godeps/_workspace/src/github.com/codegangsta/cli/LICENSE b/Godeps/_workspace/src/github.com/codegangsta/cli/LICENSE old mode 100755 new mode 100644 diff --git a/Godeps/_workspace/src/github.com/codegangsta/cli/README.md b/Godeps/_workspace/src/github.com/codegangsta/cli/README.md old mode 100755 new mode 100644 diff --git a/Godeps/_workspace/src/github.com/codegangsta/cli/app.go b/Godeps/_workspace/src/github.com/codegangsta/cli/app.go old mode 100755 new mode 100644 diff --git a/Godeps/_workspace/src/github.com/codegangsta/cli/app_test.go b/Godeps/_workspace/src/github.com/codegangsta/cli/app_test.go old mode 100755 new mode 100644 diff --git a/Godeps/_workspace/src/github.com/codegangsta/cli/autocomplete/bash_autocomplete b/Godeps/_workspace/src/github.com/codegangsta/cli/autocomplete/bash_autocomplete old mode 100755 new mode 100644 diff --git a/Godeps/_workspace/src/github.com/codegangsta/cli/autocomplete/zsh_autocomplete b/Godeps/_workspace/src/github.com/codegangsta/cli/autocomplete/zsh_autocomplete old mode 100755 new mode 100644 diff --git a/Godeps/_workspace/src/github.com/codegangsta/cli/cli.go b/Godeps/_workspace/src/github.com/codegangsta/cli/cli.go old mode 100755 new mode 100644 diff --git a/Godeps/_workspace/src/github.com/codegangsta/cli/cli_test.go b/Godeps/_workspace/src/github.com/codegangsta/cli/cli_test.go old mode 100755 new mode 100644 diff --git a/Godeps/_workspace/src/github.com/codegangsta/cli/command.go b/Godeps/_workspace/src/github.com/codegangsta/cli/command.go old mode 100755 new mode 100644 diff --git a/Godeps/_workspace/src/github.com/codegangsta/cli/command_test.go b/Godeps/_workspace/src/github.com/codegangsta/cli/command_test.go old mode 100755 new mode 100644 diff --git a/Godeps/_workspace/src/github.com/codegangsta/cli/context.go b/Godeps/_workspace/src/github.com/codegangsta/cli/context.go old mode 100755 new mode 100644 diff --git a/Godeps/_workspace/src/github.com/codegangsta/cli/context_test.go b/Godeps/_workspace/src/github.com/codegangsta/cli/context_test.go old mode 100755 new mode 100644 diff --git a/Godeps/_workspace/src/github.com/codegangsta/cli/flag.go b/Godeps/_workspace/src/github.com/codegangsta/cli/flag.go old mode 100755 new mode 100644 diff --git a/Godeps/_workspace/src/github.com/codegangsta/cli/flag_test.go b/Godeps/_workspace/src/github.com/codegangsta/cli/flag_test.go old mode 100755 new mode 100644 diff --git a/Godeps/_workspace/src/github.com/codegangsta/cli/help.go b/Godeps/_workspace/src/github.com/codegangsta/cli/help.go old mode 100755 new mode 100644 diff --git a/Godeps/_workspace/src/github.com/codegangsta/cli/helpers_test.go b/Godeps/_workspace/src/github.com/codegangsta/cli/helpers_test.go old mode 100755 new mode 100644 diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal/terminal.go b/Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal/terminal.go old mode 100755 new mode 100644 diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal/terminal_test.go b/Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal/terminal_test.go old mode 100755 new mode 100644 diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal/util.go b/Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal/util.go old mode 100755 new mode 100644 diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal/util_bsd.go b/Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal/util_bsd.go old mode 100755 new mode 100644 diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal/util_linux.go b/Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal/util_linux.go old mode 100755 new mode 100644 diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal/util_windows.go b/Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal/util_windows.go old mode 100755 new mode 100644 diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/NOTICE b/NOTICE old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/certstrap.go b/certstrap.go old mode 100755 new mode 100644 diff --git a/cmd/init.go b/cmd/init.go old mode 100755 new mode 100644 diff --git a/cmd/request_cert.go b/cmd/request_cert.go old mode 100755 new mode 100644 diff --git a/cmd/sign.go b/cmd/sign.go old mode 100755 new mode 100644 diff --git a/cmd/util.go b/cmd/util.go old mode 100755 new mode 100644 diff --git a/depot/depot.go b/depot/depot.go old mode 100755 new mode 100644 diff --git a/depot/depot_test.go b/depot/depot_test.go old mode 100755 new mode 100644 diff --git a/depot/pkix.go b/depot/pkix.go old mode 100755 new mode 100644 diff --git a/pkix/cert.go b/pkix/cert.go old mode 100755 new mode 100644 diff --git a/pkix/cert_auth.go b/pkix/cert_auth.go old mode 100755 new mode 100644 diff --git a/pkix/cert_auth_test.go b/pkix/cert_auth_test.go old mode 100755 new mode 100644 diff --git a/pkix/cert_host.go b/pkix/cert_host.go old mode 100755 new mode 100644 diff --git a/pkix/cert_host_test.go b/pkix/cert_host_test.go old mode 100755 new mode 100644 index 9eac951..8143698 --- a/pkix/cert_host_test.go +++ b/pkix/cert_host_test.go @@ -54,7 +54,7 @@ func TestCreateCertificateHost(t *testing.T) { if err != nil { t.Fatal("Failed to get x509.Certificate:", err) } - if (!bytes.Equal(rawCrt.RawSubject, rawCsr.RawSubject)) { + if !bytes.Equal(rawCrt.RawSubject, rawCsr.RawSubject) { t.Fatalf("Failed to preserve subject: %s %s", rawCrt.RawSubject, rawCsr.RawSubject) } diff --git a/pkix/cert_info.go b/pkix/cert_info.go old mode 100755 new mode 100644 diff --git a/pkix/cert_info_test.go b/pkix/cert_info_test.go old mode 100755 new mode 100644 diff --git a/pkix/cert_test.go b/pkix/cert_test.go old mode 100755 new mode 100644 diff --git a/pkix/csr.go b/pkix/csr.go old mode 100755 new mode 100644 diff --git a/pkix/csr_test.go b/pkix/csr_test.go old mode 100755 new mode 100644 diff --git a/pkix/key.go b/pkix/key.go old mode 100755 new mode 100644 diff --git a/pkix/key_test.go b/pkix/key_test.go old mode 100755 new mode 100644 diff --git a/tests/basic_test.go b/tests/basic_test.go old mode 100755 new mode 100644 diff --git a/tests/not_ca_test.go b/tests/not_ca_test.go old mode 100755 new mode 100644 diff --git a/tests/workflow_test.go b/tests/workflow_test.go old mode 100755 new mode 100644