]> git.ipfire.org Git - thirdparty/squid.git/blame - src/peer_proxy_negotiate_auth.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / peer_proxy_negotiate_auth.h
CommitLineData
6ff204fc 1/*
ef57eb7b 2 * Copyright (C) 1996-2016 The Squid Software Foundation and contributors
6ff204fc 3 *
282b7328
AJ
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
6ff204fc
FC
7 */
8
282b7328
AJ
9#ifndef SQUID_PEER_PROXY_NEGOTIATE_AUTH_H_
10#define SQUID_PEER_PROXY_NEGOTIATE_AUTH_H_
11
18dd9bfb 12#define PEER_PROXY_NEGOTIATE_NOKEYTAB 1
9825b398 13
9a24c430
FC
14#if HAVE_AUTH_MODULE_NEGOTIATE && HAVE_KRB5 && HAVE_GSSAPI
15
13501b47 16/* upstream proxy authentication */
9825b398 17SQUIDCEXTERN char *peer_proxy_negotiate_auth(char *principal_name, char *proxy, int flags);
6ff204fc
FC
18#endif
19
6ff204fc 20#endif /* SQUID_PEER_PROXY_NEGOTIATE_AUTH_H_ */
f53969cc 21