GSSLib is an implementation of the Generic Security Service Application Program Interface (GSS-API). GSS-API is used by network servers to provide security services. For example, GSS can be used to authenticate a client against SMTP or IMAP servers. GSS consists of a library, a manual, and a command line tool for debugging purposes.
Noteworthy changes since the last version: * Version 0.1.0 (released 2009-03-30) ** libgss: Shared library version is incremented. The library is backwards compatible on source code level if you don't use the gss_krb5* functions or the gss_alloc_fail_function variable. ** libgss: Kerberos V5 function symbols gss_krb5* not exported. They were never intended to be exported and have never been part of any header file. ** libgss: Obsolete gss_xalloc_die and gss_alloc_fail_function not exported. ** libgss: Add GSS_KRB5_NT_MACHINE_UID_NAME{,_static}. Defined in RFC 1964. ** libgss: New header file gss/krb5-ext.h used for GNU GSS specific extensions. Before gss/krb5.h was used for both offical and GNU GSS prototypes. ** libgss: The version script version is now GSS_0.1.0 instead of GSS_1.0. The use of GSS_1.0 in the last release was a mistake. ** libgss: Added version integer symbols to header file. The symbols are GSS_VERSION_MAJOR, GSS_VERSION_MINOR, GSS_VERSION_PATCH, and GSS_VERSION_NUMBER. ** doc: The GTK-DOC manual is now built properly. ** Fix compilation error with Sun Studio related to missing getopt. Reported by Dagobert Michelsen <d...@opencsw.org> in <http://permalink.gmane.org/gmane.comp.gnu.gss.general/142>. ** API and ABI modifications. GSS_KRB5_NT_MACHINE_UID_NAME: ADDED GSS_KRB5_NT_MACHINE_UID_NAME_static: ADDED gss_alloc_fail_function: REMOVED gss_krb5*: REMOVED GSS_VERSION_MAJOR: ADDED GSS_VERSION_MINOR: ADDED GSS_VERSION_PATCH: ADDED GSS_VERSION_NUMBER: ADDED While written to be flexible with regards to different GSS mechanisms, the only currently supported mechanism is Kerberos 5 via GNU Shishi. Mutual and non-mutual authentication, as client and server, is supported. Message privacy protection using DES and 3DES is supported. GSS aims to be internationalized, thread safe and portable. GSS is written in ANSI/ISO C89, and has been ported to numerous platforms, even cross compiled to embedded platforms such as Motorola Coldfire. GSS is a GNU project, and is licensed under the GNU General Public License version 3 or later. Improving GSS is costly, but you can help! We are looking for organizations that find GSS useful and wish to contribute back. You can contribute by reporting bugs, improve the software, or donate money or equipment. Commercial support contracts for GSS are available, and they help finance continued maintenance. Simon Josefsson Datakonsult AB, a Stockholm based privately held company, is currently funding GSS maintenance. We are always looking for interesting development projects. The project's web page is available at: http://www.gnu.org/software/gss/ All manuals are available from: http://www.gnu.org/software/gss/manual/ Specifically, the following formats are available. The main manual: http://www.gnu.org/software/gss/manual/gss.html - HTML format http://www.gnu.org/software/gss/manual/gss.pdf - PDF format If you need help to use GNU GSS, or want to help others, you are invited to join our help-gss mailing list, see: <http://lists.gnu.org/mailman/listinfo/help-gss>. Here are the compressed sources of the entire package: ftp://alpha.gnu.org/gnu/gss/gss-0.1.0.tar.gz (1.7MB) ftp://alpha.gnu.org/gnu/gss/gss-0.1.0.tar.gz.sig (OpenPGP signature) Here are the build reports for various platforms: http://autobuild.josefsson.org/shishi/ Daily builds of the package are available from: http://daily.josefsson.org/gss/ The software is cryptographically signed by the author using an OpenPGP key identified by the following information: pub 1280R/B565716F 2002-05-05 [expires: 2010-02-22] Key fingerprint = 0424 D4EE 81A0 E3D1 19C6 F835 EDA2 1E94 B565 716F uid Simon Josefsson <si...@josefsson.org> uid Simon Josefsson <j...@extundo.com> sub 1280R/4D5D40AE 2002-05-05 [expires: 2009-04-21] The key is available from: http://josefsson.org/key.txt dns:b565716f.josefsson.org?TYPE=CERT Here are the SHA-1 and SHA-224 checksums: 48435b290f4f31b9f20bf6d485b6e83d3c030046 gss-0.1.0.tar.gz 6071769bf5a4a3be57fdad6c94a505196c57097278a80f7685f71293 gss-0.1.0.tar.gz Happy hacking, Simon
pgpHVU9C0fIzR.pgp
Description: PGP signature
_______________________________________________ GNU Announcement mailing list <info-gnu@gnu.org> http://lists.gnu.org/mailman/listinfo/info-gnu