summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix
Commit message (Expand)AuthorAgeFilesLines
* s4-waf: cleaned up tevent dependencyAndrew Tridgell2010-04-061-1/+1
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-061-0/+2
* build: waf quicktest nearly worksAndrew Tridgell2010-04-061-4/+4
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+52
* s4-pvfs_sys: build on systems without O_NOFOLLOW or O_DIRECTORYAndrew Tridgell2010-03-051-4/+22
* s4-pvfs_sys: talloc_free should be before errno restoreAndrew Tridgell2010-03-051-13/+13
* s4-pvfs: use pvfs_sys_fchmod()Andrew Tridgell2010-03-053-4/+4
* s4-pvfs: set default for perm override based on system featuresAndrew Tridgell2010-03-051-1/+9
* s4-pvfs: use O_FOLLOW one level at a time for security overridesAndrew Tridgell2010-03-051-37/+357
* s4-pvfs: use pvfs_sys_*() functions to wrap posix callsAndrew Tridgell2010-03-055-20/+20
* s4-pvfs: new pvfs_sys module Andrew Tridgell2010-03-052-0/+301
* s4-pvfs: added new pvfs flag PVFS_FLAG_PERM_OVERRIDEAndrew Tridgell2010-03-052-0/+4
* s4-pvfs: log more error conditions in NTVFS backendAndrew Tridgell2010-03-053-0/+31
* s4-pvfs: move the private ntcreatex flags to private_flagsAndrew Tridgell2010-03-052-4/+8
* s4-posix: allow change ownership of files if the user has the right privilegesAndrew Tridgell2010-03-031-2/+21
* s4: Switch to S3-style id mapping data types.Kai Blin2010-02-112-17/+17
* s4:Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer2010-02-092-8/+0
* s4:UID wrapper - Fix includesMatthias Dieter Wallnöfer2010-02-051-0/+8
* Change uint_t to unsigned int in source4Matt Kraai2010-02-026-23/+23
* pyxattr: Move to the same directory as the xattr code.Jelmer Vernooij2010-01-253-0/+259
* s4: ntvfs, create push_xattr_blob_tdb_raw and pull_xattr_blob_tdb_raw that do...Matthieu Patou2010-01-211-27/+49
* s4-ntvfs: check if pvfs is NULL in pvfs_logoffbrendan powers2009-12-171-0/+5
* s4-ntvfs: try to fix bug 6989Andrew Tridgell2009-12-161-2/+2
* s4/smbstreams: Fix memory use after free.Kamen Mazdrashki2009-12-081-4/+8
* s4:ntvfs/posix/pvfs_streams - Fix "discard const" warningMatthias Dieter Wallnöfer2009-12-031-1/+1
* s4:ntvfs/posix/pvfs_resolve - Fix "discard const" warningMatthias Dieter Wallnöfer2009-12-032-4/+4
* s4-pvfs: fixed access check failure in SFILEINFO testAndrew Tridgell2009-11-271-8/+5
* s4-smb2: SMB2 uses NT_STATUS_CANCELLED for cancelled locksAndrew Tridgell2009-11-271-1/+5
* s4:ntvfs/posix/pvfs_acl - Remove unused variable "token"Matthias Dieter Wallnöfer2009-11-201-1/+0
* s4-pvfs: fill in alignment_requirement (valgrind error)Andrew Tridgell2009-10-191-0/+1
* s4-pvfs: another uninitialised variableAndrew Tridgell2009-10-191-1/+1
* s4-pvfs: fixed uninitialised variableAndrew Tridgell2009-10-191-1/+1
* s4-streams: fixed handling of stream rename and overwriteAndrew Tridgell2009-10-183-9/+21
* s4-pvfs: rename with full name gives SHARING_VIOLATIONAndrew Tridgell2009-10-181-1/+3
* s4-pvfs: when reporting the file name, don't include the :$DATA suffixAndrew Tridgell2009-10-181-0/+10
* s4-pvfs: the STREAM_INFORMATION calls don't need any access flagsAndrew Tridgell2009-10-181-0/+5
* s4-pvfs: fixed update of stream sizesAndrew Tridgell2009-10-181-1/+1
* s4-pvfs: more fixes for ACLs on file creationAndrew Tridgell2009-10-181-11/+12
* s4-smb2: fixed SMB2 find commandsAndrew Tridgell2009-10-181-2/+2
* s4-pvfs: change the handling of access checking on createAndrew Tridgell2009-10-184-60/+124
* s4-pvfs: when uwrap is enabled, ignore chown errorsAndrew Tridgell2009-10-171-0/+3
* s4-pvfs: don't auto-apply privilege bits in unix acl handling eitherAndrew Tridgell2009-10-171-7/+11
* s4-pvfs: use privileges rather than "uid == 0" in unix access checkAndrew Tridgell2009-10-171-6/+12
* s4-pvfs: fixed mask handling for SEC_FLAG_MAXIMUM_ALLOWEDAndrew Tridgell2009-10-161-2/+2
* s4-pvfs: implement root_fid support in posix backendAndrew Tridgell2009-10-151-0/+15
* s4-pvfs: fixed handling of SEC_FLAG_MAXIMUM_ALLOWEDAndrew Tridgell2009-10-151-1/+1
* no need to shout about getting an oplockAndrew Tridgell2009-08-121-1/+1
* fixed a problem with group policy writes causing policy corruptionAndrew Tridgell2009-08-053-4/+48
* fixed the sense of the pvfs_acl uwrap checkAndrew Tridgell2009-08-051-1/+1
* make the UID_WRAPPER skip checks at runtimeAndrew Tridgell2009-08-051-7/+7