index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
smbconf
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-02
lib: Simplify smbconf_txt_load_file()
Volker Lendecke
1
-4
/
+4
2023-11-20
Use python.h from libreplace
Andreas Schneider
2
-2
/
+2
2023-04-14
lib:smbconf: Fix code spelling
Andreas Schneider
2
-5
/
+5
2023-01-27
s3:lib: Change file_modtime() to return an error code and a struct timespec.
Jeremy Allison
1
-2
/
+16
2023-01-26
spelling fixes for 4.18 (errror implemenation proces Controler)
Michael Tokarev
1
-1
/
+1
2022-06-08
lib/smbconf: expose smbconf error codes to python wrapper
John Mulligan
1
-5
/
+34
2022-05-06
lib/smbconf: add python wrapper functions for transaction management
John Mulligan
1
-0
/
+52
2022-05-06
lib/smbconf: add delete_global_parameter method to SMBConf
John Mulligan
1
-0
/
+24
2022-05-06
lib/smbconf: add delete_parameter method to SMBConf
John Mulligan
1
-0
/
+24
2022-05-06
lib/smbconf: add create_set_share method to SMBConf
John Mulligan
1
-0
/
+124
2022-05-06
lib/smbconf: add delete_share method to SMBConf
John Mulligan
1
-0
/
+23
2022-05-06
lib/smbconf: add set_global_parameter method to SMBConf
John Mulligan
1
-0
/
+26
2022-05-06
lib/smbconf: add set_parameter method to SMBConf
John Mulligan
1
-0
/
+26
2022-05-06
lib/smbconf: add drop method to SMBConf
John Mulligan
1
-0
/
+19
2022-05-06
lib/smbconf: add create_share method to SMBConf
John Mulligan
1
-0
/
+24
2022-05-06
lib/smbconf: add a python function for raising smbconf exceptions
John Mulligan
1
-0
/
+15
2022-05-06
lib/smbconf: move python smbconf type definition to header
John Mulligan
2
-8
/
+37
2022-04-25
libsmbconf: Avoid initial declaration inside 'for' loop
Anoop C S
1
-10
/
+13
2022-04-21
lib/smbconf: add an initial set of python bindings
John Mulligan
2
-0
/
+436
2019-02-17
waf: add library dependency for sendfile on Solaris
Björn Jacke
1
-1
/
+1
2017-02-22
Correct "occured" typos.
Chris Lamb
1
-22
/
+22
2014-11-14
lib/smbconf: remove const warning
Stefan Metzmacher
1
-1
/
+1
2013-05-28
libsmbconf: add smbconf_create_set_share
David Disseldorp
2
-0
/
+90
2013-05-28
libsmbconf: fix documentation of transaction calls.
Michael Adam
1
-2
/
+7
2012-05-11
smbconf: remove python shebang from wscript_build
Michael Adam
1
-2
/
+0
2011-05-10
libsmbconf: Define a doxygen group for libsmbconf.
Andreas Schneider
1
-0
/
+11
2011-05-10
libsmbconf: Document smbconf_transaction_cancel().
Andreas Schneider
1
-0
/
+10
2011-05-10
libsmbconf: Document smbconf_transaction_commit().
Andreas Schneider
1
-0
/
+13
2011-05-10
libsmbconf: Document smbconf_transaction_start().
Andreas Schneider
1
-0
/
+11
2011-05-10
libsmbconf: Document smbconf_delete_global_includes().
Andreas Schneider
1
-0
/
+8
2011-05-10
libsmbconf: Document smbconf_delete_includes().
Andreas Schneider
1
-0
/
+12
2011-05-10
libsmbconf: Document smbconf_set_global_includes().
Andreas Schneider
1
-0
/
+12
2011-05-10
libsmbconf: Document smbconf_set_includes().
Andreas Schneider
1
-0
/
+15
2011-05-10
libsmbconf: Document smbconf_get_global_includes().
Andreas Schneider
1
-0
/
+15
2011-05-10
libsmbconf: Document smbconf_get_includes().
Andreas Schneider
1
-0
/
+17
2011-05-10
libsmbconf: Document smbconf_delete_global_parameter().
Andreas Schneider
1
-0
/
+13
2011-05-10
libsmbconf: Document smbconf_delete_parameter().
Andreas Schneider
1
-0
/
+13
2011-05-10
libsmbconf: Document smbconf_get_global_parameter().
Andreas Schneider
1
-0
/
+17
2011-05-10
libsmbconf: Document smbconf_get_parameter().
Andreas Schneider
1
-0
/
+17
2011-05-10
libsmbconf: Document smbconf_set_global_parameter().
Andreas Schneider
1
-0
/
+16
2011-05-10
libsmbconf: Document smbconf_set_parameter().
Andreas Schneider
1
-0
/
+15
2011-05-10
libsmbconf: Document smbconf_delete_share().
Andreas Schneider
1
-0
/
+11
2011-05-10
libsmbconf: Document smbconf_get_share().
Andreas Schneider
1
-0
/
+18
2011-05-10
libsmbconf: Document smbconf_create_share().
Andreas Schneider
1
-0
/
+11
2011-05-10
libsmbconf: Document smbconf_share_exists().
Andreas Schneider
1
-0
/
+10
2011-05-10
libsmbconf: Document smbconf_get_share_names().
Andreas Schneider
1
-0
/
+15
2011-05-10
libsmbconf: Document smbconf_get_config().
Andreas Schneider
1
-4
/
+22
2011-05-10
libsmbconf: Document smbconf_drop().
Andreas Schneider
1
-0
/
+9
2011-05-10
libsmbconf: Document smbconf_changed().
Andreas Schneider
1
-0
/
+20
2011-05-10
libsmbconf: Document smbconf_shutdown().
Andreas Schneider
1
-0
/
+6
[next]