summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CVE-2021-3670 ldb: Confirm the request has not yet timed out in ldb filter pr...ldb-2.5.0Andrew Bartlett2021-11-255-2/+85
* CVE-2021-3670 ldap_server: Ensure value of MaxQueryDuration is greater than zeroJoseph Sutton2021-11-251-1/+3
* CVE-2021-3670 ldap_server: Set timeout on requests based on MaxQueryDurationJoseph Sutton2021-11-251-1/+11
* CVE-2021-3670 tests/krb5/test_ldap.py: Add test for LDAP timeoutsJoseph Sutton2021-11-252-0/+64
* pytest/docs: better spelling of set_smbconf_arbitraryDouglas Bagnall2021-11-221-2/+2
* pytest/docs: set_smbconf_arbitrary_opposite() needs param_typeDouglas Bagnall2021-11-221-2/+4
* pytest/dns_aging: remove duplicate testsDouglas Bagnall2021-11-221-12/+0
* pytest/dns_aging: use correct variable namesDouglas Bagnall2021-11-221-2/+2
* py/dnsserver: add a missing exception variableDouglas Bagnall2021-11-221-1/+1
* py/dnsserver: add missing importsDouglas Bagnall2021-11-221-0/+1
* third_party/update: forget pep8Douglas Bagnall2021-11-191-5/+0
* pytest/source_chars: forget thirdparty/pep8 test fileDouglas Bagnall2021-11-191-2/+0
* third_party: remove pep8Douglas Bagnall2021-11-1954-5446/+0
* cmdline: Make -P work in clustered modeVolker Lendecke2021-11-173-2/+29
* cmdline: Add a callback to set the machine account detailsVolker Lendecke2021-11-172-2/+18
* lib: Add required includes to source3/include/secrets.hVolker Lendecke2021-11-171-0/+3
* selftest: Add reproducer for bug 14908Volker Lendecke2021-11-173-0/+32
* lib/replace/timegm: use utf-8Douglas Bagnall2021-11-172-2/+1
* s4/auth/gensec/gensec_krb5_heimdal: use utf-8Douglas Bagnall2021-11-172-2/+1
* test/blackbox/test_samba-tool_ntacl: use utf-8Douglas Bagnall2021-11-172-2/+1
* s3/modules/vfs_acl_common.h: use utf-8Douglas Bagnall2021-11-172-2/+1
* test/bad_chars: ensure our tests could failDouglas Bagnall2021-11-172-0/+36
* pytests: check that we don't have bad format charactersDouglas Bagnall2021-11-172-0/+254
* s3: smbd: In SMB1 call_trans2findnext() add and use a helper variable to ensu...Jeremy Allison2021-11-161-1/+3
* s3: smbd: In unlink_internals() ensure we never call mangle_is_mangled for a ...Jeremy Allison2021-11-161-0/+2
* s3: smbd: SMB1 reply_copy(). Posix pathnames always means case_sensitive = true.Jeremy Allison2021-11-161-1/+2
* s3: smbd: SMB1 reply_copy(). Posix pathnames should never call into mangle_is...Jeremy Allison2021-11-161-0/+1
* s3: smbd: In SMB1 reply_copy(), make req->posix_pathnames a helper variable.Jeremy Allison2021-11-161-1/+2
* s3: smbd: Add and use helper variables for case_sensitive, case_preserve, sho...Jeremy Allison2021-11-161-3/+7
* s3: smbd: Ensure we never call mangle_is_mangled() for a posix path.Jeremy Allison2021-11-161-0/+1
* s3: smbd: Add and use helper variable posix_pathname in rename_internals().Jeremy Allison2021-11-161-1/+2
* s3: smbd: Add and use helper variables case_sensitive, case_preserve in renam...Jeremy Allison2021-11-161-1/+5
* s3: smbd: Add and use case_sensitive helper variable to unlink_internals().Jeremy Allison2021-11-161-1/+4
* s3: smbd: Use a helper variable in smbd_smb2_query_directory_send().Jeremy Allison2021-11-161-1/+2
* s3: smbd: In open_file() use the helper variable to select correct case_sensi...Jeremy Allison2021-11-161-1/+1
* s3: smbd: In open_file(), use a helper variable instead of always checking sp...Jeremy Allison2021-11-161-2/+3
* s3: smbd: Use dptr_case_sensitive() in directory listing code.Jeremy Allison2021-11-161-3/+4
* s3: smbd: Add dptr_case_sensitive(). Not yet used.Jeremy Allison2021-11-162-0/+6
* s3: smbd: In OpenDir_fsp(), set dir_hnd->case_sensitive to true if FSP_POSIX_...Jeremy Allison2021-11-161-1/+5
* s3: smbd: Use dir_hnd->case_sensitive instead of conn->case_sensitive.Jeremy Allison2021-11-161-4/+4
* s3: smbd: Add case_sensitive to struct smb_Dir.Jeremy Allison2021-11-161-0/+2
* s3: smbd: Use state->case_sensitive instead of state->conn->case_sensitive.Jeremy Allison2021-11-161-4/+4
* s3: smbd: Add 'bool case_sensitive' to struct smbd_dirptr_lanman2_state.Jeremy Allison2021-11-161-0/+2
* s3: smbd: In unix_convert() component_was_mangled is always false for posix.Jeremy Allison2021-11-161-1/+7
* s3: smbd: In unix_convert_step_search_fail() ensure posix names don't call in...Jeremy Allison2021-11-161-0/+9
* s3: smbd: Add comment to unix_convert() explaining why posix never calls into...Jeremy Allison2021-11-161-0/+3
* s3: smbd: Turn on case sensitivity for a posix filename lookup.Jeremy Allison2021-11-161-0/+7
* s3: smbd: Use state->short_case_preserve instead of state->conn->short_case_p...Jeremy Allison2021-11-161-1/+1
* s3: smbd: Use state->case_preserve instead of state->conn->case_preserve.Jeremy Allison2021-11-161-1/+1
* s3: smbd: Use state->case_sensitive instead of state->conn->case_sensitive.Jeremy Allison2021-11-161-5/+5