summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2008-04-18util: add reinit_after_fork() functionStefan Metzmacher1-0/+30
2008-04-18messages_ctdbd: autocreate a ctdb connection, this will fix segfaults in the ...Stefan Metzmacher1-0/+18
2008-04-18messages_ctdbd: make sure a ctdbd connection is only used in the process that...Stefan Metzmacher1-1/+11
2008-04-18Janitor for tridge. Keep lib/replace in sync with the gcc4Jeremy Allison3-3/+4
2008-04-17libnetapi: Disable talloc_enable_leak_report.Günther Deschner1-1/+1
2008-04-17netdomjoin-gui: Fix label alignment showing up with lower screen-resolution.Günther Deschner1-1/+1
2008-04-16libsmbconf: fix segfault in listing share names / config.Michael Adam1-1/+1
2008-04-16Fix out of tree build. Remove the embedded srcdir path from talloc and tdb.Gerald W. Carter1-4/+4
2008-04-16libnetapi: Add initial inline doxygen comments.Günther Deschner1-36/+195
2008-04-16libnetapi: Let NetUserAdd_l/NetUserDel_l talk to the local RPC server.Günther Deschner1-10/+20
2008-04-16libnetapi: do not overwrite status in libnetapi_get_error_string().Günther Deschner1-2/+3
2008-04-15libnetapi: Add missing headers.Günther Deschner1-0/+25
2008-04-15libmsbconf: add handling of NULL share parameters to registry backend.Michael Adam1-14/+92
2008-04-15libsmbconf: don't complain with WERR_ALREADY_EXISTS for NULL share in smbconf...Michael Adam1-1/+1
2008-04-15libsmbconf: make sure to always list the NULL section first in text backend.Michael Adam1-3/+16
2008-04-15libsmbconf: default to the NULL section when a parameter is encountered w/o s...Michael Adam1-2/+8
2008-04-15libsmbconf: allow NULL sharename in smbconf_share_exists().Michael Adam1-3/+0
2008-04-15libsmbconf: add handling of NULL strings to smbconf_find_in_array().Michael Adam1-2/+4
2008-04-15libsmbconf: add handling of "NULL" strings to smbconf_add_string_to_array()Michael Adam1-5/+9
2008-04-15lib/sharesec.c: fix the upgrade code, db_traverse returns the number of records!Stefan Metzmacher1-2/+4
2008-04-14Enable multiple fd events on a single file descriptorVolker Lendecke1-1/+1
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