summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/smb/search.c
Commit message (Collapse)AuthorAgeFilesLines
* s4:smb_server: s/private/private_dataStefan Metzmacher2009-02-021-2/+2
| | | | metze
* Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell2008-02-141-6/+6
| | | | | | | | | | | | | | | | | | | This converts our SMB and SMB2 code to use a common structure "struct request_bufinfo" for information on the buffer bounds of a packet, alignment information and string handling. This allows us to use a common backend for SMB and SMB2 code, while still using all the same string and blob handling functions. Up to now we had been passing a NULL req handle into these common routines from the SMB2 side of the server, which meant that we failed any operation which did a bounds checked string extraction (such as a RenameInformation setinfo call, which is what Vista uses for renaming files) There is still some more work to be done on this - for example we can now remove many of the SMB2 specific buffer handling functions that we had, and use the SMB ones. (This used to be commit ca6d9be6cb6a403a81b18fa6e9a6a0518d7f0f68)
* r25551: Convert to standard bool type.Jelmer Vernooij2007-10-101-4/+4
| | | | (This used to be commit c9651e2c5c078edee7b91085e936a93625c8d708)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-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)
* r23067: use 'const union smb_search_data *file' also in the server code to ↵Stefan Metzmacher2007-10-101-2/+2
| | | | | | | | | get rid of compiler warnings in the cifs backend metze (This used to be commit 34ef07b1f5acdad27edd80de8de4c6de7f879f9b)
* r16834: split the level's of smb_search_first/smb_search_next and the levelsStefan Metzmacher2007-10-101-0/+2
| | | | | | | of smb_search_data metze (This used to be commit 78c201db8a47a71908698c4dda2add4cf85694d9)
* r14541: separate smbsrv_request and ntvfs_request,Stefan Metzmacher2007-10-101-68/+30
| | | | | | | | | | with this it's now possible to write a ntvfs_test programm like the vfstest in samba3 also smb2 support will be possible later metze (This used to be commit 7253153691e35cd206346fbd4e9b9f95c042f602)
* r14523: make async search request possibleStefan Metzmacher2007-10-101-26/+60
| | | | | metze (This used to be commit f130632dc58b7afc8270c1bc8a13e3451f8d9ec0)
* r13870: prefix more functions with smbsrv_Stefan Metzmacher2007-10-101-18/+18
| | | | | metze (This used to be commit e6275db7b926d3660ad4a0f40041a5129001427a)
* r13865: prefix functions with smbsrv_Stefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 2af96632757ee4bb0261b1871100008b48c5fd4d)
* r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit 87f665a1d5ba74289974bf9d8f9441c162e6f1b1)
* r11786: move all SMB protocol specific stuff to smb_server/smb/Stefan Metzmacher2007-10-101-0/+285
metze (This used to be commit 5fea278cb65076cea71bb6c921e51c4feffc37d7)