golang-github-dpotapov-go-spnego 0.0~git20190506.c2c6091-2 source package in Ubuntu

Changelog

golang-github-dpotapov-go-spnego (0.0~git20190506.c2c6091-2) unstable; urgency=medium

  * Reupload as source-only

 -- Stephen Gelman <email address hidden>  Sun, 01 Mar 2020 10:41:12 -0600

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-dpotapov-go-spnego_0.0~git20190506.c2c6091-2.dsc 2.4 KiB 92b2f8e45cb43fe9f7a1236bb873a9fc0040ee366c5db84e1c6a6c6f74a0ae99
golang-github-dpotapov-go-spnego_0.0~git20190506.c2c6091.orig.tar.xz 4.0 KiB 89e262bcaeadb3f8096cd884408ea7fcb1b070be39b7c6a7ac944ec22083073d
golang-github-dpotapov-go-spnego_0.0~git20190506.c2c6091-2.debian.tar.xz 2.8 KiB 663d93afadd7882d15f233614ed54d59fab7e1f8b3cc009bd1cda2842fde6914

No changes file available.

Binary packages built by this source

golang-github-dpotapov-go-spnego-dev: Golang library to make HTTP calls with Kerberos authentication

 The package extends Go's HTTP Transport allowing
 Kerberos authentication through Negotiate mechanism (see RFC4559
 (https://tools.ietf.org/html/rfc4559)).
 .
 Internally it is implemented by wrapping 2 libraries: gokrb5
 (https://github.com/jcmturner/gokrb5) on Linux and sspi
 (https://github.com/alexbrainman/sspi) on Windows.
 .
 There is no pre-authenticaion yet, so the library assumes you have
 Kerberos ticket obtained.
 .
 Linux implementation requires MIT or Heimdal Kerberos to be
 present. Windows implementation utilizes credentials of currently logged
 in user.
 .
 Currently it allows only to make HTTP calls, no server side support yet.