Jelmer Vernooij
c9651e2c5c
r25551: Convert to standard bool type.
2007-10-10 15:07:54 -05:00
Andrew Tridgell
fcf38a38ac
r23792: convert Samba4 to GPLv3
...
There are still a few tidyups of old FSF addresses to come (in both s3
and s4). More commits soon.
2007-10-10 14:59:12 -05:00
Stefan Metzmacher
2390c9f24d
r22866: handle incoming chained smb2 requests in our server code to let
...
the windows explorer in longhorn beta3 work.
metze
2007-10-10 14:52:26 -05:00
Stefan Metzmacher
7fa00381ef
r22843: pass smb2 lock requests to the ntvfs layer
...
metze
2007-10-10 14:52:24 -05:00
Stefan Metzmacher
eaccd3c435
r17084: implement SMB2 Cancel in the server,
...
that makes it possible for clients to cancel
async requests, like NOTIFY...
metze
2007-10-10 14:10:12 -05:00
Stefan Metzmacher
156bd4620c
r16989: implement SMB2 Notify in the frontend
...
metze
2007-10-10 14:10:07 -05:00
Stefan Metzmacher
d41a83d559
r16918: the SMB2 Ioctls are sometimes called with a wildcard handle
...
the operation doesn't need a valid file handle in that case
metze
2007-10-10 14:10:00 -05:00
Stefan Metzmacher
90b0ae53e4
r16889: implement SMB2 Ioctl in the frontend
...
metze
2007-10-10 14:09:56 -05:00
Stefan Metzmacher
58bed7322c
r16875: implement SMB2 Find in the frontend
...
metze
2007-10-10 14:09:56 -05:00
Stefan Metzmacher
7761a2a595
r16869: - if we know the blob length, we can preallocated the memory
...
and avoid a realloc in smb2_push_*
- don't overwrite the first data byte
metze
2007-10-10 14:09:55 -05:00
Stefan Metzmacher
6326bb901f
r16740: just say the directory is empty
...
metze
2007-10-10 14:09:43 -05:00
Stefan Metzmacher
a251e72206
r16731: send a better error code, required for vista-beta2 client
...
metze
2007-10-10 14:09:41 -05:00
Stefan Metzmacher
f97a21b970
r16699: the layout of SMB2 Read and Write is identical...
...
so we know that the 9th bytes is just uninitialized padding
metze
2007-10-10 14:09:39 -05:00
Stefan Metzmacher
cdee9b2168
r16520: move smb2srv_break_recv back to fileio.c
...
metze
2007-10-10 14:09:31 -05:00
Stefan Metzmacher
c4755c83c6
r16407: add parsing code the SMB2 GetInfo in the server
...
metze
2007-10-10 14:09:13 -05:00
Stefan Metzmacher
fdfa6dcc97
r15771: this should be a o32s32 blob
...
metze
2007-10-10 14:08:17 -05:00
Stefan Metzmacher
d0ac0c5af4
r15760: - add RAW_READ_SMB2 => generic mapping
...
- Implement SMB2 Read
metze
2007-10-10 14:08:15 -05:00
Stefan Metzmacher
41d87ebe35
r15758: - handle RAW_FLUSH_SMB2 in the posix ntvfs backend
...
- Implement SMB2 Flush
metze
2007-10-10 14:08:15 -05:00
Stefan Metzmacher
5ab6f304f8
r15757: - add RAW_WRITE_SMB2 => generic mapping
...
- implement SMB2 Write
metze
2007-10-10 14:08:14 -05:00
Stefan Metzmacher
41bc3cfc82
r15754: - implement SMB2 Close
...
- add RAW_CLOSE_SMB2 generic mapping
metze
2007-10-10 14:08:14 -05:00
Stefan Metzmacher
65b67a8af6
r15753: implement SMB2 Create
...
metze
2007-10-10 14:08:14 -05:00
Jelmer Vernooij
70e7449318
r12608: Remove some unused #include lines.
2007-10-10 13:49:03 -05:00
Stefan Metzmacher
859ab627f4
r12092: - add dummy functions for the missing SMB2 opcodes
...
- implement keepalive and logoff
metze
2007-10-10 13:47:08 -05:00
Stefan Metzmacher
08b31d5f61
r11789: - add the start of a SMB2 server
...
- it does Negprot and SessionSetup yet
the rest returns NT_STATUS_NOT_IMPLEMENTED
- it's off by default, enable with:
smbsrv:enable smb2 = yes
- negotition in the SMB Negprot isn't supported yet
- it's only tested with smbtorture SMB2-CONNECT
not with vista as client
metze
2007-10-10 13:46:28 -05:00