File: control

package info (click to toggle)
golang-github-azure-go-ntlmssp 0.0~git20200615.6637195-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports
  • size: 128 kB
  • sloc: makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,142 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: golang-github-azure-go-ntlmssp
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <zhsj@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-golang-x-crypto-dev,
Standards-Version: 4.5.0
Homepage: https://github.com/Azure/go-ntlmssp
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-azure-go-ntlmssp
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-azure-go-ntlmssp.git
XS-Go-Import-Path: github.com/Azure/go-ntlmssp
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: golang-github-azure-go-ntlmssp-dev
Architecture: all
Depends: golang-golang-x-crypto-dev,
         ${misc:Depends},
         ${shlibs:Depends},
Description: NTLM/Negotiate authentication over HTTP (Go library)
 go-ntlmssp is a Golang package that provides NTLM/Negotiate authentication
 over HTTP. It implements authentication, no key exchange or
 encryption. It only supports Unicode (UTF16LE) encoding of protocol
 strings, no OEM encoding. It implements NTLMv2.