summaryrefslogtreecommitdiff
path: root/python/samba
AgeCommit message (Expand)AuthorFilesLines
2022-06-08lib/smbconf: expose smbconf error codes to python wrapperJohn Mulligan1-0/+21
2022-06-04selftests: Convert "net ads dns async" test to pythonSamuel Cabrero1-0/+81
2022-05-31gpo: Move Group Policy code below gp directoryDavid Mulder25-55/+55
2022-05-26py:gpo: Fix testing of 0x8000 bitPavel Filipenský1-3/+3
2022-05-23python/gp_cert_auto_enroll: Fix bitwise test in expressionPavel Filipenský1-3/+3
2022-05-23s4/dlz: add support for bind 9.18Douglas Bagnall1-1/+5
2022-05-13gpo: Cert Auto Enroll use ldap trust cert if NDES disabledDavid Mulder1-6/+17
2022-05-13gpo: Fix Cert Auto Enroll docstringsDavid Mulder1-25/+28
2022-05-13gpo: Remove sscep depends from Cert Auto EnrollDavid Mulder3-61/+125
2022-05-12gpo: Halt Cert Auto Enroll process if data corruptedDavid Mulder1-0/+1
2022-05-12gpo: Supress error caused by ldap Cert Auto Enroll configDavid Mulder1-1/+1
2022-05-10tests/user_check_password_script: Don't try to delete user after failed addJoseph Sutton1-4/+0
2022-05-10tests/user_check_password_script: Remove unused importsJoseph Sutton1-6/+0
2022-05-10samdb: Avoid half-created accountsJoseph Sutton1-12/+35
2022-05-10tests/samba-tool user: Add test for adding a user over LDAPJoseph Sutton1-1/+40
2022-05-10tests/samba-tool user_wdigest: Check command resultsJoseph Sutton1-5/+13
2022-05-10tests/samba-tool user_wdigest: Add accounts to local databaseJoseph Sutton1-6/+1
2022-05-10tests/samba-tool user_wdigest: Fix flapping testJoseph Sutton1-37/+31
2022-05-10tests/samba-tool user_wdigest: Remove unused importsJoseph Sutton1-10/+0
2022-05-10gpo: Add Centrify Compatible Crontab ExtensionsDavid Mulder1-4/+132
2022-05-10gpo: Test Centrify Compatible Crontab ExtensionsDavid Mulder2-0/+141
2022-05-10gpo: Add Centrify Compatible Sudoers ExtensionDavid Mulder1-1/+75
2022-05-10gpo: Test Centrify Compatible Sudoers ExtensionDavid Mulder2-0/+83
2022-05-10python: Use 'is' for identity when comparing against NoneJoseph Sutton3-5/+5
2022-05-10kcc: Don't reuse outer loop variable for inner loopJoseph Sutton1-3/+3
2022-05-10python: Remove redundant assignmentsJoseph Sutton8-23/+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 Sutton7-10/+0
2022-05-10samba-tool gpo: Fix unintended string concatenationsJoseph Sutton1-6/+6
2022-05-10samba-tool gpo tests: Fix unintended string concatenationsJoseph Sutton1-1/+1
2022-05-10python/xattr: Properly process system.posix_acl_accessJoseph Sutton1-2/+2
2022-05-10samba-tool processes: Remove unused loopJoseph Sutton1-15/+14
2022-05-06lib/smbconf: add python wrapper functions for transaction managementJohn Mulligan1-0/+65
2022-05-06lib/smbconf: add delete_global_parameter method to SMBConfJohn Mulligan1-0/+25
2022-05-06lib/smbconf: add delete_parameter method to SMBConfJohn Mulligan1-0/+24
2022-05-06lib/smbconf: add create_set_share method to SMBConfJohn Mulligan1-0/+26
2022-05-06lib/smbconf: add delete_share method to SMBConfJohn Mulligan1-0/+13
2022-05-06lib/smbconf: add set_global_parameter method to SMBConfJohn Mulligan1-0/+11
2022-05-06lib/smbconf: add set_parameter method to SMBConfJohn Mulligan1-0/+12
2022-05-06lib/smbconf: add drop method to SMBConfJohn Mulligan1-0/+9
2022-05-06lib/smbconf: add create_share method to SMBConfJohn Mulligan1-0/+10
2022-05-06python/samba/tests: add test cases for s3/registry init funcsJohn Mulligan1-0/+34
2022-05-05python/gp_cert_auto_enroll: removed unused importsDouglas Bagnall1-2/+1
2022-05-05py/gp_cert_auto_enroll_ext: avoid redundant iterationDouglas Bagnall1-3/+2
2022-05-05py/gp_cert_auto_enroll_ext: avoid shadowing loop variableDouglas Bagnall1-3/+3
2022-05-05tests/krb5: Allow passing expected etypes to get_keys()Joseph Sutton2-8/+8
2022-05-05selftest: Run some tests in the ad_dc_no_ntlm environment to show expected be...Andrew Bartlett1-4/+12
2022-05-05samba-tool user: Consistently return a tupleJoseph Sutton1-1/+1
2022-05-05samba-tool user: Remove unused importsJoseph Sutton1-4/+2
2022-05-05samba-tool tests: Remove unused variableJoseph Sutton1-1/+0