summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: implement FSCTL_SMBTORTURE_GLOBAL_READ_RESPONSE_BODY_PADDING8Stefan Metzmacher2021-07-153-1/+23
* s3:smbd: introduce a body_size variable in smbd_smb2_request_read_doneStefan Metzmacher2021-07-151-2/+4
* s3: VFS: default. In vfswrap_getxattrat_do_async() always use the pathref fsp.Jeremy Allison2021-07-151-11/+10
* s3: VFS: default. In vfswrap_getxattrat_do_sync() always use the pathref fsp.Jeremy Allison2021-07-151-21/+9
* s3: VFS: default: Add 'handle' member to struct vfswrap_getxattrat_stateJeremy Allison2021-07-151-0/+2
* s3: VFS: default: Move vfswrap_fgetxattr() before the async versions.Jeremy Allison2021-07-151-30/+30
* s3: smbd: Allow "smbd async dosmode = yes" to return valid DOS attributes again.Jeremy Allison2021-07-151-12/+16
* s3: tests: Add "SMB2-LIST-DIR-ASYNC" test.Jeremy Allison2021-07-154-0/+105
* s3: tests: Our tests for "smbd async dosmode = yes" haven't been working corr...Jeremy Allison2021-07-151-1/+1
* s3:smbd: improve the error returns for invalid session binding requestsStefan Metzmacher2021-07-151-14/+29
* libcli/smb: actually make use of "client/server smb3 signing algorithms"Stefan Metzmacher2021-07-152-0/+3
* docs-xml: add "client/server smb3 signing algorithms" optionsStefan Metzmacher2021-07-151-0/+5
* s3:smbd: prepare support for SMB2_SIGNING_CAPABILITIESStefan Metzmacher2021-07-151-0/+80
* s3:smbd: make sure we don't try to sign CANCEL response PDUsStefan Metzmacher2021-07-151-2/+4
* s3:smbd: make sure STATUS_PENDING responses are never signedStefan Metzmacher2021-07-151-13/+9
* s3:smbstatus: pretty print the use of new signing/encryption algorithmsStefan Metzmacher2021-07-155-15/+66
* s3:smbd: only allow cancel with the same sessionStefan Metzmacher2021-07-151-0/+4
* s3:smbd: let 'server smb3 encryption algorithms' disable aes-128-ccm for SMB3_0*Stefan Metzmacher2021-07-151-0/+11
* s3:smbd: make use of 'server smb3 encryption algorithms'Stefan Metzmacher2021-07-151-9/+3
* s3:libsmb: make use of 'client smb3 encryption algorithms'Stefan Metzmacher2021-07-151-9/+3
* docs-xml: add "client/server smb3 encryption algorithms" optionsStefan Metzmacher2021-07-151-0/+5
* smb2_negprot: make use of struct smb311_capabilities.encryptionStefan Metzmacher2021-07-151-12/+29
* lib/param: enable "server multi channel support" by default on Linux and FreeBSDStefan Metzmacher2021-07-152-0/+8
* s3:smbd: fallback to smb2srv_session_lookup_global() for session setups with ...Stefan Metzmacher2021-07-151-5/+43
* s3:smbd: remove dead code from smbd_smb2_request_dispatch()Stefan Metzmacher2021-07-151-12/+0
* s3:smbd: make sure smbXsrv_session_update() doesn't segfault with table == NULLStefan Metzmacher2021-07-151-0/+7
* s3:smbd: fix a NULL pointer deference caused by smb2srv_update_crypto_flags()Stefan Metzmacher2021-07-151-0/+13
* s3:smbd: let smb2srv_session_lookup_global() clear the signing/encryption_flagsStefan Metzmacher2021-07-151-0/+2
* s3:smbd: replace PROTOCOL_SMB3_10 with PROTOCOL_SMB3_11Stefan Metzmacher2021-07-153-5/+5
* s3:smbd: replace PROTOCOL_SMB2_24 with PROTOCOL_SMB3_00Stefan Metzmacher2021-07-152-3/+3
* s3:smbd: replace PROTOCOL_SMB2_22 with PROTOCOL_SMB3_00Stefan Metzmacher2021-07-153-5/+5
* s3:torture: replace PROTOCOL_SMB2_22 with PROTOCOL_SMB3_00Stefan Metzmacher2021-07-151-4/+4
* smb2_negprot: no longer use experimental dialects 2.2.2, 2.2.4, 3.1.0 on the ...Stefan Metzmacher2021-07-151-3/+0
* s3:tests: use SAMBA_DEPRECATED_SUPPRESS=1 for backbox testsStefan Metzmacher2021-07-144-4/+16
* s3:winbind: Get rid of the winbind dc-connect childIsaac Boukris2021-07-147-403/+136
* s3:winbind: Remove trailing whitespaces in winbindd_dual.cAndreas Schneider2021-07-141-9/+9
* s3:winbind: Remove trailing whitespaces in winbindd_cm.cAndreas Schneider2021-07-141-22/+22
* s3:winbind: Remove trailing whitespaces in winbindd.cAndreas Schneider2021-07-141-2/+2
* s3-net: add "net offlinejoin" commandGünther Deschner2021-07-144-0/+305
* s3-libnetapi: add djoin toolGünther Deschner2021-07-142-0/+167
* s3-libnetapi: implement NetRequestOfflineDomainJoin_lGünther Deschner2021-07-141-1/+113
* s3-libnetapi: add NetRequestOfflineDomainJoin example codeGünther Deschner2021-07-142-0/+98
* s3-libnetapi: add NetRequestOfflineDomainJoin to apiGünther Deschner2021-07-141-0/+24
* s3-libnetapi: add NetRequestOfflineDomainJoin() boilerplate.Günther Deschner2021-07-143-0/+73
* s3-libnetapi: add NetRequestOfflineDomainJoin to IDLGünther Deschner2021-07-141-0/+15
* s3-libnetapi: implement NetProvisionComputerAccount_lGünther Deschner2021-07-141-2/+181
* s3-libnetapi: add NetProvisionComputerAccount example codeGünther Deschner2021-07-142-0/+123
* s3-libnetapi: add NetProvisionComputerAccount to api.Günther Deschner2021-07-141-0/+36
* s3-libnetapi: add NetProvisionComputerAccount() boilerplateGünther Deschner2021-07-143-0/+88
* s3-libnetapi: add NetProvisionComputerAccount() to IDLGünther Deschner2021-07-141-0/+23