summaryrefslogtreecommitdiff
path: root/python/samba/netcmd
AgeCommit message (Expand)AuthorFilesLines
2019-11-10Make sure backup temp directory gets deleted on exceptionHeiko Baumann1-42/+43
2019-10-31python/samba/netcmd/gpo.py: typo fixesBjörn Jacke1-0/+1
2019-10-23samba-tool: py3 compatiblity in 'user syncpasswords --daemon'Heinz Hoelzl1-1/+2
2019-10-22samba-tool domain: fix an unhandled exceptionAmit Kumar1-1/+5
2019-10-17samba-tool: Add facility to add rfc2307 attributes to an already created user...Rowland Penny2-0/+320
2019-10-17samba-tool: Update 'samba-tool gpo list <>' descriptionAmit Kumar1-7/+7
2019-09-24user.py: avoid inefficient string concatenationsBjörn Jacke1-30/+28
2019-09-24gpo.py: avoid inefficient string concatenationsBjörn Jacke1-6/+3
2019-09-21user.py: import tempfile module only where neededBjörn Jacke1-1/+1
2019-09-01Spelling fixes s/overriden/overridden/Mathieu Parent1-6/+6
2019-08-30samba-tool domain provision: Remove experimental OpenLDAP supportAndrew Bartlett1-41/+0
2019-08-22python: use os.urandom, which is available in python by definitionBjörn Jacke1-39/+2
2019-08-17Prevent samba-tool online backup crashDavid Mulder1-0/+1
2019-07-31netcmd: Allow drs replicate --local to create partitionsGarming Sam1-1/+3
2019-07-24netcmd: Better error message for backup with no RID poolTim Beale1-5/+13
2019-07-04samba-tool: implement contact management commandsBjörn Baumbach2-0/+677
2019-07-04samba-tool group: add 'edit' command to edit an AD group objectBjörn Baumbach1-0/+114
2019-07-04samba-tool computer: add 'edit' command to edit an AD computer objectBjörn Baumbach1-1/+122
2019-07-04samba-tool user edit: avoid base64 encoded strings in editable ldif if possibleBjörn Baumbach2-2/+46
2019-07-04samba-tool user edit: simplify codeBjörn Baumbach1-3/+1
2019-07-04samba-tool user edit: use ldb methods to create ldif to modify userBjörn Baumbach1-38/+13
2019-07-04samba-tool: fix format of command description (help messages)Björn Baumbach5-18/+18
2019-07-02samba-tool domain join: remove the subdomain optionGary Lockyer1-18/+5
2019-07-02samba-tool domain dcpromo: add --backend-store-size optionGary Lockyer1-1/+2
2019-07-02samba-tool clone-dc-database: Add --backend-store-size optionGary Lockyer1-3/+13
2019-07-02samba-tool domain join: Add --backend-store-size optionGary Lockyer1-2/+4
2019-07-02provision: Add --backend-store-size optionGary Lockyer1-6/+3
2019-07-02samba-tool domain provision: add lmdb database size optionGary Lockyer1-9/+19
2019-07-02samba-tool: Make the 'bytes' option type avaiableGary Lockyer1-1/+2
2019-06-26schema: changing default base schema to 2012_R2Aaron Haslett1-2/+2
2019-06-18samba-tool: add ntacl changedomsid commandBjörn Baumbach1-0/+164
2019-06-18samba-tool ntacl: consolidate code for getting the local domain sidBjörn Baumbach1-53/+32
2019-05-30samba-tool: add 'import samba.drs_utils' to fsmo.pyBjörn Baumbach1-0/+1
2019-05-30samba-tool: use only one LDAP modify for dns partition fsmo role transferStefan Metzmacher1-16/+6
2019-05-30samba-tool: fix replication after dns partition fsmo role transferStefan Metzmacher1-1/+3
2019-05-29samba-tool dns: use bytes for inet_ntopDouglas Bagnall1-2/+3
2019-04-11ldapcmp: ignore 'schemaInfo' if two domains are comparedStefan Metzmacher1-1/+1
2019-04-05netcmd: Fix passwordsettings --max-pwd-age commandTim Beale1-2/+12
2019-04-05netcmd: Add some timestamp conversion helper functionsTim Beale1-10/+22
2019-04-05netcmd: Use python constant for -0x8000000000000000Tim Beale1-5/+9
2019-04-02Spelling fix s/informations/information/Mathieu Parent2-2/+2
2019-03-30samba-tool: fix some typosBjörn Baumbach2-4/+4
2019-03-14dbcheck: don't check expired tombstone objects by default anymoreStefan Metzmacher1-1/+2
2019-03-14dbcheck: add --selftest-check-expired-tombstones cmdline optionStefan Metzmacher1-1/+6
2019-03-14python/samba/netcmd: provide SUPPRESS_HELP via Option classStefan Metzmacher1-0/+1
2019-03-12samba-tool domain provision: Fix --interactive module in python3Andrew Bartlett1-0/+1
2019-03-12gpo: Backup a policy folder containing GPE.INIGarming Sam1-0/+6
2019-03-12gpo: During restore clobber GPT.INI with a blank versionGarming Sam1-5/+18
2019-03-12gpo: Restore gPCMachineExtensionNames and gPCUserExtensionNamesGarming Sam1-1/+25
2019-03-12gpo: Ensure that gplink works when emptyGarming Sam1-1/+5