summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2008-04-14Fix the build of db_open_trans with CLUSTER_SUPPORT enabledVolker Lendecke1-0/+2
2008-04-13libsmbconf: add a smbconf init dispatcher smbconf_init().Michael Adam2-1/+99
2008-04-13libsmbconf: move setting of verbatim variable into a more internal function.Michael Adam1-2/+2
2008-04-13libsmbconf: add a check for talloc failure to smbconf_txt_init().Michael Adam1-0/+3
2008-04-13libsmbconf: remove the bool verbatim parameter from txt backend init function.Michael Adam3-6/+4
2008-04-13libsmbconf: rename smbconf_init() to smbconf_init_internal().Michael Adam4-6/+6
2008-04-13libnetapi: add libnetapi_set_use_kerberosGünther Deschner4-2/+25
2008-04-13libnetapi: Add NetQueryDisplayInformation header.Günther Deschner1-0/+8
2008-04-13libnetapi: add NetQueryDisplayInformation example.Günther Deschner2-1/+105
2008-04-13libnetapi: fill in NetQueryDisplayInformation_r.Günther Deschner1-1/+295
2008-04-13libnetapi: don't reset the error code in NetUserAdd_r if the operation failed.Günther Deschner1-6/+2
2008-04-13libnetapi: add NetQueryDisplayInformation skeleton.Günther Deschner3-0/+82
2008-04-13libnetapi: don't to try to free NULL struct.Günther Deschner1-0/+4
2008-04-13registry: change registry_init_smbconf() to return WERROR instead of boolMichael Adam1-2/+2
2008-04-13adt_tree: change pathtree_add to return WERR instead of bool.Michael Adam1-6/+6
2008-04-13registry: make registry_init_smbconf() hook the registry ops onto given key.Michael Adam1-1/+1
2008-04-13Fix ou handling in netdomjoin-gui.Günther Deschner1-0/+5
2008-04-13libnetapi: fix a C++ warning by making implicit cast explicitMichael Adam1-1/+1
2008-04-13dbwrap_tdb2: fix a C++ warning by making implicit cast explicitMichael Adam1-3/+3
2008-04-12dbwrap: use db_open_tdb2() in for db_open_trans() if "dbwrap:use_tdb2=yes"Stefan Metzmacher1-2/+57
2008-04-12dbwrap: add dbwrap_tdb2 backendStefan Metzmacher1-0/+1265
2008-04-12messaging: add FLAG_MSG_DBWRAP message class flagStefan Metzmacher1-0/+2
2008-04-12registry: move normalize_dbkey() from lib/util_reg.c to registry/reg_util.cMichael Adam1-7/+0
2008-04-12libnetapi: fix interactive logging by preventing setup_logging from closing s...Michael Adam1-0/+3
2008-04-12util_tdb: fix a segfault caused by a fatal typo.Michael Adam1-1/+1
2008-04-11libsmbconf: don't mark the API as "subject to change" any longer.Michael Adam1-4/+0
2008-04-11Cleanup size_t return values in convert_string_allocateTim Prouty2-62/+78
2008-04-10Use libnetapi_open_pipe in netapi functions.Günther Deschner4-48/+27
2008-04-10Add libnetapi_open_pipe, inspired by the cli_cm_ interface.Günther Deschner2-0/+114
2008-04-10Use libnetapi_open_ipc_connection in libnetapi.Günther Deschner5-180/+33
2008-04-10Fix one missing netapi_private header.Günther Deschner1-2/+2
2008-04-10Split out private headers in libnetapi.Günther Deschner7-8/+80
2008-04-10Add very basic cli_cm_* based connection handler to libnetapi.Günther Deschner1-0/+75
2008-04-10Use SERVER_INFO_1005 in libnetapi.Günther Deschner3-11/+11
2008-04-10Fix typo.Günther Deschner1-1/+1
2008-04-10libsmbconf: testsuite: add test for delete_includesMichael Adam1-0/+56
2008-04-10libsmbconf: return success and count 0 from get_includes when no includes pre...Michael Adam1-0/+3
2008-04-10libsmbconf: add delete_includes mehtod to the api (and backend implementations)Michael Adam5-0/+59
2008-04-10libsmbconf: let set_includes delete the includes paramter when given an empty...Michael Adam1-2/+9
2008-04-10libsmbconf: fix crashbug - correctly check for existence of file.Michael Adam1-1/+6
2008-04-10libsmbconf: prevent getting/deleting value "includes".Michael Adam1-0/+10
2008-04-10libsmbconf: consider "include" a forbidden parameter in regisry config again.Michael Adam1-0/+1
2008-04-10libsmbconf: add includes at the end of parameter list in reg_get_share().Michael Adam1-1/+24
2008-04-10libsmbconf: add function smbconf_reg_valname_valid() and use it in get_values()Michael Adam1-4/+16
2008-04-10libsmbconf: refactor get_includes on opened key into smbconf_reg_get_includes...Michael Adam1-40/+56
2008-04-10libsmbconf: rename registry_smbconf_valname_forbidden() to smbconf_reg_valnam...Michael Adam1-2/+2
2008-04-10libsmbconf: make registry_smbconf_valname_forbidden() staticMichael Adam1-1/+1
2008-04-10libsmbconf: move registry_smbconf_valname_forbidden() to the registry backendMichael Adam2-22/+22
2008-04-10libsmbconf: more sanely print multi_sz values in registry backendMichael Adam1-2/+2
2008-04-10libsmbconf: testsuite: fix handling of error message/overall statusMichael Adam1-6/+2