summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Expand)AuthorFilesLines
1999-11-16oops, mistake in parsing command-arguments. repeated calls toLuke Leighton1-1/+1
1999-11-15added rpcclient "enumdomains" command. enumerates names of domainsLuke Leighton2-0/+143
1999-11-09debugging rpcclient spoolenum and spooljobs commands. oh, did i forgetLuke Leighton3-9/+373
1999-11-09riccardo sibilia spotted line 1884 has uint32 group_rid[0] not group_rid[1]Luke Leighton1-1/+1
1999-11-08const feeding frenzyLuke Leighton7-354/+417
1999-11-08const feeding frenzyLuke Leighton1-69/+71
1999-11-06added command-completion printer enum code.Luke Leighton2-17/+82
1999-11-06fixed string function for reading in printer_info_N.Luke Leighton2-5/+203
1999-11-06added rpcclient spoolenum command. enumerates printers.Luke Leighton3-3/+49
1999-11-06spoolss openprinterex / closeprinter client-code.Luke Leighton2-10/+94
1999-11-05experimental spoolss rpcclient commandsLuke Leighton1-1/+17
1999-11-04samuserset <username> -p password. YESSSSS :)Luke Leighton1-6/+54
1999-11-04adding experimental set user password command to rpcclient, it returnsLuke Leighton6-27/+207
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-11-02added samalias <aliasname> rpcclient command (shows info on alias)Luke Leighton2-14/+256
1999-11-02dynamic mem allocation in enum dom groups and enum dom aliasesLuke Leighton1-5/+0
1999-11-02yet another attempt to get lsaquerysecret working.Luke Leighton1-2/+2
1999-11-01added lsaenumdomains command.Luke Leighton2-3/+75
1999-11-01rewrote rpcclient enumaliases command.Luke Leighton2-130/+346
1999-11-01added rpcclient svcstop <service name> command. gnu readlineLuke Leighton2-1/+67
1999-11-01Fixed typo which was preventing the omission of seconds in the 'at' command.Matthew Chapman1-1/+1
1999-10-31added yet another rpcclient command: svcstart <service name> [arg0] [arg1] ...Luke Leighton2-0/+78
1999-10-31command-line completion for new svcinfo commandLuke Leighton2-7/+48
1999-10-31added svcinfo <service name> command.Luke Leighton2-56/+156
1999-10-30connection info level renamed to transport info levelLuke Leighton1-1/+1
1999-10-30NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton4-2/+180
1999-10-30general, drastic improvements to rpcclient.Luke Leighton3-869/+1452
1999-10-29messing with command-line completion. it sort-of works to be ableLuke Leighton2-27/+104
1999-10-29added gnu readline command-line completion to the regenum command.Luke Leighton2-60/+172
1999-10-29rpcclient regenum key client code rewritten to use higher order functions.Luke Leighton2-102/+185
1999-10-29rewrite rpcclient sam enum user code to use higher order functions.Luke Leighton1-68/+123
1999-10-29using #defines for function prototypesLuke Leighton1-24/+24
1999-10-29more reshuffling of enum groups code. more higher order functions.Luke Leighton2-36/+135
1999-10-29using higher-order-function in enum groups as a test. makes it reallyLuke Leighton1-13/+27
1999-10-28restructuring sam enum dom groups code to do multiple calls toLuke Leighton1-18/+25
1999-10-28restructuring samr client code.Luke Leighton1-111/+144
1999-10-28removed samr_* variables from info struct.Luke Leighton1-182/+203
1999-10-28rewrote samr enum groups code a bit.Luke Leighton1-28/+41
1999-10-27no CLIX, no !HAVE_READLINE blah blah. argh.Luke Leighton1-5/+5
1999-10-26created samr_query_groupmem() function from existing code.Luke Leighton1-24/+73
1999-10-26adding extra parameter back in to trust account functions (trust account name).Luke Leighton2-26/+27
1999-10-26cut/paste code from smbclient for wait_keyboard() function. oops.Luke Leighton1-4/+4
1999-10-25- typecast malloc / Realloc issues.Luke Leighton1-2/+2
1999-10-25signed / unsigned and typecast issuesLuke Leighton1-11/+11
1999-10-25one of those wonderful moments when running against a different MSRPCLuke Leighton2-9/+20
1999-10-21the dynamic memory alloc blood-fest goes on...Luke Leighton3-18/+16
1999-10-21turning some of the rpcclient functions dynamic. this is likely toLuke Leighton2-74/+119
1999-10-21various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton2-4/+7
1999-10-19need status codes from cli_net_req_chal() and cli_net_auth2().Luke Leighton1-2/+4