summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-14Ensure invalidate_vuid() deletes any ntlmssp state.Jeremy Allison1-0/+4
2008-02-11smbd: use make usage of wbcDomainInfo()Stefan Metzmacher1-15/+9
2008-02-08Fix some typos.Karolin Seeger1-1/+1
2008-02-06Make operator precedence very clear.Jeremy Allison1-1/+1
2008-02-06Change the file time before we change the file mode.Alexander Bokovoy1-6/+6
2008-02-06Allow actual call to set file offlineAlexander Bokovoy1-12/+20
2008-02-06Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into dmapi-int...Alexander Bokovoy7-208/+155
2008-02-05Fix a couple of "might be used uninitialized" warnings.Jeremy Allison1-2/+2
2008-02-05Fix typo.Karolin Seeger1-1/+1
2008-02-04str_list_free is not needed anymoreVolker Lendecke1-4/+2
2008-02-04Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke2-7/+8
2008-02-02Remove smb_read_error globalVolker Lendecke1-7/+0
2008-02-02Remove dependency on get_srv_read_error() from main loopVolker Lendecke1-49/+20
2008-02-02Convert receive_message_or_smb to NTSTATUSVolker Lendecke1-36/+43
2008-02-02Convert read_data() to NTSTATUSVolker Lendecke1-4/+5
2008-02-02Make get_srv_read_error static to process.cVolker Lendecke2-3/+3
2008-02-02Convert receive_smb_raw to NTSTATUSVolker Lendecke1-2/+0
2008-02-02read_socket_with_timeout_ntstatus->read_socket_with_timeoutVolker Lendecke2-4/+3
2008-02-02Get rid of read_socket_with_timeoutVolker Lendecke1-5/+14
2008-02-02Convert receive_smb_talloc to NTSTATUSVolker Lendecke1-33/+28
2008-02-02Convert receive_smb_raw_talloc to NTSTATUSVolker Lendecke1-61/+29
2008-02-02Convert receive_smb_raw_talloc_partial_read to NTSTATUSVolker Lendecke1-59/+47
2008-02-02Convert read_packet_remainder to return NTSTATUSVolker Lendecke1-37/+44