summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix
AgeCommit message (Expand)AuthorFilesLines
2009-10-17s4-pvfs: don't auto-apply privilege bits in unix acl handling eitherAndrew Tridgell1-7/+11
2009-10-17s4-pvfs: use privileges rather than "uid == 0" in unix access checkAndrew Tridgell1-6/+12
2009-10-16s4-pvfs: fixed mask handling for SEC_FLAG_MAXIMUM_ALLOWEDAndrew Tridgell1-2/+2
2009-10-15s4-pvfs: implement root_fid support in posix backendAndrew Tridgell1-0/+15
2009-10-15s4-pvfs: fixed handling of SEC_FLAG_MAXIMUM_ALLOWEDAndrew Tridgell1-1/+1
2009-08-12no need to shout about getting an oplockAndrew Tridgell1-1/+1
2009-08-05fixed a problem with group policy writes causing policy corruptionAndrew Tridgell3-4/+48
2009-08-05fixed the sense of the pvfs_acl uwrap checkAndrew Tridgell1-1/+1
2009-08-05make the UID_WRAPPER skip checks at runtimeAndrew Tridgell1-7/+7
2009-08-05added a uid_wrapper libraryAndrew Tridgell1-0/+8
2009-08-04fixed support for readx greater than 64kAndrew Tridgell1-2/+2
2009-07-15s3:ntvfs/posix: avoid unnesessary talloc_reference()Stefan Metzmacher1-1/+4
2009-06-05fixed handling of change notify buffer overrunsAndrew Tridgell1-2/+9
2009-05-30libwbclient: Add async call framework.Kai Blin1-1/+1
2009-05-20Have ntvfs_connect() accept union smb_tcon *tcon instead of char* sharenameSam Liddicott1-1/+29
2009-04-23Add a new non-convenience version of push_codepoint.Jelmer Vernooij1-2/+2
2009-02-05s4:pvfs_aio: fix compiler warningStefan Metzmacher1-1/+1
2009-02-05s4:pvfs: remove compiler warningStefan Metzmacher1-2/+1
2009-02-05s4:pvfs: use talloc_get_type() to cast from void *Stefan Metzmacher17-49/+102
2009-02-05s4:pvfs: fix some talloc related compiler warningsStefan Metzmacher4-4/+8
2009-02-02s4:ntvfs/posix: s/private/private_dataStefan Metzmacher3-10/+10
2009-01-30Fix the mess with ldb includes.Simo Sorce2-2/+1
2009-01-07added support for stream renames in Samba4Andrew Tridgell3-18/+285
2009-01-04tevent: move samba4 stuff from libtevent.m4 to samba.m4Stefan Metzmacher2-3/+2
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher5-10/+10
2008-12-29s4:pvfs_aio: use teventStefan Metzmacher2-12/+12
2008-12-23Fix more compiler warnings in various places.Jelmer Vernooij1-3/+3
2008-12-17s4: fix LIBEVENTS dependencies and use more forward declarationsStefan Metzmacher1-1/+1
2008-12-01s4:pvfs: correctly check stream namesStefan Metzmacher1-15/+37
2008-12-01s4:pvfs: return the correct error code for invalid namesStefan Metzmacher1-5/+16
2008-10-28s4: ntvfs/posix: to set a DACL at open time SEC_DESC_DACL_PRESENT must be setStefan Metzmacher1-2/+4
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-10-24Add version of next_codepoint without iconv_convenience.Jelmer Vernooij4-8/+7
2008-10-24Remove a few more usages of global_loadparm.Jelmer Vernooij1-1/+2
2008-10-24Split up codepoints code, use consistent _m suffix.Jelmer Vernooij1-1/+1
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij10-10/+10
2008-09-24empty access mask is only denied on SMB2Andrew Tridgell1-1/+3
2008-09-24zero access mask should give ACCESS_DENIEDAndrew Tridgell1-0/+4
2008-09-23added some debug codeAndrew Tridgell2-1/+3
2008-09-16Fix last few includes to use new tdb location.Jelmer Vernooij2-2/+2
2008-08-14pvfs: fix handling of create_option flagsStefan Metzmacher1-2/+12
2008-07-24we can't query the ACL on a new file till it exists!Andrew Tridgell1-6/+6
2008-07-24fixed spelling errorAndrew Tridgell1-1/+1
2008-07-18More 'must be ignored' options from the MS-SMB doc.Andrew Bartlett1-5/+18
2008-07-16Ignore and handle more NT Create & X options.Andrew Bartlett1-1/+12
2008-06-28pvfs: create a pvfs_acl subsystemStefan Metzmacher4-7/+43
2008-06-28pvfs: pvfs_aio should be a subsystem instead of an extra ntvfs moduleStefan Metzmacher1-2/+1
2008-06-03Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell11-47/+277
2008-06-03pvfs: use utimes() instead of utime() to get better timestamp resolutionStefan Metzmacher2-20/+32
2008-06-03pvfs_close: correctly handle the write time updates passed by close()Stefan Metzmacher2-4/+7