summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tdb: version 1.4.5tdb-1.4.5Stefan Metzmacher2021-07-202-1/+74
* tdb: Fix invalid syntax in tdb.hGünther Deschner2021-07-201-0/+13
* utils: Avoid pylint warningMartin Schwenke2021-07-201-2/+2
* utils: Reformat lines that are longer than 80 columnsMartin Schwenke2021-07-201-4/+6
* utils: Tweak exception handling to stop flake8 complainingMartin Schwenke2021-07-201-2/+2
* utils: Simplify log level logic, drop global variableMartin Schwenke2021-07-201-9/+9
* utils: Inline defaults and help stringsMartin Schwenke2021-07-201-17/+11
* utils: Move argument processing into function and call from main()Martin Schwenke2021-07-201-26/+26
* utils: Reorder imports so that standard imports are firstMartin Schwenke2021-07-201-1/+2
* utils: Clean up ctdb_etcd_lock using autopep8Martin Schwenke2021-07-201-126/+134
* utils: Use Python 3Martin Schwenke2021-07-201-1/+1
* examples: Make winreg.py sample work with python3 in current masterVolker Lendecke2021-07-191-29/+33
* gitignore: Add .cache directoryAndreas Schneider2021-07-191-1/+2
* selftest: Add PYTHONPATH for lsp servers to devel_env.shAndreas Schneider2021-07-191-0/+3
* s3:utils: Use better error message for smbtreeAndreas Schneider2021-07-161-1/+8
* libcli/smb: allow unexpected padding in SMB2 READ responsesStefan Metzmacher2021-07-152-5/+18
* libcli/smb: make smb2cli_ioctl_parse_buffer() available as smb2cli_parse_dyn_...Stefan Metzmacher2021-07-153-107/+116
* s3:smbd: implement FSCTL_SMBTORTURE_GLOBAL_READ_RESPONSE_BODY_PADDING8Stefan Metzmacher2021-07-154-1/+24
* s3:smbd: introduce a body_size variable in smbd_smb2_request_read_doneStefan Metzmacher2021-07-151-2/+4
* s4:torture/smb2: add smb2.read.bug14607 testStefan Metzmacher2021-07-152-0/+138
* Update WHATSNEW for Certificate Auto EnrollmentDavid Mulder2021-07-151-0/+13
* gpo: Test Certificate Auto Enrollment PolicyDavid Mulder2021-07-156-1/+246
* gpo: Fix up rsop output of ca certificateDavid Mulder2021-07-151-3/+3
* gpo: Add Certificate Auto Enrollment PolicyDavid Mulder2021-07-152-0/+246
* WHATSNEW: Start release notes for Samba 4.16.0pre1.Karolin Seeger2021-07-151-171/+3
* VERSION: Bump version up to 4.16.0pre1...Karolin Seeger2021-07-151-4/+4
* VERSION: Disable GIT_SNAPSHOT for the Samba 4.15.0rc1 release.samba-4.15.0rc1Karolin Seeger2021-07-151-3/+3
* WHATSNEW: Up to Samba 4.15.0rc1.Karolin Seeger2021-07-151-1/+1
* WHATSNEW: Fix typos.Karolin Seeger2021-07-151-4/+5
* 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-152-13/+16
* s3: tests: Add "SMB2-LIST-DIR-ASYNC" test.Jeremy Allison2021-07-155-0/+106
* s3: tests: Our tests for "smbd async dosmode = yes" haven't been working corr...Jeremy Allison2021-07-152-11/+11
* WHATSNEW: add client/server smb3 signing/encryption algorithmsStefan Metzmacher2021-07-151-0/+4
* s3:smbd: improve the error returns for invalid session binding requestsStefan Metzmacher2021-07-152-40/+31
* s4:torture: more smb2.session.bind_negative_smb3* combinationsStefan Metzmacher2021-07-152-2/+1800
* docs-xml: offer aes-128-gmac by defaultStefan Metzmacher2021-07-153-5/+5
* libcli/smb: add support for SMB2_SIGNING_AES128_GMACStefan Metzmacher2021-07-153-1/+142
* s4:torture: force AES_CMAC or HMAC_SHA256 for some SMB 3.1.1 testsStefan Metzmacher2021-07-151-0/+48
* libcli/smb: actually make use of "client/server smb3 signing algorithms"Stefan Metzmacher2021-07-156-1/+39
* docs-xml: add "client/server smb3 signing algorithms" optionsStefan Metzmacher2021-07-155-0/+57
* s3:smbd: prepare support for SMB2_SIGNING_CAPABILITIESStefan Metzmacher2021-07-151-0/+80
* libcli/smb: prepare support for SMB2_SIGNING_CAPABILITIES negotiationStefan Metzmacher2021-07-153-0/+159
* libcli/smb: make sure smb2_signing_calc_signature() never generates a signatu...Stefan Metzmacher2021-07-151-0/+32
* libcli/smb: make sure we always send a valid MID in cancel PDUsStefan Metzmacher2021-07-151-3/+21
* libcli/smb: skip session setup signing for REQUEST_OUT_OF_SEQUENCE, NOT_SUPPO...Stefan Metzmacher2021-07-151-0/+40
* libcli/smb: add smb2cli_conn_server_{signing,encryption}_algo()Stefan Metzmacher2021-07-152-0/+12