index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
smbconf
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-13
libsmbconf: move setting of verbatim variable into a more internal function.
Michael Adam
1
-2
/
+2
2008-04-13
libsmbconf: add a check for talloc failure to smbconf_txt_init().
Michael Adam
1
-0
/
+3
2008-04-13
libsmbconf: remove the bool verbatim parameter from txt backend init function.
Michael Adam
3
-6
/
+4
2008-04-13
libsmbconf: rename smbconf_init() to smbconf_init_internal().
Michael Adam
4
-6
/
+6
2008-04-13
registry: change registry_init_smbconf() to return WERROR instead of bool
Michael Adam
1
-2
/
+2
2008-04-13
registry: make registry_init_smbconf() hook the registry ops onto given key.
Michael Adam
1
-1
/
+1
2008-04-11
libsmbconf: don't mark the API as "subject to change" any longer.
Michael Adam
1
-4
/
+0
2008-04-10
libsmbconf: testsuite: add test for delete_includes
Michael Adam
1
-0
/
+56
2008-04-10
libsmbconf: return success and count 0 from get_includes when no includes pre...
Michael Adam
1
-0
/
+3
2008-04-10
libsmbconf: add delete_includes mehtod to the api (and backend implementations)
Michael Adam
5
-0
/
+59
2008-04-10
libsmbconf: let set_includes delete the includes paramter when given an empty...
Michael Adam
1
-2
/
+9
2008-04-10
libsmbconf: fix crashbug - correctly check for existence of file.
Michael Adam
1
-1
/
+6
2008-04-10
libsmbconf: prevent getting/deleting value "includes".
Michael Adam
1
-0
/
+10
2008-04-10
libsmbconf: consider "include" a forbidden parameter in regisry config again.
Michael Adam
1
-0
/
+1
2008-04-10
libsmbconf: add includes at the end of parameter list in reg_get_share().
Michael Adam
1
-1
/
+24
2008-04-10
libsmbconf: add function smbconf_reg_valname_valid() and use it in get_values()
Michael Adam
1
-4
/
+16
2008-04-10
libsmbconf: refactor get_includes on opened key into smbconf_reg_get_includes...
Michael Adam
1
-40
/
+56
2008-04-10
libsmbconf: rename registry_smbconf_valname_forbidden() to smbconf_reg_valnam...
Michael Adam
1
-2
/
+2
2008-04-10
libsmbconf: make registry_smbconf_valname_forbidden() static
Michael Adam
1
-1
/
+1
2008-04-10
libsmbconf: move registry_smbconf_valname_forbidden() to the registry backend
Michael Adam
1
-0
/
+22
2008-04-10
libsmbconf: more sanely print multi_sz values in registry backend
Michael Adam
1
-2
/
+2
2008-04-10
libsmbconf: testsuite: fix handling of error message/overall status
Michael Adam
1
-6
/
+2
2008-04-10
libsmbconf: testsuite: add test_set_get_includes() and use it in registry test
Michael Adam
1
-0
/
+58
2008-04-10
libsmbconf: testsuite: refactor printing of string lists out.
Michael Adam
1
-4
/
+15
2008-04-10
libsmbconf: implement get_includes() and set_includes() for registry backend.
Michael Adam
1
-2
/
+117
2008-04-10
libsmbconf: testsuite: test get_includes for registry backend
Michael Adam
1
-0
/
+2
2008-04-10
libsmbconf: testsuite: use the get_global_includes in get_includes test.
Michael Adam
1
-2
/
+2
2008-04-10
libsmbconf: add "_global_" wrappers for get/set_includes.
Michael Adam
2
-0
/
+36
2008-04-10
libsmbconf: testsuite: add test for "get_includes" and use it in the text bac...
Michael Adam
1
-0
/
+32
2008-04-10
libsmbconf: fill get_includes() in text backed to retrieve includes from cache.
Michael Adam
1
-1
/
+53
2008-04-10
libsmbconf: testsuite: set the debufg fd to stderr.
Michael Adam
1
-0
/
+1
2008-04-10
libsmbconf: testsuite: use POPT_COMMON_SAMBA instead of POPT_COMMON_CONFIGFILE
Michael Adam
1
-1
/
+1
2008-04-10
libsmbconf: testsuite: add talloc_stackframe to main().
Michael Adam
1
-0
/
+2
2008-04-10
libsmbconf: testsuite: add support for "--configfile" option.
Michael Adam
1
-1
/
+32
2008-04-10
libsmbconf: add testsuite to the library.
Michael Adam
1
-0
/
+94
2008-04-10
libsmbconf: add talloc context to the get_includes methods.
Michael Adam
5
-1
/
+7
2008-04-10
libsmbconf: add get_includes() and set_includes() to the API.
Michael Adam
5
-2
/
+73
2008-04-10
libsmbconf: activate the verbatim-flag in text backend: store parameters as t...
Michael Adam
1
-1
/
+2
2008-04-10
libsmbconf: pass txt_private_data instead of only cache to do_parameter/section
Michael Adam
2
-4
/
+6
2008-04-10
libsmbconf: load file after special initialization
Michael Adam
1
-2
/
+3
2008-04-10
libsmbconf: add a "verbatim" parameter to smbconf_init_txt_simple().
Michael Adam
2
-3
/
+14
2008-04-10
libsmbconf: reformat smbconf_format_registry_value() - indentations/tabs
Michael Adam
1
-12
/
+12
2008-04-10
libsmbconf: untangle assignment and test in for-loop condition.
Michael Adam
1
-4
/
+4
2008-04-10
libsmbconf: fix a comment
Michael Adam
1
-1
/
+1
2008-04-10
libsmbconf: search from the back when getting parameter from text backend
Michael Adam
1
-4
/
+4
2008-04-10
libsmbconf: add smbconf_reverse_find_in_array() to find last occurence of a s...
Michael Adam
2
-0
/
+24
2008-04-10
libsmbconf: move smbconf_find_in_array() to smbconf_util.c
Michael Adam
3
-21
/
+24
2008-04-10
libsmbconf: reorder prototypes in smbconf_private.h
Michael Adam
1
-3
/
+3
2008-04-10
libsmbconf: rename smbconf_txt_find_in_array() to smbconf_find_in_array()
Michael Adam
1
-21
/
+20
2008-04-10
libsmbconf: move utility functions from main module to new smbconf_util.c
Michael Adam
2
-88
/
+103
[prev]
[next]