summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Expand)AuthorFilesLines
1999-11-23oops!!!! wrong command!!!Luke Leighton2-2/+90
1999-11-23adding svcctl 0x1b functionLuke Leighton1-0/+78
1999-11-23shuffling msrpc code around so that it can be used independently of rpcclientLuke Leighton1-39/+2
1999-11-22the last one. that concludes the removal of all next_token() callsLuke Leighton2-60/+91
1999-11-22another four next_token() removals (using getopt instead)Luke Leighton4-32/+48
1999-11-22another two.Luke Leighton2-33/+39
1999-11-22another oneLuke Leighton1-18/+12
1999-11-22moved two more commands over to getopt.Luke Leighton2-22/+32
1999-11-22okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton12-267/+307
1999-11-21you know what? this sort of thing makes me laugh. hmm, what functionsLuke Leighton1-0/+3
1999-11-21moving create user function into msrpc_samr.cLuke Leighton1-51/+6
1999-11-20doing a code reshuffle. want to add code to establish trust relationships.Luke Leighton1-934/+0
1999-11-19added \PIPE\browser plus experimental brsinfo command. you wouldn'tLuke Leighton2-0/+102
1999-11-18responses to UDP samquery go back to SERVER<00> not DOMAIN<1c>, theLuke Leighton1-2/+10
1999-11-18added samuserset2 rpcclient command to test ACB_XXX bit-setting onLuke Leighton2-0/+162
1999-11-18updating reg_value_info() parsing code to take BUFFER2 instead of justLuke Leighton1-22/+22
1999-11-18added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton2-0/+92
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