summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
* smbd: create the messaging conntext earlierStefan Metzmacher2008-04-211-11/+16
* smbd: call reinit_after_fork() in the needed placesStefan Metzmacher2008-04-211-16/+6
* smbd: merge "smbd:backgroundqueue=no" option from the v3-0-ctdb treeStefan Metzmacher2008-04-211-2/+4
* dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbinddStefan Metzmacher2008-04-131-1/+5
* Fix the build of reply_setattrE().Günther Deschner2008-04-121-2/+2
* smbd: make it possible to change the write time delay for testingStefan Metzmacher2008-04-121-1/+7
* smbd: make it possible to disable get_file_infos() on searchesStefan Metzmacher2008-04-123-14/+36
* locking: combine get_delete_on_close_flag() and get_write_time() into get_fil...Stefan Metzmacher2008-04-123-14/+19
* smbd: implement the strange write time update logicStefan Metzmacher2008-04-128-130/+235
* locking: store the write time in the locking.tdbStefan Metzmacher2008-04-125-12/+24
* Metze pointed out this we don't need FILE_ATTRIBUTE_READ here.Jeremy Allison2008-04-121-1/+1
* Fix bug 5366Volker Lendecke2008-04-111-1/+6
* Fix S3 to pass the test_raw_oplock_exclusive3 test.Jeremy Allison2008-04-112-3/+4
* Remove unused variable.James Peach2008-04-111-1/+0
* Fix Kerberos interop with Mac OS X 10.5 clients.Bill Ricker2008-04-112-23/+33
* Add a talloc context parameter to current_timestring() to fix memleaks.Michael Adam2008-04-101-1/+1
* posix_acls: clarify loop condition code, removing unneeded counter variable.Michael Adam2008-04-101-7/+2
* Destroy DMAPI session when main smbd daemon exits.Alexander Bokovoy2008-04-092-0/+33
* Rewrite the wrap checks to deal with gcc 4.x optimisations.Jeremy Allison2008-04-083-101/+142
* Fix MSDFS bug noticed by Ofir Azoulay <Ofir.Azoulay@expand.com>.Jeremy Allison2008-04-041-30/+0
* smbd: ignore nttrans renames as w2k3 doesStefan Metzmacher2008-04-031-24/+3
* smbd: always close the base_fsp even if the real close returned an errorStefan Metzmacher2008-04-031-4/+0
* Ok, final move of this code :-). I think I've found the correctJeremy Allison2008-04-031-9/+9
* Move the message_dispatch() call after the check for errno onJeremy Allison2008-04-031-11/+11
* Using Metze's S4 nttrans rename test, the nttrans renameJeremy Allison2008-04-031-1/+1
* Reduce the race condition in Samba4 in RAW-RENAME test. We rename a fileJeremy Allison2008-04-031-0/+9
* Allow us to pass RAW-RENAME by testing that the connection structJeremy Allison2008-04-031-1/+1
* Try and fix bug #5315, as well as S4 torture tests RAW-OPLOCK BATCH19,Jeremy Allison2008-04-033-10/+13
* Fix missing '&&'.Jeremy Allison2008-04-021-1/+1
* Only allow sendfile on non-stream fsp's. Should fix make test for streamsJeremy Allison2008-04-021-2/+2
* Fix up the comments on security=share to explain we'reJeremy Allison2008-04-011-1/+5
* Be more verbose why create local token has failed duringGünther Deschner2008-03-311-0/+2
* printclose has only 1 vwvVolker Lendecke2008-03-281-1/+1
* smbd: fix session setup with security = share.Michael Adam2008-03-251-1/+1
* Port 3c1f1f0797e from 3-0-ctdbroot2008-03-221-3/+57
* [samba-3-0-ctdb.tridge @ tridge@samba.org-20070602053809-kpw5kjkcyjs8yjbl]Andrew Tridgell2008-03-181-1/+1
* Some simplificationsVolker Lendecke2008-03-181-2/+3
* Coverity fixesMarc VanHeyningen2008-03-182-2/+7
* Convert secrets_lock_trust_account_password to tallocVolker Lendecke2008-03-181-4/+7
* Add a debug message.Michael Adam2008-03-171-0/+1
* registry shares: prevent creating regular share called "global".Michael Adam2008-03-171-0/+4
* Fix some typosVolker Lendecke2008-03-091-1/+1
* Fix inotify detectionVolker Lendecke2008-02-251-1/+7
* Allow "max mux" async i/o requestsVolker Lendecke2008-02-241-5/+9
* Export aio_request_done()Volker Lendecke2008-02-241-3/+9
* AIO on streams does not work (yet...)Volker Lendecke2008-02-241-0/+12
* Fix debug messages.Jeremy Allison2008-02-221-4/+5
* Don't use fname after create_file has been calledVolker Lendecke2008-02-223-18/+18
* Update position information also for AIOVolker Lendecke2008-02-191-0/+5
* Inform level II oplock holders when we write using AIOVolker Lendecke2008-02-191-0/+2