File: control

package info (click to toggle)
libntlm 1.8-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 360 kB
  • sloc: sh: 1,064; ansic: 926; makefile: 44
file content (47 lines) | stat: -rw-r--r-- 1,664 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: libntlm
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
Build-Depends:
 debhelper-compat (= 13),
 git,
 gnulib (>= 20240412~dfb7117+stable202401.20240408~aa0aa87-2~),
Standards-Version: 4.7.2
Section: libs
Homepage: https://www.nongnu.org/libntlm/
Vcs-Browser: https://salsa.debian.org/pkg-security-team/libntlm
Vcs-Git: https://salsa.debian.org/pkg-security-team/libntlm.git
Rules-Requires-Root: no

Package: libntlm0
Architecture: any
Multi-Arch: same
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: NTLM authentication library
 NTLM is an authentication protocol used in various Microsoft network
 protocol implementations and supported by the NTLM Security Support
 Provider ("NTLMSSP"). Originally used for authentication and negotiation
 of secure DCE/RPC, NTLM is also used throughout Microsoft's systems as
 an integrated single sign-on mechanism.
 .
 NTLM employs a challenge-response mechanism for authentication, in  which
 clients are able to prove their identities without sending a  password to
 the server. It consists of three messages, commonly referred  to as Type 1
 (negotiation), Type 2 (challenge) and Type 3 (authentication).

Package: libntlm0-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libntlm0 (= ${binary:Version}),
 ${misc:Depends},
Description: Development files for the NTLM authentication library
 Libntlm is a library that implements Microsoft's NTLM authentication.
 This package contains all the files necessary for developing programs
 with NTLM support.