summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2008-05-02Move directory_has_default_acl() to file_access.c, belongsJeremy Allison2-25/+27
2008-05-01Start to ensure we use the NT ACL interface, keep the POSIXJeremy Allison1-21/+46
2008-04-28Fix bug found by Igor Mammedov <niallain@gmail.com> where we areJeremy Allison1-14/+42
2008-04-23Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke1-2/+3
2008-04-21Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam1-1/+1
2008-04-21Move the posix pending close functionality down into the VFS layer.Michael Adam1-1/+9
2008-04-20Refactoring: Make struct rpc_pipe_client its own talloc parentVolker Lendecke1-1/+2
2008-04-19Fix bug 5398Volker Lendecke1-3/+3
2008-04-18smbd: create the messaging conntext earlierStefan Metzmacher1-11/+16
2008-04-18smbd: call reinit_after_fork() in the needed placesStefan Metzmacher1-16/+6
2008-04-18smbd: merge "smbd:backgroundqueue=no" option from the v3-0-ctdb treeStefan Metzmacher1-2/+4
2008-04-14Remove two pointless else branchesVolker Lendecke1-7/+5
2008-04-14Fix some "ignoring asprintf result" warningsVolker Lendecke2-20/+21
2008-04-14Use more error-prone form of testing dm_destroy_session() return code after d...Alexander Bokovoy1-1/+1
2008-04-13registry: rename init_registry() to registry_init_full() for consistency.Michael Adam1-1/+1
2008-04-13registry: change init_registry() to return WERROR instead of bool.Michael Adam1-1/+1
2008-04-12dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbinddStefan Metzmacher1-1/+5
2008-04-11Cleanup size_t return values in convert_string_allocateTim Prouty1-4/+3
2008-04-11Fix bug 5366Volker Lendecke1-1/+6
2008-04-08Fix the build of reply_setattrE().Günther Deschner1-2/+2
2008-04-08Destroy DMAPI session when main smbd daemon exits.Alexander Bokovoy2-0/+33
2008-04-07Rewrite the wrap checks to deal with gcc 4.x optimisations.Jeremy Allison3-101/+142
2008-04-07Remove unused variable.James Peach1-1/+0
2008-04-07Fix Kerberos interop with Mac OS X 10.5 clients.Bill Ricker2-23/+33
2008-04-07smbd: make it possible to change the write time delay for testingStefan Metzmacher1-1/+7
2008-04-07smbd: make it possible to disable get_file_infos() on searchesStefan Metzmacher3-14/+36
2008-04-07locking: combine get_delete_on_close_flag() and get_write_time() into get_fil...Stefan Metzmacher3-14/+19
2008-04-07smbd: implement the strange write time update logicStefan Metzmacher8-130/+235
2008-04-07locking: store the write time in the locking.tdbStefan Metzmacher5-12/+24
2008-04-02Fix MSDFS bug noticed by Ofir Azoulay <Ofir.Azoulay@expand.com>.Jeremy Allison1-30/+0
2008-04-01smbd: always close the base_fsp even if the real close returned an errorStefan Metzmacher1-4/+0
2008-04-01smbd: ignore nttrans renames as w2k3 doesStefan Metzmacher1-24/+3
2008-03-31Ok, final move of this code :-). I think I've found the correctJeremy Allison1-9/+9
2008-03-31Move the message_dispatch() call after the check for errno onJeremy Allison1-11/+11
2008-03-31Reduce the race condition in Samba4 in RAW-RENAME test. We rename a fileJeremy Allison1-0/+9
2008-03-28Fix missing '&&'.Jeremy Allison1-1/+1
2008-03-28Only allow sendfile on non-stream fsp's. Should fix make test for streamsJeremy Allison1-2/+2
2008-03-28Add a talloc context parameter to current_timestring() to fix memleaks.Michael Adam1-1/+1
2008-03-28printclose has only 1 vwvVolker Lendecke1-1/+1
2008-03-27Fix up the comments on security=share to explain we'reJeremy Allison1-1/+5
2008-03-27posix_acls: clarify loop condition code, removing unneeded counter variable.Michael Adam1-7/+2
2008-03-24Missing HAVE_UPDWTMPX check before using updwtmpx().Eric Cronin1-0/+4
2008-03-20smbd: fix session setup with security = share.Michael Adam1-1/+1
2008-03-20Port 3c1f1f0797e from 3-0-ctdbroot1-3/+57
2008-03-18[samba-3-0-ctdb.tridge @ tridge@samba.org-20070602053809-kpw5kjkcyjs8yjbl]Andrew Tridgell1-1/+1
2008-03-17Some simplificationsVolker Lendecke1-2/+3
2008-03-17Coverity fixesMarc VanHeyningen2-2/+7
2008-03-12Add a debug message.Michael Adam1-0/+1
2008-03-11Using Metze's S4 nttrans rename test, the nttrans renameJeremy Allison1-1/+1
2008-03-11Metze pointed out this we don't need FILE_ATTRIBUTE_READ here.Jeremy Allison1-1/+1