summaryrefslogtreecommitdiff
path: root/source3/rpcclient/rpcclient.c
AgeCommit message (Expand)AuthorFilesLines
2000-06-11Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell1-1/+1
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-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-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-1495/+337
1999-12-08ABOUT TIME!!!!!!!!Luke Leighton1-11/+11
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-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 Leighton1-1/+2
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-011) when no domain used in ntlogin test command, should use default oneLuke Leighton1-1/+1
1999-12-01sys_select added one more argument (read, write selectors).Luke Leighton1-2/+2
1999-12-01split display.c into modules.Luke Leighton1-1/+68
1999-11-29ok. got ntlogin command working. argh, it maintains a connection toLuke Leighton1-0/+7
1999-11-29first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton1-11/+4
1999-11-27further abstraction involving client states. main client-side codeLuke Leighton1-8/+1
1999-11-27enhanced samuser command to do same thing as enumusers command (-g -u -a)Luke Leighton1-1/+1
1999-11-27bug-fixing registry commands and the rpcclient "rpcclient" command.Luke Leighton1-35/+74
1999-11-26whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton1-228/+239
1999-11-25cool! completed a samr* API that _would_ look like an msdn samr* api...Luke Leighton1-6/+4
1999-11-24registry API moved over to new format. reg_connect() is the top-levelLuke Leighton1-1/+6
1999-11-24service control manager API completed. svcenum -i works, but does notLuke Leighton1-1/+7
1999-11-24ok. *whew*. this is the first completed part of the restructure.Luke Leighton1-81/+20
1999-11-24first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton1-0/+3
1999-11-23attempted a svcset command. password is encrypted / messed up, thereforeLuke Leighton1-3/+3
1999-11-23oops!!!! wrong command!!!Luke Leighton1-0/+7
1999-11-22the last one. that concludes the removal of all next_token() callsLuke Leighton1-1/+1
1999-11-22okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton1-46/+41
1999-11-19added \PIPE\browser plus experimental brsinfo command. you wouldn'tLuke Leighton1-0/+6
1999-11-18added samuserset2 rpcclient command to test ACB_XXX bit-setting onLuke Leighton1-0/+6
1999-11-18added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1-0/+6
1999-11-16oops, mistake in parsing command-arguments. repeated calls toLuke Leighton1-1/+1
1999-11-15added rpcclient "enumdomains" command. enumerates names of domainsLuke Leighton1-0/+6
1999-11-09debugging rpcclient spoolenum and spooljobs commands. oh, did i forgetLuke Leighton1-3/+14
1999-11-08const feeding frenzyLuke Leighton1-4/+61
1999-11-06added command-completion printer enum code.Luke Leighton1-1/+46
1999-11-06added rpcclient spoolenum command. enumerates printers.Luke Leighton1-1/+7
1999-11-06spoolss openprinterex / closeprinter client-code.Luke Leighton1-10/+3
1999-11-05experimental spoolss rpcclient commandsLuke Leighton1-1/+17
1999-11-04adding experimental set user password command to rpcclient, it returnsLuke Leighton1-0/+8
1999-11-02added samalias <aliasname> rpcclient command (shows info on alias)Luke Leighton1-10/+63
1999-11-01added lsaenumdomains command.Luke Leighton1-0/+6