summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/find.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r11895: - reorder some code to make it easier to follow, how the fields ↵Stefan Metzmacher1-1/+2
appear on the wire - add some comments to the header file, to represent the wire format metze (This used to be commit fa98f09f8b8829e66aa37cd947ab4f0cbb7b5476)
2007-10-10r11849: added mapping between SMB2 and SMB find/search levelsAndrew Tridgell1-1/+90
(This used to be commit 77e0cb999c776d2cfc806445d36135e5ba3a5f3d)
2007-10-10r11801: - added basic SMB2 find supportAndrew Tridgell1-0/+90
- added SMB2-SCANFIND test - cleaned up continue flags in EAs and find requests (This used to be commit 8792bc07d927e6470874230153177748afae3ee8)