1. 18 Jun, 2014 1 commit
  2. 17 Jun, 2014 15 commits
  3. 16 Jun, 2014 13 commits
  4. 15 Jun, 2014 6 commits
  5. 14 Jun, 2014 1 commit
  6. 13 Jun, 2014 3 commits
  7. 12 Jun, 2014 1 commit
    • Properly parse urls for ssh-keyscan use · 3fb3e7e6
      Previously, the get_fqdn() function in known_hosts.py only worked
      with urls that started with git@, and ignored any urls that started
      with a normal schema type (ie. http:// or ssh://). This patch corrects
      that by using urlparse to parse the hostname portion out of urls that
      have a proper schema.
      
      Fixes #7474
      James Cammarata committed