summaryrefslogtreecommitdiff
path: root/python/samba/netcmd
AgeCommit message (Expand)AuthorFilesLines
2021-01-15samba-tool: Optionally hide disabled/expired accounts in "group listmembers"Björn Baumbach1-3/+26
2021-01-15samba-tool: Optionally hide disabled/expired accounts in "user list"Björn Baumbach1-2/+28
2020-12-09samba-tool: Add a gpo command for setting smb.conf Group PolicyDavid Mulder1-2/+78
2020-12-09samba-tool: Test gpo smb.conf set commandDavid Mulder1-0/+24
2020-12-09samba-tool: Add a gpo command for listing smb.conf Group PoliciesDavid Mulder1-1/+42
2020-12-09samba-tool: Test gpo smb.conf list commandDavid Mulder1-0/+28
2020-12-09samba-tool: Add a gpo command for listing Security Group PoliciesDavid Mulder1-1/+48
2020-12-09samba-tool: Test gpo Security listDavid Mulder1-0/+25
2020-12-09samba-tool: Add a gpo command for setting Security Group PolicyDavid Mulder1-1/+94
2020-12-09samba-tool: Test gpo Security set commandDavid Mulder1-0/+28
2020-12-09samba-tool: Add a gpo command for removing Sudoers Group PolicyDavid Mulder1-1/+50
2020-12-09samba-tool: Test gpo Sudoers remove commandDavid Mulder1-0/+23
2020-12-09samba-tool: Add a gpo command for adding Sudoers Group PolicyDavid Mulder1-1/+56
2020-12-09samba-tool: Test gpo Sudoers add commandDavid Mulder1-0/+23
2020-12-09samba-tool: Add a gpo command for listing Sudoers Group PoliciesDavid Mulder1-2/+41
2020-12-09samba-tool: Test gpo Sudoers list commandDavid Mulder1-0/+33
2020-12-09samba-tool gpo: use common attr_defaultDouglas Bagnall1-7/+1
2020-12-09samba-tool drs: move attr_default to commonDouglas Bagnall2-7/+8
2020-12-09samba-tool pso uses common timestamp functionsDouglas Bagnall1-18/+3
2020-12-09samba-tool domain: move timestamp functions to commonDouglas Bagnall2-20/+24
2020-11-26samba-tool: Give better error information when the 'domain backup restore' fa...Andrew Bartlett1-1/+44
2020-11-26samba-tool domain backup: Confirm the sidForRestore we will put into the back...Andrew Bartlett1-0/+26
2020-11-11samdb: Add samdb.domain_netbios_name()Andrew Bartlett1-8/+2
2020-11-06Use the new CreateTrustedDomainRelax()Isaac Boukris1-44/+13
2020-11-03samba-tool: add new "user unlock" commandBjörn Baumbach1-1/+73
2020-10-22python: Create targetdir recursivelyAndreas Schneider1-1/+1
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder6-7/+7
2020-10-01samba-tool contact: rename 'contact create' to 'contact add'Jule Anger1-10/+11
2020-10-01samba-tool group: add 'group create' as synonym for 'group add'Jule Anger1-3/+4
2020-10-01samba-tool computer: rename 'computer create' to 'computer add'Jule Anger1-13/+14
2020-10-01samba-tool user: rename 'user create' to 'user add'Jule Anger1-29/+15
2020-10-01samba-tool ou: rename 'ou create' to 'ou add'Jule Anger1-8/+9
2020-10-01samba-tool contact: add new contact 'rename' commandJule Anger1-0/+178
2020-10-01samba-tool group: add new group 'rename' commandJule Anger1-0/+155
2020-10-01samba-tool user: add new user 'rename' commandBjörn Baumbach1-0/+225
2020-09-04Fixed arrow keys typo to the computer move command utilityHezekiah1-1/+1
2020-09-02samba-tool: Create unix user with modified template homedirDavid Mulder1-2/+3
2020-08-19s3:client: Turn off smb signing for message opAndreas Schneider2-2/+2
2020-08-19python: Set smb signing via the creds APIAndreas Schneider2-1/+15
2020-08-19python: Remove unused sign argument from smb_connection()Andreas Schneider1-5/+4
2020-08-11python compat: remove text_typeDouglas Bagnall2-5/+3
2020-08-11python compat: remove binary_typeDouglas Bagnall1-2/+1
2020-07-17python: wrap 'import dckeytab' in an explanatory functionDouglas Bagnall1-1/+2
2020-07-17samba-tool ntacl: remove unused imports and variablesDouglas Bagnall1-1/+1
2020-06-23samba-tool: add command for installing gpo samba admxDavid Mulder1-0/+72
2020-06-11samba-tool dns query --help: Someone forgot 'PTR' from the list of record typesRowland Penny1-1/+2
2020-04-29samba-tool: fetch "no such subcommand" error and print error messageBjörn Baumbach1-0/+3
2020-04-02samba-tool group show: only shows global security groups, this patch makes it...Rowland Penny1-3/+2
2020-03-27python/netcmd/dns: improve exception handling in cmd_add_record()Stefan Metzmacher1-1/+3
2020-03-27python/netcmd/dns: improve exception handling in cmd_delete_record()Stefan Metzmacher1-1/+3