summaryrefslogtreecommitdiff
path: root/source4/ntvfs
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3031: added support for lock cancelation, which effectively just triggers an...Andrew Tridgell4-11/+72
2007-10-10r3029: implemented byte range lock timeouts.Andrew Tridgell6-35/+561
2007-10-10r3024: run the *_connect() NTVFS initialisation operation as root, to allowAndrew Tridgell1-1/+4
2007-10-10r3017: nicer memory handling for event_context_merge()Andrew Tridgell1-2/+2
2007-10-10r3012: added initial support for byte range locking in the posix vfs. This isAndrew Tridgell8-22/+645
2007-10-10r2984: fixed the error code for a non-terminal component of a path name not e...Andrew Tridgell1-2/+1
2007-10-10r2941: added pvfs_flush() implementation to the posix backendAndrew Tridgell4-10/+67
2007-10-10r2934: - changed the unixuid module to use the nt_user_token instead of the s...Andrew Tridgell1-14/+19
2007-10-10r2931: use next_codepoint() to ensure we properly handle multi-byte character...Andrew Tridgell1-2/+6
2007-10-10r2930: added a security context cache to the unixuid module. The moduleAndrew Tridgell1-4/+22
2007-10-10r2928: - fixed the handling of reserved names (rejecting them with ACCESS_DEN...Andrew Tridgell3-38/+23
2007-10-10r2927: imported the hash2 name mangling code from Samba3 into Samba4, butAndrew Tridgell5-39/+693
2007-10-10r2926: name->dos.attrib is not valid unless name->exists is trueAndrew Tridgell1-2/+4
2007-10-10r2916: longhorn client doesn't bother setting the directory bit in ntcreatexAndrew Tridgell1-1/+6
2007-10-10r2904: - fixed the old style SMBsearch to return the pvfs shortname, not a tr...Andrew Tridgell2-3/+6
2007-10-10r2893: added very primitive name mangling support to pvfsAndrew Tridgell2-4/+58
2007-10-10r2803: allow unixuid module to work with foreign security principlesAndrew Tridgell1-4/+8
2007-10-10r2800: removed the warning about using the posix ntvfs handler, as it is nowAndrew Tridgell1-2/+0
2007-10-10r2796: - changed ldap attributes "UnixID" to "unixID" and "UnixName" to "unix...Andrew Tridgell1-18/+23
2007-10-10r2794: a very simple version of the unixuid NTVFS pass-thru module. InAndrew Tridgell5-55/+821
2007-10-10r2789: fix compileSimo Sorce1-1/+1
2007-10-10r2788: prevent a memory leak in the pvfs search backendAndrew Tridgell2-4/+6
2007-10-10r2786: - match on both long and short name for search posix backendAndrew Tridgell3-4/+29
2007-10-10r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher24-415/+1178
2007-10-10r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell2-25/+16
2007-10-10r2679: fixed an uninitialised variable found with valgrindAndrew Tridgell1-1/+2
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell5-18/+11
2007-10-10r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell12-22/+156
2007-10-10r2656: moved the seteuid configure tests into the posix backend (these testsAndrew Tridgell1-0/+57
2007-10-10r2654: fixed some more server memory leaks. We are now down to a single leakAndrew Tridgell1-1/+1
2007-10-10r2634: use discard_const_p() in a few placesAndrew Tridgell1-2/+2
2007-10-10r2633: fixed some function types in the (unused) print backendAndrew Tridgell1-2/+2
2007-10-10r2627: use the new talloc capabilities in a bunch more places in the rpcAndrew Tridgell1-1/+1
2007-10-10r2613: use a talloc destructor to ensure that file descriptors are not leakedAndrew Tridgell1-2/+26
2007-10-10r2591: fixed two errors in simple backend found with valgrindAndrew Tridgell1-0/+2
2007-10-10r2586: updated the nbench example in the README to reflect the new chaining s...Andrew Tridgell1-2/+1
2007-10-10r2580: fixed an uninitialised byte found by valgrindAndrew Tridgell1-2/+2
2007-10-10r2573: - added a configure test for nanosecond time resolution in struct statAndrew Tridgell5-26/+56
2007-10-10r2572: fixed two places where status is not initialised in the nbench backendAndrew Tridgell1-2/+2
2007-10-10r2562: got rid of the "reference" backend that never happened - the code isAndrew Tridgell3-1021/+0
2007-10-10r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell22-177/+182
2007-10-10r2552: Character set conversion and string handling updates.Andrew Bartlett1-2/+2
2007-10-10r2524: a simple pvfs rename implementation to make testing easierAndrew Tridgell3-10/+70
2007-10-10r2520: - finished implementing the server side of the old style search requestsAndrew Tridgell1-81/+200
2007-10-10r2503: the RAW-SEARCH test now mostly passes against the posix backendAndrew Tridgell4-103/+264
2007-10-10r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 andAndrew Tridgell2-21/+91
2007-10-10r2447: let the server code use the new lib/socket/ stuffStefan Metzmacher1-1/+3
2007-10-10r2438: compile on systems without O_DIRECTORY (probably won't work, but I'll ...Andrew Tridgell1-0/+5
2007-10-10r2436: the second big lump of posix vfs code.Andrew Tridgell15-186/+824
2007-10-10r2434: separate "attrib" and "ex_attrib" elements for DOS attributes is point...Andrew Tridgell1-1/+0