summaryrefslogtreecommitdiff
path: root/lib/smbconf
AgeCommit message (Expand)AuthorFilesLines
2024-12-02lib: Simplify smbconf_txt_load_file()Volker Lendecke1-4/+4
2023-11-20Use python.h from libreplaceAndreas Schneider2-2/+2
2023-04-14lib:smbconf: Fix code spellingAndreas Schneider2-5/+5
2023-01-27s3:lib: Change file_modtime() to return an error code and a struct timespec.Jeremy Allison1-2/+16
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 Mulligan2-8/+37
2022-04-25libsmbconf: Avoid initial declaration inside 'for' loopAnoop C S1-10/+13
2022-04-21lib/smbconf: add an initial set of python bindingsJohn Mulligan2-0/+436
2019-02-17waf: add library dependency for sendfile on SolarisBjörn Jacke1-1/+1
2017-02-22Correct "occured" typos.Chris Lamb1-22/+22
2014-11-14lib/smbconf: remove const warningStefan Metzmacher1-1/+1
2013-05-28libsmbconf: add smbconf_create_set_shareDavid Disseldorp2-0/+90
2013-05-28libsmbconf: fix documentation of transaction calls.Michael Adam1-2/+7
2012-05-11smbconf: remove python shebang from wscript_buildMichael Adam1-2/+0
2011-05-10libsmbconf: Define a doxygen group for libsmbconf.Andreas Schneider1-0/+11
2011-05-10libsmbconf: Document smbconf_transaction_cancel().Andreas Schneider1-0/+10
2011-05-10libsmbconf: Document smbconf_transaction_commit().Andreas Schneider1-0/+13
2011-05-10libsmbconf: Document smbconf_transaction_start().Andreas Schneider1-0/+11
2011-05-10libsmbconf: Document smbconf_delete_global_includes().Andreas Schneider1-0/+8
2011-05-10libsmbconf: Document smbconf_delete_includes().Andreas Schneider1-0/+12
2011-05-10libsmbconf: Document smbconf_set_global_includes().Andreas Schneider1-0/+12
2011-05-10libsmbconf: Document smbconf_set_includes().Andreas Schneider1-0/+15
2011-05-10libsmbconf: Document smbconf_get_global_includes().Andreas Schneider1-0/+15
2011-05-10libsmbconf: Document smbconf_get_includes().Andreas Schneider1-0/+17
2011-05-10libsmbconf: Document smbconf_delete_global_parameter().Andreas Schneider1-0/+13
2011-05-10libsmbconf: Document smbconf_delete_parameter().Andreas Schneider1-0/+13
2011-05-10libsmbconf: Document smbconf_get_global_parameter().Andreas Schneider1-0/+17
2011-05-10libsmbconf: Document smbconf_get_parameter().Andreas Schneider1-0/+17
2011-05-10libsmbconf: Document smbconf_set_global_parameter().Andreas Schneider1-0/+16
2011-05-10libsmbconf: Document smbconf_set_parameter().Andreas Schneider1-0/+15
2011-05-10libsmbconf: Document smbconf_delete_share().Andreas Schneider1-0/+11
2011-05-10libsmbconf: Document smbconf_get_share().Andreas Schneider1-0/+18
2011-05-10libsmbconf: Document smbconf_create_share().Andreas Schneider1-0/+11
2011-05-10libsmbconf: Document smbconf_share_exists().Andreas Schneider1-0/+10
2011-05-10libsmbconf: Document smbconf_get_share_names().Andreas Schneider1-0/+15
2011-05-10libsmbconf: Document smbconf_get_config().Andreas Schneider1-4/+22
2011-05-10libsmbconf: Document smbconf_drop().Andreas Schneider1-0/+9
2011-05-10libsmbconf: Document smbconf_changed().Andreas Schneider1-0/+20
2011-05-10libsmbconf: Document smbconf_shutdown().Andreas Schneider1-0/+6