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
/
smbconf
/
smbconf_reg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:registry: move prototype from reg_init_smbconf.c to its own header.
Michael Adam
2010-09-21
1
-0
/
+1
*
s3:registry: move the reg_api prototypes to their own header.
Michael Adam
2010-09-21
1
-0
/
+1
*
s3:registry: move higher level function reg_open_path to new module reg_api_util
Michael Adam
2010-09-20
1
-0
/
+1
*
s3-auth Change struct nt_user_token -> struct security_token
Andrew Bartlett
2010-09-11
1
-2
/
+2
*
s3-registry: avoid using registry_value union.
Günther Deschner
2010-07-02
1
-20
/
+48
*
s3:registry: move prototype registry_create_admin_token() to new header reg_u...
Michael Adam
2010-05-25
1
-0
/
+1
*
s3:registry: extract the reg_backend_db prototypes into their own header.
Michael Adam
2010-05-25
1
-0
/
+1
*
smbconf: only include smbconf headers where needed.
Günther Deschner
2010-05-18
1
-0
/
+2
*
s3-registry: only include registry headers when really needed.
Günther Deschner
2010-05-18
1
-0
/
+1
*
s3:libsmbconf: fix a comment typo
Michael Adam
2009-04-27
1
-1
/
+1
*
s3-secdesc: move all winreg access bits to IDL.
Günther Deschner
2009-04-21
1
-1
/
+1
*
s3/smbconf_reg: Fix typo.
Karolin Seeger
2009-04-07
1
-1
/
+1
*
s3:smbconf: move smbconf_share_exists checks into backend
Michael Adam
2009-03-04
1
-4
/
+9
*
s3:libsmbconf: add transactions to the libsmbconf api
Michael Adam
2009-02-26
1
-0
/
+18
*
Speed up "net conf list"
Volker Lendecke
2009-02-26
1
-115
/
+41
*
Speed up "net conf list"
Volker Lendecke
2009-02-26
1
-0
/
+3
*
s3:libsmbconf: include smbconf headers with lib/smbconf prefix
Michael Adam
2009-01-21
1
-1
/
+1
*
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in reg backend
Michael Adam
2009-01-21
1
-20
/
+20
*
Rename dos_errstr() to win_errstr() for consistency with Samba 4.
Jelmer Vernooij
2008-11-01
1
-5
/
+5
*
[s3]libsmbconf: add method is_writeable() and wrapper smbconf_is_writeable()
Michael Adam
2008-10-27
1
-0
/
+12
*
[s3]libsmbconf: add backend_requires_messaging() method to libsmbconf.
Michael Adam
2008-10-27
1
-0
/
+11
*
Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTS
Jelmer Vernooij
2008-10-23
1
-1
/
+1
*
libsmbconf: add "includes" to the forbidden_valnames[].
Michael Adam
2008-06-23
1
-0
/
+1
*
libsmbconf: fastpaths first in smbconf_reg_valname_valid().
Michael Adam
2008-06-23
1
-2
/
+2
*
Increase level of debug msg when a regkey is not found
Volker Lendecke
2008-04-23
1
-1
/
+1
*
libsmbconf: remove unnecessary talloc success checks from smbconf_reg.c
Michael Adam
2008-04-23
1
-12
/
+1
*
libsmbconf: rewrite API to use smbconf_service struct
Michael Adam
2008-04-23
1
-6
/
+27
*
libsmbconf: fix segfault in listing share names / config.
Michael Adam
2008-04-16
1
-1
/
+1
*
libmsbconf: add handling of NULL share parameters to registry backend.
Michael Adam
2008-04-15
1
-14
/
+92
*
libsmbconf: rename smbconf_init() to smbconf_init_internal().
Michael Adam
2008-04-13
1
-1
/
+1
*
registry: change registry_init_smbconf() to return WERROR instead of bool
Michael Adam
2008-04-13
1
-2
/
+2
*
registry: make registry_init_smbconf() hook the registry ops onto given key.
Michael Adam
2008-04-13
1
-1
/
+1
*
libsmbconf: return success and count 0 from get_includes when no includes pre...
Michael Adam
2008-04-10
1
-0
/
+3
*
libsmbconf: add delete_includes mehtod to the api (and backend implementations)
Michael Adam
2008-04-10
1
-0
/
+25
*
libsmbconf: let set_includes delete the includes paramter when given an empty...
Michael Adam
2008-04-10
1
-2
/
+9
*
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
1
-0
/
+22
*
libsmbconf: more sanely print multi_sz values in registry backend
Michael Adam
2008-04-10
1
-2
/
+2
*
libsmbconf: implement get_includes() and set_includes() for registry backend.
Michael Adam
2008-04-10
1
-2
/
+117
*
libsmbconf: add talloc context to the get_includes methods.
Michael Adam
2008-04-10
1
-0
/
+1
*
libsmbconf: add get_includes() and set_includes() to the API.
Michael Adam
2008-04-10
1
-1
/
+20
*
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: move initialization of registry value down after error checks.
Michael Adam
2008-04-03
1
-6
/
+6
[next]