summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* libnetapi: add NetQueryDisplayInformation example.Günther Deschner2008-04-132-1/+105
* libnetapi: fill in NetQueryDisplayInformation_r.Günther Deschner2008-04-131-1/+295
* libnetapi: don't reset the error code in NetUserAdd_r if the operation failed.Günther Deschner2008-04-131-6/+2
* libnetapi: add NetQueryDisplayInformation skeleton.Günther Deschner2008-04-133-0/+82
* libnetapi: don't to try to free NULL struct.Günther Deschner2008-04-131-0/+4
* registry: change registry_init_smbconf() to return WERROR instead of boolMichael Adam2008-04-131-2/+2
* adt_tree: change pathtree_add to return WERR instead of bool.Michael Adam2008-04-131-6/+6
* registry: make registry_init_smbconf() hook the registry ops onto given key.Michael Adam2008-04-131-1/+1
* Fix ou handling in netdomjoin-gui.Günther Deschner2008-04-131-0/+5
* libnetapi: fix a C++ warning by making implicit cast explicitMichael Adam2008-04-131-1/+1
* dbwrap_tdb2: fix a C++ warning by making implicit cast explicitMichael Adam2008-04-131-3/+3
* dbwrap: use db_open_tdb2() in for db_open_trans() if "dbwrap:use_tdb2=yes"Stefan Metzmacher2008-04-121-2/+57
* dbwrap: add dbwrap_tdb2 backendStefan Metzmacher2008-04-121-0/+1265
* messaging: add FLAG_MSG_DBWRAP message class flagStefan Metzmacher2008-04-121-0/+2
* registry: move normalize_dbkey() from lib/util_reg.c to registry/reg_util.cMichael Adam2008-04-121-7/+0
* libnetapi: fix interactive logging by preventing setup_logging from closing s...Michael Adam2008-04-121-0/+3
* util_tdb: fix a segfault caused by a fatal typo.Michael Adam2008-04-121-1/+1
* libsmbconf: don't mark the API as "subject to change" any longer.Michael Adam2008-04-111-4/+0
* Cleanup size_t return values in convert_string_allocateTim Prouty2008-04-112-62/+78
* Use libnetapi_open_pipe in netapi functions.Günther Deschner2008-04-104-48/+27
* Add libnetapi_open_pipe, inspired by the cli_cm_ interface.Günther Deschner2008-04-102-0/+114
* Use libnetapi_open_ipc_connection in libnetapi.Günther Deschner2008-04-105-180/+33
* Fix one missing netapi_private header.Günther Deschner2008-04-101-2/+2
* Split out private headers in libnetapi.Günther Deschner2008-04-107-8/+80
* Add very basic cli_cm_* based connection handler to libnetapi.Günther Deschner2008-04-101-0/+75
* Use SERVER_INFO_1005 in libnetapi.Günther Deschner2008-04-103-11/+11
* Fix typo.Günther Deschner2008-04-101-1/+1
* libsmbconf: testsuite: add test for delete_includesMichael Adam2008-04-101-0/+56
* libsmbconf: return success and count 0 from get_includes when no includes pre...Michael Adam2008-04-101-0/+3
* libsmbconf: add delete_includes mehtod to the api (and backend implementations)Michael Adam2008-04-105-0/+59
* libsmbconf: let set_includes delete the includes paramter when given an empty...Michael Adam2008-04-101-2/+9
* libsmbconf: fix crashbug - correctly check for existence of file.Michael Adam2008-04-101-1/+6
* libsmbconf: prevent getting/deleting value "includes".Michael Adam2008-04-101-0/+10
* libsmbconf: consider "include" a forbidden parameter in regisry config again.Michael Adam2008-04-101-0/+1
* libsmbconf: add includes at the end of parameter list in reg_get_share().Michael Adam2008-04-101-1/+24
* libsmbconf: add function smbconf_reg_valname_valid() and use it in get_values()Michael Adam2008-04-101-4/+16
* libsmbconf: refactor get_includes on opened key into smbconf_reg_get_includes...Michael Adam2008-04-101-40/+56
* libsmbconf: rename registry_smbconf_valname_forbidden() to smbconf_reg_valnam...Michael Adam2008-04-101-2/+2
* libsmbconf: make registry_smbconf_valname_forbidden() staticMichael Adam2008-04-101-1/+1
* libsmbconf: move registry_smbconf_valname_forbidden() to the registry backendMichael Adam2008-04-102-22/+22
* libsmbconf: more sanely print multi_sz values in registry backendMichael Adam2008-04-101-2/+2
* libsmbconf: testsuite: fix handling of error message/overall statusMichael Adam2008-04-101-6/+2
* libsmbconf: testsuite: add test_set_get_includes() and use it in registry testMichael Adam2008-04-101-0/+58
* libsmbconf: testsuite: refactor printing of string lists out.Michael Adam2008-04-101-4/+15
* libsmbconf: implement get_includes() and set_includes() for registry backend.Michael Adam2008-04-101-2/+117
* libsmbconf: testsuite: test get_includes for registry backendMichael Adam2008-04-101-0/+2
* libsmbconf: testsuite: use the get_global_includes in get_includes test.Michael Adam2008-04-101-2/+2
* libsmbconf: add "_global_" wrappers for get/set_includes.Michael Adam2008-04-102-0/+36
* libsmbconf: testsuite: add test for "get_includes" and use it in the text bac...Michael Adam2008-04-101-0/+32
* libsmbconf: fill get_includes() in text backed to retrieve includes from cache.Michael Adam2008-04-101-1/+53