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
Age
Commit message (
Expand
)
Author
Files
Lines
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
libnetapi: add libnetapi_set_use_kerberos
Günther Deschner
4
-2
/
+25
2008-04-13
libnetapi: Add NetQueryDisplayInformation header.
Günther Deschner
1
-0
/
+8
2008-04-13
libnetapi: add NetQueryDisplayInformation example.
Günther Deschner
2
-1
/
+105
2008-04-13
libnetapi: fill in NetQueryDisplayInformation_r.
Günther Deschner
1
-1
/
+295
2008-04-13
libnetapi: don't reset the error code in NetUserAdd_r if the operation failed.
Günther Deschner
1
-6
/
+2
2008-04-13
libnetapi: add NetQueryDisplayInformation skeleton.
Günther Deschner
3
-0
/
+82
2008-04-13
libnetapi: don't to try to free NULL struct.
Günther Deschner
1
-0
/
+4
2008-04-13
registry: change registry_init_smbconf() to return WERROR instead of bool
Michael Adam
1
-2
/
+2
2008-04-13
adt_tree: change pathtree_add to return WERR instead of bool.
Michael Adam
1
-6
/
+6
2008-04-13
registry: make registry_init_smbconf() hook the registry ops onto given key.
Michael Adam
1
-1
/
+1
2008-04-13
Fix ou handling in netdomjoin-gui.
Günther Deschner
1
-0
/
+5
2008-04-13
libnetapi: fix a C++ warning by making implicit cast explicit
Michael Adam
1
-1
/
+1
2008-04-13
dbwrap_tdb2: fix a C++ warning by making implicit cast explicit
Michael Adam
1
-3
/
+3
2008-04-12
dbwrap: use db_open_tdb2() in for db_open_trans() if "dbwrap:use_tdb2=yes"
Stefan Metzmacher
1
-2
/
+57
2008-04-12
dbwrap: add dbwrap_tdb2 backend
Stefan Metzmacher
1
-0
/
+1265
2008-04-12
messaging: add FLAG_MSG_DBWRAP message class flag
Stefan Metzmacher
1
-0
/
+2
2008-04-12
registry: move normalize_dbkey() from lib/util_reg.c to registry/reg_util.c
Michael Adam
1
-7
/
+0
2008-04-12
libnetapi: fix interactive logging by preventing setup_logging from closing s...
Michael Adam
1
-0
/
+3
2008-04-12
util_tdb: fix a segfault caused by a fatal typo.
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-11
Cleanup size_t return values in convert_string_allocate
Tim Prouty
2
-62
/
+78
2008-04-10
Use libnetapi_open_pipe in netapi functions.
Günther Deschner
4
-48
/
+27
2008-04-10
Add libnetapi_open_pipe, inspired by the cli_cm_ interface.
Günther Deschner
2
-0
/
+114
2008-04-10
Use libnetapi_open_ipc_connection in libnetapi.
Günther Deschner
5
-180
/
+33
2008-04-10
Fix one missing netapi_private header.
Günther Deschner
1
-2
/
+2
2008-04-10
Split out private headers in libnetapi.
Günther Deschner
7
-8
/
+80
2008-04-10
Add very basic cli_cm_* based connection handler to libnetapi.
Günther Deschner
1
-0
/
+75
2008-04-10
Use SERVER_INFO_1005 in libnetapi.
Günther Deschner
3
-11
/
+11
2008-04-10
Fix typo.
Günther Deschner
1
-1
/
+1
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
2
-22
/
+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
[prev]
[next]