summaryrefslogtreecommitdiff
path: root/lib/smbconf/pysmbconf.c
Commit message (Expand)AuthorAgeFilesLines
* lib:smbconf: Fix code spellingAndreas Schneider2023-04-141-2/+2
* spelling fixes for 4.18 (errror implemenation proces Controler)Michael Tokarev2023-01-261-1/+1
* lib/smbconf: expose smbconf error codes to python wrapperJohn Mulligan2022-06-081-5/+34
* lib/smbconf: add python wrapper functions for transaction managementJohn Mulligan2022-05-061-0/+52
* lib/smbconf: add delete_global_parameter method to SMBConfJohn Mulligan2022-05-061-0/+24
* 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/+124
* lib/smbconf: add delete_share method to SMBConfJohn Mulligan2022-05-061-0/+23
* lib/smbconf: add set_global_parameter method to SMBConfJohn Mulligan2022-05-061-0/+26
* lib/smbconf: add set_parameter method to SMBConfJohn Mulligan2022-05-061-0/+26
* lib/smbconf: add drop method to SMBConfJohn Mulligan2022-05-061-0/+19
* lib/smbconf: add create_share method to SMBConfJohn Mulligan2022-05-061-0/+24
* lib/smbconf: add a python function for raising smbconf exceptionsJohn Mulligan2022-05-061-0/+15
* lib/smbconf: move python smbconf type definition to headerJohn Mulligan2022-05-061-8/+1
* libsmbconf: Avoid initial declaration inside 'for' loopAnoop C S2022-04-251-10/+13
* lib/smbconf: add an initial set of python bindingsJohn Mulligan2022-04-211-0/+431