summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* libnetapi: Add Doxyfile.Günther Deschner2008-04-201-0/+1362
* netdomjoin-gui: Omit warning when unjoining a domain fails.Günther Deschner2008-04-201-0/+4
* Make convert_samr_dispinfo_to_NET_DISPLAY() staticVolker Lendecke2008-04-201-5/+5
* Introduce rpc_pipe_np_smb_conn()Volker Lendecke2008-04-201-1/+1
* Remove the pipe_idx variable from rpc_pipe_clientVolker Lendecke2008-04-201-1/+1
* Add "desthost" to rpc_pipe_clientVolker Lendecke2008-04-201-1/+1
* Fix bug 5400Volker Lendecke2008-04-191-2/+2
* Fix an uninitialized variableVolker Lendecke2008-04-191-1/+1
* util: add reinit_after_fork() functionStefan Metzmacher2008-04-181-0/+30
* messages_ctdbd: autocreate a ctdb connection, this will fix segfaults in the ...Stefan Metzmacher2008-04-181-0/+18
* messages_ctdbd: make sure a ctdbd connection is only used in the process that...Stefan Metzmacher2008-04-181-1/+11
* Janitor for tridge. Keep lib/replace in sync with the gcc4Jeremy Allison2008-04-183-3/+4
* libnetapi: Disable talloc_enable_leak_report.Günther Deschner2008-04-171-1/+1
* netdomjoin-gui: Fix label alignment showing up with lower screen-resolution.Günther Deschner2008-04-171-1/+1
* libsmbconf: fix segfault in listing share names / config.Michael Adam2008-04-161-1/+1
* Fix out of tree build. Remove the embedded srcdir path from talloc and tdb.Gerald W. Carter2008-04-161-4/+4
* libnetapi: Add initial inline doxygen comments.Günther Deschner2008-04-161-36/+195
* libnetapi: Let NetUserAdd_l/NetUserDel_l talk to the local RPC server.Günther Deschner2008-04-161-10/+20
* libnetapi: do not overwrite status in libnetapi_get_error_string().Günther Deschner2008-04-161-2/+3
* libnetapi: Add missing headers.Günther Deschner2008-04-151-0/+25
* 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