summaryrefslogtreecommitdiff
path: root/source/ntvfs/cifs
Commit message (Expand)AuthorAgeFilesLines
* added support for the output fields of SMB2 closeAndrew Tridgell2008-05-271-0/+10
* Remove event context tracking from the credentials struct.Jelmer Vernooij2008-04-171-2/+0
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
* ntvfs/cifs: fix the fnum on RAW_RENAME_NTTRANSStefan Metzmacher2008-03-121-0/+7
* vfs_cifs: disable level2 oplocks if the frontend client doesn't support themStefan Metzmacher2008-03-071-1/+5
* Fix open file tracking in vfs_cifs so that oplock breaks can propagateAmin Azez2008-02-121-4/+16
* r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij2008-01-031-7/+1
* r26651: libsmb: Allow specifying signing policy from higher up.Jelmer Vernooij2008-01-031-0/+1
* r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit...Jelmer Vernooij2008-01-021-0/+6
* r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij2008-01-021-1/+4
* r26430: require explicit specification of loadparm context.Jelmer Vernooij2007-12-211-1/+1
* r26409: Pass smb ports along.Jelmer Vernooij2007-12-211-1/+1
* r26353: Remove use of global_loadparm.Jelmer Vernooij2007-12-211-3/+3
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-13/+13
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-3/+3
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23136: Set the event context onto the credentials in more places.Andrew Bartlett2007-10-101-0/+2
* r23067: use 'const union smb_search_data *file' also in the server code to ge...Stefan Metzmacher2007-10-101-2/+2
* r23064: Clarify comment and indentAndrew Bartlett2007-10-101-1/+1
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-0/+1
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r17206: Add a modular API for share configuration.Simo Sorce2007-10-101-11/+22
* r16980: - make struct smb_notify a union and add levels RAW_NOTIFY_NTTRANS,RA...Stefan Metzmacher2007-10-101-3/+7
* r16950: remove the smb mid from the ntvfs layer and keep a list of pendingStefan Metzmacher2007-10-101-1/+1
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-101-2/+1
* r15741: move smb2 request structures into the main smb request structsStefan Metzmacher2007-10-101-0/+2
* r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher2007-10-101-50/+138
* r15694: for the cifs backend it's desired that we pull and repushStefan Metzmacher2007-10-101-1/+1
* 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