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: dolmen/github-keygen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.302
Choose a base ref
...
head repository: dolmen/github-keygen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.303
Choose a head ref
  • 18 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 13, 2016

  1. SSH exchange algorithms detection fixes

    - add algorithm detections for old OpenSSH using options -c and -m
      TODO: check this works on OpenSSH 4.6 on msys
    - allow MAC algorithm hmac-sha1 for old OpenSSH that don't support any
      of our recommended ones. I'm still not sure this is the right thing to
      do.
    - fix detection with 'ssh -Q' that was broken (always skip) by
      ce17097 (release v1.100). The
      impact was our smart detection was ignored and the default list was
      always used. That's not a security issue.
    
    Thanks to this github-keygen now works on OpenSSH 5.1+.
    dolmen committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    a172ee0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5fe851 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2016

  1. Add xt/04-unused-vars.t using Test::Vars

    To detect unused variables.
    dolmen committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    b9bf418 View commit details
    Browse the repository at this point in the history
  2. Fix unused variable

    The other cases reported by Test::Vars are false positive.
    dolmen committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    e51c851 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbb828d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f0ee28 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2016

  1. Configuration menu
    Copy the full SHA
    f92b2d0 View commit details
    Browse the repository at this point in the history
  2. tests: make Test::Vars dependency optional

    because Test::Vars is not available on perl 5.8 so this breaks our
    Travis-CI build.
    dolmen committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    ebfb4c6 View commit details
    Browse the repository at this point in the history
  3. Travis-CI: add perl 5.22, 5.24

    dolmen committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    1974497 View commit details
    Browse the repository at this point in the history
  4. Detect bad permissions on ~/.ssh/config (closes #32, #34)

    Detect bad permissions and fail, with a fix suggestion.
    Contrary to pull requests #32, #34 we do not silently fix the issue
    because:
    - that is not our responsability: if the user did a bad thing he should
      be aware of it and be empowered to fix it.
    - to keep user trust doing things silently is forbidden by our policy.
    dolmen committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    fd4d9f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe255e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2017

  1. Fix copyright year to 2017

    dolmen committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    29cac20 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. loose -> lose

    jonleibowitz authored and dolmen committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    413d472 View commit details
    Browse the repository at this point in the history
  2. Travis-CI: add perl 5.26

    dolmen committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    29f969d View commit details
    Browse the repository at this point in the history
  3. Prepare release 1.303

    dolmen committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    12f5535 View commit details
    Browse the repository at this point in the history
  4. Fix links to GitForWindows

    dolmen committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    6da586a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df9639f View commit details
    Browse the repository at this point in the history
  6. Release v1.303

    dolmen committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    b56f2fc View commit details
    Browse the repository at this point in the history
Loading