summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Allow "security = share" with SMB2. We already handle this in smb2/smb2_server.cJeremy Allison2011-01-261-1/+0
* Fix bug #7863 - Unlink may unlink wrong file when hardlinks are involved.Jeremy Allison2011-01-255-36/+78
* Add uint32_t name_hash argument (currently unused) to get_file_infos().Jeremy Allison2011-01-257-12/+13
* Add name_hash into the share mode entry struct (as yet only use for renames t...Jeremy Allison2011-01-252-1/+10
* Add name_hash to files_struct. Set within fsp_set_smb_fname().Jeremy Allison2011-01-251-1/+32
* s3-lanman: remove trailing whitespace.Günther Deschner2011-01-211-30/+30
* s3:smbd: use dcerpc_spoolss_X() functionsStefan Metzmacher2011-01-212-32/+50
* s3: Fix a deadlock between smbd and ctdbdVolker Lendecke2011-01-211-4/+18
* Remove all uses of "./" in pathnames - make canonical. This will become impor...Jeremy Allison2011-01-211-50/+78
* Ensure we don't use "./" in findfirst pathnames. Use a directory open of "." ...Jeremy Allison2011-01-201-4/+8
* Make processing of incoming stream rename paths common between reply_mv and n...Jeremy Allison2011-01-202-4/+47
* s3:smbd: use anonymous_shared_free() for shared memory signing stateStefan Metzmacher2011-01-201-0/+7
* lib/util: s/allocate_anonymous_shared/anonymous_shared_allocate/Stefan Metzmacher2011-01-201-1/+1
* s3-smbd: Fixed a possible null pointer dereference.Andreas Schneider2011-01-191-1/+3
* s3: Fix a C++ warningVolker Lendecke2011-01-171-1/+1
* s3: Fix bug 7917: Yet another bug in chain_replyVolker Lendecke2011-01-141-2/+2
* s3-lanman: prefer dcerpc_srvsvc_X functions.Günther Deschner2011-01-131-3/+9
* s3-printing: Initiate pcap reload from parent smbdDavid Disseldorp2011-01-075-40/+65
* s3-printing: reload shares after pcap cache fillDavid Disseldorp2011-01-073-7/+12
* s3-rpcecho: Only register rpcecho in the developer build.Andreas Schneider2011-01-042-0/+4
* s3-smbd: Call the rpc service shutdown functions.Andreas Schneider2011-01-041-0/+34
* s3-smbd: Call all the rpc services in the right order.Andreas Schneider2011-01-041-5/+41
* Fix bug #7892 - open_file_fchmod() leaves a stale lock.Jeremy Allison2010-12-293-45/+10
* All calls to event_add_to_select_args() call GetTimeOfDay() andJeremy Allison2010-12-231-7/+2
* My algorithm for determining whan an incoming sequence number can be allowed ...Jeremy Allison2010-12-211-6/+7
* Keep track of the sparse status of an open file handle. Allows bypass ofJeremy Allison2010-12-213-1/+13
* Added call out to a Linux-compatible fallocate() when we need to extend a fileJeremy Allison2010-12-211-1/+12
* CREATE in a compound CREATE/NOTIFY sequence was being passed through set_oper...Ken Harris2010-12-201-17/+17
* From metze's work on sparse attributes. FILE_ATTRIBUTE_SPARSE is valid on get...Jeremy Allison2010-12-201-1/+2
* s3: Reply correctly to FSCTL_IS_VOLUME_DIRTYVolker Lendecke2010-12-191-0/+9
* s3: Fix some nonempty blank linesVolker Lendecke2010-12-191-22/+22
* s3: re-add some debugs to check_reduced_nameVolker Lendecke2010-12-191-0/+2
* s3: Fix some typosVolker Lendecke2010-12-192-4/+4
* Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...Jeremy Allison2010-12-181-9/+12
* Move checks inside file_set_sparse() to allow it to be called from anywhere.Jeremy Allison2010-12-172-19/+21
* file_set_sparse needs to be a handle based call.Jeremy Allison2010-12-172-11/+9
* s3:smbd: implement FSCTL_SET_SPARSE more correctlyBjörn Jacke2010-12-171-5/+43
* s3:smbd: add file_set_sparse() functionBjörn Jacke2010-12-171-0/+49
* s3: remove set_sparse_flagBjörn Jacke2010-12-171-15/+1
* s3: add FILE_ATTRIBUTE_SPARSE to get_stat_dos_flagsBjörn Jacke2010-12-171-0/+2
* Fix old bug in openX code, exposed when "strict allocate" is set to true.Jeremy Allison2010-12-161-5/+9
* Implement "use sendfile = yes" for SMB2. (cherry picked from commit 95cb7adcd...Jeremy Allison2010-12-153-3/+159
* Change interface of schedule_smb2_aio_read() to allocate the return DATA_BLOB.Jeremy Allison2010-12-152-9/+25
* Ensure we use vfs_fsp_stat(), not VFS_STAT directly, and store into fsp->fsp_...Jeremy Allison2010-12-141-19/+20
* Change crediting so that the credits are returned on the interim async response.Jeremy Allison2010-12-141-4/+7
* As we handle missing sendfile() inside lib/sendfile.c, remove the WITH_SENDFI...Jeremy Allison2010-12-131-7/+0
* We need to start off with smb2.credits_granted == 0. That wayJeremy Allison2010-12-131-2/+3
* Remove extra unused credit arg. to smbd_smb2_request_setup_out()Jeremy Allison2010-12-131-3/+3
* Add a SMB2 crediting algorithm, by default the same as Windows. Defaults to 1...Jeremy Allison2010-12-102-24/+136
* s3-smbd Don't send SPNEGO principal (rfc4178 hint) by defaultAndrew Bartlett2010-12-101-0/+3