summaryrefslogtreecommitdiff
path: root/lib/smbconf/pysmbconf.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Use python.h from libreplaceAndreas Schneider1-1/+1
2023-04-14lib:smbconf: Fix code spellingAndreas Schneider1-2/+2
2023-01-26spelling fixes for 4.18 (errror implemenation proces Controler)Michael Tokarev1-1/+1
2022-06-08lib/smbconf: expose smbconf error codes to python wrapperJohn Mulligan1-5/+34
2022-05-06lib/smbconf: add python wrapper functions for transaction managementJohn Mulligan1-0/+52
2022-05-06lib/smbconf: add delete_global_parameter method to SMBConfJohn Mulligan1-0/+24
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/+124
2022-05-06lib/smbconf: add delete_share method to SMBConfJohn Mulligan1-0/+23
2022-05-06lib/smbconf: add set_global_parameter method to SMBConfJohn Mulligan1-0/+26
2022-05-06lib/smbconf: add set_parameter method to SMBConfJohn Mulligan1-0/+26
2022-05-06lib/smbconf: add drop method to SMBConfJohn Mulligan1-0/+19
2022-05-06lib/smbconf: add create_share method to SMBConfJohn Mulligan1-0/+24
2022-05-06lib/smbconf: add a python function for raising smbconf exceptionsJohn Mulligan1-0/+15
2022-05-06lib/smbconf: move python smbconf type definition to headerJohn Mulligan1-8/+1
2022-04-25libsmbconf: Avoid initial declaration inside 'for' loopAnoop C S1-10/+13
2022-04-21lib/smbconf: add an initial set of python bindingsJohn Mulligan1-0/+431