summaryrefslogtreecommitdiffstats
path: root/source/rpcclient/rpcclient.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton1999-10-301-0/+6
* general, drastic improvements to rpcclient.Luke Leighton1999-10-301-130/+497
* messing with command-line completion. it sort-of works to be ableLuke Leighton1999-10-291-22/+96
* added gnu readline command-line completion to the regenum command.Luke Leighton1999-10-291-57/+164
* no CLIX, no !HAVE_READLINE blah blah. argh.Luke Leighton1999-10-271-5/+5
* cut/paste code from smbclient for wait_keyboard() function. oops.Luke Leighton1999-10-261-4/+4
* one of those wonderful moments when running against a different MSRPCLuke Leighton1999-10-251-0/+2
* oops, added wait_keyboard back, but _this_ time wrapped it withLuke Leighton1999-10-191-1/+31