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-10-27
[s3]libsmbconf: add utility function smbconf_is_writeable_bystring()
Michael Adam
2
-0
/
+27
2008-10-27
[s3]libsmbconf: add method is_writeable() and wrapper smbconf_is_writeable()
Michael Adam
5
-0
/
+29
2008-10-27
[s3]libsmbconf: create text config in smbconftort
Michael Adam
1
-1
/
+38
2008-10-27
[s3]libsmbconf: return WERR_BADFILE when no path to text backend is provided.
Michael Adam
1
-1
/
+1
2008-10-27
[s3]libsmbconf: fall back to file backend when no valid backend was found
Michael Adam
1
-4
/
+5
2008-10-27
[s3]libsmbconf: fix comment typo.
Michael Adam
1
-1
/
+1
2008-10-27
[s3]libsmbconf: add backend_requires_messaging() method to libsmbconf.
Michael Adam
5
-0
/
+28
2008-10-27
[s3]libsmbconf: remove unused define.
Michael Adam
1
-3
/
+0
2008-10-23
Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTS
Jelmer Vernooij
2
-2
/
+2
2008-10-18
Use separate make variables for libutil and libcrypto.
Jelmer Vernooij
1
-1
/
+1
2008-07-01
Jim Brown <jim.brown@miami.edu> was right, this needs to be a signed int or
Jeremy Allison
1
-1
/
+1
2008-07-01
Fix problem noticed by Jim Brown <jim.brown@miami.edu>. When reverse searchin...
Jeremy Allison
1
-1
/
+1
2008-06-23
libsmbconf: add "includes" to the forbidden_valnames[].
Michael Adam
1
-0
/
+1
2008-06-23
libsmbconf: fastpaths first in smbconf_reg_valname_valid().
Michael Adam
1
-2
/
+2
2008-04-23
Increase level of debug msg when a regkey is not found
Volker Lendecke
1
-1
/
+1
2008-04-23
libsmbconf: remove unnecessary talloc success check from smbconf_txt.c
Michael Adam
1
-8
/
+0
2008-04-23
libsmbconf: remove unnecessary talloc success checks from smbconf_reg.c
Michael Adam
1
-12
/
+1
2008-04-23
libsmbconf: remove unnecessary talloc success checks from smbconf.c
Michael Adam
1
-4
/
+0
2008-04-23
libsmbconf: rewrite API to use smbconf_service struct
Michael Adam
5
-56
/
+68
2008-04-22
libsmbconf: add a struct smbconf_service to hold the parameter names + values.
Michael Adam
1
-0
/
+7
2008-04-22
libsmbconf: fix comment headers in smbconf.h
Michael Adam
1
-3
/
+8
2008-04-22
libsmbconf: text backend remove comment references to "simple".
Michael Adam
1
-2
/
+2
2008-04-22
libsmbconf: rename smbconf_init_txt_simple() to smbconf_init_txt().
Michael Adam
4
-9
/
+9
2008-04-22
libsmbconf: rename text backend smbconf_txt_simple to smbconf_txt.
Michael Adam
1
-0
/
+0
2008-04-16
libsmbconf: fix segfault in listing share names / config.
Michael Adam
1
-1
/
+1
2008-04-15
libmsbconf: add handling of NULL share parameters to registry backend.
Michael Adam
1
-14
/
+92
2008-04-15
libsmbconf: don't complain with WERR_ALREADY_EXISTS for NULL share in smbconf...
Michael Adam
1
-1
/
+1
2008-04-15
libsmbconf: make sure to always list the NULL section first in text backend.
Michael Adam
1
-3
/
+16
2008-04-15
libsmbconf: default to the NULL section when a parameter is encountered w/o s...
Michael Adam
1
-2
/
+8
2008-04-15
libsmbconf: allow NULL sharename in smbconf_share_exists().
Michael Adam
1
-3
/
+0
2008-04-15
libsmbconf: add handling of NULL strings to smbconf_find_in_array().
Michael Adam
1
-2
/
+4
2008-04-15
libsmbconf: add handling of "NULL" strings to smbconf_add_string_to_array()
Michael Adam
1
-5
/
+9
2008-04-13
libsmbconf: add a smbconf init dispatcher smbconf_init().
Michael Adam
2
-1
/
+99
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
[next]