summaryrefslogtreecommitdiff
path: root/source4/ntvfs
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher9-137/+137
2007-10-10r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher3-6/+6
2007-10-10r1268: varient -> variantTim Potter1-1/+1
2007-10-10r1165: fixed handling of SMBtrans replies that should return STATUS_BUFFER_OV...Andrew Tridgell1-4/+4
2007-10-10r1123: Make all lp_ string functions return 'const char *'.Andrew Bartlett1-1/+1
2007-10-10r1078: the dxesrv_crypto_* implementations should now explicit setStefan Metzmacher1-8/+13
2007-10-10r1019: Push the auth subsystem away from using typedef, and over to the 'allAndrew Bartlett1-1/+3
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher1-1/+1
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-1/+1
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher5-16/+16
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2-2/+2
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2-14/+14
2007-10-10r862: remove acl and sendfile stuffStefan Metzmacher1-230/+0
2007-10-10r766: convert ntvfs/* to a config.mk fileStefan Metzmacher2-11/+72
2007-10-10r755: - disallow process_model _thread when we don't have pwread/pwriteStefan Metzmacher1-1/+21
2007-10-10r665: merge over the new build system from my tmp branchStefan Metzmacher1-4/+4
2007-10-10r623: setUserInfo level 24 (password set) now works in the SAMR server. This ...Andrew Tridgell1-0/+5
2007-10-10r313: add the warning about fileaccess as user 'root'Stefan Metzmacher2-0/+12
2007-10-10r312: let ntvfs posix backend return NT_STATUS_ACCESS_DENIED in the connect hookStefan Metzmacher3-95/+16
2007-10-10r152: a quick airport commit ....Andrew Tridgell1-5/+6
2007-10-10r147: - Remove dublicate ldap tests (richard the current test is in libads/co...Stefan Metzmacher1-0/+230
2007-10-10r114: - remember to initialise open_filesAndrew Tridgell1-1/+2
2007-10-10r113: added support for "read only = yes" in simple backendAndrew Tridgell1-13/+39
2007-10-10r112: the simple backend now registers as both "simple" and "default"Andrew Tridgell1-4/+14