pykerberos 1.1+svn10616-1 source package in Ubuntu

Changelog

pykerberos (1.1+svn10616-1) unstable; urgency=low


  * [ef7f26c] New upstream version 1.1+svn10616
  * [aa395ca] Remove article form package description to make lintian happy.
  * [d74731c] Bump standards version

 -- Guido Günther <email address hidden>  Sat, 02 Nov 2013 20:46:45 +0100

Upload details

Uploaded by:
Debian Calendarserver Team
Uploaded to:
Sid
Original maintainer:
Debian Calendarserver Team
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pykerberos_1.1+svn10616-1.dsc 1.3 KiB fb678ee908cc967b4d15903ec107a9a111567be0b82157cb5a5b49fd56975118
pykerberos_1.1+svn10616.orig.tar.gz 29.4 KiB e82bb0508cc21ce4281af7e6fd9243cd1a8b4052b9b948781297aa9d8c183d28
pykerberos_1.1+svn10616-1.diff.gz 3.1 KiB 700218bfc42c43042a426555d123d4f338c14482e59c0419dd9400f47dc647d0

No changes file available.

Binary packages built by this source

python-kerberos: GSSAPI interface module for Python

 This Python package is a high-level wrapper for Kerberos (GSSAPI) operations.
 The goal is to avoid having to build a module that wraps the entire
 Kerberos.framework, and instead offer a limited set of functions that do what
 is needed for client/server Kerberos authentication based on
 <http://www.ietf.org/rfc/rfc4559.txt>.
 .
 Much of the C-code here is adapted from Apache's mod_auth_kerb-5.0rc7.