summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* r1486: commit the start of the generic server infastructureStefan Metzmacher2007-10-101-3/+3
* r1470: Get the smb_trans2 structure out of the rap_cli_call struct.Volker Lendecke2007-10-104-1/+524
* r1355: Add const (I missed this when I changed the function prototype earlier)Andrew Bartlett2007-10-101-1/+1
* r1294: A nice, large, commit...Andrew Bartlett2007-10-101-3/+3
* r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher2007-10-103-6/+6
* r1286: rename struct tcon_context to smbsrv_tconStefan Metzmacher2007-10-101-1/+1
* r1280: rename struct request_context to smbsrv_requestStefan Metzmacher2007-10-1012-195/+195
* r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher2007-10-109-137/+137
* r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher2007-10-103-6/+6
* r1268: varient -> variantTim Potter2007-10-101-1/+1
* r1165: fixed handling of SMBtrans replies that should return STATUS_BUFFER_OV...Andrew Tridgell2007-10-101-4/+4
* r1123: Make all lp_ string functions return 'const char *'.Andrew Bartlett2007-10-101-1/+1
* r1078: the dxesrv_crypto_* implementations should now explicit setStefan Metzmacher2007-10-101-8/+13
* r1019: Push the auth subsystem away from using typedef, and over to the 'allAndrew Bartlett2007-10-101-1/+3
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-101-1/+1
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-101-1/+1
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-105-16/+16
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-102-2/+2
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-102-14/+14