summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Collapse)AuthorFilesLines
2008-05-14AFS: The dummy afs_createtoken_str should return NULL, not False.Kai Blin1-1/+1
(This used to be commit c84d49429191423a81d558042fe949c26f5de5fe)
2008-05-10Remove "user" from connection_structVolker Lendecke1-1/+1
(This used to be commit 368454a27cb53a408ec416cbf37235b304592fb5)
2008-05-10Remove the unix token info from connection_structVolker Lendecke1-1/+1
(This used to be commit 2834dacc8d49f77fe55fb5d7e3eb2dda431d1d3d)
2008-05-10Use TALLOC_ZERO_P instead of separate ZERO_STRUCTP in dup_nt_tokenVolker Lendecke1-3/+1
(This used to be commit 124a2c71852f39fcfe62ea19a5a8d25638d47400)
2008-05-09Fix replacement getpass. If we ^C at the prompt echo was left off.Jeremy Allison1-5/+2
Jeremy. (This used to be commit e54c71954ae484fe4a4e195db33440490e78e256)
2008-05-09dsgetdcname: use existing messaging_context if possible.Günther Deschner2-3/+4
Guenther (This used to be commit 7889516a384c155a9045aad4409c041fddd0d98d)
2008-05-09Use strip_hostname after dsgetdcname/getdcname calls.Günther Deschner1-5/+12
Guenther (This used to be commit 82cbb3269b2e764c9c2a2fbcbe9c29feae07fb62)
2008-05-09util: add strip_hostname() to strip of leading '\\'.Günther Deschner1-0/+19
Guenther (This used to be commit dbf96120d8b33e592bfd3e9df1777f1670e218be)
2008-05-08Fix bug #5452 - smbclient put always creates zero lengthJeremy Allison1-2/+2
files. Thanks to Kai Engert <kengert@redhat.com> for reporting. Jeremy. (This used to be commit 687275cd532f8f8ad710acd222a0c76625da53c6)
2008-05-08gencache: add some const.Günther Deschner1-1/+1
Guenther (This used to be commit ec9f8c4cf67c82f4665ed51e4fd0181f5f147ea0)
2008-05-08netdomjoin-gui: before prompting for creds, ask dsgetdcname for a dc.Günther Deschner1-0/+35
Guenther (This used to be commit 47146effc1c2bca516d4fbccf221b5b0e02737bf)
2008-05-07netapi: add -f switch for DsGetDCName() example and be more verbose on output.Günther Deschner1-3/+15
Guenther (This used to be commit 3feaa9829cc5bdeb7a5401c3c24b3811816396ce)
2008-05-06Enable tests for splice on Linux. Add a static (vl, I hate this)Jeremy Allison1-2/+19
so we can detect broken Linux recvfile splice and correctly fall back. Jeremy. (This used to be commit ec2d301a7aac173aba41dd2074037f27d05095ce)
2008-05-06libreplace: check how portable utimes() and futimes() areStefan Metzmacher1-0/+1
metze (cherry picked from commit 8798ce3c744025b94973784dcb44d099427ef190) (This used to be commit fa443081eaff77623653ed0390c4f9dabc4487b5)
2008-05-05Remove "userdom_struct user" from "struct user_struct"Volker Lendecke1-2/+9
(This used to be commit 420de035237bb08bc470c9eb820f3da2edaa6805)
2008-05-05Make the namelist arg to set_namearray constVolker Lendecke1-2/+2
(This used to be commit e7ce4bce5cd7eddb14982028538e965e12ccef84)
2008-05-05Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner2-30/+49
Guenther (This used to be commit d077ef64cd1d9bbaeb936566c2c70da508de829f)
2008-04-29netapi: fix returned name buffer in NetGetJoinInformation_r().Günther Deschner1-1/+5
Guenther (This used to be commit 0e8e05d556a7f84e500cca3fa858f9b4a9522a5f)
2008-04-29Merge data_blob_hex_string from Samba4.Günther Deschner1-0/+22
Guenther (This used to be commit 686d8939d90eab958d3a352fe53917ba7a17f39a)
2008-04-23Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke1-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)
2008-04-23Increase level of debug msg when a regkey is not foundVolker Lendecke1-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)
2008-04-23libsmbconf: remove unnecessary talloc success check from smbconf_txt.cMichael Adam1-8/+0
talloc_stackframe() panics on NOMEM. Michael (This used to be commit dee57ad025e7ad9971e44ea30b6aab3806c06fc6)
2008-04-23libsmbconf: remove unnecessary talloc success checks from smbconf_reg.cMichael Adam1-12/+1
talloc_stackframe panics on NOMEM. Michael (This used to be commit 03fd30eef803ff2718e7af618d38944d56ccd329)
2008-04-23libsmbconf: remove unnecessary talloc success checks from smbconf.cMichael Adam1-4/+0
talloc_stackframe() panics on NOMEM. Michael (This used to be commit be4f8447ccd044563f6b12793ea64d9f38741861)
2008-04-23libsmbconf: rewrite API to use smbconf_service structMichael Adam5-56/+68
instead of lists of strings and counters directly... Michael (This used to be commit 17415e2dc457ce41793a7e28e71f72c538c19c61)
2008-04-22libsmbconf: add a struct smbconf_service to hold the parameter names + values.Michael Adam1-0/+7
Michael (This used to be commit 8118a8348f36b28fa4d46b42a104097cefa33a4d)
2008-04-22libsmbconf: fix comment headers in smbconf.hMichael Adam1-3/+8
Michael (This used to be commit 54c0461679642b38653f803e7b21d865472f3f91)
2008-04-22libsmbconf: text backend remove comment references to "simple".Michael Adam1-2/+2
Michael (This used to be commit 640b8ae7ad7aa53e05c7124fed072f2312aa91aa)
2008-04-22libsmbconf: rename smbconf_init_txt_simple() to smbconf_init_txt().Michael Adam4-9/+9
...for consistency. Michael (This used to be commit 3d1da73f66b8452693262e2d03f986eec438451d)
2008-04-22libsmbconf: rename text backend smbconf_txt_simple to smbconf_txt.Michael Adam1-0/+0
Michael (This used to be commit dd9fe5aec43e60d554f2580a0699fe6e4cfb5d3c)
2008-04-20libnetapi: Add Doxyfile.Günther Deschner1-0/+1362
Guenther (This used to be commit a34801d67789340b515c5e575c3fd3175dddbecf)
2008-04-20netdomjoin-gui: Omit warning when unjoining a domain fails.Günther Deschner1-0/+4
Guenther (This used to be commit ba1d2e87614a98b4f811c75a0d9cfa8491f5cb4d)
2008-04-20Make convert_samr_dispinfo_to_NET_DISPLAY() staticVolker Lendecke1-5/+5
(This used to be commit a30a26d471a572167ee13bf10be1a275a6592851)
2008-04-20Introduce rpc_pipe_np_smb_conn()Volker Lendecke1-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)
2008-04-20Remove the pipe_idx variable from rpc_pipe_clientVolker Lendecke1-1/+1
(This used to be commit 4840febcd481563c3d9b2fabc1fe1b2ae5a76cf6)
2008-04-20Add "desthost" to rpc_pipe_clientVolker Lendecke1-1/+1
This reduces the dependency on cli_state (This used to be commit 783afab9c891dd7bcb78895b2a639b6f3a0edf5b)
2008-04-19Fix bug 5400Volker Lendecke1-2/+2
Thanks to Jason Mader! Volker (This used to be commit 87d8a63ce4e6dd91ea3193d0a2574520a5857be2)
2008-04-19Fix an uninitialized variableVolker Lendecke1-1/+1
(This used to be commit 825f78d9f12b5b3e835bd91961e00402cab0bf60)
2008-04-18util: add reinit_after_fork() functionStefan Metzmacher1-0/+30
metze (This used to be commit 5f6c3a4f6db68c985884cbe9401a4dbe515f756b)
2008-04-18messages_ctdbd: autocreate a ctdb connection, this will fix segfaults in the ↵Stefan Metzmacher1-0/+18
client tools metze (This used to be commit 6f67c4ddf8101b1d06889055e3767a6ce0db360c)
2008-04-18messages_ctdbd: make sure a ctdbd connection is only used in the process ↵Stefan Metzmacher1-1/+11
that created it metze (This used to be commit 259786980a3a65fa67a4de12a65d33095fa53ce2)
2008-04-18Janitor for tridge. Keep lib/replace in sync with the gcc4Jeremy Allison3-3/+4
changes. Jeremy. (This used to be commit b496f133228b74bf613dab81167a5b9670511c51)
2008-04-17libnetapi: Disable talloc_enable_leak_report.Günther Deschner1-1/+1
Guenther (This used to be commit 4ba98dd0cc13984a8dc54e4d4935487fc8938039)
2008-04-17netdomjoin-gui: Fix label alignment showing up with lower screen-resolution.Günther Deschner1-1/+1
Guenther (This used to be commit e06a54aa7da857e006649469e7eb8d76711221c1)
2008-04-16libsmbconf: fix segfault in listing share names / config.Michael Adam1-1/+1
Discovered by Günther while giving a talk. - Sorry Günther! Michael (This used to be commit 518f4d4e6662138a2e71acc2296acedefc7c739a)
2008-04-16Fix out of tree build. Remove the embedded srcdir path from talloc and tdb.Gerald W. Carter1-4/+4
(This used to be commit 359921acd436684a0b4cf76ba15f82a224d2c337)
2008-04-16libnetapi: Add initial inline doxygen comments.Günther Deschner1-36/+195
Guenther (This used to be commit 01bc4b6ac03b98c2371b4dfc0948f5ef8d06bcbc)
2008-04-16libnetapi: Let NetUserAdd_l/NetUserDel_l talk to the local RPC server.Günther Deschner1-10/+20
Guenther (This used to be commit 9bbb6cea0b21d98ae13f7a41226b437515bd5a2f)
2008-04-16libnetapi: do not overwrite status in libnetapi_get_error_string().Günther Deschner1-2/+3
Guenther (This used to be commit 143e2b573043dd04a6404fc91d781e8a727bd092)
2008-04-15libnetapi: Add missing headers.Günther Deschner1-0/+25
Guenther (This used to be commit 3fda711f2526914bf18ec004d553453e692b1e85)