summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unneeded stat call.Jeremy Allison2011-02-091-9/+4
* Add fdopendir to the VFS. We will use this to reuse a directory fd already op...Jeremy Allison2011-02-091-0/+9
* Pass fsp to dptr_CloseDir(). Cope with setting the fd if we're closing an fd ...Jeremy Allison2011-02-084-11/+13
* If possible (O_DIRECTORY exists) open an fd for a directory open.Jeremy Allison2011-02-085-16/+23
* Use corrcet function instead of cut-and-paste code.Jeremy Allison2011-02-081-1/+1
* Fix leak in error path.Jeremy Allison2011-02-071-0/+1
* s3: Fix some nonempty blank linesVolker Lendecke2011-02-061-3/+3
* Fix try_chown code. Use new vfs_chown_fsp() which always trys fd first.Jeremy Allison2011-02-052-75/+72
* Move the "oplock file with byte range locks" check to the correct place, wher...Jeremy Allison2011-02-052-17/+15
* s3-smbd: Added a function to setup rpc services.Andreas Schneider2011-02-021-90/+2
* s3-epmapper: Added a endpoint mapper skeleton.Andreas Schneider2011-02-021-0/+1
* Based on a conversation with Volker, refactor some of the oplock code to make...Jeremy Allison2011-02-021-71/+160
* s3-lanman: prefer dcerpc_samr_X functions.Günther Deschner2011-02-011-83/+237
* Ensure we send the direct levelII oplock break to the correct fid.Pavel Shilovsky2011-02-011-1/+10
* Fix bug #7928 - Samba problems with kernel oplocks option set to "no"Pavel Shilovsky2011-01-312-8/+32
* s3:smbd: let smbd_server_connection_loop_once() check for select errorsStefan Metzmacher2011-01-311-0/+4
* Revert "s3: Fix starving the echo responder"Stefan Metzmacher2011-01-311-17/+0
* Revert "s3:events: Call all ready fd event handlers on each iteration of the ...Stefan Metzmacher2011-01-311-18/+21
* We need to reply to SMB2_GETINFO_FILE with a class of SMB2_FILE_STANDARD_INFO...Jeremy Allison2011-01-281-1/+32
* Change "security=share" to downgrade to SMB1 from SMB2, rather than trying to...Jeremy Allison2011-01-271-8/+0
* Looking into printer driver issues, I ran across some peculiarities inDavid Disseldorp2011-01-271-8/+11
* 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