1. 14 Aug, 2018 3 commits
  2. 13 Aug, 2018 3 commits
  3. 11 Aug, 2018 6 commits
  4. 10 Aug, 2018 5 commits
  5. 09 Aug, 2018 10 commits
  6. 08 Aug, 2018 7 commits
  7. 07 Aug, 2018 1 commit
  8. 03 Aug, 2018 2 commits
  9. 02 Aug, 2018 1 commit
  10. 01 Aug, 2018 2 commits
    • Daniel Stenberg's avatar
      test1307: disabled · b7bdf210
      Daniel Stenberg authored
      Turns out that since we're using the native fnmatch function now when
      available, and they simply disagree on a huge number of test patterns
      that make it hard to test this function like this...
      
      Fixes #2825
      b7bdf210
    • Daniel Stenberg's avatar
      smb: don't mark it done in smb_do · 45d45275
      Daniel Stenberg authored
      Follow-up to 09e401e0. The SMB protocol handler needs to use its
      doing function too, which requires smb_do() to not mark itself as
      done...
      
      Closes #2822
      45d45275