summaryrefslogtreecommitdiff
path: root/source4/ntvfs
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r2404: the first large lump of posix vfs stuff.Andrew Tridgell10-37/+1145
2007-10-10r2403: got rid of a unnecessary mem_ctx in the simple backendAndrew Tridgell2-3/+0
2007-10-10r2326: remove definition and usage of struct socket_contextStefan Metzmacher1-1/+1
2007-10-10r2319: let event_merge_contexts() return a pointer to the final contextStefan Metzmacher1-4/+2
2007-10-10r2252: don't register the same name twiceAndrew Tridgell1-2/+2
2007-10-10r2251: forgot to add vfs_posix.h in my last commitAndrew Tridgell2-2/+261
2007-10-10r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell10-79/+94
2007-10-10r2247: talloc_destroy -> talloc_freeTim Potter1-3/+3
2007-10-10r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a newAndrew Bartlett1-0/+3
2007-10-10r2030: quick hack to allow the simple NTVFS backend to handler base directori...Andrew Tridgell1-1/+1
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell4-6/+6
2007-10-10r1916: return a more clear error, we are miss configure in this caseStefan Metzmacher1-1/+1
2007-10-10r1654: rename cli_ -> smbcli_Stefan Metzmacher1-36/+36
2007-10-10r1578: the first stage of the async client rewrite.Andrew Tridgell1-16/+13
2007-10-10r1499: combine struct user_struct and struct smbsrv_userStefan Metzmacher1-2/+2
2007-10-10r1486: commit the start of the generic server infastructureStefan Metzmacher1-3/+3
2007-10-10r1470: Get the smb_trans2 structure out of the rap_cli_call struct.Volker Lendecke4-1/+524
2007-10-10r1355: Add const (I missed this when I changed the function prototype earlier)Andrew Bartlett1-1/+1
2007-10-10r1294: A nice, large, commit...Andrew Bartlett1-3/+3
2007-10-10r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher3-6/+6
2007-10-10r1286: rename struct tcon_context to smbsrv_tconStefan Metzmacher1-1/+1
2007-10-10r1280: rename struct request_context to smbsrv_requestStefan Metzmacher12-195/+195