1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

Removed some random crap that isn't used anymore.

(This used to be commit 3fb3bc0a1546dadb24231065b422349bd199e1bf)
This commit is contained in:
Tim Potter 2002-02-16 01:16:13 +00:00
parent ba9341c7de
commit d58af01dcc
2 changed files with 0 additions and 48 deletions

View File

@ -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;

View File

@ -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"