summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/cifs
Commit message (Expand)AuthorAgeFilesLines
* r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2007-10-101-4/+10
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-101-1/+1
* r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell2007-10-101-1/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-101-8/+15
* r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell2007-10-101-1/+1
* r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell2007-10-101-17/+1
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-1/+1
* r4942: converted the cifs backend to not use event_context_merge(). Instead,Andrew Tridgell2007-10-101-16/+21
* r4757: added the ability of the clisocket level of libcli to handle asyncAndrew Tridgell2007-10-101-5/+5
* r4726: - use the name tcon and tid instead of conn and cnumStefan Metzmacher2007-10-101-1/+1
* r4055: fixed more places to use type safe allocation macrosAndrew Tridgell2007-10-101-1/+1
* r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij2007-10-101-1/+1
* r3528: added support for the SMBntcancel() operation, which cancels anyAndrew Tridgell2007-10-101-0/+10
* r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell2007-10-101-2/+3
* r3481: split out client.h and events.hAndrew Tridgell2007-10-101-0/+1
* r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell2007-10-101-0/+1
* r3461: another place where "open" was used as a structure elementAndrew Tridgell2007-10-101-1/+1
* r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell2007-10-101-0/+1
* r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...Stefan Metzmacher2007-10-101-39/+39
* r3106: don't call a tree disconnect in the cifs backend, as during a smbdAndrew Tridgell2007-10-101-2/+1
* r3086: fixed smbpid handling in the cifs backendAndrew Tridgell2007-10-101-2/+50
* r3082: added a "cifs:mapgeneric" option, which tells the cifs backend to useAndrew Tridgell2007-10-101-5/+50
* r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell2007-10-101-18/+18
* r3039: This solves the problem of async handlers in ntvfs backends not beingAndrew Tridgell2007-10-101-0/+11
* r3017: nicer memory handling for event_context_merge()Andrew Tridgell2007-10-101-2/+2
* r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher2007-10-101-55/+84
* r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell2007-10-101-7/+8
* r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell2007-10-101-3/+22
* r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell2007-10-101-50/+29
* r2447: let the server code use the new lib/socket/ stuffStefan Metzmacher2007-10-101-1/+3
* r2326: remove definition and usage of struct socket_contextStefan Metzmacher2007-10-101-1/+1
* r2319: let event_merge_contexts() return a pointer to the final contextStefan Metzmacher2007-10-101-4/+2
* r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell2007-10-101-21/+21
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-101-36/+36
* r1578: the first stage of the async client rewrite.Andrew Tridgell2007-10-101-16/+13
* r1486: commit the start of the generic server infastructureStefan Metzmacher2007-10-101-3/+3
* r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher2007-10-101-4/+4
* r1280: rename struct request_context to smbsrv_requestStefan Metzmacher2007-10-101-38/+38
* r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher2007-10-101-45/+45
* r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher2007-10-101-4/+4
* r1123: Make all lp_ string functions return 'const char *'.Andrew Bartlett2007-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-2/+2
* r152: a quick airport commit ....Andrew Tridgell2007-10-101-5/+6
* add config hints for cifs backendAndrew Tridgell2004-03-101-0/+11
* in the async socket handling routines in the cifs backend don't assumeAndrew Tridgell2004-03-081-3/+3
* if vfs_cifs want to modify the ntvfs_ops struct, it shouldStefan Metzmacher2004-02-031-1/+6
* some DEBUG and comment fixesStefan Metzmacher2004-02-021-0/+1
* remove a useless assignmentStefan Metzmacher2004-01-081-1/+1
* the next step in the dcerpc server code. Added the link between theAndrew Tridgell2003-12-111-0/+8