summaryrefslogtreecommitdiff
path: root/python/samba/netcmd
AgeCommit message (Expand)AuthorFilesLines
2022-05-31gpo: Move Group Policy code below gp directoryDavid Mulder1-1/+1
2022-05-10python: Use 'is' for identity when comparing against NoneJoseph Sutton1-2/+2
2022-05-10python: Remove redundant assignmentsJoseph Sutton4-17/+11
2022-05-10samba-tool: Don't try to delete local_tdo_handle twice.Joseph Sutton1-8/+0
2022-05-10python: Remove unnecessary 'pass' statementsJoseph Sutton3-3/+0
2022-05-10samba-tool gpo: Fix unintended string concatenationsJoseph Sutton1-6/+6
2022-05-10samba-tool processes: Remove unused loopJoseph Sutton1-15/+14
2022-05-05samba-tool user: Consistently return a tupleJoseph Sutton1-1/+1
2022-05-05samba-tool user: Remove unused importsJoseph Sutton1-4/+2
2022-03-28samba-tool: Check specified domain and realm against our ownJoseph Sutton3-17/+40
2022-03-28samba-tool: Return correct result for _get_user_realm_domain()Joseph Sutton1-2/+2
2022-03-28samba-tool delegation: Clarify msDS-AllowedToDelegateTo delegation command do...Joseph Sutton1-2/+2
2022-03-28samba-tool delegation: Add commands to add/remove principals for RBCDJoseph Sutton1-1/+275
2022-03-28samba-tool delegation show: Display information for RBCDJoseph Sutton1-2/+22
2022-03-28samba-tool delegation: Add function to display security descriptor for RBCDJoseph Sutton1-0/+77
2022-03-18samba-tool group: Add --special parameter to add predefined special groupJoseph Sutton1-3/+194
2022-03-17samba-tool: Fix typoJoseph Sutton1-1/+1
2022-02-23samba-tool/join_member: let py_net_join_member() choose the passwordStefan Metzmacher1-2/+0
2021-12-06samba-tool: Create DNS entries on member joinDavid Mulder1-3/+7
2021-12-03samba-tool domain backup: backup but do not follow symlinksDouglas Bagnall1-2/+2
2021-12-03samba-tool domain backup: cope better with dangling symlinksDouglas Bagnall1-1/+9
2021-11-09CVE-2020-25722 samba-tool spn add: remove --force optionDouglas Bagnall1-4/+2
2021-11-09CVE-2020-25722 samba-tool spn: accept -H for database urlDouglas Bagnall1-11/+22
2021-11-04samba-tool: Add domain member leaveDavid Mulder1-0/+31
2021-10-26Revert "samba-tool: Pick local host if calling samba-tool from DC"David Mulder1-5/+0
2021-10-26samba-tool: Pick local host if calling samba-tool from DCDavid Mulder1-0/+5
2021-09-07samba-tool: Fix a typoVolker Lendecke1-1/+1
2021-08-24samba-tool domain backup: Use tdbbackup on metadata.tdbAndrew Bartlett1-0/+3
2021-08-24samba-tool: Rework transations/locks to hold a lock during mdb backupAndrew Bartlett1-6/+32
2021-08-24samba-tool domain backup offline: Use passed in samdb when backing up sam.ldbAndrew Bartlett1-7/+8
2021-07-05samba-tool: dns update rejects malformed addressesDouglas Bagnall1-2/+11
2021-06-22samba-tool: Demote computer to wellknown containerDavid Mulder1-1/+4
2021-06-20samba-tool: Disable AD DC options in samba-tool domainDavid Mulder1-14/+16
2021-06-17netcmd: Incorrect arguments to Exception constructorGarming Sam1-1/+1
2021-06-11netcmd: Avoid conflicting SIDs when creating an offline backupJoseph Sutton1-1/+2
2021-06-11netcmd: Use next_free_rid() function to calculate a SID for restoring a backupJoseph Sutton1-43/+14
2021-06-11netcmd: Refactor seizing DNS roles while restoring from a backupJoseph Sutton1-12/+5
2021-06-11netcmd: Use correct path for state directory during offline backupJoseph Sutton1-1/+1
2021-06-11netcmd: Fix error-checking conditionJoseph Sutton1-3/+4
2021-06-10samba-tool: stick to the point with --versionDouglas Bagnall1-1/+1
2021-06-10samba-tool dns zoneoptions --help improvementDouglas Bagnall1-1/+1
2021-06-10samba-tool domain: improve error message when `patch` failsDouglas Bagnall1-1/+2
2021-06-09samba-tool: gpo admxload mkdir -pDavid Mulder1-1/+1
2021-06-02samba-tool dns zoneoptions: timestamp manipulation optionsDouglas Bagnall1-2/+202
2021-06-02samba-tool dns: remove unused importsDouglas Bagnall1-4/+0
2021-06-02samba-tool dns: move dns_record_match to dnsserver.pyDouglas Bagnall1-81/+7
2021-05-17samba-tool:testparm: Display nicer parameter dump error messagesJoseph Sutton1-2/+10
2021-05-17samba-tool:testparm: Fix error with --section-nameJoseph Sutton1-1/+1
2021-04-28python: remove all 'from __future__ import division'Douglas Bagnall1-1/+0
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall5-6/+0