summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_wkssvc.c
Commit message (Expand)AuthorAgeFilesLines
* s3:rpcclient: Use C99 initializer for cmd_set in cmd_wkssvcAndreas Schneider2019-01-281-9/+56
* werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/rpcclient/Günther Deschner2016-09-281-1/+1
* s3-rpcclient: pass struct ndr_interface_table downAndrew Bartlett2012-01-181-5/+5
* s3-wkssvc: prefer dcerpc_wkssvc_X functions.Günther Deschner2011-01-111-6/+11
* s3-rpcclient: fix uninitialized variable in wkssvc_enumerateusers.Günther Deschner2010-02-181-2/+2
* s3: Add rpcclient wkssvc_enumerateusersVolker Lendecke2009-12-061-0/+51
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-261-0/+1
* Revert "s3: Do not directly reference the ndr_table_* in rpcclient"Volker Lendecke2009-11-081-16/+4
* s3: Do not directly reference the ndr_table_* in rpcclientVolker Lendecke2009-11-081-4/+16
* Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idxVolker Lendecke2008-07-211-4/+4
* Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-201-4/+3
* Add "desthost" to rpc_pipe_clientVolker Lendecke2008-04-201-6/+6
* Add cmd_wkssvc_enumeratecomputernames to rpcclient.Günther Deschner2007-12-191-0/+37
* Allow to set custom message in wkssvc messagebuffer.Günther Deschner2007-12-071-1/+6
* Fix build with new werror based pidl rpc.Günther Deschner2007-12-071-4/+9
* Add cmd_wkssvc_messagebuffersend().Günther Deschner2007-12-071-2/+37
* Add getjoininformation to rpcclient.Günther Deschner2007-12-071-0/+26
* Allow to set level in cmd_wkssvc_wkstagetinfo().Günther Deschner2007-12-061-0/+9
* Fix wkssvc callers.Günther Deschner2007-12-031-2/+4
* Reanimate rpcclient wkssvc command.Günther Deschner2007-12-031-65/+32
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-0/+2
* More conversions I missed. Thanks metze.Jeremy Allison2003-07-041-1/+1
* merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-1/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* the next step in the intl changeover. This should get us compiling agian,Andrew Tridgell2001-10-141-6/+0
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0
* next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell2001-06-211-1/+1
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-251-1/+0
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-5/+17
* updated \PIPE\wkssvc commands to use new abstracted connection system.Luke Leighton1999-11-271-13/+1
* moved two more commands over to getopt.Luke Leighton1999-11-221-3/+2
* okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton1999-11-221-1/+1
* removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1998-12-071-3/+4
* strtoul removed, strtol used insteadLuke Leighton1998-10-161-1/+1
* rpc client mods (ntlmssp flags)Luke Leighton1998-10-161-1/+1
* Fixed unused variable warning messages.Jeremy Allison1998-09-251-1/+1
* added wksinfo command to rpcclient, which don't work too good.Luke Leighton1998-09-251-10/+9
* added rpcclient programLuke Leighton1998-09-251-0/+96