summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2008-05-08gencache: add some const.Günther Deschner1-1/+1
2008-05-08netdomjoin-gui: before prompting for creds, ask dsgetdcname for a dc.Günther Deschner1-0/+35
2008-05-07netapi: add -f switch for DsGetDCName() example and be more verbose on output.Günther Deschner1-3/+15
2008-05-06Enable tests for splice on Linux. Add a static (vl, I hate this)Jeremy Allison1-2/+19
2008-05-06libreplace: check how portable utimes() and futimes() areStefan Metzmacher1-0/+1
2008-05-05Remove "userdom_struct user" from "struct user_struct"Volker Lendecke1-2/+9
2008-05-05Make the namelist arg to set_namearray constVolker Lendecke1-2/+2
2008-05-05Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner2-30/+49
2008-04-29netapi: fix returned name buffer in NetGetJoinInformation_r().Günther Deschner1-1/+5
2008-04-29Merge data_blob_hex_string from Samba4.Günther Deschner1-0/+22
2008-04-23Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke1-2/+3
2008-04-23Increase level of debug msg when a regkey is not foundVolker Lendecke1-1/+1
2008-04-23libsmbconf: remove unnecessary talloc success check from smbconf_txt.cMichael Adam1-8/+0
2008-04-23libsmbconf: remove unnecessary talloc success checks from smbconf_reg.cMichael Adam1-12/+1
2008-04-23libsmbconf: remove unnecessary talloc success checks from smbconf.cMichael Adam1-4/+0
2008-04-23libsmbconf: rewrite API to use smbconf_service structMichael Adam5-56/+68
2008-04-22libsmbconf: add a struct smbconf_service to hold the parameter names + values.Michael Adam1-0/+7
2008-04-22libsmbconf: fix comment headers in smbconf.hMichael Adam1-3/+8
2008-04-22libsmbconf: text backend remove comment references to "simple".Michael Adam1-2/+2
2008-04-22libsmbconf: rename smbconf_init_txt_simple() to smbconf_init_txt().Michael Adam4-9/+9
2008-04-22libsmbconf: rename text backend smbconf_txt_simple to smbconf_txt.Michael Adam1-0/+0
2008-04-20libnetapi: Add Doxyfile.Günther Deschner1-0/+1362
2008-04-20netdomjoin-gui: Omit warning when unjoining a domain fails.Günther Deschner1-0/+4
2008-04-20Make convert_samr_dispinfo_to_NET_DISPLAY() staticVolker Lendecke1-5/+5
2008-04-20Introduce rpc_pipe_np_smb_conn()Volker Lendecke1-1/+1
2008-04-20Remove the pipe_idx variable from rpc_pipe_clientVolker Lendecke1-1/+1
2008-04-20Add "desthost" to rpc_pipe_clientVolker Lendecke1-1/+1
2008-04-19Fix bug 5400Volker Lendecke1-2/+2
2008-04-19Fix an uninitialized variableVolker Lendecke1-1/+1
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