]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:include: remove unused krb5_env.h
authorStefan Metzmacher <metze@samba.org>
Thu, 7 Mar 2024 12:27:06 +0000 (13:27 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 14 May 2024 10:18:31 +0000 (10:18 +0000)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/include/krb5_env.h [deleted file]
source3/lib/netapi/netapi.c
source3/libads/sasl.c
source3/libnet/libnet_join.c
source3/printing/nt_printing_ads.c
source3/rpc_server/wkssvc/srv_wkssvc_nt.c
source3/utils/net_ads.c

diff --git a/source3/include/krb5_env.h b/source3/include/krb5_env.h
deleted file mode 100644 (file)
index 0022da8..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
-   Samba Unix/Linux SMB client library
-
-   Copyright (C) 2010 Günther Deschner
-
-   This program is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 3 of the License, or
-   (at your option) any later version.
-
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-
-   You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#ifndef _INCLUDE_KRB5_ENV_H_
-#define _INCLUDE_KRB5_ENV_H_
-
-/* Kerberos environment variable names */
-#define KRB5_ENV_CCNAME "KRB5CCNAME"
-
-#endif /* _INCLUDE_KRB5_ENV_H_ */
index 0d8f0f35da018d924c0475e3c5e7bd45983f5bfc..471dd274292710d77c249326e9c5575151ce72b1 100644 (file)
@@ -22,7 +22,6 @@
 #include "lib/netapi/netapi.h"
 #include "lib/netapi/netapi_private.h"
 #include "secrets.h"
-#include "krb5_env.h"
 #include "source3/param/loadparm.h"
 #include "lib/param/param.h"
 #include "auth/gensec/gensec.h"
index 36cd5311a25042e8f30b3137a0d7be6f7e367d2a..64372f08b58a93b469ce477516aaa54448e2ce8d 100644 (file)
@@ -25,7 +25,6 @@
 #include "smb_krb5.h"
 #include "system/gssapi.h"
 #include "lib/param/param.h"
-#include "krb5_env.h"
 #include "lib/util/asn1.h"
 
 NTSTATUS ads_simple_creds(TALLOC_CTX *mem_ctx,
index 18f27b1e4a889bc126dd89e7b0781711719484cd..2ec558e0ea4f017c40ad78b90f450e2260d1649d 100644 (file)
@@ -43,7 +43,6 @@
 #include "lib/param/loadparm.h"
 #include "libcli/auth/netlogon_creds_cli.h"
 #include "auth/credentials/credentials.h"
-#include "krb5_env.h"
 #include "libsmb/dsgetdcname.h"
 #include "rpc_client/util_netlogon.h"
 #include "libnet/libnet_join_offline.h"
index 69a10c558eb28c4b2aa4114ec800e064cfc9db50..01b787f321210d88577b0c57f6d1e1357c2969b0 100644 (file)
@@ -25,7 +25,6 @@
 #include "nt_printing.h"
 #include "ads.h"
 #include "secrets.h"
-#include "krb5_env.h"
 #include "../libcli/registry/util_reg.h"
 #include "auth.h"
 #include "../librpc/ndr/libndr.h"
index ed4b5a2df0edf26d0536e540496677d8ad41db91..c75b0d19e2bb04d523eec0167ead5baa11355cec 100644 (file)
@@ -34,7 +34,6 @@
 #include "session.h"
 #include "smbd/smbd.h"
 #include "auth.h"
-#include "krb5_env.h"
 #include "ads.h"
 
 #undef DBGC_CLASS
index 19a6e06b6e9df01d335f6e5e0cd15d9920a9f6e0..b74a3143836a0d5917b7cd4480593e3fd77f31c9 100644 (file)
@@ -35,7 +35,6 @@
 #include "libnet/libnet_join.h"
 #include "smb_krb5.h"
 #include "secrets.h"
-#include "krb5_env.h"
 #include "../libcli/security/security.h"
 #include "libsmb/libsmb.h"
 #include "lib/param/loadparm.h"