Deleted Added
full compact
smb.h (88741) smb.h (91021)
1/*
2 * Copyright (c) 2000-2001 Boris Popov
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 15 unchanged lines hidden (view full) ---

24 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 * SUCH DAMAGE.
31 *
1/*
2 * Copyright (c) 2000-2001 Boris Popov
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 15 unchanged lines hidden (view full) ---

24 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 * SUCH DAMAGE.
31 *
32 * $FreeBSD: head/sys/netsmb/smb.h 88741 2001-12-31 19:29:43Z bp $
32 * $FreeBSD: head/sys/netsmb/smb.h 91021 2002-02-21 16:10:42Z bp $
33 */
34
35/*
36 * Common definitions and structures for SMB/CIFS protocol
37 */
38
39#ifndef _NETSMB_SMB_H_
40#define _NETSMB_SMB_H_

--- 221 unchanged lines hidden (view full) ---

262#define SMB_FIND_FULL_DIRECTORY_INFO 0x102
263#define SMB_FIND_FILE_NAMES_INFO 0x103
264#define SMB_FIND_BOTH_DIRECTORY_INFO 0x104
265
266/*
267 * Set PATH/FILE information levels
268 */
269#define SMB_SET_FILE_BASIC_INFO 0x101
33 */
34
35/*
36 * Common definitions and structures for SMB/CIFS protocol
37 */
38
39#ifndef _NETSMB_SMB_H_
40#define _NETSMB_SMB_H_

--- 221 unchanged lines hidden (view full) ---

262#define SMB_FIND_FULL_DIRECTORY_INFO 0x102
263#define SMB_FIND_FILE_NAMES_INFO 0x103
264#define SMB_FIND_BOTH_DIRECTORY_INFO 0x104
265
266/*
267 * Set PATH/FILE information levels
268 */
269#define SMB_SET_FILE_BASIC_INFO 0x101
270#define SMB_SET_FILE_END_OF_FILE_INFO 0x104
270
271/*
272 * LOCKING_ANDX LockType flags
273 */
274#define SMB_LOCKING_ANDX_SHARED_LOCK 0x01
275#define SMB_LOCKING_ANDX_OPLOCK_RELEASE 0x02
276#define SMB_LOCKING_ANDX_CHANGE_LOCKTYPE 0x04
277#define SMB_LOCKING_ANDX_CANCEL_LOCK 0x08

--- 111 unchanged lines hidden ---
271
272/*
273 * LOCKING_ANDX LockType flags
274 */
275#define SMB_LOCKING_ANDX_SHARED_LOCK 0x01
276#define SMB_LOCKING_ANDX_OPLOCK_RELEASE 0x02
277#define SMB_LOCKING_ANDX_CHANGE_LOCKTYPE 0x04
278#define SMB_LOCKING_ANDX_CANCEL_LOCK 0x08

--- 111 unchanged lines hidden ---