summaryrefslogtreecommitdiff
path: root/lib/smbconf
Commit message (Expand)AuthorAgeFilesLines
* lib:smbconf: Fix code spellingAndreas Schneider2023-04-142-5/+5
* s3:lib: Change file_modtime() to return an error code and a struct timespec.Jeremy Allison2023-01-271-2/+16
* 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-062-8/+37
* libsmbconf: Avoid initial declaration inside 'for' loopAnoop C S2022-04-251-10/+13
* lib/smbconf: add an initial set of python bindingsJohn Mulligan2022-04-212-0/+436
* waf: add library dependency for sendfile on SolarisBjörn Jacke2019-02-171-1/+1
* Correct "occured" typos.Chris Lamb2017-02-221-22/+22
* lib/smbconf: remove const warningStefan Metzmacher2014-11-141-1/+1
* libsmbconf: add smbconf_create_set_shareDavid Disseldorp2013-05-282-0/+90
* libsmbconf: fix documentation of transaction calls.Michael Adam2013-05-281-2/+7
* smbconf: remove python shebang from wscript_buildMichael Adam2012-05-111-2/+0
* libsmbconf: Define a doxygen group for libsmbconf.Andreas Schneider2011-05-101-0/+11
* libsmbconf: Document smbconf_transaction_cancel().Andreas Schneider2011-05-101-0/+10
* libsmbconf: Document smbconf_transaction_commit().Andreas Schneider2011-05-101-0/+13
* libsmbconf: Document smbconf_transaction_start().Andreas Schneider2011-05-101-0/+11
* libsmbconf: Document smbconf_delete_global_includes().Andreas Schneider2011-05-101-0/+8
* libsmbconf: Document smbconf_delete_includes().Andreas Schneider2011-05-101-0/+12
* libsmbconf: Document smbconf_set_global_includes().Andreas Schneider2011-05-101-0/+12
* libsmbconf: Document smbconf_set_includes().Andreas Schneider2011-05-101-0/+15
* libsmbconf: Document smbconf_get_global_includes().Andreas Schneider2011-05-101-0/+15
* libsmbconf: Document smbconf_get_includes().Andreas Schneider2011-05-101-0/+17
* libsmbconf: Document smbconf_delete_global_parameter().Andreas Schneider2011-05-101-0/+13
* libsmbconf: Document smbconf_delete_parameter().Andreas Schneider2011-05-101-0/+13
* libsmbconf: Document smbconf_get_global_parameter().Andreas Schneider2011-05-101-0/+17
* libsmbconf: Document smbconf_get_parameter().Andreas Schneider2011-05-101-0/+17
* libsmbconf: Document smbconf_set_global_parameter().Andreas Schneider2011-05-101-0/+16
* libsmbconf: Document smbconf_set_parameter().Andreas Schneider2011-05-101-0/+15
* libsmbconf: Document smbconf_delete_share().Andreas Schneider2011-05-101-0/+11
* libsmbconf: Document smbconf_get_share().Andreas Schneider2011-05-101-0/+18
* libsmbconf: Document smbconf_create_share().Andreas Schneider2011-05-101-0/+11
* libsmbconf: Document smbconf_share_exists().Andreas Schneider2011-05-101-0/+10
* libsmbconf: Document smbconf_get_share_names().Andreas Schneider2011-05-101-0/+15
* libsmbconf: Document smbconf_get_config().Andreas Schneider2011-05-101-4/+22
* libsmbconf: Document smbconf_drop().Andreas Schneider2011-05-101-0/+9
* libsmbconf: Document smbconf_changed().Andreas Schneider2011-05-101-0/+20
* libsmbconf: Document smbconf_shutdown().Andreas Schneider2011-05-101-0/+6
* libsmbconf: Document smbconf_is_writeable().Andreas Schneider2011-05-101-0/+8
* libsmbconf: Document smbconf_backend_requires_messaging().Andreas Schneider2011-05-101-2/+14