summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient/rpcclient.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ok. *whew*. this is the first completed part of the restructure.Luke Leighton1999-11-241-81/+20
* first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton1999-11-241-0/+3
* attempted a svcset command. password is encrypted / messed up, thereforeLuke Leighton1999-11-231-3/+3
* oops!!!! wrong command!!!Luke Leighton1999-11-231-0/+7
* the last one. that concludes the removal of all next_token() callsLuke Leighton1999-11-221-1/+1
* okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton1999-11-221-46/+41
* added \PIPE\browser plus experimental brsinfo command. you wouldn'tLuke Leighton1999-11-191-0/+6
* added samuserset2 rpcclient command to test ACB_XXX bit-setting onLuke Leighton1999-11-181-0/+6
* added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1999-11-181-0/+6
* oops, mistake in parsing command-arguments. repeated calls toLuke Leighton1999-11-161-1/+1
* added rpcclient "enumdomains" command. enumerates names of domainsLuke Leighton1999-11-151-0/+6
* debugging rpcclient spoolenum and spooljobs commands. oh, did i forgetLuke Leighton1999-11-091-3/+14
* const feeding frenzyLuke Leighton1999-11-081-4/+61
* added command-completion printer enum code.Luke Leighton1999-11-061-1/+46
* added rpcclient spoolenum command. enumerates printers.Luke Leighton1999-11-061-1/+7
* spoolss openprinterex / closeprinter client-code.Luke Leighton1999-11-061-10/+3
* experimental spoolss rpcclient commandsLuke Leighton1999-11-051-1/+17
* adding experimental set user password command to rpcclient, it returnsLuke Leighton1999-11-041-0/+8
* added samalias <aliasname> rpcclient command (shows info on alias)Luke Leighton1999-11-021-10/+63
* added lsaenumdomains command.Luke Leighton1999-11-011-0/+6
* added rpcclient svcstop <service name> command. gnu readlineLuke Leighton1999-11-011-0/+7
* added yet another rpcclient command: svcstart <service name> [arg0] [arg1] ...Luke Leighton1999-10-311-0/+7
* command-line completion for new svcinfo commandLuke Leighton1999-10-311-1/+45
* added svcinfo <service name> command.Luke Leighton1999-10-311-0/+7