]> git.ipfire.org Git - thirdparty/squid.git/commit - helpers/negotiate_auth/kerberos/Makefile.am
Author: Markus Moeller <huaraz@moeller.plus.com>
authorhno <>
Mon, 25 Jun 2007 04:34:15 +0000 (04:34 +0000)
committerhno <>
Mon, 25 Jun 2007 04:34:15 +0000 (04:34 +0000)
commit3e5d7cdf22bea10b5f35fd5881ed2d1724ba88b2
treed43c1723082f7e7337aa8bdf065856bad82dd6d9
parent20905bffdc834f27f837c34f47ffac281369b466
Author: Markus Moeller <huaraz@moeller.plus.com>
Kerberos SPNEGO helper

Kerberos-only SPNEGO helper using MIT or Heimdal kerberos
and the refrence SPNEGO parser published by Microsoft
19 files changed:
configure.in
helpers/negotiate_auth/Makefile.am
helpers/negotiate_auth/squid_kerb_auth/COPYING [new file with mode: 0644]
helpers/negotiate_auth/squid_kerb_auth/Makefile.am [new file with mode: 0755]
helpers/negotiate_auth/squid_kerb_auth/Makefile.in [new file with mode: 0644]
helpers/negotiate_auth/squid_kerb_auth/base64.c [new file with mode: 0644]
helpers/negotiate_auth/squid_kerb_auth/base64.h [new file with mode: 0644]
helpers/negotiate_auth/squid_kerb_auth/do.sh [new file with mode: 0755]
helpers/negotiate_auth/squid_kerb_auth/readme.txt [new file with mode: 0644]
helpers/negotiate_auth/squid_kerb_auth/spnegohelp/Makefile [new file with mode: 0644]
helpers/negotiate_auth/squid_kerb_auth/spnegohelp/derparse.c [new file with mode: 0644]
helpers/negotiate_auth/squid_kerb_auth/spnegohelp/derparse.h [new file with mode: 0644]
helpers/negotiate_auth/squid_kerb_auth/spnegohelp/spnego.c [new file with mode: 0644]
helpers/negotiate_auth/squid_kerb_auth/spnegohelp/spnego.h [new file with mode: 0644]
helpers/negotiate_auth/squid_kerb_auth/spnegohelp/spnegohelp.c [new file with mode: 0644]
helpers/negotiate_auth/squid_kerb_auth/spnegohelp/spnegohelp.h [new file with mode: 0644]
helpers/negotiate_auth/squid_kerb_auth/spnegohelp/spnegoparse.c [new file with mode: 0644]
helpers/negotiate_auth/squid_kerb_auth/spnegohelp/spnegoparse.h [new file with mode: 0644]
helpers/negotiate_auth/squid_kerb_auth/squid_kerb_auth.c [new file with mode: 0755]