summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* r2586: updated the nbench example in the README to reflect the new chaining s...Andrew Tridgell2007-10-101-2/+1
* r2580: fixed an uninitialised byte found by valgrindAndrew Tridgell2007-10-101-2/+2
* r2573: - added a configure test for nanosecond time resolution in struct statAndrew Tridgell2007-10-105-26/+56
* r2572: fixed two places where status is not initialised in the nbench backendAndrew Tridgell2007-10-101-2/+2
* r2562: got rid of the "reference" backend that never happened - the code isAndrew Tridgell2007-10-103-1021/+0
* r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell2007-10-1022-177/+182
* r2552: Character set conversion and string handling updates.Andrew Bartlett2007-10-101-2/+2
* r2524: a simple pvfs rename implementation to make testing easierAndrew Tridgell2007-10-103-10/+70
* r2520: - finished implementing the server side of the old style search requestsAndrew Tridgell2007-10-101-81/+200
* r2503: the RAW-SEARCH test now mostly passes against the posix backendAndrew Tridgell2007-10-104-103/+264
* r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 andAndrew Tridgell2007-10-102-21/+91
* r2447: let the server code use the new lib/socket/ stuffStefan Metzmacher2007-10-101-1/+3
* r2438: compile on systems without O_DIRECTORY (probably won't work, but I'll ...Andrew Tridgell2007-10-101-0/+5
* r2436: the second big lump of posix vfs code.Andrew Tridgell2007-10-1015-186/+824
* r2434: separate "attrib" and "ex_attrib" elements for DOS attributes is point...Andrew Tridgell2007-10-101-1/+0
* r2404: the first large lump of posix vfs stuff.Andrew Tridgell2007-10-1010-37/+1145
* r2403: got rid of a unnecessary mem_ctx in the simple backendAndrew Tridgell2007-10-102-3/+0
* r2326: remove definition and usage of struct socket_contextStefan Metzmacher2007-10-101-1/+1
* r2319: let event_merge_contexts() return a pointer to the final contextStefan Metzmacher2007-10-101-4/+2
* r2252: don't register the same name twiceAndrew Tridgell2007-10-101-2/+2
* r2251: forgot to add vfs_posix.h in my last commitAndrew Tridgell2007-10-102-2/+261
* r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell2007-10-1010-79/+94
* r2247: talloc_destroy -> talloc_freeTim Potter2007-10-101-3/+3
* r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a newAndrew Bartlett2007-10-101-0/+3
* r2030: quick hack to allow the simple NTVFS backend to handler base directori...Andrew Tridgell2007-10-101-1/+1
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-104-6/+6
* r1916: return a more clear error, we are miss configure in this caseStefan Metzmacher2007-10-101-1/+1
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-101-36/+36
* r1578: the first stage of the async client rewrite.Andrew Tridgell2007-10-101-16/+13
* r1499: combine struct user_struct and struct smbsrv_userStefan Metzmacher2007-10-101-2/+2