summaryrefslogtreecommitdiff
path: root/source4/smb_server/search.c
Commit message (Expand)AuthorAgeFilesLines
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-101-1/+1
* r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher2007-10-101-3/+3
* r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell2007-10-101-0/+2
* r3355: fixed the old style search code in smb_server to correctly handleAndrew Tridgell2007-10-101-4/+8
* r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...Stefan Metzmacher2007-10-101-8/+8
* r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell2007-10-101-0/+1
* r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher2007-10-101-3/+3
* r2520: - finished implementing the server side of the old style search requestsAndrew Tridgell2007-10-101-2/+3
* r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 andAndrew Tridgell2007-10-101-56/+104
* r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell2007-10-101-1/+1
* r2045: fixed a date format push in SMBsearchAndrew Tridgell2007-10-101-1/+1
* r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher2007-10-101-1/+1
* r1280: rename struct request_context to smbsrv_requestStefan Metzmacher2007-10-101-5/+5
* r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher2007-10-101-3/+3
* r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher2007-10-101-1/+1
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-101-1/+1
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-3/+3
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-2/+2
* r152: a quick airport commit ....Andrew Tridgell2007-10-101-1/+1
* - move all SMB server stuff to smb_server/*Stefan Metzmacher2004-02-031-0/+229