summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/posix
Commit message (Expand)AuthorAgeFilesLines
...
* | pvfs: handle SHARING_VIOLATION and OPLOCK_NOT_GRANTED in pvfs_can_delete/rena...Stefan Metzmacher2008-02-251-2/+26
* | pvfs: pass NULL to pvfs_can_*() when no odb_lock is needed by the callerStefan Metzmacher2008-02-253-12/+9
* | pvfs_wait: use struct pvfs_wait * instead of void *Stefan Metzmacher2008-02-255-11/+15
* | pvfs_wait: 'private' -> 'private_data' and use talloc_get_type()Stefan Metzmacher2008-02-251-11/+16
|/
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-211-1/+5
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-212-8/+11
* Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'Jelmer Vernooij2008-02-181-1/+1
* A better way to handle the different format of RenameInformation in SMB2Andrew Tridgell2008-02-141-0/+3
* we need to refuse a root_fid in rename on SMB but not SMB2Andrew Tridgell2008-02-141-3/+5
* Fixed SMB2 rename operations from Vista clientsAndrew Tridgell2008-02-141-13/+24
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-1/+2
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-011-1/+2
* r26443: Remove global_loadparm instances.Jelmer Vernooij2007-12-211-1/+1
* r26440: Remove more uses of global_loadparm.Jelmer Vernooij2007-12-211-0/+1
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-214-10/+13
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-211-0/+1
* r26353: Remove use of global_loadparm.Jelmer Vernooij2007-12-212-3/+3
* r26316: Use contexts for conversion functions.Jelmer Vernooij2007-12-214-9/+9
* r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij2007-12-211-2/+2
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-212-2/+3
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-5/+10
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-1014-138/+138
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-2/+2
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-2/+2
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-101-6/+6
* r24646: fixed the handling of case insensitive paths with wildcardsAndrew Tridgell2007-10-101-1/+33
* r24641: fixed several memory leaks in the brlock codeAndrew Tridgell2007-10-101-0/+11
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-1031-93/+62
* r23697: use the file perm options in the posix backendAndrew Tridgell2007-10-103-10/+36
* r23067: use 'const union smb_search_data *file' also in the server code to ge...Stefan Metzmacher2007-10-101-9/+9
* r23017: fixed the warning we have been getting for a long time:Andrew Tridgell2007-10-102-0/+15
* r22913: try to work arround the unaligned memory access bug on Tru64Stefan Metzmacher2007-10-101-2/+8
* r22864: in SMB2 mode we need to cancel an existing lock with a conflicting lockStefan Metzmacher2007-10-101-2/+11
* r22842: fix directory listing of SMB2 and include directories and hidden filesStefan Metzmacher2007-10-101-1/+1
* r22406: this dependencies should also be privateStefan Metzmacher2007-10-101-1/+1
* r22399: fix major memory leakStefan Metzmacher2007-10-101-1/+3
* r22021: use the pid specified in the individual locks, not the request pid, inAndrew Tridgell2007-10-101-2/+2
* r21234: fixed a subtle bug with talloc reference counting and async ntvfsAndrew Tridgell2007-10-101-2/+2
* r21042: Fix typoVolker Lendecke2007-10-101-1/+1
* r20897: fix compiler warningsStefan Metzmacher2007-10-101-1/+1
* r20890: spelling fixAndrew Tridgell2007-10-101-1/+1
* r20698: added AIO writing supportAndrew Tridgell2007-10-103-2/+85
* r20646: first preparations for cluster enablement. This changes "Andrew Tridgell2007-10-101-1/+1
* r20624: added AIO read to pvfs backendAndrew Tridgell2007-10-106-4/+129
* r19671: Fix remaining unresolved symbols in shared library build.Jelmer Vernooij2007-10-101-1/+3
* r19508: fixed SMB2-SETINFOAndrew Tridgell2007-10-101-1/+1
* r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...Jelmer Vernooij2007-10-102-4/+5
* r19441: work in progress support for NFS4 ACLs in Samba4 on Linux. Still workAndrew Tridgell2007-10-102-1/+174
* r19199: split out the xattr NTACL code into a separate part of the posixAndrew Tridgell2007-10-106-49/+207