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.101
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.200
Choose a head ref
  • 16 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 25, 2016

  1. Configuration menu
    Copy the full SHA
    f74a1db View commit details
    Browse the repository at this point in the history
  2. Minor refactoring: save the original content early

    Save the original content of ~/.ssh/config before parsing the file,
    to reduce the risk of introducing hidden bugs while parsing.
    dolmen committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    b1a4ad0 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2016

  1. Preserve the position of the GHKG section in ~/.ssh/config

    Previously the GHKG section was always moved at the end of the file. But
    the order counts in ssh_config, so this was breaking configs were a
    "Host *" section in present at the end of the file (to define default
    settings): the section was moved before GHKG, so it would break our
    config.
    
    The parsing of ~/.ssh/config is completely reworked to:
    - perserve the position of an existing GHKG section.
    - inject a new GHKG section at the end of the file, except if the last
      section is "Host *" (in that case, put it just above)
    - recognize a "Host" section in lower case
    dolmen committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    c3feda3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbd0857 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26eae2f View commit details
    Browse the repository at this point in the history
  4. Bump $VERSION to 1.200

    dolmen committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    1b64643 View commit details
    Browse the repository at this point in the history
  5. Fix POD: option -f => -i

    dolmen committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    b655cd9 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2016

  1. Added commented code: Add new key to the SSH agent

    The code is not enabled for now as I'm not sure it is really useful,
    while I'm sure it could be annoying (if you have set a passphrase to the
    newly created key, it will be asked).
    dolmen committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    c198005 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2016

  1. Configuration menu
    Copy the full SHA
    d3ee4ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbf8430 View commit details
    Browse the repository at this point in the history
  3. Forbid downgrading as this may reduce security

    ... unless $ENV{GITHUB_KEYGEN_DOWNGRADE}
    dolmen committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    d85495b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2ce498 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e762ab5 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2016

  1. Configuration menu
    Copy the full SHA
    1e27de1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cafbc63 View commit details
    Browse the repository at this point in the history
  3. Release v1.200

    dolmen committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    621b66a View commit details
    Browse the repository at this point in the history
Loading