python: Move partial replication logic into drs_utils.py
[sfrench/samba-autobuild/.git] / python /
2017-02-23 Andrew Bartlettpython: Move partial replication logic into drs_utils.py
2017-02-23 Andrew Bartlettpython: Move dnsserver helper functions into samba...
2017-02-22 Chris LambCorrect "specifiy" typos.
2017-02-22 Chris LambCorrect "acheive" typos.
2017-02-22 Chris LambCorrect "overriden" typos.
2017-02-21 Stefan Metzmachersamba-tool:provision: use generate_random_machine_passw...
2017-02-21 Stefan Metzmachersamba-tool:domain: use generate_random_machine_password...
2017-02-21 Stefan Metzmachersamba-tool:domain: use generate_random_machine_password...
2017-02-21 Stefan Metzmacherpyglue: add generate_random_machine_password() wrapper
2017-02-21 Stefan Metzmacherpython/samba: use an explicit .encode('utf-8') where...
2017-02-21 Stefan Metzmacherpython/samba: provision_dns_add_samba.ldif expects...
2017-02-21 AndrejAdd missing import of sys in ms_schema.py
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 Bob Campbelldrs_utils: use a given highwatermark and uptodateness_v...
2017-02-14 Bob Campbelldrs_utils: return number of replicated objects and...
2017-02-14 Garming Samtests/ndrdump: Add a test for --hex-input
2017-02-14 Andrew Bartlettjoin.py: Correctly print an error in DsAddEntry when...
2017-02-14 Bob Campbellpython: Use generated WERROR definitions
2017-02-14 Bob Campbellsamba-tool/domain: catch NTSTATUSError rather than...
2017-02-14 Bob Campbellsamba-tool/domain: use generated ntstatus rather than...
2017-02-14 Bob Campbellsamba-tool/domain: change incorrect NT_STATUS to WERR
2017-02-13 Andrew Bartlettdbcheck: Do not regard old one-way-links as errors
2017-02-11 Andrew Bartlettsamba-tool: Correct handling of default value for use_n...
2017-02-10 Douglas Bagnallpython provision: fix indenting of doc string
2017-02-10 Douglas Bagnallgetncchanges script: use library code, not copied funct...
2017-02-08 Stefan Metzmacherpython/join: use DRSUAPI_DRS_GET_NC_SIZE for the initia...
2017-02-08 Stefan Metzmacherpython/join: set common replica_flags in dc_join.__init__()
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 Campbellsamba-tool/dns: remove use of dns_record_match from...
2016-12-12 Bob Campbellsamba-tool/dns: reword error messages and make error...
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-12 Bob Campbellpython/netcmd: print traceback through self.errf
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-12-01 Douglas BagnallKCC: avoid infinite recursion when edgelist contains...
2016-12-01 Douglas BagnallKCC: Graphnode.add_edge_from expects dn strings, not...
2016-12-01 Petr Viktorinpython: Add py3compat.h
2016-12-01 Lumir Balharpython: samba.subunit.run: Fix Python 3 compatibility.
2016-12-01 Lumir Balharpython: wscript_build: Prepare build environment for...
2016-12-01 Andrew Bartlettjoin.py: Attempt to allocate a RID Set during the join
2016-11-22 Andrew Bartlettdbcheck: Correct message for orphaned backlinks
2016-11-22 Andrew Bartlettdbcheck: Be more careful with link checks
2016-11-21 Andrew Bartlettpython/provision: Remove unused parameter schema
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 Garming Samsamba_tool/fsmo: Allocate RID Set when seizing RID...
2016-11-04 Andrew Bartlettpython-libnet: Use new NTSTATUSError, WERRORError and...
2016-11-04 Andrew Bartlettpython: Add DsExtendedError Exception
2016-11-04 Andrew Bartlettpython: create NTSTATUSError, HRESULTError and WERRORError
2016-11-04 Andrew Bartlettdbcheck: Correctly initialise keep_transaction in missi...
2016-11-04 Clive Ferreiradbcheck: confirm RID Set presence and consistency
2016-11-04 Andrew Bartlettdsdb: Add python hooks to allocate a RID set and alloca...
2016-10-28 Amitay Isaacsprovision: Add support for BIND 9.11.x
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:ndr: add ndr_{pack,unpack,print}_{in,out} helper...
2016-10-26 Stefan Metzmacherpython:ndr: verify the object type ndr_print() and...
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-10-10 Marc MuehlfeldReplaced string "Samba 4" with "Samba AD"
2016-09-30 Rowland Pennybug 12293: stop group.py throwing errors if group is...
2016-09-30 Rowland Pennybug 12292: stop user.py throwing errors if user is...
2016-09-23 Garming Samkcc: Don't check schedule if None
2016-09-14 Christian Ambachpython/join: do not attempt to parse log level, use...
2016-09-14 Christian Ambachpython/drs_utils: do not attempt to parse log level...
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...
next