File: control

package info (click to toggle)
gssproxy 0.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,460 kB
  • sloc: ansic: 19,336; python: 1,194; xml: 611; makefile: 461; sh: 184
file content (36 lines) | stat: -rw-r--r-- 1,506 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
Source: gssproxy
Section: net
Priority: optional
Maintainer: Simon Josefsson <simon@josefsson.org>
Standards-Version: 4.6.1
Homepage: https://github.com/gssapi/gssproxy/
Vcs-Git: https://salsa.debian.org/debian/gssproxy.git
Vcs-Browser: https://salsa.debian.org/debian/gssproxy/
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13), dh-exec,
               pkg-config, systemd,
               docbook-xsl, docbook-xml, libxml2-utils, xml-core, xsltproc,
               libkrb5-dev (>= 1.15~beta1),
               libini-config-dev (>= 0.6.1),
               libkeyutils-dev,
               libpopt-dev,
               libselinux1-dev,
               libverto-dev,
               libnss-wrapper, libsocket-wrapper,
               python3, python3-colorama,
               valgrind [amd64 arm64 armhf i386 mips mips64el mipsel powerpc ppc64 ppc64el s390x],
               krb5-kdc, krb5-admin-server,
               ldap-utils, slapd, krb5-kdc-ldap

Package: gssproxy
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Provides: gss-proxy
Description: Privilege separation daemon for GSSAPI
 Applications can choose to use GSS-Proxy for GSSAPI credential management,
 which means that they will not have direct access to the credentials
 themselves.  GSSAPI operations are also offloaded to the gssproxy daemon,
 making it suitable for upcalls from the Kernel as well.
 .
 This package includes both the gssproxy daemon itself and the GSSAPI
 interposer layer for existing applications.