summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* samba-tool drs showrepl: correctly report failing repsFromAndrew Bartlett2018-07-041-1/+1
* drs_utils: Add infrastructure to support 'clone with rename'Tim Beale2018-07-031-4/+70
* selftest: Add testenv for testing backup/restoreTim Beale2018-07-031-1/+3
* tests: Add tests for the domain backup online/restore commandsAaron Haslett2018-07-031-0/+307
* netcmd: domain backup restore commandAaron Haslett2018-07-032-42/+235
* netcmd: domain backup online commandAaron Haslett2018-07-033-0/+232
* join: Remove unnecessary clone_only flagTim Beale2018-07-031-5/+7
* join: Refactor clone_only case to simplify codeTim Beale2018-07-031-49/+75
* join: Rename dc_join() so it looks like an objectTim Beale2018-07-032-18/+24
* join: Pipe through dns_backend option for clonesAaron Haslett2018-07-031-2/+3
* provision: Small refactor to host-IP logicTim Beale2018-07-031-23/+31
* dbchecker: Fixing up incorrect DNs wasn't workingTim Beale2018-07-031-5/+14
* dbcheck: Use symbolic control name for DSDB_CONTROL_DBCHECK_FIX_DUPLICATE_LINKSAndrew Bartlett2018-07-031-1/+1
* tests/ntacls: fix pep8 warningsJoe Guo2018-06-281-22/+27
* tests/ntacls: use global vars to make code DRYJoe Guo2018-06-281-14/+12
* ntacls: add extra test file for ntacls backupJoe Guo2018-06-281-0/+185
* ntacls: add functions to backup and restore ntaclsJoe Guo2018-06-281-0/+327
* pysmb: add py_smb_unlink and testJoe Guo2018-06-281-0/+8
* samba-tool drs showrepl: add --pull-summary and --notify-summaryAndrew Bartlett2018-06-281-13/+36
* samba-tool drs showrepl: Skip deleted DSAs when checking for successAndrew Bartlett2018-06-281-2/+18
* samba-tool drs show_repl: simplify the collection of DC listsDouglas Bagnall2018-06-281-11/+6
* samba-tool drs showrepl --summary for a quick local checkDouglas Bagnall2018-06-281-0/+34
* samba-tool drs showrepl: add a --color flagDouglas Bagnall2018-06-281-1/+6
* provision: set 'binddns dir' when making new smb.confTim Beale2018-06-283-1/+4
* tests: Add basic test for non-global LoadParm behaviourTim Beale2018-06-281-0/+82
* remove_dc: Fix removal of an old Windows DCTim Beale2018-06-261-2/+3
* dsdb-audit: Remove flapping part of the testsAndrew Bartlett2018-06-261-8/+18
* dsdb: Log the transaction duraton.Gary Lockyer2018-06-252-37/+59
* auth: For NTLM and KDC authentication, log the authentication durationAndrew Bartlett2018-06-251-0/+3
* python/samba/netcmd: Fix NameError exceptionNoel Power2018-06-201-0/+1
* python/samba: enclose map.values with list (py2/py3)Noel Power2018-06-201-1/+1
* python/samba: Another object.next() to next(object) py2/py3 converstionNoel Power2018-06-201-3/+3
* python/samba/emulate: py2/py3 .next usage, replace with next() fnNoel Power2018-06-201-2/+2
* python/samba/tests: py2/py3 port has_keys usageNoel Power2018-06-202-3/+3
* python/samab: py2/py3 string.upper(astring) -> astring.upperNoel Power2018-06-201-2/+2
* python/samba: Py2|Py3 compat, fix more missed exception tuple issuesNoel Power2018-06-204-8/+8
* python: call fault_setup() if samba.getopt is usedStefan Metzmacher2018-06-121-0/+2
* python: export fault_setup() to python bindingsStefan Metzmacher2018-06-122-0/+13
* python/drs_utils: fix repeated typoDouglas Bagnall2018-06-101-2/+2
* python/join: fix a typoDouglas Bagnall2018-06-101-1/+1
* sambatool visualize: add up-to-dateness visualizationDouglas Bagnall2018-06-102-4/+532
* samba-tool visualize ntdsconn: properly sort/group verticesDouglas Bagnall2018-06-101-2/+7
* samba-tool visualize: fix wrong variable name in get_partition()Douglas Bagnall2018-06-101-1/+1
* python/graph: don't crash colourer on bad linkDouglas Bagnall2018-06-101-0/+2
* python/graph: use '>' for excessive numbers, not '+'Douglas Bagnall2018-06-101-1/+1
* python/graph: add full_matrix graph functionDouglas Bagnall2018-06-101-0/+162
* python/graph: rework shorten_vertex_names to not need edgesDouglas Bagnall2018-06-101-61/+62
* python/samba/graph: use look up table for ascii-art charsetsDouglas Bagnall2018-06-101-12/+28
* samba-tool visualize: separate dot options from common optionsDouglas Bagnall2018-06-101-7/+10
* samba-tool visualise: helper for getting the partitionDouglas Bagnall2018-06-101-7/+14