summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_srvsvc.c
AgeCommit message (Expand)AuthorFilesLines
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