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