summaryrefslogtreecommitdiffstats
path: root/source/rpcclient/rpcclient.c
Commit message (Expand)AuthorAgeFilesLines
* Removed some level 0 debugs accidentally left in - oops.Tim Potter2001-05-241-3/+0
* Replaced next_command() with call to next_token().Tim Potter2001-05-241-21/+5
* Added stubs for SRVSVC and NETLOGON rpcclient commands.Tim Potter2001-05-241-16/+30
* More usability fixes.Tim Potter2001-05-041-1/+3
* Allow ctrl-d to exit rpcclient.Tim Potter2001-05-041-4/+7
* rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter2001-04-281-14/+80
* Added Gerald's fixes.Jeremy Allison2001-03-231-2/+0
* More unused variables.Jeremy Allison2001-03-231-13/+3
* fixed rpcclient readline codeAndrew Tridgell2001-03-191-16/+3
* addprinter and adddriver are working now :-)Gerald Carter2001-03-151-32/+139
* more updates. several spoolss commands added as placeholdersGerald Carter2001-03-151-6/+23
* set of changes in the beginning of bringing rpcclient changesGerald Carter2001-03-141-72/+152
* move charset_initialize() up in the food chain so that lp_load_servicesGerald Carter2001-03-131-1/+2
* rpcclient functions for remaining samr and lsa functions. All functionsTim Potter2001-01-151-0/+64
* Memory leak fixes and uninitialised variables spotted by insure.Tim Potter2001-01-121-16/+18
* Start of a rewrite of rpcclient based on the libsmb rpc client routines.Tim Potter2001-01-111-19/+340
* Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions fromTim Potter2000-12-081-1/+1
* More rpcclient merge issues:Gerald Carter2000-07-071-1/+1
* first pass at merging rpcclient from TNG to HEAD. You can get aGerald Carter2000-07-031-745/+16
* just enough to get rpcclient to compile. Look for #if 0Gerald Carter2000-06-231-0/+2
* Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell2000-06-111-1/+1
* indent update to make t easier to see setuid mods in TNG. someLuke Leighton2000-03-211-0/+2
* After 3AM, it's getting hard for Luke :-)Jean-François Micouleau2000-02-041-5/+4
* 1) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton2000-02-041-0/+4
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-071-4/+5
* got rid of mem_manAndrew Tridgell2000-01-031-8/+0
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-1495/+337
* ABOUT TIME!!!!!!!!Luke Leighton1999-12-081-11/+11
* starting "connection reuse" system in smb-agent. added version numberLuke Leighton1999-12-031-1/+10
* i always get caught out with non-gnu-readline code mods :-)Luke Leighton1999-12-031-1/+1
* cool! a unix socket smb redirector. code based on smbfilter andLuke Leighton1999-12-031-1/+1
* promptline undefined (pline)Luke Leighton1999-12-031-1/+1
* oops, pwdb_initialise() called unnecessarily from here (failure to readLuke Leighton1999-12-021-2/+0
* default SID map now reads in "trusted domains" from smb.conf.Luke Leighton1999-12-021-0/+2
* improved enumdomains added -i option.Luke Leighton1999-12-021-1/+2
* clearing up connection-related stuff. password credentials were messingLuke Leighton1999-12-021-8/+23
* added net use (actually net -S srv -U user -W dom) and net del (actuallyLuke Leighton1999-12-011-17/+147
* more cli_session_setup() calls. what the heck are these doing???Luke Leighton1999-12-011-44/+1
* 1) when no domain used in ntlogin test command, should use default oneLuke Leighton1999-12-011-1/+1
* sys_select added one more argument (read, write selectors).Luke Leighton1999-12-011-2/+2
* split display.c into modules.Luke Leighton1999-12-011-1/+68
* ok. got ntlogin command working. argh, it maintains a connection toLuke Leighton1999-11-291-0/+7
* first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton1999-11-291-11/+4
* further abstraction involving client states. main client-side codeLuke Leighton1999-11-271-8/+1
* enhanced samuser command to do same thing as enumusers command (-g -u -a)Luke Leighton1999-11-271-1/+1
* bug-fixing registry commands and the rpcclient "rpcclient" command.Luke Leighton1999-11-271-35/+74
* whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton1999-11-261-228/+239
* cool! completed a samr* API that _would_ look like an msdn samr* api...Luke Leighton1999-11-251-6/+4
* registry API moved over to new format. reg_connect() is the top-levelLuke Leighton1999-11-241-1/+6
* service control manager API completed. svcenum -i works, but does notLuke Leighton1999-11-241-1/+7