summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-02-16 01:16:13 +0000
committerTim Potter <tpot@samba.org>2002-02-16 01:16:13 +0000
commitd58af01dcc1c0c872d9d376b58f812b81e7adf1d (patch)
tree0eb33cba7af14ebce37c856ab3cc876ae51e9ef0 /source3
parentba9341c7de216acea5fc194fb42944714553a1a5 (diff)
downloadsamba-d58af01dcc1c0c872d9d376b58f812b81e7adf1d.tar.gz
samba-d58af01dcc1c0c872d9d376b58f812b81e7adf1d.tar.bz2
samba-d58af01dcc1c0c872d9d376b58f812b81e7adf1d.zip
Removed some random crap that isn't used anymore.
(This used to be commit 3fb3bc0a1546dadb24231065b422349bd199e1bf)
Diffstat (limited to 'source3')
-rw-r--r--source3/include/client.h1
-rw-r--r--source3/include/smb.h47
2 files changed, 0 insertions, 48 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index e6d1f429a1..0974cd0666 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -125,7 +125,6 @@ struct cli_state {
fstring clnt_name_slash; /* \\local client. */
uint16 max_xmit_frag;
uint16 max_recv_frag;
- vuser_key key;
uint32 ntlmssp_flags;
BOOL use_kerberos;
BOOL use_spnego;
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 432249272b..cdb4fa762b 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -71,15 +71,8 @@ typedef int BOOL;
#define READ_EOF 2
#define READ_ERROR 3
-
#define DIR_STRUCT_SIZE 43
-/* these define all the command types recognised by the server - there
-are lots of gaps so probably there are some rare commands that are not
-implemented */
-
-#define pSETDIR '\377'
-
/* these define the attribute byte as seen by DOS */
#define aRONLY (1L<<0)
#define aHIDDEN (1L<<1)
@@ -156,12 +149,8 @@ implemented */
#include "doserr.h"
-
-
#include "pstring.h"
-
-
/*
* SMB UCS2 (16-bit unicode) internal type.
*/
@@ -250,24 +239,6 @@ typedef uint32 WERROR;
#define MAX_HOURS_LEN 32
-typedef struct
-{
- uint32 pid;
- uint16 vuid;
-
-}
-vuser_key;
-
-
-struct use_info
-{
- BOOL connected;
- char *srv_name;
- vuser_key key;
- char *user_name;
- char *domain;
-};
-
#ifndef MAXSUBAUTHS
#define MAXSUBAUTHS 15 /* max sub authorities in a SID */
#endif
@@ -1564,12 +1535,6 @@ struct node_status {
unsigned char flags;
};
-
-
-#define AGENT_CMD_CON 0
-#define AGENT_CMD_CON_ANON 2
-#define AGENT_CMD_CON_REUSE 1
-
struct pwd_info
{
BOOL null_pwd;
@@ -1592,18 +1557,6 @@ struct pwd_info
uchar sess_key[16];
};
-/*
- * Network Computing Architechture Context Name Named Pipe
- * See MSDN docs for more information
- */
-struct ncacn_np
-{
- fstring pipe_name;
- struct cli_state *smb;
- uint16 fnum;
- BOOL initialised;
-};
-
#include "rpc_creds.h"
#include "rpc_misc.h"
#include "rpc_secdes.h"