]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: write an SMB test server to replace impacket
authorDaniel Stenberg <daniel@haxx.se>
Thu, 16 Jan 2025 19:27:07 +0000 (20:27 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 16 Jan 2025 19:51:00 +0000 (20:51 +0100)
Closes #15697
Closes #16024

docs/TODO

index 0c3570176526b2dad42cedd03015479f87bbfc7d..62affea011b3c4ebe5bb681293fbab20fd02877b 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
  20.2 nicer lacking perl message
  20.3 more protocols supported
  20.4 more platforms supported
+ 20.5 write an SMB test server to replace impacket
  20.6 Use the RFC 6265 test suite
  20.8 Run web-platform-tests URL tests
 
  Make the test suite work on more platforms. OpenBSD and macOS. Remove
  fork()s and it should become even more portable.
 
+20.5 write an SMB test server to replace impacket
+
+ This would allow us to run SMB tests on more platforms and do better and more
+ covering tests.
+
+ See https://github.com/curl/curl/issues/15697
+
 20.6 Use the RFC 6265 test suite
 
  A test suite made for HTTP cookies (RFC 6265) by Adam Barth is available at