1. 29 Nov, 2017 2 commits
  2. 27 Nov, 2017 7 commits
  3. 25 Nov, 2017 1 commit
    • Daniel Stenberg's avatar
      ssh: remove check for a NULL pointer (!) · c79b2ca0
      Daniel Stenberg authored
      With this check present, scan-build warns that we might dereference this
      point in other places where it isn't first checked for NULL. Thus, if it
      *can* be NULL we have a problem on a few places. However, this pointer
      should not be possible to be NULL here so I remove the check and thus
      also three different scan-build warnings.
      
      Closes #2111
      c79b2ca0
  4. 24 Nov, 2017 6 commits
  5. 23 Nov, 2017 3 commits
  6. 22 Nov, 2017 2 commits
  7. 21 Nov, 2017 7 commits
  8. 20 Nov, 2017 1 commit
  9. 18 Nov, 2017 1 commit
  10. 17 Nov, 2017 1 commit
  11. 15 Nov, 2017 2 commits
  12. 14 Nov, 2017 4 commits
  13. 13 Nov, 2017 2 commits
  14. 12 Nov, 2017 1 commit