summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Expand)AuthorFilesLines
1999-11-27remove use of client_info lsa_info_pol.Luke Leighton1-13/+17
1999-11-27enhanced samuser command to do same thing as enumusers command (-g -u -a)Luke Leighton2-7/+44
1999-11-27bug-fixing registry commands and the rpcclient "rpcclient" command.Luke Leighton2-65/+121
1999-11-26whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton6-778/+775
1999-11-25cool! completed a samr* API that _would_ look like an msdn samr* api...Luke Leighton2-248/+133
1999-11-24registry API moved over to new format. reg_connect() is the top-levelLuke Leighton2-149/+123
1999-11-24service control manager API completed. svcenum -i works, but does notLuke Leighton2-92/+45
1999-11-24ok. *whew*. this is the first completed part of the restructure.Luke Leighton5-97/+39
1999-11-24first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton3-68/+25
1999-11-24rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1-4/+10
1999-11-23oops, freed argc,argv arguments twice.Luke Leighton1-2/+0
1999-11-23attempted a svcset command. password is encrypted / messed up, thereforeLuke Leighton2-41/+39
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