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 48 49 50 51 52 53 54 55 56 57 58 59 60
  
     | 
    
      Source: gss-ntlmssp
Priority: optional
Maintainer: Timo Aaltonen <tjaalton@debian.org>
Build-Depends: debhelper-compat (= 13),
 docbook-xsl,
 docbook-xml,
 doxygen,
 libkrb5-dev,
 libunistring-dev,
 libssl-dev,
 libwbclient-dev,
 libxml2-dev,
 libxml2-utils,
 libxslt1-dev,
 pkg-config,
 quilt,
 xsltproc,
 zlib1g-dev,
Standards-Version: 4.6.0
Section: libs
Homepage: https://github.com/gssapi/gss-ntlmssp/
Vcs-Git: https://salsa.debian.org/freeipa-team/gss-ntlmssp.git
Vcs-Browser: https://salsa.debian.org/freeipa-team/gss-ntlmssp
Package: gss-ntlmssp-dev
Section: libdevel
Architecture: any
Depends: gss-ntlmssp (= ${binary:Version}), ${misc:Depends}
Description: GSSAPI NTLMSSP Mechanism -- development headers
 GSS-NTLMSSP is a GSSAPI mechanism plugin that implements NTLMSSP. 
 NTLMSSP is a Microsoft Security Provider that implements various 
 versions and falvors of the NTLM challenge-response family.
 .
 GSS-NTLMSSP, implements both NTLM and NTLMv2 and all the various 
 security variants to the key exchange that Microsoft introduced and 
 documented over time.
 .
 This code implements the NTLMSSP mechanism as a GSSAPI loadable 
 mechanism and has been tested to work with MIT Kerberos' 1.11 
 implementation of GSSAPI.
 .
 This package supplies the development header.
Package: gss-ntlmssp
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: GSSAPI NTLMSSP Mechanism -- MIT GSSAPI plugin
 GSS-NTLMSSP is a GSSAPI mechanism plugin that implements NTLMSSP. 
 NTLMSSP is a Microsoft Security Provider that implements various 
 versions and falvors of the NTLM challenge-response family.
 .
 GSS-NTLMSSP, implements both NTLM and NTLMv2 and all the various 
 security variants to the key exchange that Microsoft introduced and 
 documented over time.
 .
 This code implements the NTLMSSP mechanism as a GSSAPI loadable 
 mechanism and has been tested to work with MIT Kerberos' 1.11 
 implementation of GSSAPI.
 .
 This package supplies the MIT GSSAPI plugin.
 
     |