summaryrefslogtreecommitdiff
path: root/source3/rpc_client
AgeCommit message (Expand)AuthorFilesLines
1999-12-02cleaning up: removing those horrible references to server listLuke Leighton4-131/+14
1999-12-02default SID map now reads in "trusted domains" from smb.conf.Luke Leighton1-3/+9
1999-12-02improved enumdomains added -i option.Luke Leighton1-18/+18
1999-12-02clearing up connection-related stuff. password credentials were messingLuke Leighton1-1/+3
1999-12-01more cli_session_setup() calls. what the heck are these doing???Luke Leighton1-0/+44
1999-12-01damn, that took a while. nt login password was being stored incorrectlyLuke Leighton2-9/+8
1999-12-01fixing joining to domain plus something weird going down with nt logins...Luke Leighton4-19/+9
1999-12-01improving createuser account command to be able to add workstationsLuke Leighton3-13/+134
1999-12-011) when no domain used in ntlogin test command, should use default oneLuke Leighton1-15/+32
1999-12-01sys_select added one more argument (read, write selectors).Luke Leighton2-3/+31
1999-11-30added failed connections to the net use array, even though they'd beenLuke Leighton1-6/+14
1999-11-30ok. this is where it gets interesting. client states are now maintainedLuke Leighton1-2/+29
1999-11-29bug-fixLuke Leighton2-3/+3
1999-11-29this is going to sound _really_ weird, ok, but i had to implementLuke Leighton3-64/+378
1999-11-29sam sync - one of the files that use multiple connection server listLuke Leighton1-16/+2
1999-11-29attempting to resolve the issue that multiple servers often specified inLuke Leighton2-6/+64
1999-11-29ok. got ntlogin command working. argh, it maintains a connection toLuke Leighton1-36/+95
1999-11-29first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton6-241/+408
1999-11-27cool! spooljobs works! this surprised me very much :-) helped toLuke Leighton1-2/+2
1999-11-27well, i stuffed up the spooler commands.Luke Leighton1-17/+46
1999-11-27moved at command over to new abstract connection system. matthew, youLuke Leighton1-15/+49
1999-11-27moved browser command brsinfo over to new abstracted connectionLuke Leighton1-5/+13
1999-11-27this one's a handle-based one (missed in the first round).Luke Leighton1-12/+23
1999-11-27removed do_ prefix from srvsvc APILuke Leighton1-7/+7
1999-11-27updated \PIPE\wkssvc commands to use new abstracted connection system.Luke Leighton1-5/+12
1999-11-27using "abstracted" cli_connection, got \PIPE\srvsvc commands up and runningLuke Leighton1-53/+104
1999-11-27further abstraction involving client states. main client-side codeLuke Leighton6-156/+208
1999-11-27enhanced samuser command to do same thing as enumusers command (-g -u -a)Luke Leighton1-34/+117
1999-11-26whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton3-6/+50
1999-11-26this file manages client states associated with handles.Luke Leighton1-0/+154
1999-11-25previous commit added an abstraction function that didn't even haveLuke Leighton1-67/+18
1999-11-25cool! completed a samr* API that _would_ look like an msdn samr* api...Luke Leighton4-438/+273
1999-11-24registry API moved over to new format. reg_connect() is the top-levelLuke Leighton1-27/+175
1999-11-24service control manager API completed. svcenum -i works, but does notLuke Leighton1-18/+80
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