~ubuntu-branches/ubuntu/oneiric/samba/oneiric-security

« back to all changes in this revision

Viewing changes to source/include/client.h

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-07-21 17:53:23 UTC
  • mfrom: (0.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050721175323-m3oh6aoigywohfnq
Tags: 3.0.14a-6ubuntu1
Resynchronise with Debian, resolving merge conflicts (#12360)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
   overlap on the wire. This size gives us a nice read/write size, which
28
28
   will be a multiple of the page size on almost any system */
29
29
#define CLI_BUFFER_SIZE (0xFFFF)
30
 
 
 
30
#define CLI_MAX_LARGE_READX_SIZE (127*1024)
31
31
 
32
32
/*
33
33
 * These definitions depend on smb.h
106
106
        int initialised;
107
107
        int win95;
108
108
        uint32 capabilities;
 
109
        BOOL dfsroot;
109
110
 
110
111
        TALLOC_CTX *mem_ctx;
111
112
 
123
124
                                              of the pipe we're talking to, 
124
125
                                              if any */
125
126
 
126
 
        uint16 nt_pipe_fnum;               /* Pipe handle. */
 
127
        uint16 nt_pipe_fnum[PI_MAX_PIPES]; /* Pipe handle. */
127
128
 
128
129
        /* Secure pipe parameters */
129
130
        int pipe_auth_flags;
144
145
        uint16 max_recv_frag;
145
146
 
146
147
        BOOL use_kerberos;
 
148
        BOOL fallback_after_kerberos;
147
149
        BOOL use_spnego;
148
150
 
149
151
        BOOL use_oplocks; /* should we use oplocks? */