summaryrefslogtreecommitdiff
path: root/source3/rpc_client
AgeCommit message (Expand)AuthorFilesLines
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell3-3/+0
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison8-204/+0
2000-03-22added the following message to all dce/rpc client/server code, exceptLuke Leighton8-0/+204
2000-02-01system_name not server_nameTim Potter1-1/+1
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell1-1/+0
1999-12-21converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1-1/+1
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell10-4126/+0
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell9-5232/+2753
1999-12-12final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton2-2/+2
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton2-5/+3
1999-12-09OK. This code works on a RedHat 6.0 system. However smbpasswdGerald Carter1-1/+1
1999-12-08jerry spotted that get_domain_sids() was being called with the wrongLuke Leighton1-2/+1
1999-12-08ABOUT TIME!!!!!!!!Luke Leighton3-19/+22
1999-12-05first version of msrpc agent redirector code. client-side only.Luke Leighton1-1/+1
1999-12-04jeremy is going to hate me for this.Luke Leighton1-0/+1
1999-12-03argh! smb-agent redirection client reusage is a nightmare!Luke Leighton1-3/+10
1999-12-03starting "connection reuse" system in smb-agent. added version numberLuke Leighton1-1/+8
1999-12-03cool! a unix socket smb redirector. code based on smbfilter andLuke Leighton2-2/+4
1999-12-02new get_any_dc_name() function allows lookups of trusted domains fromLuke Leighton1-0/+5
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