summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb2/find.c
AgeCommit message (Collapse)AuthorFilesLines
2010-06-29s4:smb_server/smb2/find.c - remove unused codeMatthias Dieter Wallnöfer1-3/+0
Spotted by the Solaris 10 compiler
2009-09-19s4-smbd: minimise includes in smbd/ and smb_serverAndrew Tridgell1-1/+0
2009-02-02s4:smb_server: s/private/private_dataStefan Metzmacher1-2/+2
metze
2008-05-16fixed file_index referenceAndrew Tridgell1-1/+1
(This used to be commit edb4b38ed33b545d8024f45c602d3f5e4a74c511)
2008-05-15better match WSPP doc name for find flagsAndrew Tridgell1-1/+1
(This used to be commit 0e4b8602dec3ec87676c91a99371e5d77fe78196)
2008-02-183 places where the VFS backend doesn't handle NULL strings.Andrew Tridgell1-0/+5
(This used to be commit cf109460aff5a8437ab7eba05e4d7316a131080e)
2007-10-10r25551: Convert to standard bool type.Jelmer Vernooij1-5/+5
(This used to be commit c9651e2c5c078edee7b91085e936a93625c8d708)
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
2007-10-10r23067: use 'const union smb_search_data *file' also in the server code to ↵Stefan Metzmacher1-1/+1
get rid of compiler warnings in the cifs backend metze (This used to be commit 34ef07b1f5acdad27edd80de8de4c6de7f879f9b)
2007-10-10r16875: implement SMB2 Find in the frontendStefan Metzmacher1-0/+167
metze (This used to be commit 58bed7322c7e552d0462a11ce5d46a282c31f8f7)