~squid/squid/sbuf-use

« back to all changes in this revision

Viewing changes to helpers/basic_auth/MSNT/smblib-priv.h

  • Committer: hno
  • Date: 2001-01-08 06:32:04 UTC
  • Revision ID: cvs-1:hno-20010108063204-w6a8e1zz6eprqnp8
Major rewrite of proxy authentication to support other schemes than
Basic (auth_rewrite branch on SourceForge).
Contributors:
   Andy Doran
   Robert Collins
   Chemolli Francesco
   Henrik Nordstrom

For details about the new API's, see Programmers Guide.

As part of this change everything from auth_modules has been moved to
src/auth/basic/helpers

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* UNIX SMBlib NetBIOS implementation
 
2
 * 
 
3
 * Version 1.0
 
4
 * SMBlib private Defines
 
5
 * 
 
6
 * Copyright (C) Richard Sharpe 1996
 
7
 * 
 
8
 */
 
9
 
 
10
/*
 
11
 * This program is free software; you can redistribute it and/or modify
 
12
 * it under the terms of the GNU General Public License as published by
 
13
 * the Free Software Foundation; either version 2 of the License, or
 
14
 * (at your option) any later version.
 
15
 * 
 
16
 * This program is distributed in the hope that it will be useful,
 
17
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
18
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
19
 * GNU General Public License for more details.
 
20
 * 
 
21
 * You should have received a copy of the GNU General Public License
 
22
 * along with this program; if not, write to the Free Software
 
23
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
24
 */
 
25
 
 
26
#ifndef _SMBLIB_PRIV_H_
 
27
#define _SMBLIB_PRIV_H_
 
28
 
 
29
#include "std-defines.h"
 
30
#include "smblib-common.h"
 
31
#include <sys/types.h>
 
32
#include <unistd.h>
 
33
 
 
34
#include "byteorder.h"          /* Hmmm ... hot good */
 
35
 
 
36
#define max(a,b) (a < b ? b : a)
 
37
 
 
38
#define SMB_DEF_IDF 0x424D53FF  /* "\377SMB" */
 
39
 
 
40
/* Core protocol commands */
 
41
 
 
42
#define SMBmkdir      0x00      /* create directory */
 
43
#define SMBrmdir      0x01      /* delete directory */
 
44
#define SMBopen       0x02      /* open file */
 
45
#define SMBcreate     0x03      /* create file */
 
46
#define SMBclose      0x04      /* close file */
 
47
#define SMBflush      0x05      /* flush file */
 
48
#define SMBunlink     0x06      /* delete file */
 
49
#define SMBmv         0x07      /* rename file */
 
50
#define SMBgetatr     0x08      /* get file attributes */
 
51
#define SMBsetatr     0x09      /* set file attributes */
 
52
#define SMBread       0x0A      /* read from file */
 
53
#define SMBwrite      0x0B      /* write to file */
 
54
#define SMBlock       0x0C      /* lock byte range */
 
55
#define SMBunlock     0x0D      /* unlock byte range */
 
56
#define SMBctemp      0x0E      /* create temporary file */
 
57
#define SMBmknew      0x0F      /* make new file */
 
58
#define SMBchkpth     0x10      /* check directory path */
 
59
#define SMBexit       0x11      /* process exit */
 
60
#define SMBlseek      0x12      /* seek */
 
61
#define SMBtcon       0x70      /* tree connect */
 
62
#define SMBtdis       0x71      /* tree disconnect */
 
63
#define SMBnegprot    0x72      /* negotiate protocol */
 
64
#define SMBdskattr    0x80      /* get disk attributes */
 
65
#define SMBsearch     0x81      /* search directory */
 
66
#define SMBsplopen    0xC0      /* open print spool file */
 
67
#define SMBsplwr      0xC1      /* write to print spool file */
 
68
#define SMBsplclose   0xC2      /* close print spool file */
 
69
#define SMBsplretq    0xC3      /* return print queue */
 
70
#define SMBsends      0xD0      /* send single block message */
 
71
#define SMBsendb      0xD1      /* send broadcast message */
 
72
#define SMBfwdname    0xD2      /* forward user name */
 
73
#define SMBcancelf    0xD3      /* cancel forward */
 
74
#define SMBgetmac     0xD4      /* get machine name */
 
75
#define SMBsendstrt   0xD5      /* send start of multi-block message */
 
76
#define SMBsendend    0xD6      /* send end of multi-block message */
 
77
#define SMBsendtxt    0xD7      /* send text of multi-block message */
 
78
 
 
79
/* CorePlus protocol                                        */
 
80
 
 
81
#define SMBlockread   0x13      /* Lock a range and read it */
 
82
#define SMBwriteunlock 0x14     /* Unlock a range and then write */
 
83
#define SMBreadbraw   0x1a      /* read a block of data without smb header ohead */
 
84
#define SMBwritebraw  0x1d      /* write a block of data without smb header ohead */
 
85
#define SMBwritec     0x20      /* secondary write request */
 
86
#define SMBwriteclose 0x2c      /* write a file and then close it */
 
87
 
 
88
/* DOS Extended Protocol                                    */
 
89
 
 
90
#define SMBreadBraw      0x1A   /* read block raw */
 
91
#define SMBreadBmpx      0x1B   /* read block multiplexed */
 
92
#define SMBreadBs        0x1C   /* read block (secondary response) */
 
93
#define SMBwriteBraw     0x1D   /* write block raw */
 
94
#define SMBwriteBmpx     0x1E   /* write block multiplexed */
 
95
#define SMBwriteBs       0x1F   /* write block (secondary request) */
 
96
#define SMBwriteC        0x20   /* write complete response */
 
97
#define SMBsetattrE      0x22   /* set file attributes expanded */
 
98
#define SMBgetattrE      0x23   /* get file attributes expanded */
 
99
#define SMBlockingX      0x24   /* lock/unlock byte ranges and X */
 
100
#define SMBtrans         0x25   /* transaction - name, bytes in/out */
 
101
#define SMBtranss        0x26   /* transaction (secondary request/response) */
 
102
#define SMBioctl         0x27   /* IOCTL */
 
103
#define SMBioctls        0x28   /* IOCTL  (secondary request/response) */
 
104
#define SMBcopy          0x29   /* copy */
 
105
#define SMBmove          0x2A   /* move */
 
106
#define SMBecho          0x2B   /* echo */
 
107
#define SMBopenX         0x2D   /* open and X */
 
108
#define SMBreadX         0x2E   /* read and X */
 
109
#define SMBwriteX        0x2F   /* write and X */
 
110
#define SMBsesssetupX    0x73   /* Session Set Up & X (including User Logon) */
 
111
#define SMBtconX         0x75   /* tree connect and X */
 
112
#define SMBffirst        0x82   /* find first */
 
113
#define SMBfunique       0x83   /* find unique */
 
114
#define SMBfclose        0x84   /* find close */
 
115
#define SMBinvalid       0xFE   /* invalid command */
 
116
 
 
117
/* Any more ? */
 
118
 
 
119
#define SMBdatablockID     0x01 /* A data block identifier */
 
120
#define SMBdialectID       0x02 /* A dialect id            */
 
121
#define SMBpathnameID      0x03 /* A pathname ID           */
 
122
#define SMBasciiID         0x04 /* An ascii string ID      */
 
123
#define SMBvariableblockID 0x05 /* A variable block ID     */
 
124
 
 
125
/* some other defines we need */
 
126
 
 
127
/* Flags defines ... */
 
128
 
 
129
#define SMB_FLG2_NON_DOS    0x01        /* We know non dos names             */
 
130
#define SMB_FLG2_EXT_ATR    0x02        /* We know about Extended Attributes */
 
131
#define SMB_FLG2_LNG_NAM    0x04        /* Long names ?                      */
 
132
 
 
133
typedef unsigned short WORD;
 
134
typedef unsigned short UWORD;
 
135
typedef unsigned int ULONG;
 
136
typedef unsigned char BYTE;
 
137
typedef unsigned char UCHAR;
 
138
 
 
139
/* Some macros to allow access to actual packet data so that we */
 
140
/* can change the underlying representation of packets.         */
 
141
/*                                                              */
 
142
/* The current formats vying for attention are a fragment       */
 
143
/* approach where the SMB header is a fragment linked to the    */
 
144
/* data portion with the transport protocol (rfcnb or whatever) */
 
145
/* being linked on the front.                                   */
 
146
/*                                                              */
 
147
/* The other approach is where the whole packet is one array    */
 
148
/* of bytes with space allowed on the front for the packet      */
 
149
/* headers.                                                     */
 
150
 
 
151
#define SMB_Hdr(p) (char *)(p -> data)
 
152
 
 
153
/* SMB Hdr def for File Sharing Protocol? From MS and Intel,    */
 
154
/* Intel PN 138446 Doc Version 2.0, Nov 7, 1988. This def also  */
 
155
/* applies to LANMAN1.0 as well as the Core Protocol            */
 
156
/* The spec states that wct and bcc must be present, even if 0  */
 
157
 
 
158
/* We define these as offsets into a char SMB[] array for the   */
 
159
/* sake of portability                                          */
 
160
 
 
161
/* NOTE!. Some of the lenght defines, SMB_<protreq>_len do not include */
 
162
/* the data that follows in the SMB packet, so the code will have to   */
 
163
/* take that into account.                                             */
 
164
 
 
165
#define SMB_hdr_idf_offset    0 /* 0xFF,'SMB' 0-3 */
 
166
#define SMB_hdr_com_offset    4 /* BYTE       4   */
 
167
#define SMB_hdr_rcls_offset   5 /* BYTE       5   */
 
168
#define SMB_hdr_reh_offset    6 /* BYTE       6   */
 
169
#define SMB_hdr_err_offset    7 /* WORD       7   */
 
170
#define SMB_hdr_reb_offset    9 /* BYTE       9   */
 
171
#define SMB_hdr_flg_offset    9 /* same as reb ... */
 
172
#define SMB_hdr_res_offset    10        /* 7 WORDs    10  */
 
173
#define SMB_hdr_res0_offset   10        /* WORD       10  */
 
174
#define SMB_hdr_flg2_offset   10        /* WORD           */
 
175
#define SMB_hdr_res1_offset   12        /* WORD       12  */
 
176
#define SMB_hdr_res2_offset   14
 
177
#define SMB_hdr_res3_offset   16
 
178
#define SMB_hdr_res4_offset   18
 
179
#define SMB_hdr_res5_offset   20
 
180
#define SMB_hdr_res6_offset   22
 
181
#define SMB_hdr_tid_offset    24
 
182
#define SMB_hdr_pid_offset    26
 
183
#define SMB_hdr_uid_offset    28
 
184
#define SMB_hdr_mid_offset    30
 
185
#define SMB_hdr_wct_offset    32
 
186
 
 
187
#define SMB_hdr_len           33        /* 33 byte header?      */
 
188
 
 
189
#define SMB_hdr_axc_offset    33        /* AndX Command         */
 
190
#define SMB_hdr_axr_offset    34        /* AndX Reserved        */
 
191
#define SMB_hdr_axo_offset    35        /* Offset from start to WCT of AndX cmd */
 
192
 
 
193
/* Format of the Negotiate Protocol SMB */
 
194
 
 
195
#define SMB_negp_bcc_offset   33
 
196
#define SMB_negp_buf_offset   35        /* Where the buffer starts   */
 
197
#define SMB_negp_len          35        /* plus the data             */
 
198
 
 
199
/* Format of the Negotiate Response SMB, for CoreProtocol, LM1.2 and */
 
200
/* NT LM 0.12. wct will be 1 for CoreProtocol, 13 for LM 1.2, and 17 */
 
201
/* for NT LM 0.12                                                    */
 
202
 
 
203
#define SMB_negrCP_idx_offset   33      /* Response to the neg req */
 
204
#define SMB_negrCP_bcc_offset   35
 
205
#define SMB_negrLM_idx_offset   33      /* dialect index           */
 
206
#define SMB_negrLM_sec_offset   35      /* Security mode           */
 
207
#define SMB_sec_user_mask       0x01    /* 0 = share, 1 = user     */
 
208
#define SMB_sec_encrypt_mask    0x02    /* pick out encrypt        */
 
209
#define SMB_negrLM_mbs_offset   37      /* max buffer size         */
 
210
#define SMB_negrLM_mmc_offset   39      /* max mpx count           */
 
211
#define SMB_negrLM_mnv_offset   41      /* max number of VCs       */
 
212
#define SMB_negrLM_rm_offset    43      /* raw mode support bit vec */
 
213
#define SMB_read_raw_mask       0x01
 
214
#define SMB_write_raw_mask      0x02
 
215
#define SMB_negrLM_sk_offset    45      /* session key, 32 bits    */
 
216
#define SMB_negrLM_st_offset    49      /* Current server time     */
 
217
#define SMB_negrLM_sd_offset    51      /* Current server date     */
 
218
#define SMB_negrLM_stz_offset   53      /* Server Time Zone        */
 
219
#define SMB_negrLM_ekl_offset   55      /* encryption key length   */
 
220
#define SMB_negrLM_res_offset   57      /* reserved                */
 
221
#define SMB_negrLM_bcc_offset   59      /* bcc                     */
 
222
#define SMB_negrLM_len          61      /* 61 bytes ?              */
 
223
#define SMB_negrLM_buf_offset   61      /* Where the fun begins    */
 
224
 
 
225
#define SMB_negrNTLM_idx_offset 33      /* Selected protocol       */
 
226
#define SMB_negrNTLM_sec_offset 35      /* Security more           */
 
227
#define SMB_negrNTLM_mmc_offset 36      /* Different format above  */
 
228
#define SMB_negrNTLM_mnv_offset 38      /* Max VCs                 */
 
229
#define SMB_negrNTLM_mbs_offset 40      /* MBS now a long          */
 
230
#define SMB_negrNTLM_mrs_offset 44      /* Max raw size            */
 
231
#define SMB_negrNTLM_sk_offset  48      /* Session Key             */
 
232
#define SMB_negrNTLM_cap_offset 52      /* Capabilities            */
 
233
#define SMB_negrNTLM_stl_offset 56      /* Server time low         */
 
234
#define SMB_negrNTLM_sth_offset 60      /* Server time high        */
 
235
#define SMB_negrNTLM_stz_offset 64      /* Server time zone        */
 
236
#define SMB_negrNTLM_ekl_offset 66      /* Encrypt key len         */
 
237
#define SMB_negrNTLM_bcc_offset 67      /* Bcc                     */
 
238
#define SMB_negrNTLM_len        69
 
239
#define SMB_negrNTLM_buf_offset 69
 
240
 
 
241
/* Offsets related to Tree Connect                                      */
 
242
 
 
243
#define SMB_tcon_bcc_offset     33
 
244
#define SMB_tcon_buf_offset     35      /* where the data is for tcon */
 
245
#define SMB_tcon_len            35      /* plus the data              */
 
246
 
 
247
#define SMB_tconr_mbs_offset    33      /* max buffer size         */
 
248
#define SMB_tconr_tid_offset    35      /* returned tree id        */
 
249
#define SMB_tconr_bcc_offset    37
 
250
#define SMB_tconr_len           39
 
251
 
 
252
#define SMB_tconx_axc_offset    33      /* And X Command                */
 
253
#define SMB_tconx_axr_offset    34      /* reserved                     */
 
254
#define SMB_tconx_axo_offset    35      /* Next command offset          */
 
255
#define SMB_tconx_flg_offset    37      /* Flags, bit0=1 means disc TID */
 
256
#define SMB_tconx_pwl_offset    39      /* Password length              */
 
257
#define SMB_tconx_bcc_offset    41      /* bcc                          */
 
258
#define SMB_tconx_buf_offset    43      /* buffer                       */
 
259
#define SMB_tconx_len           43      /* up to data ...               */
 
260
 
 
261
#define SMB_tconxr_axc_offset   33      /* Where the AndX Command is    */
 
262
#define SMB_tconxr_axr_offset   34      /* Reserved                     */
 
263
#define SMB_tconxr_axo_offset   35      /* AndX offset location         */
 
264
 
 
265
/* Offsets related to tree_disconnect                                  */
 
266
 
 
267
#define SMB_tdis_bcc_offset     33      /* bcc                     */
 
268
#define SMB_tdis_len            35      /* total len               */
 
269
 
 
270
#define SMB_tdisr_bcc_offset    33      /* bcc                     */
 
271
#define SMB_tdisr_len           35
 
272
 
 
273
/* Offsets related to Open Request                                     */
 
274
 
 
275
#define SMB_open_mod_offset     33      /* Mode to open with       */
 
276
#define SMB_open_atr_offset     35      /* Attributes of file      */
 
277
#define SMB_open_bcc_offset     37      /* bcc                     */
 
278
#define SMB_open_buf_offset     39      /* File name               */
 
279
#define SMB_open_len            39      /* Plus the file name      */
 
280
 
 
281
#define SMB_openx_axc_offset    33      /* Next command            */
 
282
#define SMB_openx_axr_offset    34      /* Reserved                */
 
283
#define SMB_openx_axo_offset    35      /* offset of next wct      */
 
284
#define SMB_openx_flg_offset    37      /* Flags, bit0 = need more info */
 
285
                                          /* bit1 = exclusive oplock */
 
286
                                          /* bit2 = batch oplock     */
 
287
#define SMB_openx_mod_offset    39      /* mode to open with       */
 
288
#define SMB_openx_atr_offset    41      /* search attributes       */
 
289
#define SMB_openx_fat_offset    43      /* File attributes         */
 
290
#define SMB_openx_tim_offset    45      /* time and date of creat  */
 
291
#define SMB_openx_ofn_offset    49      /* Open function           */
 
292
#define SMB_openx_als_offset    51      /* Space to allocate on    */
 
293
#define SMB_openx_res_offset    55      /* reserved                */
 
294
#define SMB_openx_bcc_offset    63      /* bcc                     */
 
295
#define SMB_openx_buf_offset    65      /* Where file name goes    */
 
296
#define SMB_openx_len           65
 
297
 
 
298
#define SMB_openr_fid_offset    33      /* FID returned            */
 
299
#define SMB_openr_atr_offset    35      /* Attributes opened with  */
 
300
#define SMB_openr_tim_offset    37      /* Last mod time of file   */
 
301
#define SMB_openr_fsz_offset    41      /* File size 4 bytes       */
 
302
#define SMB_openr_acc_offset    45      /* Access allowed          */
 
303
#define SMB_openr_bcc_offset    47
 
304
#define SMB_openr_len           49
 
305
 
 
306
#define SMB_openxr_axc_offset   33      /* And X command           */
 
307
#define SMB_openxr_axr_offset   34      /* reserved                */
 
308
#define SMB_openxr_axo_offset   35      /* offset to next command  */
 
309
#define SMB_openxr_fid_offset   37      /* FID returned            */
 
310
#define SMB_openxr_fat_offset   39      /* File attributes returned */
 
311
#define SMB_openxr_tim_offset   41      /* File creation date etc  */
 
312
#define SMB_openxr_fsz_offset   45      /* Size of file            */
 
313
#define SMB_openxr_acc_offset   49      /* Access granted          */
 
314
 
 
315
#define SMB_clos_fid_offset     33      /* FID to close            */
 
316
#define SMB_clos_tim_offset     35      /* Last mod time           */
 
317
#define SMB_clos_bcc_offset     39      /* bcc                     */
 
318
#define SMB_clos_len            41
 
319
 
 
320
/* Offsets related to Write requests                                 */
 
321
 
 
322
#define SMB_write_fid_offset    33      /* FID to write            */
 
323
#define SMB_write_cnt_offset    35      /* bytes to write          */
 
324
#define SMB_write_ofs_offset    37      /* location to write to    */
 
325
#define SMB_write_clf_offset    41      /* advisory count left     */
 
326
#define SMB_write_bcc_offset    43      /* bcc = data bytes + 3    */
 
327
#define SMB_write_buf_offset    45      /* Data=0x01, len, data    */
 
328
#define SMB_write_len           45      /* plus the data ...       */
 
329
 
 
330
#define SMB_writr_cnt_offset    33      /* Count of bytes written  */
 
331
#define SMB_writr_bcc_offset    35      /* bcc                     */
 
332
#define SMB_writr_len           37
 
333
 
 
334
/* Offsets related to read requests */
 
335
 
 
336
#define SMB_read_fid_offset     33      /* FID of file to read     */
 
337
#define SMB_read_cnt_offset     35      /* count of words to read  */
 
338
#define SMB_read_ofs_offset     37      /* Where to read from      */
 
339
#define SMB_read_clf_offset     41      /* Advisory count to go    */
 
340
#define SMB_read_bcc_offset     43
 
341
#define SMB_read_len            45
 
342
 
 
343
#define SMB_readr_cnt_offset    33      /* Count of bytes returned */
 
344
#define SMB_readr_res_offset    35      /* 4 shorts reserved, 8 bytes */
 
345
#define SMB_readr_bcc_offset    43      /* bcc                     */
 
346
#define SMB_readr_bff_offset    45      /* buffer format char = 0x01 */
 
347
#define SMB_readr_len_offset    46      /* buffer len              */
 
348
#define SMB_readr_len           45      /* length of the readr before data */
 
349
 
 
350
/* Offsets for Create file                                           */
 
351
 
 
352
#define SMB_creat_atr_offset    33      /* Attributes of new file ... */
 
353
#define SMB_creat_tim_offset    35      /* Time of creation           */
 
354
#define SMB_creat_dat_offset    37      /* 4004BCE :-)                */
 
355
#define SMB_creat_bcc_offset    39      /* bcc                        */
 
356
#define SMB_creat_buf_offset    41
 
357
#define SMB_creat_len           41      /* Before the data            */
 
358
 
 
359
#define SMB_creatr_fid_offset   33      /* FID of created file        */
 
360
 
 
361
/* Offsets for Delete file                                           */
 
362
 
 
363
#define SMB_delet_sat_offset    33      /* search attribites          */
 
364
#define SMB_delet_bcc_offset    35      /* bcc                        */
 
365
#define SMB_delet_buf_offset    37
 
366
#define SMB_delet_len           37
 
367
 
 
368
/* Offsets for SESSION_SETUP_ANDX for both LM and NT LM protocols    */
 
369
 
 
370
#define SMB_ssetpLM_mbs_offset  37      /* Max buffer Size, allow for AndX */
 
371
#define SMB_ssetpLM_mmc_offset  39      /* max multiplex count             */
 
372
#define SMB_ssetpLM_vcn_offset  41      /* VC number if new VC             */
 
373
#define SMB_ssetpLM_snk_offset  43      /* Session Key                     */
 
374
#define SMB_ssetpLM_pwl_offset  47      /* password length                 */
 
375
#define SMB_ssetpLM_res_offset  49      /* reserved                        */
 
376
#define SMB_ssetpLM_bcc_offset  53      /* bcc                             */
 
377
#define SMB_ssetpLM_len         55      /* before data ...                 */
 
378
#define SMB_ssetpLM_buf_offset  55
 
379
 
 
380
#define SMB_ssetpNTLM_mbs_offset 37     /* Max Buffer Size for NT LM 0.12  */
 
381
                                          /* and above                       */
 
382
#define SMB_ssetpNTLM_mmc_offset 39     /* Max Multiplex count             */
 
383
#define SMB_ssetpNTLM_vcn_offset 41     /* VC Number                       */
 
384
#define SMB_ssetpNTLM_snk_offset 43     /* Session key                     */
 
385
#define SMB_ssetpNTLM_cipl_offset 47    /* Case Insensitive PW Len         */
 
386
#define SMB_ssetpNTLM_cspl_offset 49    /* Unicode pw len                  */
 
387
#define SMB_ssetpNTLM_res_offset 51     /* reserved                        */
 
388
#define SMB_ssetpNTLM_cap_offset 55     /* server capabilities             */
 
389
#define SMB_ssetpNTLM_bcc_offset 59     /* bcc                             */
 
390
#define SMB_ssetpNTLM_len        61     /* before data                     */
 
391
#define SMB_ssetpNTLM_buf_offset 61
 
392
 
 
393
#define SMB_ssetpr_axo_offset  35       /* Offset of next response ...    */
 
394
#define SMB_ssetpr_act_offset  37       /* action, bit 0 = 1 => guest     */
 
395
#define SMB_ssetpr_bcc_offset  39       /* bcc                            */
 
396
#define SMB_ssetpr_buf_offset  41       /* Native OS etc                  */
 
397
 
 
398
/* Offsets for SMB create directory                                         */
 
399
 
 
400
#define SMB_creatdir_bcc_offset 33      /* only a bcc here                */
 
401
#define SMB_creatdir_buf_offset 35      /* Where things start             */
 
402
#define SMB_creatdir_len        35
 
403
 
 
404
/* Offsets for SMB delete directory                                         */
 
405
 
 
406
#define SMB_deletdir_bcc_offset 33      /* only a bcc here                */
 
407
#define SMB_deletdir_buf_offset 35      /* where things start             */
 
408
#define SMB_deletdir_len        35
 
409
 
 
410
/* Offsets for SMB check directory                                          */
 
411
 
 
412
#define SMB_checkdir_bcc_offset 33      /* Only a bcc here                */
 
413
#define SMB_checkdir_buf_offset 35      /* where things start             */
 
414
#define SMB_checkdir_len        35
 
415
 
 
416
/* Offsets for SMB search                                                   */
 
417
 
 
418
#define SMB_search_mdc_offset   33      /* Max Dir ents to return         */
 
419
#define SMB_search_atr_offset   35      /* Search attributes              */
 
420
#define SMB_search_bcc_offset   37      /* bcc                            */
 
421
#define SMB_search_buf_offset   39      /* where the action is            */
 
422
#define SMB_search_len          39
 
423
 
 
424
#define SMB_searchr_dec_offset  33      /* Dir ents returned              */
 
425
#define SMB_searchr_bcc_offset  35      /* bcc                            */
 
426
#define SMB_searchr_buf_offset  37      /* Where the action starts        */
 
427
#define SMB_searchr_len         37      /* before the dir ents            */
 
428
 
 
429
#define SMB_searchr_dirent_len  43      /* 53 bytes                       */
 
430
 
 
431
/* Defines for SMB transact and transact2 calls                             */
 
432
 
 
433
#define SMB_trans_tpc_offset    33      /* Total param count              */
 
434
#define SMB_trans_tdc_offset    35      /* total Data count               */
 
435
#define SMB_trans_mpc_offset    37      /* Max params bytes to return     */
 
436
#define SMB_trans_mdc_offset    39      /* Max data bytes to return       */
 
437
#define SMB_trans_msc_offset    41      /* Max setup words to return      */
 
438
#define SMB_trans_rs1_offset    42      /* Reserved byte                  */
 
439
#define SMB_trans_flg_offset    43      /* flags                          */
 
440
#define SMB_trans_tmo_offset    45      /* Timeout, long                  */
 
441
#define SMB_trans_rs2_offset    49      /* Next reserved                  */
 
442
#define SMB_trans_pbc_offset    51      /* Param Byte count in buf        */
 
443
#define SMB_trans_pbo_offset    53      /* Offset to param bytes          */
 
444
#define SMB_trans_dbc_offset    55      /* Data byte count in buf         */
 
445
#define SMB_trans_dbo_offset    57      /* Data byte offset               */
 
446
#define SMB_trans_suc_offset    59      /* Setup count - byte             */
 
447
#define SMB_trans_rs3_offset    60      /* Reserved to pad ...            */
 
448
#define SMB_trans_len           61      /* Up to setup, still need bcc    */
 
449
 
 
450
#define SMB_transr_tpc_offset   33      /* Total param bytes returned     */
 
451
#define SMB_transr_tdc_offset   35
 
452
#define SMB_transr_rs1_offset   37
 
453
#define SMB_transr_pbc_offset   39
 
454
#define SMB_transr_pbo_offset   41
 
455
#define SMB_transr_pdi_offset   43      /* parameter displacement         */
 
456
#define SMB_transr_dbc_offset   45
 
457
#define SMB_transr_dbo_offset   47
 
458
#define SMB_transr_ddi_offset   49
 
459
#define SMB_transr_suc_offset   51
 
460
#define SMB_transr_rs2_offset   52
 
461
#define SMB_transr_len          53
 
462
 
 
463
/* Bit masks for SMB Capabilities ...                       */
 
464
 
 
465
#define SMB_cap_raw_mode         0x0001
 
466
#define SMB_cap_mpx_mode         0x0002
 
467
#define SMB_cap_unicode          0x0004
 
468
#define SMB_cap_large_files      0x0008
 
469
#define SMB_cap_nt_smbs          0x0010
 
470
#define SMB_rpc_remote_apis      0x0020
 
471
#define SMB_cap_nt_status        0x0040
 
472
#define SMB_cap_level_II_oplocks 0x0080
 
473
#define SMB_cap_lock_and_read    0x0100
 
474
#define SMB_cap_nt_find          0x0200
 
475
 
 
476
/* SMB LANMAN api call defines */
 
477
 
 
478
#define SMB_LMapi_SetUserInfo     0x0072
 
479
#define SMB_LMapi_UserPasswordSet 0x0073
 
480
 
 
481
/* Structures and defines we use in the client interface */
 
482
 
 
483
/* The protocols we might support. Perhaps a bit ambitious, as only RFCNB */
 
484
/* has any support so far 0(sometimes called NBT)                         */
 
485
 
 
486
typedef enum {
 
487
    SMB_RFCNB, SMB_IPXNB, SMB_NETBEUI, SMB_X25
 
488
} SMB_Transport_Types;
 
489
 
 
490
typedef enum {
 
491
    SMB_Con_FShare, SMB_Con_PShare, SMB_Con_IPC
 
492
} SMB_Con_Types;
 
493
 
 
494
typedef enum {
 
495
    SMB_State_NoState, SMB_State_Stopped, SMB_State_Started
 
496
} SMB_State_Types;
 
497
 
 
498
/* The following two arrays need to be in step!              */
 
499
/* We must make it possible for callers to specify these ... */
 
500
 
 
501
 
 
502
extern char *SMB_Prots[];
 
503
extern int SMB_Types[];
 
504
 
 
505
typedef struct SMB_Status {
 
506
 
 
507
    union {
 
508
        struct {
 
509
            unsigned char ErrorClass;
 
510
            unsigned char Reserved;
 
511
            unsigned short Error;
 
512
        } DosError;
 
513
        unsigned int NtStatus;
 
514
    } status;
 
515
} SMB_Status;
 
516
 
 
517
typedef struct SMB_Tree_Structure *SMB_Tree_Handle;
 
518
 
 
519
typedef struct SMB_Connect_Def *SMB_Handle_Type;
 
520
 
 
521
struct SMB_Connect_Def {
 
522
 
 
523
    SMB_Handle_Type Next_Con, Prev_Con;         /* Next and previous conn */
 
524
    int protocol;               /* What is the protocol   */
 
525
    int prot_IDX;               /* And what is the index  */
 
526
    void *Trans_Connect;        /* The connection         */
 
527
 
 
528
    /* All these strings should be malloc'd */
 
529
 
 
530
    char service[80], username[80], password[80], desthost[80], sock_options[80];
 
531
    char address[80], myname[80];
 
532
 
 
533
    SMB_Tree_Handle first_tree, last_tree;      /* List of trees on this server */
 
534
 
 
535
    int gid;                    /* Group ID, do we need it?                      */
 
536
    int mid;                    /* Multiplex ID? We might need one per con       */
 
537
    int pid;                    /* Process ID                                    */
 
538
 
 
539
    int uid;                    /* Authenticated user id.                        */
 
540
 
 
541
    /* It is pretty clear that we need to bust some of */
 
542
    /* these out into a per TCon record, as there may  */
 
543
    /* be multiple TCon's per server, etc ... later    */
 
544
 
 
545
    int port;                   /* port to use in case not default, this is a TCPism! */
 
546
 
 
547
    int max_xmit;               /* Max xmit permitted by server                  */
 
548
    int Security;               /* 0 = share, 1 = user                           */
 
549
    int Raw_Support;            /* bit 0 = 1 = Read Raw supported, 1 = 1 Write raw */
 
550
    BOOL encrypt_passwords;     /* FALSE = don't                          */
 
551
    int MaxMPX, MaxVC, MaxRaw;
 
552
    unsigned int SessionKey, Capabilities;
 
553
    int SvrTZ;                  /* Server Time Zone */
 
554
    int Encrypt_Key_Len;
 
555
    char Encrypt_Key[80], Domain[80], PDomain[80], OSName[80], LMType[40];
 
556
    char Svr_OS[80], Svr_LMType[80], Svr_PDom[80];
 
557
 
 
558
};
 
559
 
 
560
#define SMBLIB_DEFAULT_DOMAIN "STAFF"
 
561
#define SMBLIB_DEFAULT_OSNAME "UNIX of some type"
 
562
#define SMBLIB_DEFAULT_LMTYPE "SMBlib LM2.1 minus a bit"
 
563
#define SMBLIB_MAX_XMIT 65535
 
564
 
 
565
#define SMB_Sec_Mode_Share 0
 
566
#define SMB_Sec_Mode_User  1
 
567
 
 
568
/* A Tree_Structure                       */
 
569
 
 
570
struct SMB_Tree_Structure {
 
571
 
 
572
    SMB_Tree_Handle next, prev;
 
573
    SMB_Handle_Type con;
 
574
    char path[129];
 
575
    char device_type[20];
 
576
    int mbs;                    /* Local MBS */
 
577
    int tid;
 
578
 
 
579
};
 
580
 
 
581
typedef struct SMB_File_Def SMB_File;
 
582
 
 
583
struct SMB_File_Def {
 
584
 
 
585
    SMB_Tree_Handle tree;
 
586
    char filename[256];         /* We should malloc this ... */
 
587
    UWORD fid;
 
588
    unsigned int lastmod;
 
589
    unsigned int size;          /* Could blow up if 64bit files supported */
 
590
    UWORD access;
 
591
    off_t fileloc;
 
592
 
 
593
};
 
594
 
 
595
/* global Variables for the library */
 
596
 
 
597
extern SMB_State_Types SMBlib_State;
 
598
 
 
599
#ifndef SMBLIB_ERRNO
 
600
extern int SMBlib_errno;
 
601
extern int SMBlib_SMB_Error;    /* last Error             */
 
602
#endif
 
603
 
 
604
#endif /* _SMBLIB_PRIV_H_ */