mirror of
https://github.com/samba-team/samba.git
synced 2025-07-29 15:42:04 +03:00
python/tests/krb5: add crypto.py from greghudson/pyk5 as kcrypto.py
This is crypto.py of commit f0612aa908062fb239d1c3873595e7204ae1691d from https://github.com/greghudson/pyk5.git This will be used in order to do raw protocol testing against [MS-KILE] KDCs. Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Signed-off-by: Isaac Boukris <iboukris@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
committed by
Stefan Metzmacher
parent
0f805db40a
commit
679bb52c95
@ -84,7 +84,8 @@ EXCLUDE_USAGE = {
|
||||
'selftest/tests.py',
|
||||
'python/samba/subunit/run.py',
|
||||
'bin/python/samba/subunit/run.py',
|
||||
'python/samba/tests/dcerpc/raw_protocol.py'
|
||||
'python/samba/tests/dcerpc/raw_protocol.py',
|
||||
'python/samba/tests/krb5/kcrypto.py',
|
||||
}
|
||||
|
||||
EXCLUDE_HELP = {
|
||||
@ -101,6 +102,7 @@ EXCLUDE_DIRS = {
|
||||
'bin/ab',
|
||||
'bin/python/samba/tests',
|
||||
'bin/python/samba/tests/dcerpc',
|
||||
'bin/python/samba/tests/krb5',
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user