summaryrefslogtreecommitdiffstats
path: root/source/rpcclient/cmd_srvsvc.c
Commit message (Expand)AuthorAgeFilesLines
* Some old stuff hanging around since the CIFS conference. Big cleanup ofTim Potter2001-10-121-18/+6
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell2001-09-041-6/+6
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-1/+1
* - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce2001-08-101-1/+3
* Started adding some help/usage info for rpcclient commands.Tim Potter2001-07-201-3/+6
* Added srvinfo and partial logonctrl and logonctrl2 commands.Tim Potter2001-05-241-1/+192
* Added stubs for SRVSVC and NETLOGON rpcclient commands.Tim Potter2001-05-241-296/+21
* 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-154/+90
* removed do_ prefix from srvsvc APILuke Leighton1999-11-271-7/+7
* using "abstracted" cli_connection, got \PIPE\srvsvc commands up and runningLuke Leighton1999-11-271-81/+11
* another oneLuke Leighton1999-11-221-18/+12
* okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton1999-11-221-7/+7
* const feeding frenzyLuke Leighton1999-11-081-1/+1
* adding experimental set user password command to rpcclient, it returnsLuke Leighton1999-11-041-19/+23
* created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt().Luke Leighton1999-11-031-47/+56
* dynamic mem allocation in net_srv_transport_enum() parsing.Luke Leighton1999-11-031-0/+2
* NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton1999-10-301-0/+61
* error-code checking in lsa_lookup_sids. anonymous connections forLuke Leighton1999-10-011-16/+27
* display of session enum infoLuke Leighton1999-08-181-0/+7
* event log update, netsessenum, netconnenum update.Luke Leighton1999-08-181-2/+2
* Adding "time" rpcclient command which displays the remote time.Matthew Chapman1999-05-011-0/+41
* removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1998-12-071-15/+20
* strtoul replace with strtolLuke Leighton1998-10-161-5/+5
* rpc client mods (ntlmssp flags)Luke Leighton1998-10-161-5/+5
* - fixed a bunch of warnings and minor errorsAndrew Tridgell1998-10-081-10/+10
* Makefile.in :Luke Leighton1998-10-021-33/+32
* added wksinfo command to rpcclient, which don't work too good.Luke Leighton1998-09-251-12/+12
* added rpcclient programLuke Leighton1998-09-251-0/+329