Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dev-sec/chef-ssh-hardening
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: dev-sec/chef-ssh-hardening
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.1
Choose a head ref
  • 20 commits
  • 18 files changed
  • 4 contributors

Commits on Jun 3, 2016

  1. change hardening-io to dev-sec domain for build status and code coverage

    Signed-off-by: Patrick Münch <patrick.muench1111@gmail.com>
    atomic111 committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    6ea448e View commit details
    Browse the repository at this point in the history
  2. update platform support and change the domain of the links to gitter,…

    … travis-ci and coveralls
    
    Signed-off-by: Patrick Münch <patrick.muench1111@gmail.com>
    atomic111 committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    e212fc1 View commit details
    Browse the repository at this point in the history
  3. remove Thorfile from repo

    Signed-off-by: Patrick Münch <patrick.muench1111@gmail.com>
    atomic111 committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    472b295 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #118 from atomic111/master

    change hardening-io to dev-sec domain for build status and code coverage
    chris-rock committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    2e7a893 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2016

  1. use new ciphers for redhat family 7 or newer

    Signed-off-by: Patrick Münch <patrick.muench1111@gmail.com>
    atomic111 committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    935c569 View commit details
    Browse the repository at this point in the history
  2. use new kex for redhat family 7 or newer

    Signed-off-by: Patrick Münch <patrick.muench1111@gmail.com>
    atomic111 committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    2263c51 View commit details
    Browse the repository at this point in the history
  3. use new macs for redhat family 7 or newer

    Signed-off-by: Patrick Münch <patrick.muench1111@gmail.com>
    atomic111 committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    f67225c View commit details
    Browse the repository at this point in the history
  4. use privilege separation sandbox for redhat family 7 or newer

    Signed-off-by: Patrick Münch <patrick.muench1111@gmail.com>
    atomic111 committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    bede848 View commit details
    Browse the repository at this point in the history
  5. change config disclaimer from hardening.io to dev-sec.io

    Signed-off-by: Patrick Münch <patrick.muench1111@gmail.com>
    atomic111 committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    a3f7e40 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #119 from atomic111/master

    Use new ciphers, kex, macs and priv separation sandbox for redhat family 7
    chris-rock authored Jul 27, 2016
    Configuration menu
    Copy the full SHA
    51f4f12 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2016

  1. Configuration menu
    Copy the full SHA
    1164efa View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2016

  1. Use bracket syntax in attributes/default.rb

    >method access to node attributes (node.foo.bar) is deprecated and will be removed in Chef 13, please use bracket syntax (node["foo"]["bar"])
    aried3r authored Aug 25, 2016
    Configuration menu
    Copy the full SHA
    4948ff5 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2016

  1. Merge pull request #120 from dev-sec/chris-rock/fedora

    activate fedora integration tests in travis
    atomic111 authored Aug 29, 2016
    Configuration menu
    Copy the full SHA
    58e5500 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #121 from aried3r/patch-1

    Use bracket syntax in attributes/default.rb
    atomic111 authored Aug 29, 2016
    Configuration menu
    Copy the full SHA
    e334b87 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2016

  1. Configuration menu
    Copy the full SHA
    816e9f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2016

  1. Merge pull request #122 from dev-sec/chris-rock/suse

    add suse and opensuse support
    atomic111 authored Sep 2, 2016
    Configuration menu
    Copy the full SHA
    afff57b View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2016

  1. Use node.normal instead of node.set in ChefSpec attributes.

    node.set will be deprecated and using it generates warnings.
    Adam committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    ae5b172 View commit details
    Browse the repository at this point in the history
  2. Use node.default instead of node.set in recipes.

    node.set will be deprecated and using it generates warnings.
    Although node.normal would have mirrored the original node.set,
    the default level is sufficient and Chef recommends avoiding
    node.normal.
    Adam committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    3d7ff56 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2016

  1. Merge pull request #123 from operatingops/fix_deprecation_warnings

    Fix deprecation warnings
    chris-rock authored Sep 25, 2016
    Configuration menu
    Copy the full SHA
    6b22038 View commit details
    Browse the repository at this point in the history
  2. 1.2.1

    chris-rock committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    043d048 View commit details
    Browse the repository at this point in the history
Loading