summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_wkssvc.c
AgeCommit message (Collapse)AuthorFilesLines
2012-01-18s3-rpcclient: pass struct ndr_interface_table downAndrew Bartlett1-5/+5
This will allow the target service (as determined from the IDL) to be passed to GSSAPI (rather than the current, incorrect, "cifs"). Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-01-11s3-wkssvc: prefer dcerpc_wkssvc_X functions.Günther Deschner1-6/+11
Guenther
2010-02-18s3-rpcclient: fix uninitialized variable in wkssvc_enumerateusers.Günther Deschner1-2/+2
Guenther
2009-12-06s3: Add rpcclient wkssvc_enumerateusersVolker Lendecke1-0/+51
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in ↵Günther Deschner1-0/+1
samba. Guenther
2009-11-08Revert "s3: Do not directly reference the ndr_table_* in rpcclient"Volker Lendecke1-16/+4
This reverts commit 70c698fd547c4bc19cf77693608bbb34acac40b5.
2009-11-08s3: Do not directly reference the ndr_table_* in rpcclientVolker Lendecke1-4/+16
2008-07-21Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idxVolker Lendecke1-4/+4
(This used to be commit 85db87c451dacf80e9575c04e9e08c625b3f1199)
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty1-4/+3
This patch is the second iteration of an inside-out conversion to cleanup functions in charcnv.c returning size_t == -1 to indicate failure. (This used to be commit 6b189dabc562d86dcaa685419d0cb6ea276f100d)
2008-04-20Add "desthost" to rpc_pipe_clientVolker Lendecke1-6/+6
This reduces the dependency on cli_state (This used to be commit 783afab9c891dd7bcb78895b2a639b6f3a0edf5b)
2007-12-19Add cmd_wkssvc_enumeratecomputernames to rpcclient.Günther Deschner1-0/+37
Guenther (This used to be commit 289151393a43c7f0c2baafdd79d1163fc80aad6a)
2007-12-07Allow to set custom message in wkssvc messagebuffer.Günther Deschner1-1/+6
Guenther (This used to be commit 4c03cbdc816842f1d657fdc8499e3ad9a459f0d7)
2007-12-07Fix build with new werror based pidl rpc.Günther Deschner1-4/+9
Guenther (This used to be commit 0e8fdfac8a7754c105f01bd21816a7940c20e878)
2007-12-07Add cmd_wkssvc_messagebuffersend().Günther Deschner1-2/+37
Guenther (This used to be commit 71e512efabe833a850cce3ed827415b5d1c032d5)
2007-12-07Add getjoininformation to rpcclient.Günther Deschner1-0/+26
Guenther (This used to be commit 699f6b1bc332b1e2834f5c384440b2501838c43f)
2007-12-06Allow to set level in cmd_wkssvc_wkstagetinfo().Günther Deschner1-0/+9
Guenther (This used to be commit 2c287ce0507a019aaa4d8dec74bc5c515ec2e3c7)
2007-12-03Fix wkssvc callers.Günther Deschner1-2/+4
Guenther (This used to be commit b734cd8aab163d794b969c4e1e721e81a8b4d44c)
2007-12-03Reanimate rpcclient wkssvc command.Günther Deschner1-65/+32
Guenther (This used to be commit 1d615e3ac397106f47c51ace36c01a8f6e1d5d13)
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-1/+1
bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
(This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-0/+2
* \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck) (This used to be commit 939c3cb5d78e3a2236209b296aa8aba8bdce32d3)
2003-07-04More conversions I missed. Thanks metze.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 4f78d747e66b38edcd2a5754681f9a01aeaf7864)
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-1/+1
from APP_HEAD (This used to be commit 1cfd2ee433305e91e87804dd55d10e025d30a69e)
2002-01-30Removed version number from file header.Tim Potter1-2/+1
Changed "SMB/Netbios" to "SMB/CIFS" in file header. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
2001-10-14the next step in the intl changeover. This should get us compiling agian,Andrew Tridgell1-6/+0
and also completes the switch to lang_tdb.c. SWAT should now work with a po file in the lib/ directory also removed useless SYSLOG defines in many files (This used to be commit 5296b20ad85d7519c870768455cb4d8df048c55a)
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
(This used to be commit 2d0922b0eabfdc0aaf1d0797482fef47ed7fde8e)
2001-06-21next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell1-1/+1
but the code suffered from bitrot and is not now reentrant. That means we can get bizarre behaviour i've fixed this by making next_token() reentrant and creating a next_token_nr() that is a small non-reentrant wrapper for those lumps of code (mostly smbclient) that have come to rely on the non-reentrant behaviour (This used to be commit 674ee2f1d12b0afc164a9e9072758fd1c5e54df7)
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-1/+0
(This used to be commit d7cd7c88fdabb01d9e40ae8a657737907a21ac37)
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-5/+17
(This used to be commit 453a822a76780063dff23526c35408866d0c0154)
1999-11-27updated \PIPE\wkssvc commands to use new abstracted connection system.Luke Leighton1-13/+1
modified resolve_srv_name() to return dest host of *SMBSERVER if server name is \\ip.add.ress.format (This used to be commit 3204829225792974c8b20efb6ba6e24661a4f658)
1999-11-22moved two more commands over to getopt.Luke Leighton1-3/+2
(This used to be commit de360d1e908b4e2e77cd028b19f3ccd07903a4dd)
1999-11-22okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton1-1/+1
means that some commands need more work, as they still use next_token(), the use of which i wish to avoid. plus, i was getting fed up of the poor command-line processing in some of these commands. i'm starting to need getopt() in them, especially in samsetuser. WARNING: only cmd_samr has been modded to use getopt() so far! reg commands won't work, esp. (This used to be commit 9a1efa03c8bb86c9b7e73f102a9d48fb6a57a523)
1998-12-07removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1-3/+4
LsaLookupSids etc from within SamrQueryAliasMembers, for example. fnum is now a parameter to client functions. thanks to mike black for starting the ball rolling. (This used to be commit bee8f7fa6b0f7f995f71303f4e14a4aaed0c2437)
1998-10-16strtoul removed, strtol used insteadLuke Leighton1-1/+1
(This used to be commit d717d58c115fc5cf687af098100cf5adc0265afc)
1998-10-16rpc client mods (ntlmssp flags)Luke Leighton1-1/+1
(This used to be commit 16256f86bf451535c7955b8f51a9b88fc33a8e4d)
1998-09-25Fixed unused variable warning messages.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 64ad5b4bb0f302703c9be1f76bd6211dc9871d19)
1998-09-25added wksinfo command to rpcclient, which don't work too good.Luke Leighton1-10/+9
(This used to be commit 8d23da91cbd74a45a5b030688fd89d88a25738dc)
1998-09-25added rpcclient programLuke Leighton1-0/+96
(This used to be commit aa38f39d67fade4dfd7badb7a9b39c833a1dd1ca)