2 Unix SMB/CIFS implementation.
4 Copyright (C) Andrew Bartlett 2001-2003
5 Copyright (C) Andrew Tridgell 1994-1998,2000-2001
6 Copyright (C) Gerald (Jerry) Carter 2004
7 Copyright (C) Jelmer Vernooij 2003
8 Copyright (C) Jeremy Allison 2001-2009,2011
9 Copyright (C) Stefan Metzmacher 2003,2009
10 Copyright (C) Volker Lendecke 2011
12 This program is free software; you can redistribute it and/or modify
13 it under the terms of the GNU General Public License as published by
14 the Free Software Foundation; either version 3 of the License, or
15 (at your option) any later version.
17 This program is distributed in the hope that it will be useful,
18 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 GNU General Public License for more details.
22 You should have received a copy of the GNU General Public License
23 along with this program. If not, see <http://www.gnu.org/licenses/>.
26 #ifndef _LIBSMB_PROTO_H_
27 #define _LIBSMB_PROTO_H_
30 #include "auth_info.h"
32 struct smb_trans_enc_state
;
34 /* The following definitions come from libsmb/cliconnect.c */
36 NTSTATUS
cli_session_setup(struct cli_state
*cli
,
38 const char *pass
, int passlen
,
39 const char *ntpass
, int ntpasslen
,
40 const char *workgroup
);
41 struct tevent_req
*cli_session_setup_guest_create(TALLOC_CTX
*mem_ctx
,
42 struct event_context
*ev
,
43 struct cli_state
*cli
,
44 struct tevent_req
**psmbreq
);
45 struct tevent_req
*cli_session_setup_guest_send(TALLOC_CTX
*mem_ctx
,
46 struct event_context
*ev
,
47 struct cli_state
*cli
);
48 NTSTATUS
cli_session_setup_guest_recv(struct tevent_req
*req
);
49 struct tevent_req
*cli_ulogoff_send(TALLOC_CTX
*mem_ctx
,
50 struct tevent_context
*ev
,
51 struct cli_state
*cli
);
52 NTSTATUS
cli_ulogoff_recv(struct tevent_req
*req
);
53 NTSTATUS
cli_ulogoff(struct cli_state
*cli
);
54 struct tevent_req
*cli_tcon_andx_create(TALLOC_CTX
*mem_ctx
,
55 struct event_context
*ev
,
56 struct cli_state
*cli
,
57 const char *share
, const char *dev
,
58 const char *pass
, int passlen
,
59 struct tevent_req
**psmbreq
);
60 struct tevent_req
*cli_tcon_andx_send(TALLOC_CTX
*mem_ctx
,
61 struct event_context
*ev
,
62 struct cli_state
*cli
,
63 const char *share
, const char *dev
,
64 const char *pass
, int passlen
);
65 NTSTATUS
cli_tcon_andx_recv(struct tevent_req
*req
);
66 NTSTATUS
cli_tcon_andx(struct cli_state
*cli
, const char *share
,
67 const char *dev
, const char *pass
, int passlen
);
68 NTSTATUS
cli_tree_connect(struct cli_state
*cli
, const char *share
,
69 const char *dev
, const char *pass
, int passlen
);
70 struct tevent_req
*cli_tdis_send(TALLOC_CTX
*mem_ctx
,
71 struct tevent_context
*ev
,
72 struct cli_state
*cli
);
73 NTSTATUS
cli_tdis_recv(struct tevent_req
*req
);
74 NTSTATUS
cli_tdis(struct cli_state
*cli
);
75 NTSTATUS
cli_negprot(struct cli_state
*cli
, enum protocol_types max_protocol
);
76 struct tevent_req
*cli_negprot_send(TALLOC_CTX
*mem_ctx
,
77 struct event_context
*ev
,
78 struct cli_state
*cli
,
79 enum protocol_types max_protocol
);
80 NTSTATUS
cli_negprot_recv(struct tevent_req
*req
);
81 NTSTATUS
cli_connect_nb(const char *host
, const struct sockaddr_storage
*dest_ss
,
82 uint16_t port
, int name_type
, const char *myname
,
83 int signing_state
, int flags
, struct cli_state
**pcli
);
84 NTSTATUS
cli_start_connection(struct cli_state
**output_cli
,
86 const char *dest_host
,
87 const struct sockaddr_storage
*dest_ss
, int port
,
88 int signing_state
, int flags
);
89 NTSTATUS
cli_full_connection(struct cli_state
**output_cli
,
91 const char *dest_host
,
92 const struct sockaddr_storage
*dest_ss
, int port
,
93 const char *service
, const char *service_type
,
94 const char *user
, const char *domain
,
95 const char *password
, int flags
,
97 NTSTATUS
cli_raw_tcon(struct cli_state
*cli
,
98 const char *service
, const char *pass
, const char *dev
,
99 uint16
*max_xmit
, uint16
*tid
);
100 struct cli_state
*get_ipc_connect(char *server
,
101 struct sockaddr_storage
*server_ss
,
102 const struct user_auth_info
*user_info
);
103 struct cli_state
*get_ipc_connect_master_ip(TALLOC_CTX
*ctx
,
104 struct sockaddr_storage
*mb_ip
,
105 const struct user_auth_info
*user_info
,
106 char **pp_workgroup_out
);
107 struct cli_state
*get_ipc_connect_master_ip_bcast(TALLOC_CTX
*ctx
,
108 const struct user_auth_info
*user_info
,
109 char **pp_workgroup_out
);
111 /* The following definitions come from libsmb/clidfs.c */
113 NTSTATUS
cli_cm_force_encryption(struct cli_state
*c
,
114 const char *username
,
115 const char *password
,
117 const char *sharename
);
118 NTSTATUS
cli_cm_open(TALLOC_CTX
*ctx
,
119 struct cli_state
*referring_cli
,
122 const struct user_auth_info
*auth_info
,
128 struct cli_state
**pcli
);
129 void cli_cm_display(struct cli_state
*c
);
130 struct client_dfs_referral
;
131 NTSTATUS
cli_dfs_get_referral(TALLOC_CTX
*ctx
,
132 struct cli_state
*cli
,
134 struct client_dfs_referral
**refs
,
137 NTSTATUS
cli_resolve_path(TALLOC_CTX
*ctx
,
139 const struct user_auth_info
*dfs_auth_info
,
140 struct cli_state
*rootcli
,
142 struct cli_state
**targetcli
,
143 char **pp_targetpath
);
145 bool cli_check_msdfs_proxy(TALLOC_CTX
*ctx
,
146 struct cli_state
*cli
,
147 const char *sharename
,
151 const char *username
,
152 const char *password
,
155 /* The following definitions come from libsmb/clientgen.c */
157 int cli_set_message(char *buf
,int num_words
,int num_bytes
,bool zero
);
158 unsigned int cli_set_timeout(struct cli_state
*cli
, unsigned int timeout
);
159 bool cli_set_backup_intent(struct cli_state
*cli
, bool flag
);
160 void cli_setup_packet_buf(struct cli_state
*cli
, char *buf
);
161 NTSTATUS
cli_set_domain(struct cli_state
*cli
, const char *domain
);
162 NTSTATUS
cli_set_username(struct cli_state
*cli
, const char *username
);
163 NTSTATUS
cli_set_password(struct cli_state
*cli
, const char *password
);
164 NTSTATUS
cli_init_creds(struct cli_state
*cli
, const char *username
, const char *domain
, const char *password
);
165 struct cli_state
*cli_state_create(TALLOC_CTX
*mem_ctx
,
167 const char *remote_name
,
168 const char *remote_realm
,
171 bool cli_state_encryption_on(struct cli_state
*cli
);
172 void cli_nt_pipes_close(struct cli_state
*cli
);
173 void cli_shutdown(struct cli_state
*cli
);
174 void cli_sockopt(struct cli_state
*cli
, const char *options
);
175 const struct sockaddr_storage
*cli_state_local_sockaddr(struct cli_state
*cli
);
176 const struct sockaddr_storage
*cli_state_remote_sockaddr(struct cli_state
*cli
);
177 const char *cli_state_remote_name(struct cli_state
*cli
);
178 const char *cli_state_remote_realm(struct cli_state
*cli
);
179 uint16_t cli_state_get_vc_num(struct cli_state
*cli
);
180 uint32_t cli_state_server_session_key(struct cli_state
*cli
);
181 uint16
cli_setpid(struct cli_state
*cli
, uint16 pid
);
182 uint16_t cli_getpid(struct cli_state
*cli
);
183 bool cli_state_has_tcon(struct cli_state
*cli
);
184 uint16_t cli_state_get_tid(struct cli_state
*cli
);
185 uint16_t cli_state_set_tid(struct cli_state
*cli
, uint16_t tid
);
186 uint16_t cli_state_get_uid(struct cli_state
*cli
);
187 uint16_t cli_state_set_uid(struct cli_state
*cli
, uint16_t uid
);
188 bool cli_set_case_sensitive(struct cli_state
*cli
, bool case_sensitive
);
189 enum protocol_types
cli_state_protocol(struct cli_state
*cli
);
190 uint32_t cli_state_capabilities(struct cli_state
*cli
);
191 uint32_t cli_state_available_size(struct cli_state
*cli
, uint32_t ofs
);
192 uint16_t cli_state_max_requests(struct cli_state
*cli
);
193 const uint8_t *cli_state_server_challenge(struct cli_state
*cli
);
194 const DATA_BLOB
*cli_state_server_gss_blob(struct cli_state
*cli
);
195 uint16_t cli_state_security_mode(struct cli_state
*cli
);
196 int cli_state_server_time_zone(struct cli_state
*cli
);
197 time_t cli_state_server_time(struct cli_state
*cli
);
198 struct tevent_req
*cli_echo_send(TALLOC_CTX
*mem_ctx
, struct event_context
*ev
,
199 struct cli_state
*cli
, uint16_t num_echos
,
201 NTSTATUS
cli_echo_recv(struct tevent_req
*req
);
202 NTSTATUS
cli_echo(struct cli_state
*cli
, uint16_t num_echos
, DATA_BLOB data
);
203 bool cli_ucs2(struct cli_state
*cli
);
204 bool is_andx_req(uint8_t cmd
);
205 NTSTATUS
cli_smb(TALLOC_CTX
*mem_ctx
, struct cli_state
*cli
,
206 uint8_t smb_command
, uint8_t additional_flags
,
207 uint8_t wct
, uint16_t *vwv
,
208 uint32_t num_bytes
, const uint8_t *bytes
,
209 struct tevent_req
**result_parent
,
210 uint8_t min_wct
, uint8_t *pwct
, uint16_t **pvwv
,
211 uint32_t *pnum_bytes
, uint8_t **pbytes
);
213 /* The following definitions come from libsmb/clierror.c */
215 const char *cli_errstr(struct cli_state
*cli
);
216 NTSTATUS
cli_nt_error(struct cli_state
*cli
);
217 void cli_dos_error(struct cli_state
*cli
, uint8
*eclass
, uint32
*ecode
);
218 int cli_errno(struct cli_state
*cli
);
219 bool cli_is_error(struct cli_state
*cli
);
220 bool cli_is_nt_error(struct cli_state
*cli
);
221 bool cli_is_dos_error(struct cli_state
*cli
);
222 bool cli_state_is_connected(struct cli_state
*cli
);
223 void cli_state_disconnect(struct cli_state
*cli
);
225 /* The following definitions come from libsmb/clifile.c */
227 struct tevent_req
*cli_setpathinfo_send(TALLOC_CTX
*mem_ctx
,
228 struct tevent_context
*ev
,
229 struct cli_state
*cli
,
234 NTSTATUS
cli_setpathinfo_recv(struct tevent_req
*req
);
235 NTSTATUS
cli_setpathinfo(struct cli_state
*cli
,
241 struct tevent_req
*cli_posix_symlink_send(TALLOC_CTX
*mem_ctx
,
242 struct event_context
*ev
,
243 struct cli_state
*cli
,
245 const char *newname
);
246 NTSTATUS
cli_posix_symlink_recv(struct tevent_req
*req
);
247 NTSTATUS
cli_posix_symlink(struct cli_state
*cli
,
249 const char *newname
);
250 struct tevent_req
*cli_posix_readlink_send(TALLOC_CTX
*mem_ctx
,
251 struct event_context
*ev
,
252 struct cli_state
*cli
,
255 NTSTATUS
cli_posix_readlink_recv(struct tevent_req
*req
, struct cli_state
*cli
,
256 char *retpath
, size_t len
);
257 NTSTATUS
cli_posix_readlink(struct cli_state
*cli
, const char *fname
,
258 char *linkpath
, size_t len
);
259 struct tevent_req
*cli_posix_hardlink_send(TALLOC_CTX
*mem_ctx
,
260 struct event_context
*ev
,
261 struct cli_state
*cli
,
263 const char *newname
);
264 NTSTATUS
cli_posix_hardlink_recv(struct tevent_req
*req
);
265 NTSTATUS
cli_posix_hardlink(struct cli_state
*cli
,
267 const char *newname
);
268 uint32_t unix_perms_to_wire(mode_t perms
);
269 mode_t
wire_perms_to_unix(uint32_t perms
);
270 struct tevent_req
*cli_posix_getfacl_send(TALLOC_CTX
*mem_ctx
,
271 struct event_context
*ev
,
272 struct cli_state
*cli
,
274 NTSTATUS
cli_posix_getfacl_recv(struct tevent_req
*req
,
278 NTSTATUS
cli_posix_getfacl(struct cli_state
*cli
,
283 struct tevent_req
*cli_posix_stat_send(TALLOC_CTX
*mem_ctx
,
284 struct event_context
*ev
,
285 struct cli_state
*cli
,
287 NTSTATUS
cli_posix_stat_recv(struct tevent_req
*req
,
288 SMB_STRUCT_STAT
*sbuf
);
289 NTSTATUS
cli_posix_stat(struct cli_state
*cli
,
291 SMB_STRUCT_STAT
*sbuf
);
292 struct tevent_req
*cli_posix_chmod_send(TALLOC_CTX
*mem_ctx
,
293 struct event_context
*ev
,
294 struct cli_state
*cli
,
297 NTSTATUS
cli_posix_chmod_recv(struct tevent_req
*req
);
298 NTSTATUS
cli_posix_chmod(struct cli_state
*cli
, const char *fname
, mode_t mode
);
299 struct tevent_req
*cli_posix_chown_send(TALLOC_CTX
*mem_ctx
,
300 struct event_context
*ev
,
301 struct cli_state
*cli
,
305 NTSTATUS
cli_posix_chown_recv(struct tevent_req
*req
);
306 NTSTATUS
cli_posix_chown(struct cli_state
*cli
,
310 struct tevent_req
*cli_rename_send(TALLOC_CTX
*mem_ctx
,
311 struct event_context
*ev
,
312 struct cli_state
*cli
,
313 const char *fname_src
,
314 const char *fname_dst
);
315 NTSTATUS
cli_rename_recv(struct tevent_req
*req
);
316 NTSTATUS
cli_rename(struct cli_state
*cli
, const char *fname_src
, const char *fname_dst
);
317 struct tevent_req
*cli_ntrename_send(TALLOC_CTX
*mem_ctx
,
318 struct event_context
*ev
,
319 struct cli_state
*cli
,
320 const char *fname_src
,
321 const char *fname_dst
);
322 NTSTATUS
cli_ntrename_recv(struct tevent_req
*req
);
323 NTSTATUS
cli_ntrename(struct cli_state
*cli
, const char *fname_src
, const char *fname_dst
);
325 struct tevent_req
*cli_nt_hardlink_send(TALLOC_CTX
*mem_ctx
,
326 struct event_context
*ev
,
327 struct cli_state
*cli
,
328 const char *fname_src
,
329 const char *fname_dst
);
330 NTSTATUS
cli_nt_hardlink_recv(struct tevent_req
*req
);
331 NTSTATUS
cli_nt_hardlink(struct cli_state
*cli
, const char *fname_src
, const char *fname_dst
);
333 struct tevent_req
*cli_unlink_send(TALLOC_CTX
*mem_ctx
,
334 struct event_context
*ev
,
335 struct cli_state
*cli
,
337 uint16_t mayhave_attrs
);
338 NTSTATUS
cli_unlink_recv(struct tevent_req
*req
);
339 NTSTATUS
cli_unlink(struct cli_state
*cli
, const char *fname
, uint16_t mayhave_attrs
);
341 struct tevent_req
*cli_mkdir_send(TALLOC_CTX
*mem_ctx
,
342 struct event_context
*ev
,
343 struct cli_state
*cli
,
345 NTSTATUS
cli_mkdir_recv(struct tevent_req
*req
);
346 NTSTATUS
cli_mkdir(struct cli_state
*cli
, const char *dname
);
347 struct tevent_req
*cli_rmdir_send(TALLOC_CTX
*mem_ctx
,
348 struct event_context
*ev
,
349 struct cli_state
*cli
,
351 NTSTATUS
cli_rmdir_recv(struct tevent_req
*req
);
352 NTSTATUS
cli_rmdir(struct cli_state
*cli
, const char *dname
);
353 struct tevent_req
*cli_nt_delete_on_close_send(TALLOC_CTX
*mem_ctx
,
354 struct event_context
*ev
,
355 struct cli_state
*cli
,
358 NTSTATUS
cli_nt_delete_on_close_recv(struct tevent_req
*req
);
359 NTSTATUS
cli_nt_delete_on_close(struct cli_state
*cli
, uint16_t fnum
, bool flag
);
360 struct tevent_req
*cli_ntcreate_send(TALLOC_CTX
*mem_ctx
,
361 struct event_context
*ev
,
362 struct cli_state
*cli
,
365 uint32_t DesiredAccess
,
366 uint32_t FileAttributes
,
367 uint32_t ShareAccess
,
368 uint32_t CreateDisposition
,
369 uint32_t CreateOptions
,
370 uint8_t SecurityFlags
);
371 NTSTATUS
cli_ntcreate_recv(struct tevent_req
*req
, uint16_t *pfnum
);
372 NTSTATUS
cli_ntcreate(struct cli_state
*cli
,
375 uint32_t DesiredAccess
,
376 uint32_t FileAttributes
,
377 uint32_t ShareAccess
,
378 uint32_t CreateDisposition
,
379 uint32_t CreateOptions
,
380 uint8_t SecurityFlags
,
382 uint8_t *smb_bytes_push_str(uint8_t *buf
, bool ucs2
, const char *str
,
383 size_t str_len
, size_t *pconverted_size
);
384 uint8_t *smb_bytes_push_bytes(uint8_t *buf
, uint8_t prefix
,
385 const uint8_t *bytes
, size_t num_bytes
);
386 uint8_t *trans2_bytes_push_str(uint8_t *buf
, bool ucs2
,
387 const char *str
, size_t str_len
,
388 size_t *pconverted_size
);
389 uint8_t *trans2_bytes_push_bytes(uint8_t *buf
,
390 const uint8_t *bytes
, size_t num_bytes
);
391 struct tevent_req
*cli_openx_create(TALLOC_CTX
*mem_ctx
,
392 struct event_context
*ev
,
393 struct cli_state
*cli
, const char *fname
,
394 int flags
, int share_mode
,
395 struct tevent_req
**psmbreq
);
396 struct tevent_req
*cli_openx_send(TALLOC_CTX
*mem_ctx
, struct event_context
*ev
,
397 struct cli_state
*cli
, const char *fname
,
398 int flags
, int share_mode
);
399 NTSTATUS
cli_openx_recv(struct tevent_req
*req
, uint16_t *fnum
);
400 NTSTATUS
cli_openx(struct cli_state
*cli
, const char *fname
, int flags
, int share_mode
, uint16_t *pfnum
);
401 NTSTATUS
cli_open(struct cli_state
*cli
, const char *fname
, int flags
, int share_mode
, uint16_t *pfnum
);
402 struct tevent_req
*cli_close_create(TALLOC_CTX
*mem_ctx
,
403 struct event_context
*ev
,
404 struct cli_state
*cli
, uint16_t fnum
,
405 struct tevent_req
**psubreq
);
406 struct tevent_req
*cli_close_send(TALLOC_CTX
*mem_ctx
,
407 struct event_context
*ev
,
408 struct cli_state
*cli
, uint16_t fnum
);
409 NTSTATUS
cli_close_recv(struct tevent_req
*req
);
410 NTSTATUS
cli_close(struct cli_state
*cli
, uint16_t fnum
);
411 struct tevent_req
*cli_ftruncate_send(TALLOC_CTX
*mem_ctx
,
412 struct event_context
*ev
,
413 struct cli_state
*cli
,
416 NTSTATUS
cli_ftruncate_recv(struct tevent_req
*req
);
417 NTSTATUS
cli_ftruncate(struct cli_state
*cli
, uint16_t fnum
, uint64_t size
);
418 NTSTATUS
cli_locktype(struct cli_state
*cli
, uint16_t fnum
,
419 uint32_t offset
, uint32_t len
,
420 int timeout
, unsigned char locktype
);
421 NTSTATUS
cli_lock32(struct cli_state
*cli
, uint16_t fnum
, uint32_t offset
,
422 uint32_t len
, int timeout
, enum brl_type lock_type
);
423 struct tevent_req
*cli_unlock_send(TALLOC_CTX
*mem_ctx
,
424 struct event_context
*ev
,
425 struct cli_state
*cli
,
429 NTSTATUS
cli_unlock_recv(struct tevent_req
*req
);
430 NTSTATUS
cli_unlock(struct cli_state
*cli
, uint16_t fnum
, uint32_t offset
, uint32_t len
);
431 NTSTATUS
cli_lock64(struct cli_state
*cli
, uint16_t fnum
,
432 uint64_t offset
, uint64_t len
, int timeout
,
433 enum brl_type lock_type
);
434 struct tevent_req
*cli_unlock64_send(TALLOC_CTX
*mem_ctx
,
435 struct event_context
*ev
,
436 struct cli_state
*cli
,
440 NTSTATUS
cli_unlock64_recv(struct tevent_req
*req
);
441 NTSTATUS
cli_unlock64(struct cli_state
*cli
, uint16_t fnum
, uint64_t offset
, uint64_t len
);
442 struct tevent_req
*cli_posix_lock_send(TALLOC_CTX
*mem_ctx
,
443 struct event_context
*ev
,
444 struct cli_state
*cli
,
449 enum brl_type lock_type
);
450 NTSTATUS
cli_posix_lock_recv(struct tevent_req
*req
);
451 NTSTATUS
cli_posix_lock(struct cli_state
*cli
, uint16_t fnum
,
452 uint64_t offset
, uint64_t len
,
453 bool wait_lock
, enum brl_type lock_type
);
454 struct tevent_req
*cli_posix_unlock_send(TALLOC_CTX
*mem_ctx
,
455 struct event_context
*ev
,
456 struct cli_state
*cli
,
460 NTSTATUS
cli_posix_unlock_recv(struct tevent_req
*req
);
461 NTSTATUS
cli_posix_unlock(struct cli_state
*cli
, uint16_t fnum
, uint64_t offset
, uint64_t len
);
462 struct tevent_req
*cli_getattrE_send(TALLOC_CTX
*mem_ctx
,
463 struct event_context
*ev
,
464 struct cli_state
*cli
,
466 NTSTATUS
cli_getattrE_recv(struct tevent_req
*req
,
472 NTSTATUS
cli_getattrE(struct cli_state
*cli
,
479 struct tevent_req
*cli_setattrE_send(TALLOC_CTX
*mem_ctx
,
480 struct event_context
*ev
,
481 struct cli_state
*cli
,
486 NTSTATUS
cli_setattrE_recv(struct tevent_req
*req
);
487 NTSTATUS
cli_setattrE(struct cli_state
*cli
,
492 struct tevent_req
*cli_getatr_send(TALLOC_CTX
*mem_ctx
,
493 struct event_context
*ev
,
494 struct cli_state
*cli
,
496 NTSTATUS
cli_getatr_recv(struct tevent_req
*req
,
500 NTSTATUS
cli_getatr(struct cli_state
*cli
,
505 struct tevent_req
*cli_setatr_send(TALLOC_CTX
*mem_ctx
,
506 struct event_context
*ev
,
507 struct cli_state
*cli
,
511 NTSTATUS
cli_setatr_recv(struct tevent_req
*req
);
512 NTSTATUS
cli_setatr(struct cli_state
*cli
,
516 struct tevent_req
*cli_chkpath_send(TALLOC_CTX
*mem_ctx
,
517 struct event_context
*ev
,
518 struct cli_state
*cli
,
520 NTSTATUS
cli_chkpath_recv(struct tevent_req
*req
);
521 NTSTATUS
cli_chkpath(struct cli_state
*cli
, const char *path
);
522 struct tevent_req
*cli_dskattr_send(TALLOC_CTX
*mem_ctx
,
523 struct event_context
*ev
,
524 struct cli_state
*cli
);
525 NTSTATUS
cli_dskattr_recv(struct tevent_req
*req
, int *bsize
, int *total
,
527 NTSTATUS
cli_dskattr(struct cli_state
*cli
, int *bsize
, int *total
, int *avail
);
528 struct tevent_req
*cli_ctemp_send(TALLOC_CTX
*mem_ctx
,
529 struct event_context
*ev
,
530 struct cli_state
*cli
,
532 NTSTATUS
cli_ctemp_recv(struct tevent_req
*req
,
536 NTSTATUS
cli_ctemp(struct cli_state
*cli
,
541 NTSTATUS
cli_raw_ioctl(struct cli_state
*cli
, uint16_t fnum
, uint32_t code
, DATA_BLOB
*blob
);
542 NTSTATUS
cli_set_ea_path(struct cli_state
*cli
, const char *path
,
543 const char *ea_name
, const char *ea_val
,
545 NTSTATUS
cli_set_ea_fnum(struct cli_state
*cli
, uint16_t fnum
,
546 const char *ea_name
, const char *ea_val
,
548 struct tevent_req
*cli_get_ea_list_path_send(TALLOC_CTX
*mem_ctx
,
549 struct tevent_context
*ev
,
550 struct cli_state
*cli
,
552 NTSTATUS
cli_get_ea_list_path_recv(struct tevent_req
*req
, TALLOC_CTX
*mem_ctx
,
553 size_t *pnum_eas
, struct ea_struct
**peas
);
554 NTSTATUS
cli_get_ea_list_path(struct cli_state
*cli
, const char *path
,
557 struct ea_struct
**pea_list
);
558 struct tevent_req
*cli_posix_open_send(TALLOC_CTX
*mem_ctx
,
559 struct event_context
*ev
,
560 struct cli_state
*cli
,
564 NTSTATUS
cli_posix_open_recv(struct tevent_req
*req
, uint16_t *pfnum
);
565 NTSTATUS
cli_posix_open(struct cli_state
*cli
, const char *fname
,
566 int flags
, mode_t mode
, uint16_t *fnum
);
567 struct tevent_req
*cli_posix_mkdir_send(TALLOC_CTX
*mem_ctx
,
568 struct event_context
*ev
,
569 struct cli_state
*cli
,
572 NTSTATUS
cli_posix_mkdir_recv(struct tevent_req
*req
);
573 NTSTATUS
cli_posix_mkdir(struct cli_state
*cli
, const char *fname
, mode_t mode
);
575 struct tevent_req
*cli_posix_unlink_send(TALLOC_CTX
*mem_ctx
,
576 struct event_context
*ev
,
577 struct cli_state
*cli
,
579 NTSTATUS
cli_posix_unlink_recv(struct tevent_req
*req
);
580 NTSTATUS
cli_posix_unlink(struct cli_state
*cli
, const char *fname
);
582 struct tevent_req
*cli_posix_rmdir_send(TALLOC_CTX
*mem_ctx
,
583 struct event_context
*ev
,
584 struct cli_state
*cli
,
586 NTSTATUS
cli_posix_rmdir_recv(struct tevent_req
*req
, TALLOC_CTX
*mem_ctx
);
587 NTSTATUS
cli_posix_rmdir(struct cli_state
*cli
, const char *fname
);
588 struct tevent_req
*cli_notify_send(TALLOC_CTX
*mem_ctx
,
589 struct tevent_context
*ev
,
590 struct cli_state
*cli
, uint16_t fnum
,
591 uint32_t buffer_size
,
592 uint32_t completion_filter
, bool recursive
);
593 NTSTATUS
cli_notify_recv(struct tevent_req
*req
, TALLOC_CTX
*mem_ctx
,
594 uint32_t *pnum_changes
,
595 struct notify_change
**pchanges
);
597 struct tevent_req
*cli_nttrans_create_send(TALLOC_CTX
*mem_ctx
,
598 struct event_context
*ev
,
599 struct cli_state
*cli
,
602 uint32_t DesiredAccess
,
603 uint32_t FileAttributes
,
604 uint32_t ShareAccess
,
605 uint32_t CreateDisposition
,
606 uint32_t CreateOptions
,
607 uint8_t SecurityFlags
,
608 struct security_descriptor
*secdesc
,
609 struct ea_struct
*eas
,
611 NTSTATUS
cli_nttrans_create_recv(struct tevent_req
*req
, uint16_t *fnum
);
612 NTSTATUS
cli_nttrans_create(struct cli_state
*cli
,
615 uint32_t DesiredAccess
,
616 uint32_t FileAttributes
,
617 uint32_t ShareAccess
,
618 uint32_t CreateDisposition
,
619 uint32_t CreateOptions
,
620 uint8_t SecurityFlags
,
621 struct security_descriptor
*secdesc
,
622 struct ea_struct
*eas
,
626 /* The following definitions come from libsmb/clifsinfo.c */
628 struct tevent_req
*cli_unix_extensions_version_send(TALLOC_CTX
*mem_ctx
,
629 struct tevent_context
*ev
,
630 struct cli_state
*cli
);
631 NTSTATUS
cli_unix_extensions_version_recv(struct tevent_req
*req
,
632 uint16_t *pmajor
, uint16_t *pminor
,
635 NTSTATUS
cli_unix_extensions_version(struct cli_state
*cli
, uint16
*pmajor
,
636 uint16
*pminor
, uint32
*pcaplow
,
638 struct tevent_req
*cli_set_unix_extensions_capabilities_send(
639 TALLOC_CTX
*mem_ctx
, struct tevent_context
*ev
, struct cli_state
*cli
,
640 uint16_t major
, uint16_t minor
, uint32_t caplow
, uint32_t caphigh
);
641 NTSTATUS
cli_set_unix_extensions_capabilities_recv(struct tevent_req
*req
);
642 NTSTATUS
cli_set_unix_extensions_capabilities(struct cli_state
*cli
,
643 uint16 major
, uint16 minor
,
644 uint32 caplow
, uint32 caphigh
);
645 struct tevent_req
*cli_get_fs_attr_info_send(TALLOC_CTX
*mem_ctx
,
646 struct tevent_context
*ev
,
647 struct cli_state
*cli
);
648 NTSTATUS
cli_get_fs_attr_info_recv(struct tevent_req
*req
, uint32_t *fs_attr
);
649 NTSTATUS
cli_get_fs_attr_info(struct cli_state
*cli
, uint32_t *fs_attr
);
650 NTSTATUS
cli_get_fs_volume_info(struct cli_state
*cli
,
651 TALLOC_CTX
*mem_ctx
, char **volume_name
,
652 uint32
*pserial_number
, time_t *pdate
);
653 NTSTATUS
cli_get_fs_full_size_info(struct cli_state
*cli
,
654 uint64_t *total_allocation_units
,
655 uint64_t *caller_allocation_units
,
656 uint64_t *actual_allocation_units
,
657 uint64_t *sectors_per_allocation_unit
,
658 uint64_t *bytes_per_sector
);
659 NTSTATUS
cli_get_posix_fs_info(struct cli_state
*cli
,
660 uint32
*optimal_transfer_size
,
662 uint64_t *total_blocks
,
663 uint64_t *blocks_available
,
664 uint64_t *user_blocks_available
,
665 uint64_t *total_file_nodes
,
666 uint64_t *free_file_nodes
,
667 uint64_t *fs_identifier
);
668 NTSTATUS
cli_raw_ntlm_smb_encryption_start(struct cli_state
*cli
,
672 NTSTATUS
cli_gss_smb_encryption_start(struct cli_state
*cli
);
673 NTSTATUS
cli_force_encryption(struct cli_state
*c
,
674 const char *username
,
675 const char *password
,
678 /* The following definitions come from libsmb/clilist.c */
680 NTSTATUS
cli_list_old(struct cli_state
*cli
,const char *Mask
,uint16 attribute
,
681 NTSTATUS (*fn
)(const char *, struct file_info
*,
682 const char *, void *), void *state
);
683 NTSTATUS
cli_list_trans(struct cli_state
*cli
, const char *mask
,
684 uint16_t attribute
, int info_level
,
685 NTSTATUS (*fn
)(const char *mnt
, struct file_info
*finfo
,
686 const char *mask
, void *private_data
),
688 struct tevent_req
*cli_list_send(TALLOC_CTX
*mem_ctx
,
689 struct tevent_context
*ev
,
690 struct cli_state
*cli
,
693 uint16_t info_level
);
694 NTSTATUS
cli_list_recv(struct tevent_req
*req
, TALLOC_CTX
*mem_ctx
,
695 struct file_info
**finfo
, size_t *num_finfo
);
696 NTSTATUS
cli_list(struct cli_state
*cli
,const char *Mask
,uint16 attribute
,
697 NTSTATUS (*fn
)(const char *, struct file_info
*, const char *,
698 void *), void *state
);
700 /* The following definitions come from libsmb/climessage.c */
702 struct tevent_req
*cli_message_send(TALLOC_CTX
*mem_ctx
,
703 struct tevent_context
*ev
,
704 struct cli_state
*cli
,
705 const char *host
, const char *username
,
706 const char *message
);
707 NTSTATUS
cli_message_recv(struct tevent_req
*req
);
708 NTSTATUS
cli_message(struct cli_state
*cli
, const char *host
,
709 const char *username
, const char *message
);
711 /* The following definitions come from libsmb/clioplock.c */
713 struct tevent_req
*cli_smb_oplock_break_waiter_send(TALLOC_CTX
*mem_ctx
,
714 struct event_context
*ev
,
715 struct cli_state
*cli
);
716 NTSTATUS
cli_smb_oplock_break_waiter_recv(struct tevent_req
*req
,
720 struct tevent_req
*cli_oplock_ack_send(TALLOC_CTX
*mem_ctx
,
721 struct tevent_context
*ev
,
722 struct cli_state
*cli
,
723 uint16_t fnum
, uint8_t level
);
724 NTSTATUS
cli_oplock_ack_recv(struct tevent_req
*req
);
726 /* The following definitions come from libsmb/cliprint.c */
728 int cli_print_queue(struct cli_state
*cli
,
729 void (*fn
)(struct print_job_info
*));
730 int cli_printjob_del(struct cli_state
*cli
, int job
);
732 /* The following definitions come from libsmb/cliquota.c */
734 NTSTATUS
cli_get_quota_handle(struct cli_state
*cli
, uint16_t *quota_fnum
);
735 void free_ntquota_list(SMB_NTQUOTA_LIST
**qt_list
);
736 NTSTATUS
cli_get_user_quota(struct cli_state
*cli
, int quota_fnum
,
737 SMB_NTQUOTA_STRUCT
*pqt
);
738 NTSTATUS
cli_set_user_quota(struct cli_state
*cli
, int quota_fnum
,
739 SMB_NTQUOTA_STRUCT
*pqt
);
740 NTSTATUS
cli_list_user_quota(struct cli_state
*cli
, int quota_fnum
,
741 SMB_NTQUOTA_LIST
**pqt_list
);
742 NTSTATUS
cli_get_fs_quota_info(struct cli_state
*cli
, int quota_fnum
,
743 SMB_NTQUOTA_STRUCT
*pqt
);
744 NTSTATUS
cli_set_fs_quota_info(struct cli_state
*cli
, int quota_fnum
,
745 SMB_NTQUOTA_STRUCT
*pqt
);
747 /* The following definitions come from libsmb/clireadwrite.c */
749 struct tevent_req
*cli_read_andx_create(TALLOC_CTX
*mem_ctx
,
750 struct event_context
*ev
,
751 struct cli_state
*cli
, uint16_t fnum
,
752 off_t offset
, size_t size
,
753 struct tevent_req
**psmbreq
);
754 struct tevent_req
*cli_read_andx_send(TALLOC_CTX
*mem_ctx
,
755 struct event_context
*ev
,
756 struct cli_state
*cli
, uint16_t fnum
,
757 off_t offset
, size_t size
);
758 NTSTATUS
cli_read_andx_recv(struct tevent_req
*req
, ssize_t
*received
,
760 struct tevent_req
*cli_pull_send(TALLOC_CTX
*mem_ctx
,
761 struct event_context
*ev
,
762 struct cli_state
*cli
,
763 uint16_t fnum
, off_t start_offset
,
764 SMB_OFF_T size
, size_t window_size
,
765 NTSTATUS (*sink
)(char *buf
, size_t n
,
768 NTSTATUS
cli_pull_recv(struct tevent_req
*req
, SMB_OFF_T
*received
);
769 NTSTATUS
cli_pull(struct cli_state
*cli
, uint16_t fnum
,
770 off_t start_offset
, SMB_OFF_T size
, size_t window_size
,
771 NTSTATUS (*sink
)(char *buf
, size_t n
, void *priv
),
772 void *priv
, SMB_OFF_T
*received
);
773 NTSTATUS
cli_read(struct cli_state
*cli
, uint16_t fnum
,
774 char *buf
, off_t offset
, size_t size
,
776 NTSTATUS
cli_smbwrite(struct cli_state
*cli
, uint16_t fnum
, char *buf
,
777 off_t offset
, size_t size1
, size_t *ptotal
);
778 struct tevent_req
*cli_write_andx_create(TALLOC_CTX
*mem_ctx
,
779 struct event_context
*ev
,
780 struct cli_state
*cli
, uint16_t fnum
,
781 uint16_t mode
, const uint8_t *buf
,
782 off_t offset
, size_t size
,
783 struct tevent_req
**reqs_before
,
785 struct tevent_req
**psmbreq
);
786 struct tevent_req
*cli_write_andx_send(TALLOC_CTX
*mem_ctx
,
787 struct event_context
*ev
,
788 struct cli_state
*cli
, uint16_t fnum
,
789 uint16_t mode
, const uint8_t *buf
,
790 off_t offset
, size_t size
);
791 NTSTATUS
cli_write_andx_recv(struct tevent_req
*req
, size_t *pwritten
);
793 NTSTATUS
cli_writeall(struct cli_state
*cli
, uint16_t fnum
, uint16_t mode
,
794 const uint8_t *buf
, off_t offset
, size_t size
,
797 struct tevent_req
*cli_push_send(TALLOC_CTX
*mem_ctx
, struct event_context
*ev
,
798 struct cli_state
*cli
,
799 uint16_t fnum
, uint16_t mode
,
800 off_t start_offset
, size_t window_size
,
801 size_t (*source
)(uint8_t *buf
, size_t n
,
804 NTSTATUS
cli_push_recv(struct tevent_req
*req
);
805 NTSTATUS
cli_push(struct cli_state
*cli
, uint16_t fnum
, uint16_t mode
,
806 off_t start_offset
, size_t window_size
,
807 size_t (*source
)(uint8_t *buf
, size_t n
, void *priv
),
810 /* The following definitions come from libsmb/clisecdesc.c */
812 NTSTATUS
cli_query_secdesc(struct cli_state
*cli
, uint16_t fnum
,
813 TALLOC_CTX
*mem_ctx
, struct security_descriptor
**sd
);
814 NTSTATUS
cli_set_secdesc(struct cli_state
*cli
, uint16_t fnum
,
815 const struct security_descriptor
*sd
);
817 /* The following definitions come from libsmb/clistr.c */
819 size_t clistr_pull_talloc(TALLOC_CTX
*ctx
,
827 /* The following definitions come from libsmb/clitrans.c */
829 struct tevent_req
*cli_trans_send(
830 TALLOC_CTX
*mem_ctx
, struct tevent_context
*ev
,
831 struct cli_state
*cli
, uint8_t cmd
,
832 const char *pipe_name
, uint16_t fid
, uint16_t function
, int flags
,
833 uint16_t *setup
, uint8_t num_setup
, uint8_t max_setup
,
834 uint8_t *param
, uint32_t num_param
, uint32_t max_param
,
835 uint8_t *data
, uint32_t num_data
, uint32_t max_data
);
836 NTSTATUS
cli_trans_recv(struct tevent_req
*req
, TALLOC_CTX
*mem_ctx
,
837 uint16_t *recv_flags2
,
838 uint16_t **setup
, uint8_t min_setup
,
840 uint8_t **param
, uint32_t min_param
,
842 uint8_t **data
, uint32_t min_data
,
844 NTSTATUS
cli_trans(TALLOC_CTX
*mem_ctx
, struct cli_state
*cli
,
846 const char *pipe_name
, uint16_t fid
, uint16_t function
,
848 uint16_t *setup
, uint8_t num_setup
, uint8_t max_setup
,
849 uint8_t *param
, uint32_t num_param
, uint32_t max_param
,
850 uint8_t *data
, uint32_t num_data
, uint32_t max_data
,
851 uint16_t *recv_flags2
,
852 uint16_t **rsetup
, uint8_t min_rsetup
, uint8_t *num_rsetup
,
853 uint8_t **rparam
, uint32_t min_rparam
, uint32_t *num_rparam
,
854 uint8_t **rdata
, uint32_t min_rdata
, uint32_t *num_rdata
);
856 /* The following definitions come from libsmb/clisigning.c */
858 bool cli_simple_set_signing(struct cli_state
*cli
,
859 const DATA_BLOB user_session_key
,
860 const DATA_BLOB response
);
861 bool cli_check_sign_mac(struct cli_state
*cli
, const char *buf
, uint32_t seqnum
);
862 bool client_is_signing_on(struct cli_state
*cli
);
864 /* The following definitions come from libsmb/reparse_symlink.c */
866 bool symlink_reparse_buffer_marshall(
867 const char *substitute
, const char *printname
, uint32_t flags
,
868 TALLOC_CTX
*mem_ctx
, uint8_t **pdst
, size_t *pdstlen
);
869 bool symlink_reparse_buffer_parse(
870 const uint8_t *src
, size_t srclen
, TALLOC_CTX
*mem_ctx
,
871 char **psubstitute_name
, char **pprint_name
, uint32_t *pflags
);
873 /* The following definitions come from libsmb/clisymlink.c */
875 struct tevent_req
*cli_symlink_send(TALLOC_CTX
*mem_ctx
,
876 struct tevent_context
*ev
,
877 struct cli_state
*cli
,
881 NTSTATUS
cli_symlink_recv(struct tevent_req
*req
);
882 NTSTATUS
cli_symlink(struct cli_state
*cli
, const char *oldname
,
883 const char *newname
, uint32_t flags
);
885 struct tevent_req
*cli_readlink_send(TALLOC_CTX
*mem_ctx
,
886 struct tevent_context
*ev
,
887 struct cli_state
*cli
,
889 NTSTATUS
cli_readlink_recv(struct tevent_req
*req
, TALLOC_CTX
*mem_ctx
,
890 char **psubstitute_name
, char **pprint_name
,
892 NTSTATUS
cli_readlink(struct cli_state
*cli
, const char *fname
,
893 TALLOC_CTX
*mem_ctx
, char **psubstitute_name
,
894 char **pprint_name
, uint32_t *pflags
);
896 #endif /* _LIBSMB_PROTO_H_ */