summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-04-20libwbclient: fix wbcResolveWinsByName() to take char * instead of const char **Michael Adam3-4/+4
This fixes a compile warning and seems the correct thing to me as the returned data is talloc_strdup't, so not const anyways. Michael (This used to be commit 13cfa7f48a541a934a129fab0544cbf66029c4c7)
2008-04-20rpc_parse: fix "assignment discards qualifier" warning by using CONST_DISCARD.Michael Adam1-1/+1
Michael (This used to be commit 0de001a5446545b928eb88e1916b4fe674017424)
2008-04-20vfs_cacheprime: fix C++ warning - make implicit cast explicitMichael Adam1-1/+1
Michael (This used to be commit 04d671b8c9bd5bf811e6dbd6981f1874eb49740c)
2008-04-20Fix some empty lines with just spacesVolker Lendecke1-13/+12
(This used to be commit f8fb9b7e3759bec7fbcf93b27438ca6b03202ddb)
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 Lendecke6-15/+23
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 a redundant reference to rpc_pipe_state->cli from srv_spoolssVolker Lendecke1-4/+0
This assignment is done in cli_rpc_pipe_open called from cli_rpc_pipe_open_noauth already. (This used to be commit 7331c4c2781bf7904942c119f1a8de8eda00ae7e)
2008-04-20Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke15-121/+102
(This used to be commit 99fc3283c4ecc791f5a242bd1983b4352ce3e6cf)
2008-04-20Refactoring: Move stuff around for creating a pipeVolker Lendecke2-42/+40
(This used to be commit 45be749ed69f8c1ad3ebe8ea1f35c806db2ed5d0)
2008-04-20Remove the pipe_idx variable from rpc_pipe_clientVolker Lendecke8-52/+38
(This used to be commit 4840febcd481563c3d9b2fabc1fe1b2ae5a76cf6)
2008-04-20Remove some unused code referencing pipe_names[]Volker Lendecke1-17/+0
(This used to be commit d8a04b798c44c26a91a37fa7090dd071a1909166)
2008-04-20Use rpc_pipe_client->user_name instead of rpc_pipe_client->cli->user_nameVolker Lendecke3-6/+21
Also make sure that rpc_pipe_client->user_name is always talloced. (This used to be commit 3f6c5b99664a75a6f490ee3b6980b89cacf7f579)
2008-04-20Introduce rpccli_set_timeout()Volker Lendecke7-13/+22
Reduce dependency on "cli" member of rpc_pipe_client struct (This used to be commit 2e4c1ba38963cffe4c3f25ab24bc28975f2fc291)
2008-04-20Move srv_name_slash from cli_state to rpc_pipe_clientVolker Lendecke7-17/+22
(This used to be commit a9061e52e1ff8e31aa480f4a30cda64c9d93214e)
2008-04-20Fix two "ignoring asprintf result" warningsVolker Lendecke1-3/+2
(This used to be commit 1d261e78b38e8080ca7122037d33c8ef913a4558)
2008-04-20Add "desthost" to rpc_pipe_clientVolker Lendecke24-158/+159
This reduces the dependency on cli_state (This used to be commit 783afab9c891dd7bcb78895b2a639b6f3a0edf5b)
2008-04-20Refactoring: Make struct rpc_pipe_client its own talloc parentVolker Lendecke6-32/+24
(This used to be commit a6d74a5a562b54f0b36934965f545fdeb1e8b34a)
2008-04-19Set the right domain\user in cli_rpc_pipe_open_ntlmssp_internalVolker Lendecke1-2/+2
This probably does not matter in current code, but without this it's not possible to do the bind as a different user than the underlying smb user. Jeremy, please check! Thanks, Volker (This used to be commit b90062e33cbde7de4961414fd35a3a588760d002)
2008-04-19Fix a bogus uninitialized variable warning in IDL-based nbt codeVolker Lendecke1-1/+1
(This used to be commit 06c5076f8ef23ac36d234ed417b80a58ab8dd7b4)
2008-04-19Fix bug 5400Volker Lendecke1-2/+2
Thanks to Jason Mader! Volker (This used to be commit 87d8a63ce4e6dd91ea3193d0a2574520a5857be2)
2008-04-19Fix bug 5399Volker Lendecke1-5/+0
Thanks to Jason Mader! Volker (This used to be commit 36740f4959194cfaa98b1e37eed08f22edbda1e4)
2008-04-19Fix bug 5398Volker Lendecke1-3/+3
Thanks to Jason Mader for sending the compiler output :-) Volker (This used to be commit 7a57c2da1a6cc0fcea0b4d949c696219f1822694)
2008-04-19Fix an uninitialized variableVolker Lendecke1-1/+1
(This used to be commit 825f78d9f12b5b3e835bd91961e00402cab0bf60)
2008-04-19WHATNEW.txt: add my latest changesStefan Metzmacher1-0/+8
metze (This used to be commit 6ae8544ace0dd9ac67d36abbaa26cf311db880ad)
2008-04-18winbindd: create the messaging conntext earlierStefan Metzmacher1-7/+17
metze (This used to be commit 2e1b9130635235efdbf49d0b92a43b342114246c)
2008-04-18winbindd: call reinit_after_fork() in the child processesStefan Metzmacher2-6/+4
metze (This used to be commit 8e9fdef792e612e414444e7714a2fd4513892248)
2008-04-18nmbd: create the messaging conntext earlierStefan Metzmacher1-3/+12
metze (This used to be commit 056ff094ad2c59992cfdb8b29696c08dab4113d7)
2008-04-18nmbd: call reinit_after_fork() in all needed casesStefan Metzmacher2-0/+10
metze (This used to be commit f68829ff14c457bfa98cb2ef9e8ec2e1a0b1d64d)
2008-04-18printing: call reinit_after_fork() in the backgroundqueue processStefan Metzmacher1-0/+5
metze (This used to be commit 9adb675a86e81c90e2bddfe984b5ac8f201fec75)
2008-04-18smbd: create the messaging conntext earlierStefan Metzmacher1-11/+16
metze (This used to be commit 658d8475336c4397e0dad341f216baf9e1eb6aaf)
2008-04-18smbd: call reinit_after_fork() in the needed placesStefan Metzmacher1-16/+6
metze (This used to be commit 425b3513a45cf98b53235470a3536be86d56d1c2)
2008-04-18loadparm: make it possible to just load the config without following ↵Stefan Metzmacher1-10/+43
"include =" statements metze (This used to be commit 6b5c76bf1e880ec60d6b044c58115940549049e5)
2008-04-18util: add reinit_after_fork() functionStefan Metzmacher1-0/+30
metze (This used to be commit 5f6c3a4f6db68c985884cbe9401a4dbe515f756b)
2008-04-18smbd: merge "smbd:backgroundqueue=no" option from the v3-0-ctdb treeStefan Metzmacher1-2/+4
metze (This used to be commit 16d295d466eb18e3bccce6fb26d53012d5f2c3e8)
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-18IDL: make idl.Günther Deschner2-0/+19
Guenther (This used to be commit e1abff301449ad528194206fd953670057eaa12d)
2008-04-18IDL: Add type 23 in nbt_ntlogon_request reply packets.Günther Deschner1-0/+1
Guenther (This used to be commit dbef92c2b2ae6786cf527715adbbd7db8b334fcc)
2008-04-18Janitor for tridge. Keep lib/replace in sync with the gcc4Jeremy Allison4-5/+6
changes. Jeremy. (This used to be commit b496f133228b74bf613dab81167a5b9670511c51)
2008-04-17IDL: Re-run make idl and hand merge some required functions from Samba 4.Günther Deschner5-38/+94
Guenther (This used to be commit edb0092e4d66496181de4e21c91d398d54208e60)
2008-04-17IDL: add dom_sid0 to security.idl (hand merge from samba4).Günther Deschner1-0/+3
Guenther (This used to be commit 3e7f302d807905d75949c934d2325cd65d53e6b2)
2008-04-17loadparm: reactivate special semantics of "include = registry" for now.Michael Adam1-0/+18
This includes the configuration stored in HKLM/Software/Samba/smbconf . Michael (This used to be commit 42c7fb4ddfab9ff7592593533099ae872c1edca7)
2008-04-17Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison7-110/+306
v3-2-test (This used to be commit d665cecd8b1b40ad30ec435de0bd925cdea24795)
2008-04-17Fix the problem when -L is used with IPv6 addresses. Don't try toJeremy Allison1-0/+8
connect on port 139 with IPv6. Found by David Holder @ Erion. Karolin please merge to 3.2-stable. Jeremy. (This used to be commit c003e66ff10b23bb30aef0071ba7a3ae9579174e)
2008-04-17Merge commit 'samba/v3-2-test' into wbc-testGerald W. Carter27-372/+9321
(This used to be commit 7c2e735df3d8a4105a4944411d111fc66c13b01f)
2008-04-17Remove unused variable from wbcCheckTrustCredentials().Gerald W. Carter1-1/+0
(This used to be commit fea52dc46048ff869299267f7596b93a8c5c8b3d)
2008-04-17Convert "wbinfo -m" to use wbcListTrusts() API call.Gerald W. Carter1-84/+50
(This used to be commit 2fbe8437efe232b6f53af6fafed5995fe7e26820)
2008-04-17Add wbcListTrusts() API call to libwbclient.soGerald W. Carter2-6/+238
(This used to be commit 5c454e77cf664fee65fcb03e5811764c92e73696)
2008-04-17nbt.idl: fix parsing und pushing of dom_sids by using dom_sid0Stefan Metzmacher1-6/+4
metze (cherry picked from commit 0e2f6d481b3e35ed392b2b3340b244c77593819c) (This used to be commit 70d99d8ed92d13fa3ec308df170595316d091988)
2008-04-17rpc_parse: Use UUIDs from librpc/gen_ndr/ when possible to reduceJelmer Vernooij4-196/+33
duplication. (This used to be commit 428654b473ba44b2f5340eefef0d4fcd51aff558)