summaryrefslogtreecommitdiff
path: root/source3/rpcclient/rpcclient.c
AgeCommit message (Expand)AuthorFilesLines
2001-07-04The big character set handling changeover!Andrew Tridgell1-2/+0
2001-06-21next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell1-4/+4
2001-06-06Added stub dfs client commands to rpcclient.Tim Potter1-0/+2
2001-05-31merge from 2.2Gerald Carter1-12/+28
2001-05-31merge from 2.2Gerald Carter1-0/+6
2001-05-24Removed some level 0 debugs accidentally left in - oops.Tim Potter1-3/+0
2001-05-24Replaced next_command() with call to next_token().Tim Potter1-21/+5
2001-05-24Added stubs for SRVSVC and NETLOGON rpcclient commands.Tim Potter1-16/+30
2001-05-04More usability fixes.Tim Potter1-1/+3
2001-05-04Allow ctrl-d to exit rpcclient.Tim Potter1-4/+7
2001-04-28rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter1-14/+80
2001-03-23Added Gerald's fixes.Jeremy Allison1-2/+0
2001-03-23More unused variables.Jeremy Allison1-13/+3
2001-03-19fixed rpcclient readline codeAndrew Tridgell1-16/+3
2001-03-15addprinter and adddriver are working now :-)Gerald Carter1-32/+139
2001-03-15more updates. several spoolss commands added as placeholdersGerald Carter1-6/+23
2001-03-14set of changes in the beginning of bringing rpcclient changesGerald Carter1-72/+152
2001-03-13move charset_initialize() up in the food chain so that lp_load_servicesGerald Carter1-1/+2
2001-01-15rpcclient functions for remaining samr and lsa functions. All functionsTim Potter1-0/+64
2001-01-12Memory leak fixes and uninitialised variables spotted by insure.Tim Potter1-16/+18
2001-01-11Start of a rewrite of rpcclient based on the libsmb rpc client routines.Tim Potter1-19/+340
2000-12-08Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions fromTim Potter1-1/+1
2000-07-07More rpcclient merge issues:Gerald Carter1-1/+1
2000-07-03first pass at merging rpcclient from TNG to HEAD. You can get aGerald Carter1-745/+16
2000-06-23just enough to get rpcclient to compile. Look for #if 0Gerald Carter1-0/+2
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