summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs
Commit message (Expand)AuthorAgeFilesLines
* r3087: fixed a typoAndrew Tridgell2007-10-101-1/+1
* r3086: fixed smbpid handling in the cifs backendAndrew Tridgell2007-10-101-2/+50
* r3083: fixed a couple of generic mapping errors found with RAW-* and cifs:map...Andrew Tridgell2007-10-101-2/+4
* r3082: added a "cifs:mapgeneric" option, which tells the cifs backend to useAndrew Tridgell2007-10-101-5/+50
* r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell2007-10-108-373/+656
* r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new(...Andrew Tridgell2007-10-102-3/+3
* r3057: - moved the idtree.c code into lib/Andrew Tridgell2007-10-102-361/+0
* r3056: added a id -> pointer data structure (a type of radix tree). This isAndrew Tridgell2007-10-107-130/+494
* r3055: use talloc_zero_p()Andrew Tridgell2007-10-101-1/+1
* r3047: Always include a \ again before the pipe name we're opening. Without aJelmer Vernooij2007-10-101-4/+3
* r3046: \\PIPE\\ is internal (not actually included on the wire)Jelmer Vernooij2007-10-101-1/+1
* r3043: Use binding strings for specifying endpoints. The property forJelmer Vernooij2007-10-101-5/+0
* r3039: This solves the problem of async handlers in ntvfs backends not beingAndrew Tridgell2007-10-109-4/+120
* r3035: if the ntvfs layers prior to us have said that we can't perform anAndrew Tridgell2007-10-101-1/+2
* r3034: - fixed a bug in message dispatch, when the dispatch function called ...Andrew Tridgell2007-10-103-14/+38
* r3031: added support for lock cancelation, which effectively just triggers an...Andrew Tridgell2007-10-104-11/+72
* r3029: implemented byte range lock timeouts.Andrew Tridgell2007-10-106-35/+561
* r3024: run the *_connect() NTVFS initialisation operation as root, to allowAndrew Tridgell2007-10-101-1/+4
* r3017: nicer memory handling for event_context_merge()Andrew Tridgell2007-10-101-2/+2
* r3012: added initial support for byte range locking in the posix vfs. This isAndrew Tridgell2007-10-108-22/+645
* r2984: fixed the error code for a non-terminal component of a path name not e...Andrew Tridgell2007-10-101-2/+1
* r2941: added pvfs_flush() implementation to the posix backendAndrew Tridgell2007-10-104-10/+67
* r2934: - changed the unixuid module to use the nt_user_token instead of the s...Andrew Tridgell2007-10-101-14/+19
* r2931: use next_codepoint() to ensure we properly handle multi-byte character...Andrew Tridgell2007-10-101-2/+6
* r2930: added a security context cache to the unixuid module. The moduleAndrew Tridgell2007-10-101-4/+22
* r2928: - fixed the handling of reserved names (rejecting them with ACCESS_DEN...Andrew Tridgell2007-10-103-38/+23
* r2927: imported the hash2 name mangling code from Samba3 into Samba4, butAndrew Tridgell2007-10-105-39/+693
* r2926: name->dos.attrib is not valid unless name->exists is trueAndrew Tridgell2007-10-101-2/+4
* r2916: longhorn client doesn't bother setting the directory bit in ntcreatexAndrew Tridgell2007-10-101-1/+6
* r2904: - fixed the old style SMBsearch to return the pvfs shortname, not a tr...Andrew Tridgell2007-10-102-3/+6
* r2893: added very primitive name mangling support to pvfsAndrew Tridgell2007-10-102-4/+58
* r2803: allow unixuid module to work with foreign security principlesAndrew Tridgell2007-10-101-4/+8
* r2800: removed the warning about using the posix ntvfs handler, as it is nowAndrew Tridgell2007-10-101-2/+0
* r2796: - changed ldap attributes "UnixID" to "unixID" and "UnixName" to "unix...Andrew Tridgell2007-10-101-18/+23
* r2794: a very simple version of the unixuid NTVFS pass-thru module. InAndrew Tridgell2007-10-105-55/+821
* r2789: fix compileSimo Sorce2007-10-101-1/+1
* r2788: prevent a memory leak in the pvfs search backendAndrew Tridgell2007-10-102-4/+6
* r2786: - match on both long and short name for search posix backendAndrew Tridgell2007-10-103-4/+29
* r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher2007-10-1024-415/+1178
* r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell2007-10-102-25/+16
* r2679: fixed an uninitialised variable found with valgrindAndrew Tridgell2007-10-101-1/+2
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2007-10-105-18/+11
* r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell2007-10-1012-22/+156
* r2656: moved the seteuid configure tests into the posix backend (these testsAndrew Tridgell2007-10-101-0/+57
* r2654: fixed some more server memory leaks. We are now down to a single leakAndrew Tridgell2007-10-101-1/+1
* r2634: use discard_const_p() in a few placesAndrew Tridgell2007-10-101-2/+2
* r2633: fixed some function types in the (unused) print backendAndrew Tridgell2007-10-101-2/+2
* r2627: use the new talloc capabilities in a bunch more places in the rpcAndrew Tridgell2007-10-101-1/+1
* r2613: use a talloc destructor to ensure that file descriptors are not leakedAndrew Tridgell2007-10-101-2/+26
* r2591: fixed two errors in simple backend found with valgrindAndrew Tridgell2007-10-101-0/+2