summaryrefslogtreecommitdiff
path: root/python/samba/netcmd
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-18samba-tool: Add a gpo command for adding VGP Host Access Group PolicyDavid Mulder1-1/+104
2021-03-18samba-tool: Test gpo manage access add commandDavid Mulder1-0/+30
2021-03-18samba-tool: Add a gpo command for listing VGP Host Access Group PolicyDavid Mulder1-1/+67
2021-03-18samba-tool: Test gpo manage access list commandDavid Mulder1-0/+33
2021-03-17samba-tool: domain tombstones expunge reminds on semi-noopDouglas Bagnall1-0/+7
2021-03-11samba-tool gpo: add missing newline to admxload warningBjörn Baumbach1-1/+1
2021-03-11samba-tool: gpo manage sudoers handle missing and dispersed principal namesDavid Mulder1-2/+8
2021-03-08samba-tool: Add a gpo command for setting VGP Issue Group PolicyDavid Mulder1-1/+67
2021-03-08samba-tool: Test gpo manage issue set commandDavid Mulder1-0/+30
2021-03-08samba-tool: Add a gpo command for listing VGP Issue Group PolicyDavid Mulder1-1/+37
2021-03-08samba-tool: Test gpo manage issue list commandDavid Mulder1-0/+34
2021-03-08samba-tool: Add a gpo command for setting VGP MOTD Group PolicyDavid Mulder1-1/+67
2021-03-08samba-tool: Test gpo manage motd set commandDavid Mulder1-0/+30
2021-03-08samba-tool: Add a gpo command for listing VGP MOTD Group PolicyDavid Mulder1-1/+37
2021-03-08samba-tool: Test gpo manage motd list commandDavid Mulder1-0/+34
2021-03-08gpo: Add admxload warning about Windows templatesDavid Mulder1-0/+6
2021-03-01samba-tool user: add ';format=[GeneralizedTime,UnixTime,TimeSpec]' support in...Stefan Metzmacher1-28/+68
2021-03-01samba-tool user: add ';format=[GeneralizedTime,UnixTime,TimeSpec]' supportStefan Metzmacher1-0/+125