Age | Commit message (Expand) | Author | Files | Lines |
1999-12-01 | split display.c into modules. | Luke Leighton | 1 | -1/+68 |
1999-11-29 | ok. got ntlogin command working. argh, it maintains a connection to | Luke Leighton | 1 | -0/+7 |
1999-11-29 | first attempt at getting \PIPE\NETLOGON working. it's pretty horrible. | Luke Leighton | 1 | -11/+4 |
1999-11-27 | further abstraction involving client states. main client-side code | Luke Leighton | 1 | -8/+1 |
1999-11-27 | enhanced samuser command to do same thing as enumusers command (-g -u -a) | Luke Leighton | 1 | -1/+1 |
1999-11-27 | bug-fixing registry commands and the rpcclient "rpcclient" command. | Luke Leighton | 1 | -35/+74 |
1999-11-26 | whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few. | Luke Leighton | 1 | -228/+239 |
1999-11-25 | cool! completed a samr* API that _would_ look like an msdn samr* api... | Luke Leighton | 1 | -6/+4 |
1999-11-24 | registry API moved over to new format. reg_connect() is the top-level | Luke Leighton | 1 | -1/+6 |
1999-11-24 | service control manager API completed. svcenum -i works, but does not | Luke Leighton | 1 | -1/+7 |
1999-11-24 | ok. *whew*. this is the first completed part of the restructure. | Luke Leighton | 1 | -81/+20 |
1999-11-24 | first stages of removing struct cli_state* and uint16 fnum from all | Luke Leighton | 1 | -0/+3 |
1999-11-23 | attempted a svcset command. password is encrypted / messed up, therefore | Luke Leighton | 1 | -3/+3 |
1999-11-23 | oops!!!! wrong command!!! | Luke Leighton | 1 | -0/+7 |
1999-11-22 | the last one. that concludes the removal of all next_token() calls | Luke Leighton | 1 | -1/+1 |
1999-11-22 | okay :) all cmd_() functions now take int argc, char **argv :) that | Luke Leighton | 1 | -46/+41 |
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 |