summaryrefslogtreecommitdiff
path: root/source4/ntvfs/cifs/vfs_cifs.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell1-0/+1
2007-10-10r3461: another place where "open" was used as a structure elementAndrew Tridgell1-1/+1
2007-10-10r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell1-0/+1
2007-10-10r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...Stefan Metzmacher1-39/+39
2007-10-10r3106: don't call a tree disconnect in the cifs backend, as during a smbdAndrew Tridgell1-2/+1
2007-10-10r3086: fixed smbpid handling in the cifs backendAndrew Tridgell1-2/+50
2007-10-10r3082: added a "cifs:mapgeneric" option, which tells the cifs backend to useAndrew Tridgell1-5/+50
2007-10-10r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell1-18/+18
2007-10-10r3039: This solves the problem of async handlers in ntvfs backends not beingAndrew Tridgell1-0/+11
2007-10-10r3017: nicer memory handling for event_context_merge()Andrew Tridgell1-2/+2
2007-10-10r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher1-55/+84
2007-10-10r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell1-7/+8
2007-10-10r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell1-3/+22
2007-10-10r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell1-50/+29
2007-10-10r2447: let the server code use the new lib/socket/ stuffStefan Metzmacher1-1/+3
2007-10-10r2326: remove definition and usage of struct socket_contextStefan Metzmacher1-1/+1
2007-10-10r2319: let event_merge_contexts() return a pointer to the final contextStefan Metzmacher1-4/+2
2007-10-10r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell1-21/+21
2007-10-10r1654: rename cli_ -> smbcli_Stefan Metzmacher1-36/+36
2007-10-10r1578: the first stage of the async client rewrite.Andrew Tridgell1-16/+13
2007-10-10r1486: commit the start of the generic server infastructureStefan Metzmacher1-3/+3
2007-10-10r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher1-4/+4
2007-10-10r1280: rename struct request_context to smbsrv_requestStefan Metzmacher1-38/+38
2007-10-10r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher1-45/+45
2007-10-10r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher1-4/+4
2007-10-10r1123: Make all lp_ string functions return 'const char *'.Andrew Bartlett1-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-2/+2
2007-10-10r152: a quick airport commit ....Andrew Tridgell1-5/+6
2004-03-08in the async socket handling routines in the cifs backend don't assumeAndrew Tridgell1-3/+3
2004-02-03if vfs_cifs want to modify the ntvfs_ops struct, it shouldStefan Metzmacher1-1/+6
2004-02-02some DEBUG and comment fixesStefan Metzmacher1-0/+1
2004-01-08remove a useless assignmentStefan Metzmacher1-1/+1
2003-12-11the next step in the dcerpc server code. Added the link between theAndrew Tridgell1-0/+8
2003-12-04* patch based on work by Jim Myers to unify the ioctl handling to beAndrew Tridgell1-1/+1
2003-11-25CVS: ----------------------------------------------------------------------Jelmer Vernooij1-6/+8
2003-08-13- added SMBntrename test suiteAndrew Tridgell1-1/+1
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+723