summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/common
Commit message (Expand)AuthorAgeFilesLines
* r7860: switch our ldb storage format to use a NDR encoded objectSid. This isAndrew Tridgell2007-10-101-71/+26
* r7621: Trivial reformatting while trying to understand share modes. Still sur...Volker Lendecke2007-10-101-21/+16
* r7294: implemented the irpc messaging system. This is the core of theAndrew Tridgell2007-10-102-0/+2
* r5988: Fix the -P option (use machine account credentials) to use the Samba4Andrew Bartlett2007-10-101-7/+7
* r5309: removed ads.h from includes.hAndrew Tridgell2007-10-101-0/+1
* r5307: removed db_wrap.h from includes.hAndrew Tridgell2007-10-102-0/+2
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-103-0/+4
* r5296: - only include the tdb headers where they are neededAndrew Tridgell2007-10-102-0/+2
* r5137: fix typesStefan Metzmacher2007-10-101-1/+1
* r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell2007-10-102-6/+6
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-103-4/+4
* r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell2007-10-101-6/+6
* r4054: got rid of Realloc(), replacing it with the type safe macro realloc_p()Andrew Tridgell2007-10-101-7/+6
* r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell2007-10-101-8/+6
* r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell2007-10-101-12/+17
* r3992: provide hooks for lsa to lookup sids allocated using the linear id->si...Andrew Tridgell2007-10-101-0/+61
* r3989: added a linear algorithmic mapping for uid->sid and gid->sid withinAndrew Tridgell2007-10-101-21/+351
* r3982: split out the sid -> uid/gid mapping routines into a ntvfs_sidmapAndrew Tridgell2007-10-101-0/+212
* r3969: fix compiler warningsStefan Metzmacher2007-10-102-6/+6
* r3798: added support for alternate data streams in xattrs into pvfs.Andrew Tridgell2007-10-101-2/+13
* r3615: split out struct pvfs_file_handle from struct pvfs_file. This is inAndrew Tridgell2007-10-101-22/+13
* r3597: implement a suggestion from abartlet. By taking a refernce to theAndrew Tridgell2007-10-101-1/+1
* r3539: much nicer async open delay code.Andrew Tridgell2007-10-101-2/+4
* r3528: added support for the SMBntcancel() operation, which cancels anyAndrew Tridgell2007-10-101-7/+8
* r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell2007-10-102-5/+124
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-101-0/+1
* r3387: fixed pvfs to pass the NTDENY tests. The tricky bit wasAndrew Tridgell2007-10-101-4/+8
* r3363: added basic support for SA_RIGHT_FILE_EXECUTE, needed for opening .dll...Andrew Tridgell2007-10-101-7/+19
* r3360: improved the deletion of tmp files. smbd now puts all tmp files in var...Andrew Tridgell2007-10-102-4/+3
* r3357: removed the need to use TDB_CLEAR_IF_FIRST in Samba4.Andrew Tridgell2007-10-102-2/+2
* r3312: in the brlock code, we prevent lock stampedes by attempting to notAndrew Tridgell2007-10-101-1/+3
* r3271: use "struct messaging_context *" instead of "void *" in messaging APIAndrew Tridgell2007-10-102-4/+4
* r3189: improved the share_conflict() logic (both in terms of readability andAndrew Tridgell2007-10-101-24/+50
* r3174: added pvfs_is_open() to allow us to check for open files on unlink. WeAndrew Tridgell2007-10-101-0/+20
* r3153: pvfs now passes the first 9 of the BASE-DELETE testsAndrew Tridgell2007-10-101-1/+55
* r3147: added basic share modes support for pvfs (or more precisely, ntcreatexAndrew Tridgell2007-10-101-1/+138
* r3135: split the "create new" logic out from the "open existing" logic inAndrew Tridgell2007-10-101-2/+3
* r3129: typoVolker Lendecke2007-10-101-1/+1
* r3127: added the initial code for the open files database. Doesn't doAndrew Tridgell2007-10-101-0/+145
* r3126: in the brlock code I had used a void* for the brl context as I didn'tAndrew Tridgell2007-10-101-14/+9
* r3057: - moved the idtree.c code into lib/Andrew Tridgell2007-10-101-360/+0
* r3056: added a id -> pointer data structure (a type of radix tree). This isAndrew Tridgell2007-10-101-0/+360
* r3031: added support for lock cancelation, which effectively just triggers an...Andrew Tridgell2007-10-101-5/+14
* r3029: implemented byte range lock timeouts.Andrew Tridgell2007-10-101-28/+244
* r3012: added initial support for byte range locking in the posix vfs. This isAndrew Tridgell2007-10-101-0/+418