summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3550: fixed initial attribute on file create (inlusion of FILE_ATTRIBUTE_ARC...Andrew Tridgell1-2/+4
2007-10-10r3549: added support for DOS extended attribute lists (name/value pairs)Andrew Tridgell7-81/+212
2007-10-10r3545: initial support for using extended attributes to hold extended dos att...Andrew Tridgell9-32/+291
2007-10-10r3544: fixed some #include lines to make them more consistentAndrew Tridgell14-17/+14
2007-10-10r3540: added testing of SMBntcancel in the open/open/close muxAndrew Tridgell4-12/+36
2007-10-10r3539: much nicer async open delay code.Andrew Tridgell1-95/+83
2007-10-10r3532: make sharing violation delay in pvfs configurable with "posix:sharedel...Andrew Tridgell3-3/+11
2007-10-10r3528: added support for the SMBntcancel() operation, which cancels anyAndrew Tridgell4-1/+36
2007-10-10r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell4-64/+211
2007-10-10r3481: split out client.h and events.hAndrew Tridgell1-0/+1
2007-10-10r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell1-0/+2
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell3-0/+4
2007-10-10r3461: another place where "open" was used as a structure elementAndrew Tridgell1-1/+1
2007-10-10r3455: some more portability fixes. We nearly compile on solaris again now.Andrew Tridgell3-0/+3
2007-10-10r3449: more include file reductionAndrew Tridgell1-0/+1
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell6-0/+6
2007-10-10r3387: fixed pvfs to pass the NTDENY tests. The tricky bit wasAndrew Tridgell3-7/+12
2007-10-10r3373: added better error reporting in pvfs_openAndrew Tridgell1-6/+6
2007-10-10r3372: fixed the initial directory permissions for pvfs_mkdir()Andrew Tridgell1-3/+3
2007-10-10r3363: added basic support for SA_RIGHT_FILE_EXECUTE, needed for opening .dll...Andrew Tridgell2-19/+13
2007-10-10r3353: don't reference dos.attrib unless its initialisedAndrew Tridgell1-1/+1
2007-10-10r3351: handle far more operations on open directory handles. pvfs was failingAndrew Tridgell3-2/+18
2007-10-10r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...Stefan Metzmacher2-8/+8
2007-10-10r3323: more warning reductionsAndrew Tridgell1-0/+3
2007-10-10r3288: - updated the path processing in pvfs to pass the RAW-CHKPATH test. ThisAndrew Tridgell2-32/+52
2007-10-10r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell1-2/+2
2007-10-10r3276: - allow for more than 256 open old style searches (limit currently set...Andrew Tridgell2-14/+53
2007-10-10r3268: - fixed wildcard handling in new dirlist codeAndrew Tridgell1-12/+41
2007-10-10r3262: - new pvfs_dirlist code that reopens the directory between searchAndrew Tridgell4-101/+176
2007-10-10r3260: redid the pvfs_dirlist() interface in preparation for a "keepAndrew Tridgell3-55/+79
2007-10-10r3258: fixed "don't change" attribute for RAW_SFILEINFO_BASIC_INFOAndrew Tridgell1-1/+1
2007-10-10r3255: - fixed 2 uninitialised data errors found with valgrindAndrew Tridgell1-1/+2
2007-10-10r3254: - expanded the RAW-IOCTL testAndrew Tridgell1-9/+1
2007-10-10r3253: - added rudimentary support for ntioctl in pvfsAndrew Tridgell4-9/+97
2007-10-10r3249: - change_time is closer to ctime than mtimeAndrew Tridgell2-3/+7
2007-10-10r3248: don't stop searches on failed fill_search_info()Andrew Tridgell1-7/+1
2007-10-10r3247: FILE_ATTRIBUTE_NORMAL is only a null-op for setattr and setattre, not ...Andrew Tridgell1-1/+1
2007-10-10r3246: new files should get created with FILE_ATTRIBUTE_ARCHIVEAndrew Tridgell1-1/+1
2007-10-10r3241: don't skip the read completely for a zero-length read, as it could giv...Andrew Tridgell1-8/+7
2007-10-10r3240: - update the rules for what error codes should be given on theAndrew Tridgell7-66/+327
2007-10-10r3227: added a per-share option "case insensitive filesystem", that tells theAndrew Tridgell4-10/+27
2007-10-10r3207: - reformat error msgs in BASE-DIR* testsAndrew Tridgell4-4/+11
2007-10-10r3200: - improved the accuracy of openx emulation. We now nearly pass the ope...Andrew Tridgell2-11/+7
2007-10-10r3198: check for too many .. components in filenamesAndrew Tridgell1-1/+16
2007-10-10r3195: fill in more of the fsinfo fields, and avoid calling the potentiallyAndrew Tridgell1-25/+102
2007-10-10r3194: fixed an uninitialised variableAndrew Tridgell1-0/+1
2007-10-10r3193: improved the initial permissions choice for file create, based upon do...Andrew Tridgell2-61/+61
2007-10-10r3192: make sure we don't call pvfs_can_delete() until after we have confirme...Andrew Tridgell1-10/+5
2007-10-10r3189: improved the share_conflict() logic (both in terms of readability andAndrew Tridgell3-11/+24
2007-10-10r3180: - basic support for SEC_RIGHT_MAXIMUM_ALLOWED in pvfsAndrew Tridgell1-2/+14