summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam2008-04-211-1/+1
* Move the posix pending close functionality down into the VFS layer.Michael Adam2008-04-211-1/+9
* Refactoring: Make struct rpc_pipe_client its own talloc parentVolker Lendecke2008-04-201-1/+2
* Fix bug 5398Volker Lendecke2008-04-191-3/+3
* smbd: create the messaging conntext earlierStefan Metzmacher2008-04-181-11/+16
* smbd: call reinit_after_fork() in the needed placesStefan Metzmacher2008-04-181-16/+6
* smbd: merge "smbd:backgroundqueue=no" option from the v3-0-ctdb treeStefan Metzmacher2008-04-181-2/+4
* Remove two pointless else branchesVolker Lendecke2008-04-141-7/+5
* Fix some "ignoring asprintf result" warningsVolker Lendecke2008-04-142-20/+21
* Use more error-prone form of testing dm_destroy_session() return code after d...Alexander Bokovoy2008-04-141-1/+1
* registry: rename init_registry() to registry_init_full() for consistency.Michael Adam2008-04-131-1/+1
* registry: change init_registry() to return WERROR instead of bool.Michael Adam2008-04-131-1/+1
* dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbinddStefan Metzmacher2008-04-121-1/+5
* Cleanup size_t return values in convert_string_allocateTim Prouty2008-04-111-4/+3
* Fix bug 5366Volker Lendecke2008-04-111-1/+6
* Fix the build of reply_setattrE().Günther Deschner2008-04-081-2/+2
* Destroy DMAPI session when main smbd daemon exits.Alexander Bokovoy2008-04-082-0/+33
* Rewrite the wrap checks to deal with gcc 4.x optimisations.Jeremy Allison2008-04-073-101/+142
* Remove unused variable.James Peach2008-04-071-1/+0
* Fix Kerberos interop with Mac OS X 10.5 clients.Bill Ricker2008-04-072-23/+33
* smbd: make it possible to change the write time delay for testingStefan Metzmacher2008-04-071-1/+7
* smbd: make it possible to disable get_file_infos() on searchesStefan Metzmacher2008-04-073-14/+36
* locking: combine get_delete_on_close_flag() and get_write_time() into get_fil...Stefan Metzmacher2008-04-073-14/+19
* smbd: implement the strange write time update logicStefan Metzmacher2008-04-078-130/+235
* locking: store the write time in the locking.tdbStefan Metzmacher2008-04-075-12/+24
* Fix MSDFS bug noticed by Ofir Azoulay <Ofir.Azoulay@expand.com>.Jeremy Allison2008-04-021-30/+0
* smbd: always close the base_fsp even if the real close returned an errorStefan Metzmacher2008-04-011-4/+0
* smbd: ignore nttrans renames as w2k3 doesStefan Metzmacher2008-04-011-24/+3
* Ok, final move of this code :-). I think I've found the correctJeremy Allison2008-03-311-9/+9
* Move the message_dispatch() call after the check for errno onJeremy Allison2008-03-311-11/+11
* Reduce the race condition in Samba4 in RAW-RENAME test. We rename a fileJeremy Allison2008-03-311-0/+9
* Fix missing '&&'.Jeremy Allison2008-03-281-1/+1
* Only allow sendfile on non-stream fsp's. Should fix make test for streamsJeremy Allison2008-03-281-2/+2
* Add a talloc context parameter to current_timestring() to fix memleaks.Michael Adam2008-03-281-1/+1
* printclose has only 1 vwvVolker Lendecke2008-03-281-1/+1
* Fix up the comments on security=share to explain we'reJeremy Allison2008-03-271-1/+5
* posix_acls: clarify loop condition code, removing unneeded counter variable.Michael Adam2008-03-271-7/+2
* Missing HAVE_UPDWTMPX check before using updwtmpx().Eric Cronin2008-03-241-0/+4
* smbd: fix session setup with security = share.Michael Adam2008-03-201-1/+1
* Port 3c1f1f0797e from 3-0-ctdbroot2008-03-201-3/+57
* [samba-3-0-ctdb.tridge @ tridge@samba.org-20070602053809-kpw5kjkcyjs8yjbl]Andrew Tridgell2008-03-181-1/+1
* Some simplificationsVolker Lendecke2008-03-171-2/+3
* Coverity fixesMarc VanHeyningen2008-03-172-2/+7
* Add a debug message.Michael Adam2008-03-121-0/+1
* Using Metze's S4 nttrans rename test, the nttrans renameJeremy Allison2008-03-111-1/+1
* Metze pointed out this we don't need FILE_ATTRIBUTE_READ here.Jeremy Allison2008-03-111-1/+1
* Allow us to pass RAW-RENAME by testing that the connection structJeremy Allison2008-03-111-1/+1
* Try and fix bug #5315, as well as S4 torture tests RAW-OPLOCK BATCH19,Jeremy Allison2008-03-113-10/+13
* Fix S3 to pass the test_raw_oplock_exclusive3 test.Jeremy Allison2008-03-112-3/+4
* registry shares: prevent creating regular share called "global".Michael Adam2008-03-111-0/+4