Skip to content
  1. Aug 14, 2018
  2. Aug 13, 2018
  3. Aug 11, 2018
  4. Aug 10, 2018
  5. Aug 09, 2018
  6. Aug 08, 2018
  7. Aug 07, 2018
  8. Aug 03, 2018
  9. Aug 02, 2018
  10. Aug 01, 2018
    • 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