From 65bb6b35241a29a514fef3be547398c9cd3c2e09 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 9 Feb 2011 20:56:57 +0100 Subject: s3: move some stuff out of smb.h to better locations. Guenther --- source3/include/passdb.h | 2 ++ source3/include/smb.h | 6 ------ 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'source3/include') diff --git a/source3/include/passdb.h b/source3/include/passdb.h index b07c117853..ac6dd21ace 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -117,6 +117,8 @@ struct login_cache { #define SAMU_BUFFER_V4 4 #define SAMU_BUFFER_LATEST SAMU_BUFFER_V4 +#define MAX_HOURS_LEN 32 + struct samu { struct pdb_methods *methods; diff --git a/source3/include/smb.h b/source3/include/smb.h index 3e19eb2726..f99bf59979 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -143,9 +143,6 @@ typedef union unid_t { } unid_t; /* pipe string names */ -#define PIPE_LANMAN "\\PIPE\\LANMAN" - -#define MAX_HOURS_LEN 32 #ifndef MAXSUBAUTHS #define MAXSUBAUTHS 15 /* max sub authorities in a SID */ @@ -1785,9 +1782,6 @@ struct ip_service { unsigned port; }; -/* Special name type used to cause a _kerberos DNS lookup. */ -#define KDC_NAME_TYPE 0xDCDC - struct ea_struct { uint8 flags; char *name; -- cgit