summaryrefslogtreecommitdiff
path: root/source4/ntvfs
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3747: - added some of the infrastructure needed for streams support in pvfsAndrew Tridgell13-31/+102
2007-10-10r3741: FILE_ATTRIBUTE_DIRECTORY is illegal in open of a fileAndrew Tridgell1-0/+4
2007-10-10r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij9-31/+11
2007-10-10r3733: More build system fixes/features:Jelmer Vernooij6-22/+7
2007-10-10r3729: permission changes on directories always include the FILE_ATTRIBUTE_DI...Andrew Tridgell1-0/+1
2007-10-10r3718: added support for the ntrename level in pvfs_rename().Andrew Tridgell3-10/+196
2007-10-10r3717: - expanded the RAW-RENAME test a littleAndrew Tridgell5-19/+245
2007-10-10r3694: added support for the RENAME_INFORMATION level of setfileinfo andAndrew Tridgell2-11/+49
2007-10-10r3658: use handle->fd == -1 as the primary indicator of a directory. ThisAndrew Tridgell5-5/+5
2007-10-10r3635: fixed the crash from the BASE-DISCONNECT testAndrew Tridgell1-1/+2
2007-10-10r3631: a couple of tweaks to the talloc hierarchy for async requests inAndrew Tridgell2-1/+3
2007-10-10r3618: - this adds the special case for DENY_DOS semantics, as shown by the B...Andrew Tridgell7-45/+135
2007-10-10r3615: split out struct pvfs_file_handle from struct pvfs_file. This is inAndrew Tridgell11-207/+309
2007-10-10r3597: implement a suggestion from abartlet. By taking a refernce to theAndrew Tridgell1-1/+1
2007-10-10r3596: MODE_INFORMATION tests now pass. Only RENAME_INFORMATION level left toAndrew Tridgell1-1/+5
2007-10-10r3595: - fixed a talloc_free ordering problem on cleanup with pending requestsAndrew Tridgell5-6/+46
2007-10-10r3586: Fix some of the issues with the module init functions.Jelmer Vernooij4-5/+12
2007-10-10r3580: - on file overwrite in ntcreatex we need to replace the file permissions.Andrew Tridgell1-0/+16
2007-10-10r3575: fixed attribute normalisation in xattr code. RAW-SEARCH now passes again.Andrew Tridgell2-1/+19
2007-10-10r3574: the RAW-OPEN test changes broke a couple of the other tests. ThisAndrew Tridgell3-10/+40
2007-10-10r3573: added trans2open support to smbd and pvfs, and fine-tuned the open->ge...Andrew Tridgell3-9/+85
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 Tridgell2-97/+87
2007-10-10r3532: make sharing violation delay in pvfs configurable with "posix:sharedel...Andrew Tridgell3-3/+11
2007-10-10r3531: add support for RAW_OPEN_MKNEW, RAW_OPEN_CREATE and RAW_OPEN_CTEMP in ...Andrew Tridgell1-18/+91
2007-10-10r3530: make sure we match ntvfs_async_state_pop() with ntvfs_async_state_push()Andrew Tridgell1-7/+16
2007-10-10r3528: added support for the SMBntcancel() operation, which cancels anyAndrew Tridgell13-8/+142
2007-10-10r3522: added async support to most of the ntvfs_map_*() functions, allowing f...Andrew Tridgell2-277/+430
2007-10-10r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell7-71/+338
2007-10-10r3481: split out client.h and events.hAndrew Tridgell2-0/+2
2007-10-10r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell11-0/+16
2007-10-10r3464: split out registry.h, rap.h and ldap_server.hAndrew Tridgell2-0/+2
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell9-0/+10
2007-10-10r3461: another place where "open" was used as a structure elementAndrew Tridgell9-22/+22
2007-10-10r3458: more solaris portability fixes, the main one being that we can't use aAndrew Tridgell1-18/+18
2007-10-10r3455: some more portability fixes. We nearly compile on solaris again now.Andrew Tridgell4-0/+4
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell1-0/+1
2007-10-10r3449: more include file reductionAndrew Tridgell1-0/+1
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell8-0/+9
2007-10-10r3441: some include file cleanups and general housekeepingAndrew Tridgell2-2/+2
2007-10-10r3427: split the openx logic out from the other open mapping codeAndrew Tridgell1-125/+138
2007-10-10r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell1-0/+1
2007-10-10r3387: fixed pvfs to pass the NTDENY tests. The tricky bit wasAndrew Tridgell4-11/+20
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 Tridgell3-26/+32