summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke2008-04-231-2/+3
* Increase level of debug msg when a regkey is not foundVolker Lendecke2008-04-231-1/+1
* libsmbconf: remove unnecessary talloc success check from smbconf_txt.cMichael Adam2008-04-231-8/+0
* libsmbconf: remove unnecessary talloc success checks from smbconf_reg.cMichael Adam2008-04-231-12/+1
* libsmbconf: remove unnecessary talloc success checks from smbconf.cMichael Adam2008-04-231-4/+0
* libsmbconf: rewrite API to use smbconf_service structMichael Adam2008-04-235-56/+68
* libsmbconf: add a struct smbconf_service to hold the parameter names + values.Michael Adam2008-04-221-0/+7
* libsmbconf: fix comment headers in smbconf.hMichael Adam2008-04-221-3/+8
* libsmbconf: text backend remove comment references to "simple".Michael Adam2008-04-221-2/+2
* libsmbconf: rename smbconf_init_txt_simple() to smbconf_init_txt().Michael Adam2008-04-224-9/+9
* libsmbconf: rename text backend smbconf_txt_simple to smbconf_txt.Michael Adam2008-04-221-0/+0
* 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