summaryrefslogtreecommitdiffstats
path: root/source/rpcclient/cmd_srvsvc.c
Commit message (Expand)AuthorAgeFilesLines
* r20832: Remove extra pointers previously added to unique [out] pointers. Inst...Jelmer Vernooij2007-10-101-6/+4
* r19797: Convert the remaining pipes to the "new" unique out ptr handlingVolker Lendecke2007-10-101-4/+6
* r19451: Another cleanup of 18802. Referring to structures after the block has...Volker Lendecke2007-10-101-3/+3
* r18935: Make "netshareenum" work again. There is most probably a better way toGünther Deschner2007-10-101-1/+28
* r18874: Fix some NTSTATUS/WERROR mixupsVolker Lendecke2007-10-101-31/+31
* r18865: fixed some of the most obvious NTSTATUS/WERROR mixups in Samba3. ItAndrew Tridgell2007-10-101-1/+1
* r18802: Use the pidl-generated code for the srvsvc interface, both client and...Jelmer Vernooij2007-10-101-102/+70
* r12901: Fix netfileenum returning WERR_BUF_TOO_SMALL.Günther Deschner2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-21/+23
* r7632: Cleanup "net share migrate"-code.Günther Deschner2007-10-101-0/+5
* r7534: Add missing cli_srvsvc_net_share_set_info-function andGünther Deschner2007-10-101-0/+83
* r1553: Good patch from Guenther Deschner <gd@sernet.de> to display share ACLJeremy Allison2007-10-101-0/+23
* Merge of waider's rpcclient return type patch.Tim Potter2003-03-181-16/+16
* Merge: const fixes.Tim Potter2003-02-251-4/+4
* Merge NTSTATUS vs WERROR return for cli_srvsvc_net_srv_get_info()Tim Potter2003-02-191-4/+3
* merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-4/+4
* sync 3.0 branch with HEADJelmer Vernooij2002-08-171-1/+1
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-1/+130
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* 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