index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
libsmbconf: let set_includes delete the includes paramter when given an empty...
Michael Adam
2008-04-10
1
-2
/
+9
*
libsmbconf: fix crashbug - correctly check for existence of file.
Michael Adam
2008-04-10
1
-1
/
+6
*
libsmbconf: prevent getting/deleting value "includes".
Michael Adam
2008-04-10
1
-0
/
+10
*
libsmbconf: consider "include" a forbidden parameter in regisry config again.
Michael Adam
2008-04-10
1
-0
/
+1
*
libsmbconf: add includes at the end of parameter list in reg_get_share().
Michael Adam
2008-04-10
1
-1
/
+24
*
libsmbconf: add function smbconf_reg_valname_valid() and use it in get_values()
Michael Adam
2008-04-10
1
-4
/
+16
*
libsmbconf: refactor get_includes on opened key into smbconf_reg_get_includes...
Michael Adam
2008-04-10
1
-40
/
+56
*
libsmbconf: rename registry_smbconf_valname_forbidden() to smbconf_reg_valnam...
Michael Adam
2008-04-10
1
-2
/
+2
*
libsmbconf: make registry_smbconf_valname_forbidden() static
Michael Adam
2008-04-10
1
-1
/
+1
*
libsmbconf: move registry_smbconf_valname_forbidden() to the registry backend
Michael Adam
2008-04-10
2
-22
/
+22
*
libsmbconf: more sanely print multi_sz values in registry backend
Michael Adam
2008-04-10
1
-2
/
+2
*
libsmbconf: testsuite: fix handling of error message/overall status
Michael Adam
2008-04-10
1
-6
/
+2
*
libsmbconf: testsuite: add test_set_get_includes() and use it in registry test
Michael Adam
2008-04-10
1
-0
/
+58
*
libsmbconf: testsuite: refactor printing of string lists out.
Michael Adam
2008-04-10
1
-4
/
+15
*
libsmbconf: implement get_includes() and set_includes() for registry backend.
Michael Adam
2008-04-10
1
-2
/
+117
*
libsmbconf: testsuite: test get_includes for registry backend
Michael Adam
2008-04-10
1
-0
/
+2
*
libsmbconf: testsuite: use the get_global_includes in get_includes test.
Michael Adam
2008-04-10
1
-2
/
+2
*
libsmbconf: add "_global_" wrappers for get/set_includes.
Michael Adam
2008-04-10
2
-0
/
+36
*
libsmbconf: testsuite: add test for "get_includes" and use it in the text bac...
Michael Adam
2008-04-10
1
-0
/
+32
*
libsmbconf: fill get_includes() in text backed to retrieve includes from cache.
Michael Adam
2008-04-10
1
-1
/
+53
*
libsmbconf: testsuite: set the debufg fd to stderr.
Michael Adam
2008-04-10
1
-0
/
+1
*
libsmbconf: testsuite: use POPT_COMMON_SAMBA instead of POPT_COMMON_CONFIGFILE
Michael Adam
2008-04-10
1
-1
/
+1
*
libsmbconf: testsuite: add talloc_stackframe to main().
Michael Adam
2008-04-10
1
-0
/
+2
*
libsmbconf: testsuite: add support for "--configfile" option.
Michael Adam
2008-04-10
1
-1
/
+32
*
libsmbconf: add testsuite to the library.
Michael Adam
2008-04-10
1
-0
/
+94
*
libsmbconf: add talloc context to the get_includes methods.
Michael Adam
2008-04-10
5
-1
/
+7
*
libsmbconf: add get_includes() and set_includes() to the API.
Michael Adam
2008-04-10
5
-2
/
+73
*
libsmbconf: activate the verbatim-flag in text backend: store parameters as t...
Michael Adam
2008-04-10
1
-1
/
+2
*
libsmbconf: pass txt_private_data instead of only cache to do_parameter/section
Michael Adam
2008-04-10
2
-4
/
+6
*
libsmbconf: load file after special initialization
Michael Adam
2008-04-10
1
-2
/
+3
*
libsmbconf: add a "verbatim" parameter to smbconf_init_txt_simple().
Michael Adam
2008-04-10
2
-3
/
+14
*
libsmbconf: reformat smbconf_format_registry_value() - indentations/tabs
Michael Adam
2008-04-10
1
-12
/
+12
*
libsmbconf: untangle assignment and test in for-loop condition.
Michael Adam
2008-04-10
1
-4
/
+4
*
libsmbconf: fix a comment
Michael Adam
2008-04-10
1
-1
/
+1
*
libsmbconf: search from the back when getting parameter from text backend
Michael Adam
2008-04-10
1
-4
/
+4
*
libsmbconf: add smbconf_reverse_find_in_array() to find last occurence of a s...
Michael Adam
2008-04-10
2
-0
/
+24
*
libsmbconf: move smbconf_find_in_array() to smbconf_util.c
Michael Adam
2008-04-10
3
-21
/
+24
*
libsmbconf: reorder prototypes in smbconf_private.h
Michael Adam
2008-04-10
1
-3
/
+3
*
libsmbconf: rename smbconf_txt_find_in_array() to smbconf_find_in_array()
Michael Adam
2008-04-10
1
-21
/
+20
*
libsmbconf: move utility functions from main module to new smbconf_util.c
Michael Adam
2008-04-10
2
-88
/
+103
*
charcnv: add talloc_strdup_lower() - talloc variant of strdup_lower().
Michael Adam
2008-04-10
1
-0
/
+26
*
registry: add support for REG_MULTI_SZ to registry_push_value().
Michael Adam
2008-04-10
1
-0
/
+56
*
Add NetUserEnum example.
Günther Deschner
2008-04-09
2
-1
/
+107
*
Add NetUserEnum to libnetapi.
Günther Deschner
2008-04-09
4
-1
/
+279
*
Add Add NetUserDel example.
Günther Deschner
2008-04-09
2
-1
/
+89
*
Add NetUserDel to libnetapi.
Günther Deschner
2008-04-09
4
-0
/
+246
*
Add NetUserAdd example.
Günther Deschner
2008-04-09
2
-1
/
+110
*
Add NetUserAdd to libnetapi.
Günther Deschner
2008-04-09
4
-0
/
+436
*
Check x_fflush returns.
Jeremy Allison
2008-04-08
1
-4
/
+8
*
Move is_valid_policy_hnd() out of net.
Günther Deschner
2008-04-08
1
-0
/
+8
[prev]
[next]