summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2008-10-19Inline the once-used macro "init_dfsroot"Volker Lendecke1-1/+6
2008-10-18s3-build: fix the build of smbd.Günther Deschner1-1/+1
2008-10-18Use separate make variables for libutil and libcrypto.Jelmer Vernooij1-2/+2
2008-10-16Cope with bad trans2mkdir requests from System i QNTC IBM SMB client.Jeremy Allison1-3/+4
2008-10-14Note url explaining this code.Jeremy Allison1-0/+4
2008-10-14Remove unused stuffVolker Lendecke1-12/+0
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij12-237/+237
2008-10-13Remove smb_np_structVolker Lendecke4-137/+3
2008-10-13Use "struct files_struct" for pipes instead of smb_np_structVolker Lendecke5-99/+99
2008-10-13Remove the chain_fsp globalVolker Lendecke3-21/+11
2008-10-13Pass struct smb_request to file_freeVolker Lendecke9-77/+80
2008-10-13Pass struct smb_request to file_newVolker Lendecke6-22/+25
2008-10-13Pass struct smb_request to file_fspVolker Lendecke5-34/+34
2008-10-13s3: fix another build warning.Günther Deschner1-4/+4
2008-10-13Fix bug 5691: SIGBUS on SolarisVolker Lendecke1-1/+4
2008-10-12Use common util_file code.Jelmer Vernooij3-6/+6
2008-10-12Cope with the fact that the data blobs returned are nowJelmer Vernooij1-4/+20
2008-10-12Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij1-2/+2
2008-10-11Cope with changed signature of http_timestring().Jelmer Vernooij1-1/+1
2008-10-11Make use of talloc_tos()Volker Lendecke1-2/+2
2008-10-11Fix some nonempty blank linesVolker Lendecke2-23/+23
2008-10-11Fix a "nexted extern declaration" warningVolker Lendecke1-1/+1
2008-10-09Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison1-19/+7
2008-10-09Remove a pointless level of indirectionVolker Lendecke2-11/+1
2008-10-09Fix a typoVolker Lendecke1-1/+1
2008-10-08For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bitsJeremy Allison2-0/+9
2008-10-08Deal with inheritance from parent directory when setting WindowsJeremy Allison1-1/+1
2008-10-08Remove unused CHECK_FSP macroVolker Lendecke1-3/+2
2008-10-07Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison1-25/+26
2008-10-03Simply our main loop processing. A lot :-). Correctly use events for all the ...Jeremy Allison3-187/+40
2008-10-01Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>.Jeremy Allison1-1/+1
2008-09-30Fix the make test problem Karolin reported. Now rename_open_files actually wo...Jeremy Allison1-2/+2
2008-09-26Second part of the fix for bug #5790 - samba returns STATUS_OBJECT_NAME_NOT_F...Jeremy Allison1-4/+6
2008-09-26Fix bug #5797 - Moving readonly files fails. Reported by infomail@lordb.de.Jeremy Allison1-3/+1
2008-09-24Fix bug #5790 samba returns STATUS_OBJECT_NAME_NOT_FOUND on set file disposit...Jeremy Allison1-4/+2
2008-09-23Fix bug #5783 FindFirst fails where search pattern == mangled filename.Jeremy Allison2-8/+8
2008-09-23s3: use samba4 prototype for ndr_push/pull_struct_blob.Günther Deschner1-4/+4
2008-09-15Fix aio on FreeBSD.Timur1-1/+16
2008-09-15Fix cut and paste error in quota code.Timur1-2/+2
2008-09-15Fix bug 5761 "open of mangled directory name results in 'is a stream name'"Jeremy Allison1-3/+7
2008-09-12Modify a comment to make things clearer.Jeremy Allison1-1/+3
2008-09-10Fix bug #5052 - not work cancel inheritance on share. We wereJeremy Allison1-3/+10
2008-09-10When requesting UNIX info levels on findfirst/findnext, don't play games with...Jeremy Allison1-1/+5
2008-09-09Add some debug to reply_nttransVolker Lendecke1-0/+11
2008-09-08Fix calculation of useable_space for trans2 and nttrans repliesVolker Lendecke2-18/+19
2008-09-08smbd: some write time fixesStefan Metzmacher1-8/+7
2008-09-05Write times code update.Jeremy Allison4-35/+82
2008-09-01Slightly simplify logic: remove an else branchVolker Lendecke1-14/+11
2008-09-01Fix Coverity ID 587Volker Lendecke1-1/+1
2008-08-27Add st_birthtime and friends for accurate create times on systems that suppor...Jeremy Allison1-3/+4