summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Expand)AuthorFilesLines
2000-06-23just enough to get rpcclient to compile. Look for #if 0Gerald Carter4-3/+13
2000-06-11Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell1-1/+1
2000-06-03moved secrets fns into secrets.cAndrew Tridgell1-2/+2
2000-05-18Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele1-1/+1
2000-05-09the beginnings of a new scheme I've working on to allow an easierAndrew Tridgell1-3/+3
2000-05-08added secrets.tdb and changed storage of trust account password to useAndrew Tridgell1-2/+4
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell6-6/+0
2000-03-21indent update to make t easier to see setuid mods in TNG. someLuke Leighton1-0/+2
2000-02-04After 3AM, it's getting hard for Luke :-)Jean-François Micouleau1-5/+4
2000-02-041) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton1-0/+4
2000-01-16use GET_DENY_MODE() macro instead of the bit shiftAndrew Tridgell1-3/+2
2000-01-16a consequence of the access_table() fixes is that we can't treatAndrew Tridgell1-0/+2
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell1-4/+5
2000-01-03got rid of mem_manAndrew Tridgell1-8/+0
1999-12-17more files from 2.0.6Andrew Tridgell1-0/+1324
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell14-4472/+0
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell7-4598/+1082
1999-12-12final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1-3/+4
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1-2/+2
1999-12-08ABOUT TIME!!!!!!!!Luke Leighton4-14/+14
1999-12-03starting "connection reuse" system in smb-agent. added version numberLuke Leighton1-1/+10
1999-12-03i always get caught out with non-gnu-readline code mods :-)Luke Leighton1-1/+1
1999-12-03cool! a unix socket smb redirector. code based on smbfilter andLuke Leighton1-1/+1
1999-12-03promptline undefined (pline)Luke Leighton1-1/+1
1999-12-02cleaning up: removing those horrible references to server listLuke Leighton1-4/+2
1999-12-02oops, pwdb_initialise() called unnecessarily from here (failure to readLuke Leighton1-2/+0
1999-12-02default SID map now reads in "trusted domains" from smb.conf.Luke Leighton1-0/+2
1999-12-02improved enumdomains added -i option.Luke Leighton2-12/+19
1999-12-02clearing up connection-related stuff. password credentials were messingLuke Leighton1-8/+23
1999-12-01added net use (actually net -S srv -U user -W dom) and net del (actuallyLuke Leighton1-17/+147
1999-12-01more cli_session_setup() calls. what the heck are these doing???Luke Leighton1-44/+1
1999-12-01make sure domain and name to generate trust account .mac file are upper case.Luke Leighton1-0/+3
1999-12-01damn, that took a while. nt login password was being stored incorrectlyLuke Leighton2-4/+6
1999-12-01fixing joining to domain plus something weird going down with nt logins...Luke Leighton1-4/+51
1999-12-01improving createuser account command to be able to add workstationsLuke Leighton1-2/+3
1999-12-011) when no domain used in ntlogin test command, should use default oneLuke Leighton3-3/+30
1999-12-01sys_select added one more argument (read, write selectors).Luke Leighton2-7/+7
1999-12-01split display.c into modules.Luke Leighton12-3109/+3343
1999-11-29attempting to resolve the issue that multiple servers often specified inLuke Leighton1-3/+6
1999-11-29ok. got ntlogin command working. argh, it maintains a connection toLuke Leighton2-1/+8
1999-11-29first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton2-39/+39
1999-11-29renamed PRINTER_HND to POLICY_HND.Luke Leighton1-2/+2
1999-11-27well, i stuffed up the spooler commands.Luke Leighton1-61/+50
1999-11-27moved at command over to new abstract connection system. matthew, youLuke Leighton1-22/+9
1999-11-27moved browser command brsinfo over to new abstracted connectionLuke Leighton1-13/+1
1999-11-27this one's a handle-based one (missed in the first round).Luke Leighton1-20/+18
1999-11-27removed do_ prefix from srvsvc APILuke Leighton2-16/+8
1999-11-27updated \PIPE\wkssvc commands to use new abstracted connection system.Luke Leighton1-13/+1
1999-11-27using "abstracted" cli_connection, got \PIPE\srvsvc commands up and runningLuke Leighton1-81/+11
1999-11-27further abstraction involving client states. main client-side codeLuke Leighton2-26/+14