summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-11Allow us to pass RAW-RENAME by testing that the connection structJeremy Allison1-1/+1
2008-03-11Try and fix bug #5315, as well as S4 torture tests RAW-OPLOCK BATCH19,Jeremy Allison3-10/+13
2008-03-11Fix S3 to pass the test_raw_oplock_exclusive3 test.Jeremy Allison2-3/+4
2008-03-11registry shares: prevent creating regular share called "global".Michael Adam1-0/+4
2008-03-10Convert secrets_lock_trust_account_password to tallocVolker Lendecke1-4/+7
2008-03-08Fix some typosVolker Lendecke1-1/+1
2008-03-06Be more verbose why create local token has failed duringGünther Deschner1-0/+2
2008-02-25Fix inotify detectionVolker Lendecke1-1/+7
2008-02-24Allow "max mux" async i/o requestsVolker Lendecke1-5/+9
2008-02-24Export aio_request_done()Volker Lendecke1-3/+9
2008-02-24AIO on streams does not work (yet...)Volker Lendecke1-0/+12
2008-02-22Fix debug messages.Jeremy Allison1-4/+5
2008-02-22Don't use fname after create_file has been calledVolker Lendecke3-18/+18
2008-02-19Update position information also for AIOVolker Lendecke1-0/+5
2008-02-19Inform level II oplock holders when we write using AIOVolker Lendecke1-0/+2
2008-02-18Check return code of secrets_init() function.Tim Potter1-1/+2
2008-02-17Use new structs in reply_spnego_kerberos().Günther Deschner1-6/+5
2008-02-14Correctly use SPNEGO to negotiate down from krb5 to NTLMSSP.Jeremy Allison1-28/+81
2008-02-14Currently we don't SPNEGO negotiate back to NTLMSSP. Note this.Jeremy Allison1-4/+16