summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Convert secrets_lock_trust_account_password to tallocVolker Lendecke2008-03-101-4/+7
* Fix some typosVolker Lendecke2008-03-081-1/+1
* Be more verbose why create local token has failed duringGünther Deschner2008-03-061-0/+2
* 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
* Check return code of secrets_init() function.Tim Potter2008-02-181-1/+2
* Use new structs in reply_spnego_kerberos().Günther Deschner2008-02-171-6/+5
* Correctly use SPNEGO to negotiate down from krb5 to NTLMSSP.Jeremy Allison2008-02-141-28/+81