summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_srvsvc.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-18Merge of waider's rpcclient return type patch.Tim Potter1-16/+16
2003-02-25Merge: const fixes.Tim Potter1-4/+4
2003-02-19Merge NTSTATUS vs WERROR return for cli_srvsvc_net_srv_get_info()Tim Potter1-4/+3
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-4/+4
2002-08-17sync 3.0 branch with HEADJelmer Vernooij1-1/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-1/+130
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-12Some old stuff hanging around since the CIFS conference. Big cleanup ofTim Potter1-18/+6
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-04it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell1-6/+6
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-1/+1
2001-08-10- avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce1-1/+3
2001-07-20Started adding some help/usage info for rpcclient commands.Tim Potter1-3/+6
2001-05-24Added srvinfo and partial logonctrl and logonctrl2 commands.Tim Potter1-1/+192
2001-05-24Added stubs for SRVSVC and NETLOGON rpcclient commands.Tim Potter1-296/+21
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-154/+90
1999-11-27removed do_ prefix from srvsvc APILuke Leighton1-7/+7
1999-11-27using "abstracted" cli_connection, got \PIPE\srvsvc commands up and runningLuke Leighton1-81/+11
1999-11-22another oneLuke Leighton1-18/+12
1999-11-22okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton1-7/+7
1999-11-08const feeding frenzyLuke Leighton1-1/+1
1999-11-04adding experimental set user password command to rpcclient, it returnsLuke Leighton1-19/+23
1999-11-03created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt().Luke Leighton1-47/+56
1999-11-03dynamic mem allocation in net_srv_transport_enum() parsing.Luke Leighton1-0/+2
1999-10-30NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton1-0/+61
1999-10-01error-code checking in lsa_lookup_sids. anonymous connections forLuke Leighton1-16/+27
1999-08-18display of session enum infoLuke Leighton1-0/+7
1999-08-18event log update, netsessenum, netconnenum update.Luke Leighton1-2/+2
1999-05-01Adding "time" rpcclient command which displays the remote time.Matthew Chapman1-0/+41
1998-12-07removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1-15/+20
1998-10-16strtoul replace with strtolLuke Leighton1-5/+5
1998-10-16rpc client mods (ntlmssp flags)Luke Leighton1-5/+5
1998-10-08- fixed a bunch of warnings and minor errorsAndrew Tridgell1-10/+10
1998-10-02Makefile.in :Luke Leighton1-33/+32
1998-09-25added wksinfo command to rpcclient, which don't work too good.Luke Leighton1-12/+12
1998-09-25added rpcclient programLuke Leighton1-0/+329