summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* s3/client: fix dfs deltree, resolve dfs pathNoel Power2022-06-171-8/+0
* tests: adapt logging test for s3.Douglas Bagnall2022-06-171-3/+11
* tests: test source4 cmdline/smb.conf log levelDouglas Bagnall2022-06-171-0/+373
* s4:kdc: Make RBCD access check less strictJoseph Sutton2022-06-141-1/+1
* tests/krb5: Use object() rather than auto() to initialise enumsJoseph Sutton2022-06-141-5/+5
* python: Don't use deprecated escape sequencesJoseph Sutton2022-06-141-1/+1
* libcli:util: Update werror tableJoseph Sutton2022-06-141-4/+1
* spelling: connnect encrytion exisit expection explicit invalide missmatch par...Michael Tokarev2022-06-101-2/+2
* lib/smbconf: expose smbconf error codes to python wrapperJohn Mulligan2022-06-081-0/+21
* selftests: Convert "net ads dns async" test to pythonSamuel Cabrero2022-06-041-0/+81
* gpo: Move Group Policy code below gp directoryDavid Mulder2022-05-3125-55/+55
* py:gpo: Fix testing of 0x8000 bitPavel Filipenský2022-05-261-3/+3
* python/gp_cert_auto_enroll: Fix bitwise test in expressionPavel Filipenský2022-05-231-3/+3
* s4/dlz: add support for bind 9.18Douglas Bagnall2022-05-231-1/+5
* gpo: Cert Auto Enroll use ldap trust cert if NDES disabledDavid Mulder2022-05-131-6/+17
* gpo: Fix Cert Auto Enroll docstringsDavid Mulder2022-05-131-25/+28
* gpo: Remove sscep depends from Cert Auto EnrollDavid Mulder2022-05-133-61/+125
* gpo: Halt Cert Auto Enroll process if data corruptedDavid Mulder2022-05-121-0/+1
* gpo: Supress error caused by ldap Cert Auto Enroll configDavid Mulder2022-05-121-1/+1
* tests/user_check_password_script: Don't try to delete user after failed addJoseph Sutton2022-05-101-4/+0
* tests/user_check_password_script: Remove unused importsJoseph Sutton2022-05-101-6/+0
* samdb: Avoid half-created accountsJoseph Sutton2022-05-101-12/+35
* tests/samba-tool user: Add test for adding a user over LDAPJoseph Sutton2022-05-101-1/+40
* tests/samba-tool user_wdigest: Check command resultsJoseph Sutton2022-05-101-5/+13
* tests/samba-tool user_wdigest: Add accounts to local databaseJoseph Sutton2022-05-101-6/+1
* tests/samba-tool user_wdigest: Fix flapping testJoseph Sutton2022-05-101-37/+31
* tests/samba-tool user_wdigest: Remove unused importsJoseph Sutton2022-05-101-10/+0
* gpo: Add Centrify Compatible Crontab ExtensionsDavid Mulder2022-05-101-4/+132
* gpo: Test Centrify Compatible Crontab ExtensionsDavid Mulder2022-05-102-0/+141
* gpo: Add Centrify Compatible Sudoers ExtensionDavid Mulder2022-05-101-1/+75
* gpo: Test Centrify Compatible Sudoers ExtensionDavid Mulder2022-05-102-0/+83
* python: Use 'is' for identity when comparing against NoneJoseph Sutton2022-05-103-5/+5
* kcc: Don't reuse outer loop variable for inner loopJoseph Sutton2022-05-101-3/+3
* python: Remove redundant assignmentsJoseph Sutton2022-05-109-50/+38
* python/wscript: Remove unused format() argumentJoseph Sutton2022-05-101-1/+1
* samba-tool: Don't try to delete local_tdo_handle twice.Joseph Sutton2022-05-101-8/+0
* python: Remove unnecessary 'pass' statementsJoseph Sutton2022-05-107-10/+0
* samba-tool gpo: Fix unintended string concatenationsJoseph Sutton2022-05-101-6/+6
* samba-tool gpo tests: Fix unintended string concatenationsJoseph Sutton2022-05-101-1/+1
* examples: Make samr.py work with Python 3Joseph Sutton2022-05-101-22/+22
* examples: Make netbios.py work with Python 3Joseph Sutton2022-05-101-3/+3
* examples: Remove unused importsJoseph Sutton2022-05-101-2/+1
* python/xattr: Properly process system.posix_acl_accessJoseph Sutton2022-05-101-2/+2
* samba-tool processes: Remove unused loopJoseph Sutton2022-05-101-15/+14
* lib/smbconf: add python wrapper functions for transaction managementJohn Mulligan2022-05-061-0/+65
* lib/smbconf: add delete_global_parameter method to SMBConfJohn Mulligan2022-05-061-0/+25
* lib/smbconf: add delete_parameter method to SMBConfJohn Mulligan2022-05-061-0/+24
* lib/smbconf: add create_set_share method to SMBConfJohn Mulligan2022-05-061-0/+26
* lib/smbconf: add delete_share method to SMBConfJohn Mulligan2022-05-061-0/+13
* lib/smbconf: add set_global_parameter method to SMBConfJohn Mulligan2022-05-061-0/+11