summaryrefslogtreecommitdiff
path: root/python/samba/tests/smbconf.py
AgeCommit message (Expand)AuthorFilesLines
2022-06-08lib/smbconf: expose smbconf error codes to python wrapperJohn Mulligan1-0/+21
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-04-21python/samba/tests: add SMBConfTests suiteJohn Mulligan1-0/+102