mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
3f3ddfa699
The reasoning behind this is described in the previous commit message,
but essentially this should either be wrapped in certificate blocks and
imported as PEM, or converted back to binary and imported as DER.
I've opted for the latter since it's how it used to work before it
regressed in
|
||
---|---|---|
.. | ||
bug-14810 | ||
claims-client-tool | ||
complex_expressions | ||
conditional_ace_claims | ||
dfs_paths | ||
dirsync | ||
dns | ||
dns-aging | ||
durable-v2-delay | ||
empty-domain-name | ||
getncchanges | ||
gkdi | ||
initshutdown | ||
kdc-salt | ||
kinit_trust | ||
krb5-no-preauth | ||
ldap | ||
ldap_spn | ||
lm-hash-support-gone | ||
modify-order | ||
multichannel | ||
netlogon | ||
nt-hash-support-gone | ||
ntlmv2-restrictions | ||
oneway | ||
priv_attr | ||
protected_users | ||
python-segfaults | ||
quota1 | ||
README | ||
replica_sync | ||
rpc-dfs | ||
rpc-netlogon-zerologon | ||
rw-invalid | ||
s3-logging | ||
s3-lsa-server | ||
samba3.rpc.samr | ||
samba3.vfs.fruit | ||
samba4.ldap.confidential_attr | ||
samba4.rpc.netlogon-s3 | ||
samba4.rpc.samr | ||
samba-tool-user-get-kerberos-ticket | ||
security-descriptors | ||
sid-strings | ||
silo-client-tool | ||
smb1-tests | ||
smb2.replay | ||
smb2.session | ||
smbclient_machine_auth.plain | ||
smbclient-smb3 | ||
source3-epmapper | ||
srvsvc | ||
symlink | ||
uac_objectclass_restrict | ||
upn_handling | ||
usage | ||
user_getpassword_gmsa | ||
vlv | ||
wkssvc |
# Files in this directory contain lists of regular expressions # matching the names of tests that are temporarily expected to fail. # # Tests that are intended to *always* fail (e.g. to prove that the # test can't succeed under certain conditions) should be added under # selftest/expectedfail.d instead. # # "make test" will not report failures for tests listed here and will consider # a successful run for any of these tests an error. # # Empty lines and lines beginning with '#' are ignored. # Please don't add tests to this README!