summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_wkssvc.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-18s3-rpcclient: pass struct ndr_interface_table downAndrew Bartlett1-5/+5
2011-01-11s3-wkssvc: prefer dcerpc_wkssvc_X functions.Günther Deschner1-6/+11
2010-02-18s3-rpcclient: fix uninitialized variable in wkssvc_enumerateusers.Günther Deschner1-2/+2
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 sa...Günther Deschner1-0/+1
2009-11-08Revert "s3: Do not directly reference the ndr_table_* in rpcclient"Volker Lendecke1-16/+4
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
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty1-4/+3
2008-04-20Add "desthost" to rpc_pipe_clientVolker Lendecke1-6/+6
2007-12-19Add cmd_wkssvc_enumeratecomputernames to rpcclient.Günther Deschner1-0/+37
2007-12-07Allow to set custom message in wkssvc messagebuffer.Günther Deschner1-1/+6
2007-12-07Fix build with new werror based pidl rpc.Günther Deschner1-4/+9
2007-12-07Add cmd_wkssvc_messagebuffersend().Günther Deschner1-2/+37
2007-12-07Add getjoininformation to rpcclient.Günther Deschner1-0/+26
2007-12-06Allow to set level in cmd_wkssvc_wkstagetinfo().Günther Deschner1-0/+9
2007-12-03Fix wkssvc callers.Günther Deschner1-2/+4
2007-12-03Reanimate rpcclient wkssvc command.Günther Deschner1-65/+32
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-0/+2
2003-07-04More conversions I missed. Thanks metze.Jeremy Allison1-1/+1
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-14the next step in the intl changeover. This should get us compiling agian,Andrew Tridgell1-6/+0
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
2001-06-21next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell1-1/+1
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-1/+0
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-5/+17
1999-11-27updated \PIPE\wkssvc commands to use new abstracted connection system.Luke Leighton1-13/+1
1999-11-22moved two more commands over to getopt.Luke Leighton1-3/+2
1999-11-22okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton1-1/+1
1998-12-07removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1-3/+4
1998-10-16strtoul removed, strtol used insteadLuke Leighton1-1/+1
1998-10-16rpc client mods (ntlmssp flags)Luke Leighton1-1/+1
1998-09-25Fixed unused variable warning messages.Jeremy Allison1-1/+1
1998-09-25added wksinfo command to rpcclient, which don't work too good.Luke Leighton1-10/+9
1998-09-25added rpcclient programLuke Leighton1-0/+96