Your message dated Tue, 09 Jun 2026 18:00:42 +0000
with message-id <[email protected]>
and subject line Bug#1128923: fixed in golang-github-launchdarkly-go-ntlmssp 
1.0.2-1
has caused the Debian Bug report #1128923,
regarding ITP: golang-github-launchdarkly-go-ntlmssp -- NTLM/Negotiate 
authentication over HTTP - fork for use with ld-relay
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1128923: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1128923
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Mikhail Potemkin <[email protected]>

* Package name    : golang-github-launchdarkly-go-ntlmssp
  Version         : 1.0.2-1
  Upstream Author : LaunchDarkly
* URL             : https://github.com/launchdarkly/go-ntlmssp
* License         : MIT
  Programming Lang: Go
  Description     : NTLM/Negotiate authentication over HTTP - fork for use with 
ld-relay

 go-ntlmssp
 .
 Golang package that provides NTLM/Negotiate authentication over HTTP
 .
 GoDoc (https://godoc.org/github.com/launchdarkly/go-ntlmssp) Build and
 Test (https://github.com/launchdarkly/go-
 ntlmssp/actions/workflows/ci.yml)
 .
 This is a fork of github.com/Azure/go-ntlmssp
 (https://github.com/Azure/go-ntlmssp), with minor changes for use in the
 LaunchDarkly Go SDK (https://github.com/launchdarkly/go-server-sdk).
 .
 Protocol details from (https://msdn.microsoft.com/en-
 us/library/cc236621.aspx) Implementation hints from
 (http://davenport.sourceforge.net/ntlm.html)
 .
 This package only implements authentication, no key exchange or
 encryption. It only supports Unicode (UTF16LE) encoding of protocol
 strings, no OEM encoding. This package implements NTLMv2.
 .
 Usage
 .
   url, user, password := "http://www.example.com/secrets";, "robpike",
 "pw123"
   client := &http.Client{
     Transport: ntlmssp.Negotiator{
       RoundTripper:&http.Transport{},
     },
   }
 .
   req, _ := http.NewRequest("GET", url, nil)
   req.SetBasicAuth(user, password)
   res, _ := client.Do(req)
 .
 ------------------------------------------------------------------------
 .
 This project has adopted the Microsoft Open Source Code of Conduct
 (https://opensource.microsoft.com/codeofconduct/). For more information
 see the Code of Conduct FAQ
 (https://opensource.microsoft.com/codeofconduct/faq/) or contact
 [email protected] (mailto:[email protected]) with any
 additional questions or comments.


Needed by golang-github-launchdarkly-go-ntlm-proxy-auth

--- End Message ---
--- Begin Message ---
Source: golang-github-launchdarkly-go-ntlmssp
Source-Version: 1.0.2-1
Done: Mikhail Potemkin <[email protected]>

We believe that the bug you reported is fixed in the latest version of
golang-github-launchdarkly-go-ntlmssp, which is due to be installed in the 
Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mikhail Potemkin <[email protected]> (supplier of updated 
golang-github-launchdarkly-go-ntlmssp package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 03 Jun 2026 14:25:42 +0000
Source: golang-github-launchdarkly-go-ntlmssp
Binary: golang-github-launchdarkly-go-ntlmssp-dev
Architecture: source all
Version: 1.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Mikhail Potemkin <[email protected]>
Description:
 golang-github-launchdarkly-go-ntlmssp-dev - NTLM/Negotiate authentication over 
HTTP - fork for use with ld-re
Closes: 1128923
Changes:
 golang-github-launchdarkly-go-ntlmssp (1.0.2-1) unstable; urgency=medium
 .
   * Initial release (Closes: #1128923)
Checksums-Sha1:
 d0e4be6fb563008a1dc3a18ec4f972cab9bbdc7a 2450 
golang-github-launchdarkly-go-ntlmssp_1.0.2-1.dsc
 9f6bfa67b64847c195fd20f553cfc5ef7ef4eb63 14987 
golang-github-launchdarkly-go-ntlmssp_1.0.2.orig.tar.gz
 d6bb9ff652d974864580a302ed734f3545d2e03f 2740 
golang-github-launchdarkly-go-ntlmssp_1.0.2-1.debian.tar.xz
 3c457f0d805f9eebbcf481f5e3c3a0bf2ac7c9ea 9512 
golang-github-launchdarkly-go-ntlmssp-dev_1.0.2-1_all.deb
 bfe77da7bc9edd3b4f06f13b58c2fd0fa7fd002e 6043 
golang-github-launchdarkly-go-ntlmssp_1.0.2-1_amd64.buildinfo
Checksums-Sha256:
 32915d92cad61e2faa7f0e316b7faf2ce70afa53d1032ee30b81b3d2df1598c9 2450 
golang-github-launchdarkly-go-ntlmssp_1.0.2-1.dsc
 95c786e4cea1ca94ecce653782030d6bd997f47b7765314a5611f989700026e4 14987 
golang-github-launchdarkly-go-ntlmssp_1.0.2.orig.tar.gz
 0723232b30dd5aeb51ff32fb2bc0e3f9e00cf7d27358c55cee4e168988776fc5 2740 
golang-github-launchdarkly-go-ntlmssp_1.0.2-1.debian.tar.xz
 3ee7510d108ab2ac65336686dc8c661e1297928606634c629198df0a7abf9c29 9512 
golang-github-launchdarkly-go-ntlmssp-dev_1.0.2-1_all.deb
 340cf80a109d061acc76f3e90997a6bfb1c32168c63393c5c89daaac3474996b 6043 
golang-github-launchdarkly-go-ntlmssp_1.0.2-1_amd64.buildinfo
Files:
 3300ebb290b6d5d607f99a2e4165dad2 2450 golang optional 
golang-github-launchdarkly-go-ntlmssp_1.0.2-1.dsc
 6f3a39f5439e4a12419033ca185c632b 14987 golang optional 
golang-github-launchdarkly-go-ntlmssp_1.0.2.orig.tar.gz
 2a0c2283f880cd2387ca307af63d8089 2740 golang optional 
golang-github-launchdarkly-go-ntlmssp_1.0.2-1.debian.tar.xz
 cff87cca138924d4cefc26fe4e679ebb 9512 golang optional 
golang-github-launchdarkly-go-ntlmssp-dev_1.0.2-1_all.deb
 3d5e106ab27d2ca0f377a33a53796490 6043 golang optional 
golang-github-launchdarkly-go-ntlmssp_1.0.2-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEmbRSsR88dMO0U+RvvthEn87o2ogFAmola88ACgkQvthEn87o
2ohE2A/9HXPoCvAHU687FaKZh558J8vptpzeQDekEYpUjGIEs8AtyIghoUTa3X0y
bALWTV7GeMNTHBQCLanPQGVbjCemmSAUPK/fmjvcBXsIOxute9Z9DfMMmBWP6seB
2MTt0K+nO2Xe8FDGjozprQiQKbhwjhTw21dF0I8LIs477e+sz5NCEtdIK68GaCaG
ScpM/2WXn5DQsRcMW45ch+78ro7UiA7mD+FkOHxsN2xeumRIuxQbQVqRr3nUtQaN
ROalxJv+Z1yxFHHY+TYB6i6yQjjFEIxIO9syvTu8nNeFFChWQKJ89Rh/fixAxPaw
tXvM8s4mhKOJtQZC8Tbis3W3dMOVI5z+36s9B334Xkl4oqr1/BUjZX3Ienrnk143
NyQu934wSJBHyK6NVFeGVFkfO6vZY48rjkCtMv95bcc1UGdUOinkljFbeQDNKu6o
u1CQ2cxY+dcjRXOB7/LlTBBWnKOffElIgISD60Q7Y5pO646Gtg4zsU2E0s6ar40l
iU8XC1ceIDHgrnIpcbD7x64ul6O0JqfqHkwExqZn5t5UxDO/bJr6cRqws3qyo90f
hMqhpUx1CIdlbs2b4zmpjoXaXHz+p8elbD9khAmal9XewtUViWXWIjTxngbfhsHy
uwgjuGW3m2lutaXqSIdVcik3kFWW7j/HZTEW/ialgQLG9mKiUlA=
=MAEc
-----END PGP SIGNATURE-----

Attachment: pgpVGUB08jtJz.pgp
Description: PGP signature


--- End Message ---

Reply via email to