whitespace: auth_log.py python conventions
[sfrench/samba-autobuild/.git] / python / samba / tests /
2017-03-29 Garming Samwhitespace: auth_log.py python conventions
2017-03-29 Gary Lockyerauth log: Add tests for anonymous bind and SamLogon
2017-03-29 Andrew Bartlettpycredentials: Add bindings for get_ntlm_response()
2017-03-29 Gary Lockyerldap_server: Log failures to find a valid user in the...
2017-03-29 Andrew Bartlettdsdb: Add authentication audit logging for LDAP passwor...
2017-03-29 Gary Lockyerauth log tests: password change tests
2017-03-29 Andrew Bartlettauth_log: Add tests by listening for JSON messages...
2017-03-29 Gary LockyerTestBase: move insta_creds from password_lockout.py
2017-03-28 Gary Lockyerpymessaging: add single element tupple form of the...
2017-03-28 Andrew Bartlettpymessaging: Add a hook to run the event loop, make...
2017-03-28 Andrew Bartlettselftest: Test server_id database add and removal
2017-03-28 Andrew Bartlettpymessaging: Add irpc_remove_name
2017-03-28 Andrew Bartlettpymessaging: Add support for irpc_add_name
2017-03-28 Andrew Bartlettselftest: Add more tests for "samba-tool processes"
2017-03-27 Garming Samsamba_dnsupdate: Add additional debugging
2017-03-10 Lumir Balharpython: samba.gensec: Port module to Python 3 compatibl...
2017-03-10 Lumir Balharpython: samba.tests.core: Port and enable core tests...
2017-03-10 Lumir Balharpython: samba.tests: Move import of ported modules...
2017-03-10 Lumir Balharpython: samba.tests.auth: Add tests for samba.auth...
2017-03-10 Douglas Bagnalldcerpc/misc tests: asset GUID ordering in python 2...
2017-03-10 Lumir Balharpython: samba.tests.dcerpc.misc: Port and enable tests
2017-03-10 Lumir Balharpython: Make top-level samba modules Python 3 compatible
2017-03-10 Lumir Balharpython: samba.tests.dcerpc: Move Class RawDCERPCTest...
2017-03-10 Lumir Balharpython: samba.tests.glue: Add new tests for samba._glue.
2017-03-10 Lumir Balharpython: samba.tests.param: Add missing tests
2017-03-10 Lumir Balharpython: samba.tests.credentials: Python 3 compatible...
2017-02-22 Chris LambCorrect "acheive" typos.
2017-02-22 Chris LambCorrect "overriden" typos.
2017-02-14 Bob Campbellpython/tests: move samba_tool_drs test to proper place
2017-02-14 Bob Campbellsamba-tool/drs: do partial replication when --local...
2017-02-14 Garming Samtests/ndrdump: Add a test for --hex-input
2017-02-14 Bob Campbellpython: Use generated WERROR definitions
2017-01-27 Andreas Schneiderrpc_server: Allow to configure the port range for RPC...
2016-12-20 Stefan Metzmachertests/credentials.py: demonstrate the last 'username...
2016-12-20 Stefan Metzmachertests/credentials.py: verify the new cli_credentials_pa...
2016-12-20 Stefan Metzmachertests/credentials.py: add tests to verify realm/princip...
2016-12-20 Stefan Metzmacherauth/credentials: let cli_credentials_parse_string...
2016-12-20 Stefan Metzmachertests/credentials.py: add tests with a realm from smb...
2016-12-20 Stefan Metzmacherauth/credentials: handle situations without a configure...
2016-12-20 Stefan Metzmachertests/credentials.py: add very simple test for py_creds...
2016-12-20 Stefan Metzmachertests/credentials.py: verify the difference of parse_st...
2016-12-20 Stefan Metzmachertests/credentials.py: add test for cli_credentials_set_...
2016-12-13 Andrew Bartlettselftest: Print the POSIX ACL we got when the posixacl...
2016-12-12 Garming Samtests/dns: Check you cannot add empty CNAME
2016-12-12 Bob Campbellpython/tests: expand samba-tool dns tests
2016-12-12 Garming Sampython/tests: fix typo to use correct var
2016-12-12 Garming Samtests/dnsserver: Check security descriptors
2016-12-12 Bob Campbellpython/tests: expand tests for dns server over rpc
2016-12-12 Bob Campbellpython/tests: add tests for samba-tool dns
2016-12-02 Stefan Metzmachertests/libsmb_samba_internal.py: fully setup the Credent...
2016-12-02 Andreas Schneiderselftest: Do not include system krb5.conf in selftest
2016-12-01 Clive FerreiraKCC: unconnected graph test
2016-11-07 Andrew Bartlettcredentials: Add test for credentials behaviour
2016-11-06 Lumir Balharpython: samba.tests.credentials: Add tests
2016-11-06 Lumir Balharpython: samba.tests.credentials: Fix DeprecationWarning
2016-11-04 Andrew Bartlettpython-libnet: Use new NTSTATUSError, WERRORError and...
2016-10-26 Stefan Metzmacherpython/tests: add simple dcerpc orphaned tests
2016-10-26 Stefan Metzmacherpython/tests: add simple dcerpc co_cancel tests
2016-10-26 Stefan Metzmacherpython/tests: add simple dcerpc association group tests
2016-10-26 Stefan Metzmacherpython/tests: add a second_connection() helper function
2016-10-26 Stefan Metzmacherpython/tests: check context_id values of responses...
2016-10-26 Stefan Metzmacherpython/tests: make use of self.get_auth_context_creds...
2016-10-26 Stefan Metzmacherpython/tests: make use of self.get_anon_creds() and...
2016-10-26 Stefan Metzmacherpython/tests: make use of get_auth_context_creds()...
2016-10-26 Stefan Metzmacherpython/tests: make use of prepare_presentation() in...
2016-10-26 Stefan Metzmacherpython/tests: make it possible to specific TARGET_HOSTN...
2016-10-26 Stefan Metzmacherpython:tests: add more helper functions to RawDCERPCTest
2016-10-26 Stefan Metzmacherpython/tests: we now pass test_no_auth_request_bind_pfc...
2016-10-26 Stefan Metzmacherpython/tests: add DCERPC_BIND_TIME_KEEP_CONNECTION_ON_O...
2016-10-26 Stefan Metzmacherpython/tests: do tests to verify spnego various auth_levels
2016-10-26 Stefan Metzmacherpython/tests: add bind time feature related tests to...
2016-10-26 Stefan Metzmacherpython/tests: add presentation context related tests...
2016-10-26 Stefan Metzmacherpython/tests: remove unused code in _test_auth_none_lev...
2016-10-26 Stefan Metzmacherdcerpc.idl: split the padding from a possible fault...
2016-09-14 Christian Ambachtests/param add a test for LoadParm.log_level
2016-09-06 Garming Samtests/dns_forwarder: Fail out with an assertion instead...
2016-09-06 Garming Samtests/dns_forwarder: Check that the subprocess is still...
2016-09-06 Garming Samtests/dns_forwarder: Wait for port for 15 seconds
2016-08-30 Rowland Pennytests/samba-tool/user.py: replace deprecated 'add'...
2016-08-04 Stefan Metzmachertests:blackbox: let samba_dnsupdate.py provide more...
2016-08-04 Stefan Metzmachertests:samba_tool: make use of assertCmdFail() in gpo.py
2016-08-04 Stefan Metzmachertests:samba_tool: pass stdout and stderr to assertCmdSu...
2016-07-28 Stefan Metzmachertests:samba_tool_drs: test samba-tool drs replicate...
2016-07-28 Stefan Metzmachertests:samba_tool_drs: test samba-tool drs replicate...
2016-07-22 Stefan Metzmacherpython:samba/tests: use 'samba-tool user {getpassword...
2016-07-22 Stefan Metzmacherpython:samba/tests: add simple 'samba-tool user syncpas...
2016-07-22 Stefan Metzmacherpython:samba/tests: verify the packages order in supple...
2016-07-22 Stefan Metzmacherpython:samba/tests: add simple 'samba-tool user getpass...
2016-07-19 Andrew Bartlettsamba-tool: Put full command and subcommand in informat...
2016-07-11 Garming Samtests/dns_update: Add error message for diagnosis
2016-07-08 Andrew Bartlettselftest: Add more tests for samba-tool drs replicate
2016-07-08 Stefan Metzmachertests:samba3sam: make use of the dsdb_flags_ignore...
2016-07-04 Bob Campbellselftest: add check password script test
2016-06-24 Stefan Metzmacherpython/tests: add auth_pad test for the dcerpc raw_prot...
2016-06-16 Garming Samflapping: temporarily add samba_dnsupdate test
2016-06-16 Andrew Bartlettselftest: Add a DNS test matching Windows
2016-06-16 Andrew Bartlettselftest: confirm samba_dnsupdate works in both nsupdat...
2016-06-16 Andrew Bartlettsamba-tool domain join: Refuse to re-join a DC with...
2016-06-16 Andrew Bartlettsamba-tool: Improve fsmo handling
2016-06-16 Andrew Bartlettselftest: Rebase DrsBaseTestCase on SambaToolCmdTest
next