summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient/cmd_wkssvc.c
Commit message (Expand)AuthorAgeFilesLines
* 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