pykerberos 1.1+svn10616-2 source package in Ubuntu

Changelog

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


  [ Dr. Torge Szczepanek ]
  * [283e15c] Switch to dpkg-source 3.0 (quilt) format
  * upload to unstable
  * Thanks to Guido Günther providing assistance on adoption

  [ Guido Günther ]
  * [c040b5a] Add Torge to uploaders
  * [73df52a] Bump standards version

 -- Dr. Torge Szczepanek <email address hidden>  Mon, 13 Jan 2014 15:05:59 +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
Trusty release universe python

Downloads

File Size SHA-256 Checksum
pykerberos_1.1+svn10616-2.dsc 1.4 KiB 35f74eda580979eb859e3e6b57683550e403e2671a6264de8410608d7433c4d0
pykerberos_1.1+svn10616.orig.tar.gz 29.4 KiB e82bb0508cc21ce4281af7e6fd9243cd1a8b4052b9b948781297aa9d8c183d28
pykerberos_1.1+svn10616-2.debian.tar.gz 3.4 KiB 9ab6847060916224c911e66f836e594108af3debd4da1605dc29bd05bebf87e8

Available diffs

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.