summaryrefslogtreecommitdiff
path: root/source3/rpc_client
AgeCommit message (Expand)AuthorFilesLines
1999-11-24ok. *whew*. this is the first completed part of the restructure.Luke Leighton4-17/+22
1999-11-24first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton4-84/+128
1999-11-24rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1-2/+4
1999-11-23attempted a svcset command. password is encrypted / messed up, thereforeLuke Leighton1-31/+43
1999-11-23oops!!!! wrong command!!!Luke Leighton1-0/+58
1999-11-23shuffling msrpc code around so that it can be used independently of rpcclientLuke Leighton2-2/+87
1999-11-21you know what? this sort of thing makes me laugh. hmm, what functionsLuke Leighton1-1/+1
1999-11-21hmmm... have to add client-side support in domain_client_validate() toLuke Leighton1-10/+30
1999-11-21moving create user function into msrpc_samr.cLuke Leighton1-0/+56
1999-11-20doing a code reshuffle. want to add code to establish trust relationships.Luke Leighton3-449/+1606
1999-11-19added \PIPE\browser plus experimental brsinfo command. you wouldn'tLuke Leighton1-0/+89
1999-11-18added samuserset2 rpcclient command to test ACB_XXX bit-setting onLuke Leighton1-4/+93
1999-11-18updating reg_value_info() parsing code to take BUFFER2 instead of justLuke Leighton1-3/+4
1999-11-18added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1-4/+3
1999-11-15added rpcclient "enumdomains" command. enumerates names of domainsLuke Leighton1-0/+102
1999-11-09debugging rpcclient spoolenum and spooljobs commands. oh, did i forgetLuke Leighton2-7/+80
1999-11-08const feeding frenzyLuke Leighton1-15/+19
1999-11-06horrible code to do SMBwriteX / SMBreadX for large MSRPC reads. ARGH!Luke Leighton2-94/+128
1999-11-06missed mem_grow_data callLuke Leighton1-1/+1
1999-11-06added command-completion printer enum code.Luke Leighton1-1/+1
1999-11-06added rpcclient spoolenum command. enumerates printers.Luke Leighton1-0/+64
1999-11-06spoolss openprinterex / closeprinter client-code.Luke Leighton1-0/+163
1999-11-04samuserset <username> -p password. YESSSSS :)Luke Leighton1-2/+2
1999-11-04adding experimental set user password command to rpcclient, it returnsLuke Leighton1-0/+90
1999-11-03created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt().Luke Leighton1-1/+1
1999-11-02dynamic mem allocation in enum dom groups and enum dom aliasesLuke Leighton2-2/+23
1999-11-01added lsaenumdomains command.Luke Leighton1-0/+143
1999-11-01rewrote rpcclient enumaliases command.Luke Leighton1-35/+72
1999-11-01added rpcclient svcstop <service name> command. gnu readlineLuke Leighton1-0/+58
1999-10-31added yet another rpcclient command: svcstart <service name> [arg0] [arg1] ...Luke Leighton1-0/+59
1999-10-31added svcinfo <service name> command.Luke Leighton1-1/+1
1999-10-30NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton2-1/+78
1999-10-30general, drastic improvements to rpcclient.Luke Leighton1-7/+11
1999-10-29rpcclient regenum key client code rewritten to use higher order functions.Luke Leighton1-1/+3
1999-10-29more reshuffling of enum groups code. more higher order functions.Luke Leighton1-1/+1
1999-10-29added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supportedLuke Leighton1-0/+65
1999-10-28restructuring sam enum dom groups code to do multiple calls toLuke Leighton1-25/+28
1999-10-28restructuring samr client code.Luke Leighton1-1/+1
1999-10-26adding extra parameter back in to trust account functions (trust account name).Luke Leighton2-5/+12
1999-10-25- typecast malloc / Realloc issues.Luke Leighton3-6/+6
1999-10-25signed / unsigned and typecast issuesLuke Leighton1-13/+13
1999-10-25one of those wonderful moments when running against a different MSRPCLuke Leighton2-19/+40
1999-10-21the dynamic memory alloc blood-fest goes on...Luke Leighton1-5/+6
1999-10-21turning some of the rpcclient functions dynamic. this is likely toLuke Leighton2-16/+26
1999-10-21various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton6-257/+108
1999-10-19need status codes from cli_net_req_chal() and cli_net_auth2().Luke Leighton2-87/+103
1999-10-15renamed "class" local variable to avoid global clashLuke Leighton1-2/+2
1999-10-14adding CAP_EXTENDED_SECURITY support in a hurry last week. forgot toLuke Leighton1-29/+0
1999-10-07- added rudimentary CAP_UNICODE support because i thought it was part ofLuke Leighton1-14/+31
1999-10-01error-code checking in lsa_lookup_sids. anonymous connections forLuke Leighton1-1/+1