summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* libmsbconf: add handling of NULL share parameters to registry backend.Michael Adam2008-04-151-14/+92
* libsmbconf: don't complain with WERR_ALREADY_EXISTS for NULL share in smbconf...Michael Adam2008-04-151-1/+1
* libsmbconf: make sure to always list the NULL section first in text backend.Michael Adam2008-04-151-3/+16
* libsmbconf: default to the NULL section when a parameter is encountered w/o s...Michael Adam2008-04-151-2/+8
* libsmbconf: allow NULL sharename in smbconf_share_exists().Michael Adam2008-04-151-3/+0
* libsmbconf: add handling of NULL strings to smbconf_find_in_array().Michael Adam2008-04-151-2/+4
* libsmbconf: add handling of "NULL" strings to smbconf_add_string_to_array()Michael Adam2008-04-151-5/+9
* lib/sharesec.c: fix the upgrade code, db_traverse returns the number of records!Stefan Metzmacher2008-04-151-2/+4
* Enable multiple fd events on a single file descriptorVolker Lendecke2008-04-141-1/+1
* Fix the build of db_open_trans with CLUSTER_SUPPORT enabledVolker Lendecke2008-04-141-0/+2
* libsmbconf: add a smbconf init dispatcher smbconf_init().Michael Adam2008-04-132-1/+99
* libsmbconf: move setting of verbatim variable into a more internal function.Michael Adam2008-04-131-2/+2
* libsmbconf: add a check for talloc failure to smbconf_txt_init().Michael Adam2008-04-131-0/+3
* libsmbconf: remove the bool verbatim parameter from txt backend init function.Michael Adam2008-04-133-6/+4
* libsmbconf: rename smbconf_init() to smbconf_init_internal().Michael Adam2008-04-134-6/+6
* libnetapi: add libnetapi_set_use_kerberosGünther Deschner2008-04-134-2/+25
* libnetapi: Add NetQueryDisplayInformation header.Günther Deschner2008-04-131-0/+8
* 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