summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/cifs
Commit message (Expand)AuthorAgeFilesLines
...
* r15693: fix the logic for the "cifs:map_trans2" parameterStefan Metzmacher2007-10-101-1/+1
* r15522: allow cifs:map_trans2 per shareStefan Metzmacher2007-10-101-4/+9
* r15188: Restore svn rev. 15183, 15184 and 15185, which I inadvertantly clobberedJames Peach2007-10-101-1/+2
* r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename isJames Peach2007-10-101-2/+1
* r15185: Force all NTVFS modules to provide a critical sizes structure soJames Peach2007-10-101-1/+2
* r14736: - the ntvfs subsystem should not know about smb_server.hStefan Metzmacher2007-10-101-2/+0
* r14672: the async_info desctructor needs access to the private struct,Stefan Metzmacher2007-10-101-0/+19
* r14539: get rid of a pointless union layer in struct smb_notifyAndrew Tridgell2007-10-101-1/+1
* r14487: split smbsrv_request into two parts, one will be moved to ntvfs_requestStefan Metzmacher2007-10-101-5/+5
* r14456: don't access the smbsrv_tcon inside the ntvfs modulesStefan Metzmacher2007-10-101-16/+21
* r14209: don't timeout notify requests in the cifs backend, as they areAndrew Tridgell2007-10-101-1/+8
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-7/+12
* r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher2007-10-101-51/+50
* r14012: added support for the SMBntcancel operation in the cifs ntvfsAndrew Tridgell2007-10-101-3/+35
* r14011: - added a ntvfs_notify op to allow backends to support change notifyAndrew Tridgell2007-10-101-0/+31
* r13129: fix the memory hierachieStefan Metzmacher2007-10-101-1/+2
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-2/+0
* r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij2007-10-101-0/+1
* r11596: switched the libcli/raw/ code over to using the lib/stream/ genericAndrew Tridgell2007-10-101-27/+0
* r11513: Add the ability to use the local machine account instead of a staticAndrew Bartlett2007-10-101-4/+25
* r11471: Describe how kerberos forwarding works with the ntvfs.Andrew Bartlett2007-10-101-1/+25
* r11452: Update Heimdal to current lorikeet, including removing the ccache sideAndrew Bartlett2007-10-101-10/+18
* r10878: Reply to some comments by tridge and metze:Volker Lendecke2007-10-101-0/+1
* r10677: Add smb_composite_connectmulti: Send out multiple SYN packets at once...Volker Lendecke2007-10-101-1/+1
* r10528: Add credentials.h back into includes.h as some compilers don'tJelmer Vernooij2007-10-101-1/+0
* r10510: Decrease the amount of data included by includes.h a bitJelmer Vernooij2007-10-101-0/+1
* r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher2007-10-101-0/+1
* r7931: fixed a bug in the cifs backend found with the new test codeAndrew Tridgell2007-10-101-1/+12
* 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