File: README

package info (click to toggle)
gss 1.0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,232 kB
  • sloc: sh: 13,069; ansic: 11,900; python: 2,873; perl: 623; makefile: 172; sed: 16
file content (33 lines) | stat: -rw-r--r-- 1,492 bytes parent folder | download | duplicates (4)
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
GSS README -- Important introductory notes.
Copyright (C) 2003-2014 Simon Josefsson
See the end for copying conditions.

This directory holds the Generic Security Service Library (GSSLib).
See INSTALL for installation instructions, and doc/gss.{info,ps,pdf}
for the manual.

Unless you want to use this library to implement a new GSS mechanism,
you will need to first install Shishi, as it is the only supported
mechanism right now.  See <http://www.gnu.org/software/shishi/>

The GSS library (lib/) and test suite (tests/) are licensed under the
GNU General Public License license version 3 or later (see COPYING),
and the documentation (doc/) is licensed under the GNU Free
Documentation License version 1.3 or later.

The other sub-directories are included here for convenience, and are
generated by other tools, or copied from other projects.

If you need help to use Generic Security Service, or wish to help
others, you are invited to join our mailing list help-gss@gnu.org, see
<http://lists.gnu.org/mailman/listinfo/help-gss>.

For updates to the project, see <http://www.gnu.org/software/gss/>.

For any copyright year range specified as YYYY-ZZZZ in this package
note that the range specifies every single year in that closed interval.

----------------------------------------------------------------------
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.