1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-06 08:23:50 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
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