summaryrefslogtreecommitdiff
path: root/python/samba/netcmd
Commit message (Expand)AuthorAgeFilesLines
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-248-29/+29
* PEP8: fix E222: multiple spaces after operatorJoe Guo2018-08-244-10/+10
* PEP8: fix E203: whitespace before ':'Joe Guo2018-08-244-51/+51
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-2410-59/+59
* PEP8: fix E201: whitespace after '('Joe Guo2018-08-2411-70/+70
* PEP8: fix E131: continuation line unaligned for hanging indentJoe Guo2018-08-241-3/+3
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-2418-278/+315
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-2411-201/+201
* PEP8: fix E125: continuation line with same indent as next logical lineJoe Guo2018-08-241-1/+1
* PEP8: fix E124: closing bracket does not match visual indentationJoe Guo2018-08-242-2/+2
* PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo2018-08-2424-166/+166
* PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo2018-08-242-6/+6
* PEP8: fix E121: continuation line under-indented for hanging indentJoe Guo2018-08-244-14/+14
* PEP8: fix E111: indentation is not a multiple of fourJoe Guo2018-08-243-44/+44
* PEP8: fix E714: test for object identity should be 'is not'Joe Guo2018-08-241-2/+2
* Fix PEP8 warning E501 line too longTim Beale2018-08-171-42/+67
* Refactor for PEP8 warning E501 line too longTim Beale2018-08-171-5/+5
* Refactor for PEP8 warning E501 line too longTim Beale2018-08-171-23/+24
* Fix PEP8 warning E302 expected 2 blank linesTim Beale2018-08-171-0/+16
* Fix PEP8 warning E231 missing whitespace after ','Tim Beale2018-08-171-2/+2
* Fix PEP8 warning F401 'blah' imported but unusedTim Beale2018-08-171-3/+0
* Fix PEP8 warning E225 missing whitespace around operatorTim Beale2018-08-171-9/+11
* samba-tool domain passwordsettings: Avoid except ExceptionAndrew Bartlett2018-08-171-4/+9
* Fix PEP8 warning E122/E126/E127 wrong indent for continuation linesTim Beale2018-08-171-16/+15
* Fix PEP8 warning E201/202/203 array/dict whitespaceTim Beale2018-08-171-1/+1
* gpo: Always use an SMB signed connectionAndrew Bartlett2018-08-161-1/+5
* gpo: Make restore with entities more robustGarming Sam2018-08-161-2/+11
* gpo: Add a --generalize to the backup commandGarming Sam2018-08-161-3/+80
* gp_ini: Add a scripts ini parser for better generalizationGarming Sam2018-08-161-1/+10
* gp_ini: Add a fdeploy1 parser for better generalizationGarming Sam2018-08-161-1/+3
* gpo: Enable more specific parsers of GPO filesGarming Sam2018-08-161-0/+18
* gpo: Add a restore command (for backups) from XMLGarming Sam2018-08-161-2/+151
* gpo: Add a backup command (similar to fetch)Garming Sam2018-08-161-0/+113
* netcmd: Fix --kerberos=yes and --no-secrets domain backupsTim Beale2018-08-151-7/+16
* netcmd: Delete unnecessary functionTim Beale2018-08-151-10/+9
* netcmd: Fix kerberos option for domain backupsTim Beale2018-08-151-4/+0
* netcmd: domain backup didn't support prompting for passwordTim Beale2018-08-151-9/+10
* samba-tool/drs: set dns_backend to SAMBA_INTERNAL in cmd_drs_clone_dc_databaseJoe Guo2018-08-151-2/+2
* netcmd: domain backup offline commandAaron Haslett2018-08-061-2/+234
* netcmd: Improve domain backup targetdir checksTim Beale2018-08-061-9/+12
* samba-tool trust: support discovery via netr_GetDcNameAlexander Bokovoy2018-07-241-8/+18
* python/samba/netcmd: Fix wrong exception referenced in codeNoel Power2018-07-131-3/+10
* python/samba/netcmd: Fix relative module importNoel Power2018-07-131-1/+1
* python/samba/netcmd: Protect variable that can be NoneNoel Power2018-07-131-1/+1
* python/samba/netcmd: fix py2/py3 bytes usage for replaceNoel Power2018-07-131-1/+1
* python/samba/emulate: Fix some more missed exception tuple assignmentsNoel Power2018-07-131-7/+7
* netcmd: Add sanity-check for invalid domain rename argsTim Beale2018-07-101-3/+14
* netcmd: Add brief log file of what the backup actually containsTim Beale2018-07-101-0/+25
* netcmd: Add no-secrets option to domain backupsTim Beale2018-07-101-5/+37
* netcmd: Use dbcheck to fix DB problems introduced by restore itselfTim Beale2018-07-051-0/+29