File: gss-docs.sgml

package info (click to toggle)
gss 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 8,228 kB
  • ctags: 2,436
  • sloc: sh: 13,069; ansic: 11,900; python: 2,873; perl: 623; makefile: 172; sed: 16
file content (52 lines) | stat: -rw-r--r-- 1,846 bytes parent folder | download | duplicates (5)
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
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[
  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
  <!ENTITY version SYSTEM "version.xml">
]>
<book id="index">
  <bookinfo>
    <title>GNU Generic Security Service (GSS) API Reference Manual</title>
    <releaseinfo>
      for GNU GSS &version;.
      The latest version of this documentation can be found on-line at
      <ulink role="online-location" url="https://www.gnu.org/software/gss/reference/">https://www.gnu.org/software/gss/reference/</ulink>.
    </releaseinfo>
  </bookinfo>

  <chapter id="intro">
    <title>GNU Generic Security Service (GSS) API Reference Manual</title>

    <para>
      GSS is an implementation of the Generic Security Service
      Application Program Interface (GSS-API).  GSS-API is used by
      network servers to provide security services, e.g., to
      authenticate SMTP/IMAP clients against SMTP/IMAP servers.  GSS
      consists of a library and a manual.
    </para>

    <para>
      GSS is developed for the GNU/Linux system, but runs on over 20
      platforms including most major Unix platforms and Windows, and
      many kind of devices including iPAQ handhelds and S/390
      mainframes.
    </para>

    <para>
      GSS is a GNU project, and is licensed under the GNU General
      Public License version 3 or later.
    </para>

    <xi:include href="xml/gss.xml"/>
    <xi:include href="xml/api.xml"/>
    <xi:include href="xml/ext.xml"/>
    <xi:include href="xml/krb5.xml"/>
    <xi:include href="xml/krb5-ext.xml"/>

  </chapter>
  <index id="api-index-full">
    <title>API Index</title>
    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
  </index>
</book>