From: Daniel Stenberg Date: Thu, 16 Jan 2025 19:27:07 +0000 (+0100) Subject: TODO: write an SMB test server to replace impacket X-Git-Tag: curl-8_12_0~102 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86f5653721865fc9c0dbab2f30e3b8040af957cd;p=thirdparty%2Fcurl.git TODO: write an SMB test server to replace impacket Closes #15697 Closes #16024 --- diff --git a/docs/TODO b/docs/TODO index 0c35701765..62affea011 100644 --- a/docs/TODO +++ b/docs/TODO @@ -182,6 +182,7 @@ 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 @@ -1318,6 +1319,13 @@ 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