summaryrefslogtreecommitdiff
path: root/python/samba/netcmd
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-26samba-tool group listmembers: always list objects which can not expireBjörn Baumbach1-2/+5
2021-04-21samba-tool: Use s3 net join for member joinDavid Mulder1-4/+39
2021-04-21samba-tool: add dns zoneoptions for aging controlDouglas Bagnall1-0/+89
2021-04-08samba-tool dns: use dnsserver.flag_from_string()Douglas Bagnall1-25/+5
2021-04-08samba-tool dns: use dnsserver.record_from_stringDouglas Bagnall1-46/+6
2021-04-08pydns: rename s/CNameRecord/CNAMERecord/ for consistencyDouglas Bagnall1-2/+2
2021-03-24netcmd: Fix opening SamDB database for offline backupJoseph Sutton1-4/+14
2021-03-24netcmd: Workaround issue backing up offline domain with lmdb >= 0.9.26Samuel Cabrero1-0/+1
2021-03-23netcmd: Avoid database corruption by opting not to create database files duri...Joseph Sutton1-9/+16
2021-03-23netcmd: Determine which files are to be copied for an offline domain backupJoseph Sutton1-3/+16
2021-03-18samba-tool: Add a gpo command for removing VGP Host Access Group PolicyDavid Mulder1-1/+69
2021-03-18samba-tool: Test gpo manage access remove commandDavid Mulder1-0/+30