1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/selftest/flapping.d
Joseph Sutton 96479747bd CVE-2021-20251 s4:dsdb: Make badPwdCount update atomic
We reread the account details inside the transaction in case the account
has been locked out in the meantime. If it has, we return the
appropriate error code.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14611

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2022-09-12 23:07:37 +00:00
..
dnsserver CVE-2019-14861: s4-rpc/dnsserver: Confirm sort behaviour in dcesrv_DnssrvEnumRecords 2019-12-10 09:18:46 +00:00
getdcname netlogon: Forward GetDCNameEx2 to winbind via IRPC 2018-05-04 06:12:10 +02:00
nbt_dgram selftest: add two more nbt.dgram flapping tests 2020-04-06 10:43:18 +00:00
README selftest: fix typos in README files 2021-03-01 03:50:35 +00:00
rfc2307 Mark rfc2307 test flapping 2018-01-12 22:42:22 +01:00
samba_tool_drs_showrepl samba_tool_showrepl_pull_summary_all_good is flapping 2018-07-05 04:01:26 +02:00
smb2_notify selftest: Correct name of flapping smb2.notify test 2019-04-08 03:09:42 +00:00
wbinfo Mark wbinfo test flapping 2018-01-13 03:01:10 +01:00
whoami Mark whoami test flapping 2018-01-12 22:42:22 +01:00

# Files in this directory contain lists of regular expressions
# matching the names of tests that are that are flapping. In other
# words, they sometimes succeed and sometimes fail, depending on
# external factors.
#
# "make test" will not report failures or successes for tests listed here.
#
# DO NOT ADD TESTS HERE UNLESS THEY ARE ACTUALLY FLAPPING
#
# It is much better to add known failing tests to 'knownfail', so the
# test system can warn when they actually start passing.
#
# Empty lines and lines beginning with '#' are ignored.
# Please don't add tests to this README!