Age | Commit message (Expand) | Author | Files | Lines |
1999-11-19 | added \PIPE\browser plus experimental brsinfo command. you wouldn't | Luke Leighton | 1 | -0/+6 |
1999-11-18 | added samuserset2 rpcclient command to test ACB_XXX bit-setting on | Luke Leighton | 1 | -0/+6 |
1999-11-18 | added regqueryval command (experimental) to get reg_io_q_info() and | Luke Leighton | 1 | -0/+6 |
1999-11-16 | oops, mistake in parsing command-arguments. repeated calls to | Luke Leighton | 1 | -1/+1 |
1999-11-15 | added rpcclient "enumdomains" command. enumerates names of domains | Luke Leighton | 1 | -0/+6 |
1999-11-09 | debugging rpcclient spoolenum and spooljobs commands. oh, did i forget | Luke Leighton | 1 | -3/+14 |
1999-11-08 | const feeding frenzy | Luke Leighton | 1 | -4/+61 |
1999-11-06 | added command-completion printer enum code. | Luke Leighton | 1 | -1/+46 |
1999-11-06 | added rpcclient spoolenum command. enumerates printers. | Luke Leighton | 1 | -1/+7 |
1999-11-06 | spoolss openprinterex / closeprinter client-code. | Luke Leighton | 1 | -10/+3 |
1999-11-05 | experimental spoolss rpcclient commands | Luke Leighton | 1 | -1/+17 |
1999-11-04 | adding experimental set user password command to rpcclient, it returns | Luke Leighton | 1 | -0/+8 |
1999-11-02 | added samalias <aliasname> rpcclient command (shows info on alias) | Luke Leighton | 1 | -10/+63 |
1999-11-01 | added lsaenumdomains command. | Luke Leighton | 1 | -0/+6 |
1999-11-01 | added rpcclient svcstop <service name> command. gnu readline | Luke Leighton | 1 | -0/+7 |
1999-10-31 | added yet another rpcclient command: svcstart <service name> [arg0] [arg1] ... | Luke Leighton | 1 | -0/+7 |
1999-10-31 | command-line completion for new svcinfo command | Luke Leighton | 1 | -1/+45 |
1999-10-31 | added svcinfo <service name> command. | Luke Leighton | 1 | -0/+7 |
1999-10-30 | NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added. | Luke Leighton | 1 | -0/+6 |
1999-10-30 | general, drastic improvements to rpcclient. | Luke Leighton | 1 | -130/+497 |
1999-10-29 | messing with command-line completion. it sort-of works to be able | Luke Leighton | 1 | -22/+96 |
1999-10-29 | added gnu readline command-line completion to the regenum command. | Luke Leighton | 1 | -57/+164 |
1999-10-27 | no CLIX, no !HAVE_READLINE blah blah. argh. | Luke Leighton | 1 | -5/+5 |
1999-10-26 | cut/paste code from smbclient for wait_keyboard() function. oops. | Luke Leighton | 1 | -4/+4 |
1999-10-25 | one of those wonderful moments when running against a different MSRPC | Luke Leighton | 1 | -0/+2 |
1999-10-19 | oops, added wait_keyboard back, but _this_ time wrapped it with | Luke Leighton | 1 | -1/+31 |
1999-10-15 | removed unused static wait_keyboard() | Luke Leighton | 1 | -30/+0 |
1999-09-16 | reading in smb server domain name from SMBnegprot response | Luke Leighton | 1 | -2/+0 |
1999-09-14 | added rpcclient SamrQueryDisplayInfo command "dispinfo" | Luke Leighton | 1 | -1/+2 |
1999-08-29 | improved "dominfo" rpcclient command | Luke Leighton | 1 | -1/+1 |
1999-08-29 | added experimental del_groupmem and del_aliasmem commands that were not | Luke Leighton | 1 | -0/+2 |
1999-08-17 | added some usage info for rpcclient. | Luke Leighton | 1 | -2/+4 |
1999-07-09 | Partial GNU readline support for rpcclient. Only command line history | Tim Potter | 1 | -0/+119 |
1999-06-29 | improving authentication code (tidyup). | Luke Leighton | 1 | -0/+2 |
1999-06-24 | safe string error reporting functions (found a potential buffer overflow | Luke Leighton | 1 | -2/+0 |
1999-05-03 | last part of RPC api change. | Jean-François Micouleau | 1 | -0/+1 |
1999-05-01 | Adding "time" rpcclient command which displays the remote time. | Matthew Chapman | 1 | -0/+1 |
1999-04-23 | New rpcclient command "at" for NT scheduler control, a slightly improved | Matthew Chapman | 1 | -0/+1 |
1999-04-08 | Mainly BDC-related changes. | Matthew Chapman | 1 | -0/+1 |
1999-03-19 | added a "createuser" command. | Luke Leighton | 1 | -0/+1 |
1999-03-18 | Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRET | Matthew Chapman | 1 | -0/+1 |
1999-03-12 | new "domtrust" test command. r&d into inter-domain trust accounts. | Luke Leighton | 1 | -0/+1 |
1999-03-08 | oops, accidentally committed clear-text password reading last week. | Luke Leighton | 1 | -1/+1 |
1999-03-01 | improving syntax / useability of rpcclient "shutdown" command: | Luke Leighton | 1 | -2/+2 |
1999-02-24 | Added "lookupdomain" rpcclient command. Not particularly useful currently | Matthew Chapman | 1 | -0/+1 |
1999-02-16 | rpcclient shutdown command | Luke Leighton | 1 | -0/+1 |
1999-01-28 | rpcclient "Service Control Manager" svcenum [-i] command. | Luke Leighton | 1 | -1/+1 |
1999-01-27 | - got client code cleartext passwords working again in cli_session_setup. | Luke Leighton | 1 | -1/+2 |
1998-12-14 | added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids. | Luke Leighton | 1 | -0/+1 |
1998-12-08 | adding "Service Control Manager" commands to rpcclient. | Luke Leighton | 1 | -0/+1 |