summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Collapse)AuthorAgeFilesLines
* dsgetdcname: use existing messaging_context if possible.Günther Deschner2008-05-092-3/+4
| | | | | Guenther (This used to be commit 7889516a384c155a9045aad4409c041fddd0d98d)
* Use strip_hostname after dsgetdcname/getdcname calls.Günther Deschner2008-05-091-5/+12
| | | | | Guenther (This used to be commit 82cbb3269b2e764c9c2a2fbcbe9c29feae07fb62)
* util: add strip_hostname() to strip of leading '\\'.Günther Deschner2008-05-091-0/+19
| | | | | Guenther (This used to be commit dbf96120d8b33e592bfd3e9df1777f1670e218be)
* Fix bug #5452 - smbclient put always creates zero lengthJeremy Allison2008-05-081-2/+2
| | | | | | | files. Thanks to Kai Engert <kengert@redhat.com> for reporting. Jeremy. (This used to be commit 687275cd532f8f8ad710acd222a0c76625da53c6)
* gencache: add some const.Günther Deschner2008-05-081-1/+1
| | | | | Guenther (This used to be commit ec9f8c4cf67c82f4665ed51e4fd0181f5f147ea0)
* netdomjoin-gui: before prompting for creds, ask dsgetdcname for a dc.Günther Deschner2008-05-081-0/+35
| | | | | Guenther (This used to be commit 47146effc1c2bca516d4fbccf221b5b0e02737bf)
* netapi: add -f switch for DsGetDCName() example and be more verbose on output.Günther Deschner2008-05-071-3/+15
| | | | | Guenther (This used to be commit 3feaa9829cc5bdeb7a5401c3c24b3811816396ce)
* Enable tests for splice on Linux. Add a static (vl, I hate this)Jeremy Allison2008-05-061-2/+19
| | | | | | | so we can detect broken Linux recvfile splice and correctly fall back. Jeremy. (This used to be commit ec2d301a7aac173aba41dd2074037f27d05095ce)
* libreplace: check how portable utimes() and futimes() areStefan Metzmacher2008-05-061-0/+1
| | | | | | metze (cherry picked from commit 8798ce3c744025b94973784dcb44d099427ef190) (This used to be commit fa443081eaff77623653ed0390c4f9dabc4487b5)
* Remove "userdom_struct user" from "struct user_struct"Volker Lendecke2008-05-051-2/+9
| | | | (This used to be commit 420de035237bb08bc470c9eb820f3da2edaa6805)
* Make the namelist arg to set_namearray constVolker Lendecke2008-05-051-2/+2
| | | | (This used to be commit e7ce4bce5cd7eddb14982028538e965e12ccef84)
* Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner2008-05-052-30/+49
| | | | | Guenther (This used to be commit d077ef64cd1d9bbaeb936566c2c70da508de829f)
* netapi: fix returned name buffer in NetGetJoinInformation_r().Günther Deschner2008-04-291-1/+5
| | | | | Guenther (This used to be commit 0e8e05d556a7f84e500cca3fa858f9b4a9522a5f)
* Merge data_blob_hex_string from Samba4.Günther Deschner2008-04-291-0/+22
| | | | | Guenther (This used to be commit 686d8939d90eab958d3a352fe53917ba7a17f39a)
* Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke2008-04-231-2/+3
| | | | | | | | We now open messages.tdb even before we do the become_daemon. become_daemon() involves a fork and an immediate exit of the parent, thus the parent_is_longlived argument must be set to false in this case. The parent is not really long lived :-) (This used to be commit 4f4781c6d17fe2db34dd5945fec52a7685448aec)
* Increase level of debug msg when a regkey is not foundVolker Lendecke2008-04-231-1/+1
| | | | | | This is a pretty normal situation if you have "include=registry" set but no configuration options have been set there yet. (This used to be commit 727127f1dcd49b31b5a48cc3f9314aa2380d60e1)
* libsmbconf: remove unnecessary talloc success check from smbconf_txt.cMichael Adam2008-04-231-8/+0
| | | | | | | talloc_stackframe() panics on NOMEM. Michael (This used to be commit dee57ad025e7ad9971e44ea30b6aab3806c06fc6)
* libsmbconf: remove unnecessary talloc success checks from smbconf_reg.cMichael Adam2008-04-231-12/+1
| | | | | | | talloc_stackframe panics on NOMEM. Michael (This used to be commit 03fd30eef803ff2718e7af618d38944d56ccd329)
* libsmbconf: remove unnecessary talloc success checks from smbconf.cMichael Adam2008-04-231-4/+0
| | | | | | | talloc_stackframe() panics on NOMEM. Michael (This used to be commit be4f8447ccd044563f6b12793ea64d9f38741861)
* libsmbconf: rewrite API to use smbconf_service structMichael Adam2008-04-235-56/+68
| | | | | | | instead of lists of strings and counters directly... Michael (This used to be commit 17415e2dc457ce41793a7e28e71f72c538c19c61)
* libsmbconf: add a struct smbconf_service to hold the parameter names + values.Michael Adam2008-04-221-0/+7
| | | | | Michael (This used to be commit 8118a8348f36b28fa4d46b42a104097cefa33a4d)
* libsmbconf: fix comment headers in smbconf.hMichael Adam2008-04-221-3/+8
| | | | | Michael (This used to be commit 54c0461679642b38653f803e7b21d865472f3f91)
* libsmbconf: text backend remove comment references to "simple".Michael Adam2008-04-221-2/+2
| | | | | Michael (This used to be commit 640b8ae7ad7aa53e05c7124fed072f2312aa91aa)
* libsmbconf: rename smbconf_init_txt_simple() to smbconf_init_txt().Michael Adam2008-04-224-9/+9
| | | | | | | ...for consistency. Michael (This used to be commit 3d1da73f66b8452693262e2d03f986eec438451d)
* libsmbconf: rename text backend smbconf_txt_simple to smbconf_txt.Michael Adam2008-04-221-0/+0
| | | | | Michael (This used to be commit dd9fe5aec43e60d554f2580a0699fe6e4cfb5d3c)
* libnetapi: Add Doxyfile.Günther Deschner2008-04-201-0/+1362
| | | | | Guenther (This used to be commit a34801d67789340b515c5e575c3fd3175dddbecf)
* netdomjoin-gui: Omit warning when unjoining a domain fails.Günther Deschner2008-04-201-0/+4
| | | | | Guenther (This used to be commit ba1d2e87614a98b4f811c75a0d9cfa8491f5cb4d)
* Make convert_samr_dispinfo_to_NET_DISPLAY() staticVolker Lendecke2008-04-201-5/+5
| | | | (This used to be commit a30a26d471a572167ee13bf10be1a275a6592851)
* Introduce rpc_pipe_np_smb_conn()Volker Lendecke2008-04-201-1/+1
| | | | | | This abstracts away all references to rpc_pipe_client->cli, the only reference is now in cli_pipe.c. (This used to be commit c56e1c08cef107ff33a34346ceeca3475a102b19)
* Remove the pipe_idx variable from rpc_pipe_clientVolker Lendecke2008-04-201-1/+1
| | | | (This used to be commit 4840febcd481563c3d9b2fabc1fe1b2ae5a76cf6)
* Add "desthost" to rpc_pipe_clientVolker Lendecke2008-04-201-1/+1
| | | | | This reduces the dependency on cli_state (This used to be commit 783afab9c891dd7bcb78895b2a639b6f3a0edf5b)
* Fix bug 5400Volker Lendecke2008-04-191-2/+2
| | | | | | | Thanks to Jason Mader! Volker (This used to be commit 87d8a63ce4e6dd91ea3193d0a2574520a5857be2)
* Fix an uninitialized variableVolker Lendecke2008-04-191-1/+1
| | | | (This used to be commit 825f78d9f12b5b3e835bd91961e00402cab0bf60)
* util: add reinit_after_fork() functionStefan Metzmacher2008-04-181-0/+30
| | | | | metze (This used to be commit 5f6c3a4f6db68c985884cbe9401a4dbe515f756b)
* messages_ctdbd: autocreate a ctdb connection, this will fix segfaults in the ↵Stefan Metzmacher2008-04-181-0/+18
| | | | | | | client tools metze (This used to be commit 6f67c4ddf8101b1d06889055e3767a6ce0db360c)
* messages_ctdbd: make sure a ctdbd connection is only used in the process ↵Stefan Metzmacher2008-04-181-1/+11
| | | | | | | that created it metze (This used to be commit 259786980a3a65fa67a4de12a65d33095fa53ce2)
* Janitor for tridge. Keep lib/replace in sync with the gcc4Jeremy Allison2008-04-183-3/+4
| | | | | | changes. Jeremy. (This used to be commit b496f133228b74bf613dab81167a5b9670511c51)
* libnetapi: Disable talloc_enable_leak_report.Günther Deschner2008-04-171-1/+1
| | | | | Guenther (This used to be commit 4ba98dd0cc13984a8dc54e4d4935487fc8938039)
* netdomjoin-gui: Fix label alignment showing up with lower screen-resolution.Günther Deschner2008-04-171-1/+1
| | | | | Guenther (This used to be commit e06a54aa7da857e006649469e7eb8d76711221c1)
* libsmbconf: fix segfault in listing share names / config.Michael Adam2008-04-161-1/+1
| | | | | | | Discovered by Günther while giving a talk. - Sorry Günther! Michael (This used to be commit 518f4d4e6662138a2e71acc2296acedefc7c739a)
* Fix out of tree build. Remove the embedded srcdir path from talloc and tdb.Gerald W. Carter2008-04-161-4/+4
| | | | (This used to be commit 359921acd436684a0b4cf76ba15f82a224d2c337)
* libnetapi: Add initial inline doxygen comments.Günther Deschner2008-04-161-36/+195
| | | | | Guenther (This used to be commit 01bc4b6ac03b98c2371b4dfc0948f5ef8d06bcbc)
* libnetapi: Let NetUserAdd_l/NetUserDel_l talk to the local RPC server.Günther Deschner2008-04-161-10/+20
| | | | | Guenther (This used to be commit 9bbb6cea0b21d98ae13f7a41226b437515bd5a2f)
* libnetapi: do not overwrite status in libnetapi_get_error_string().Günther Deschner2008-04-161-2/+3
| | | | | Guenther (This used to be commit 143e2b573043dd04a6404fc91d781e8a727bd092)
* libnetapi: Add missing headers.Günther Deschner2008-04-151-0/+25
| | | | | Guenther (This used to be commit 3fda711f2526914bf18ec004d553453e692b1e85)
* libmsbconf: add handling of NULL share parameters to registry backend.Michael Adam2008-04-151-14/+92
| | | | | Michael (This used to be commit 6c1181fda2f040d9555917b10a65bc0dfc1f0593)
* libsmbconf: don't complain with WERR_ALREADY_EXISTS for NULL share in ↵Michael Adam2008-04-151-1/+1
| | | | | | | | | | smbconf_create_share(). These are values stored inside the base key for registry. This is not getting deleted. Michael (This used to be commit aa167de8252bb615bd21fb3fd9468383b8357d32)
* libsmbconf: make sure to always list the NULL section first in text backend.Michael Adam2008-04-151-3/+16
| | | | | Michael (This used to be commit b50fdf321dc8056caa2b057cbd7f83792dfbcd4d)
* libsmbconf: default to the NULL section when a parameter is encountered w/o ↵Michael Adam2008-04-151-2/+8
| | | | | | | section Michael (This used to be commit e1b98f1cbce72d12085d86da834f0949ecbfbf67)
* libsmbconf: allow NULL sharename in smbconf_share_exists().Michael Adam2008-04-151-3/+0
| | | | | Michael (This used to be commit cb23052b2055d77924b2a593ec14f0c1de9a3b51)