summaryrefslogtreecommitdiffstats
path: root/source/rpcclient
Commit message (Expand)AuthorAgeFilesLines
* further abstraction involving client states. main client-side codeLuke Leighton1999-11-272-26/+14
* remove use of client_info lsa_info_pol.Luke Leighton1999-11-271-13/+17
* enhanced samuser command to do same thing as enumusers command (-g -u -a)Luke Leighton1999-11-272-7/+44
* bug-fixing registry commands and the rpcclient "rpcclient" command.Luke Leighton1999-11-272-65/+121
* whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton1999-11-266-778/+775
* cool! completed a samr* API that _would_ look like an msdn samr* api...Luke Leighton1999-11-252-248/+133
* registry API moved over to new format. reg_connect() is the top-levelLuke Leighton1999-11-242-149/+123
* service control manager API completed. svcenum -i works, but does notLuke Leighton1999-11-242-92/+45
* ok. *whew*. this is the first completed part of the restructure.Luke Leighton1999-11-245-97/+39
* first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton1999-11-243-68/+25
* rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1999-11-241-4/+10
* oops, freed argc,argv arguments twice.Luke Leighton1999-11-231-2/+0
* attempted a svcset command. password is encrypted / messed up, thereforeLuke Leighton1999-11-232-41/+39
* oops!!!! wrong command!!!Luke Leighton1999-11-232-2/+90
* adding svcctl 0x1b functionLuke Leighton1999-11-231-0/+78
* shuffling msrpc code around so that it can be used independently of rpcclientLuke Leighton1999-11-231-39/+2
* the last one. that concludes the removal of all next_token() callsLuke Leighton1999-11-222-60/+91
* another four next_token() removals (using getopt instead)Luke Leighton1999-11-224-32/+48
* another two.Luke Leighton1999-11-222-33/+39
* another oneLuke Leighton1999-11-221-18/+12
* moved two more commands over to getopt.Luke Leighton1999-11-222-22/+32
* okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton1999-11-2212-267/+307
* you know what? this sort of thing makes me laugh. hmm, what functionsLuke Leighton1999-11-211-0/+3
* moving create user function into msrpc_samr.cLuke Leighton1999-11-211-51/+6
* doing a code reshuffle. want to add code to establish trust relationships.Luke Leighton1999-11-201-934/+0
* added \PIPE\browser plus experimental brsinfo command. you wouldn'tLuke Leighton1999-11-192-0/+102
* responses to UDP samquery go back to SERVER<00> not DOMAIN<1c>, theLuke Leighton1999-11-181-2/+10
* added samuserset2 rpcclient command to test ACB_XXX bit-setting onLuke Leighton1999-11-182-0/+162
* updating reg_value_info() parsing code to take BUFFER2 instead of justLuke Leighton1999-11-181-22/+22
* added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1999-11-182-0/+92
* oops, mistake in parsing command-arguments. repeated calls toLuke Leighton1999-11-161-1/+1
* added rpcclient "enumdomains" command. enumerates names of domainsLuke Leighton1999-11-152-0/+143
* debugging rpcclient spoolenum and spooljobs commands. oh, did i forgetLuke Leighton1999-11-093-9/+373
* riccardo sibilia spotted line 1884 has uint32 group_rid[0] not group_rid[1]Luke Leighton1999-11-091-1/+1
* const feeding frenzyLuke Leighton1999-11-087-354/+417
* const feeding frenzyLuke Leighton1999-11-081-69/+71
* added command-completion printer enum code.Luke Leighton1999-11-062-17/+82
* fixed string function for reading in printer_info_N.Luke Leighton1999-11-062-5/+203
* added rpcclient spoolenum command. enumerates printers.Luke Leighton1999-11-063-3/+49
* spoolss openprinterex / closeprinter client-code.Luke Leighton1999-11-062-10/+94
* experimental spoolss rpcclient commandsLuke Leighton1999-11-051-1/+17
* samuserset <username> -p password. YESSSSS :)Luke Leighton1999-11-041-6/+54
* adding experimental set user password command to rpcclient, it returnsLuke Leighton1999-11-046-27/+207
* 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
* added samalias <aliasname> rpcclient command (shows info on alias)Luke Leighton1999-11-022-14/+256
* dynamic mem allocation in enum dom groups and enum dom aliasesLuke Leighton1999-11-021-5/+0
* yet another attempt to get lsaquerysecret working.Luke Leighton1999-11-021-2/+2
* added lsaenumdomains command.Luke Leighton1999-11-012-3/+75
* rewrote rpcclient enumaliases command.Luke Leighton1999-11-012-130/+346