Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | updating reg_value_info() parsing code to take BUFFER2 instead of just | Luke Leighton | 1999-11-18 | 1 | -22/+22 | |
| | | | | a char*. now copes with multiple types. | |||||
* | added regqueryval command (experimental) to get reg_io_q_info() and | Luke Leighton | 1999-11-18 | 2 | -0/+92 | |
| | | | | | | | | reg_io_r_info() working properly. previously they weren't well understood (well, they were the first of the registry functions i did, back in december 97, ok??? :-) set ntversion to 0x1 in SAMQUERY, so that we reply same as NT4 srv. | |||||
* | oops, mistake in parsing command-arguments. repeated calls to | Luke Leighton | 1999-11-16 | 1 | -1/+1 | |
| | | | | next_token() should not have line to parse as first arg. oops. | |||||
* | added rpcclient "enumdomains" command. enumerates names of domains | Luke Leighton | 1999-11-15 | 2 | -0/+143 | |
| | | | | | | | | for which a PDC is responsible. typical answers are: <Name of Domain> plus <Builtin>. against a hierarchical, down-level-compatible NT5 PDC, there's likely to be more than these two entries!!!!! | |||||
* | debugging rpcclient spoolenum and spooljobs commands. oh, did i forget | Luke Leighton | 1999-11-09 | 3 | -9/+373 | |
| | | | | | to mention, there's a spooljobs <printer name> command, and it uses command-line completion? prints out NT print jobs really nicely, too. | |||||
* | riccardo sibilia spotted line 1884 has uint32 group_rid[0] not group_rid[1] | Luke Leighton | 1999-11-09 | 1 | -1/+1 | |
| | | | | oops! | |||||
* | const feeding frenzy | Luke Leighton | 1999-11-08 | 7 | -354/+417 | |
| | ||||||
* | const feeding frenzy | Luke Leighton | 1999-11-08 | 1 | -69/+71 | |
| | ||||||
* | added command-completion printer enum code. | Luke Leighton | 1999-11-06 | 2 | -17/+82 | |
| | ||||||
* | fixed string function for reading in printer_info_N. | Luke Leighton | 1999-11-06 | 2 | -5/+203 | |
| | ||||||
* | added rpcclient spoolenum command. enumerates printers. | Luke Leighton | 1999-11-06 | 3 | -3/+49 | |
| | | | | | | spoolss_r_io_enumprinters doesn't decode strings correctly as printer_info_1/2 code has only been written to write structures, not read them. | |||||
* | spoolss openprinterex / closeprinter client-code. | Luke Leighton | 1999-11-06 | 2 | -10/+94 | |
| | | | | | | | experimental spoolopen <printer name> command added. jean-francois, f.y.i. i changed the #define for SPOOLSS_OPENPRINTEREX from op code 0x44 to 0x45. | |||||
* | experimental spoolss rpcclient commands | Luke Leighton | 1999-11-05 | 1 | -1/+17 | |
| | ||||||
* | samuserset <username> -p password. YESSSSS :) | Luke Leighton | 1999-11-04 | 1 | -6/+54 | |
| | | | | you have to use "ntlmv1" at the moment (i.e set client ntlmv2 = no). | |||||
* | adding experimental set user password command to rpcclient, it returns | Luke Leighton | 1999-11-04 | 6 | -27/+207 | |
| | | | | error wrong password against nt. ???? | |||||
* | created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt(). | Luke Leighton | 1999-11-03 | 1 | -47/+56 | |
| | ||||||
* | dynamic mem allocation in net_srv_transport_enum() parsing. | Luke Leighton | 1999-11-03 | 1 | -0/+2 | |
| | ||||||
* | added samalias <aliasname> rpcclient command (shows info on alias) | Luke Leighton | 1999-11-02 | 2 | -14/+256 | |
| | | | | | | added samaliasmem <aliasname> rpcclient command (shows members in alias) added tab command-completion to SAM alias related commands (inc 2 above). | |||||
* | dynamic mem allocation in enum dom groups and enum dom aliases | Luke Leighton | 1999-11-02 | 1 | -5/+0 | |
| | ||||||
* | yet another attempt to get lsaquerysecret working. | Luke Leighton | 1999-11-02 | 1 | -2/+2 | |
| | ||||||
* | added lsaenumdomains command. | Luke Leighton | 1999-11-01 | 2 | -3/+75 | |
| | | | | | attempting to get blood out of a stone^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H querysecret to work, it keeps returning access denied. | |||||
* | rewrote rpcclient enumaliases command. | Luke Leighton | 1999-11-01 | 2 | -130/+346 | |
| | ||||||
* | added rpcclient svcstop <service name> command. gnu readline | Luke Leighton | 1999-11-01 | 2 | -1/+67 | |
| | | | | command-completion works. | |||||
* | Fixed typo which was preventing the omission of seconds in the 'at' command. | Matthew Chapman | 1999-11-01 | 1 | -1/+1 | |
| | | | | I *love* this scheduler stuff, it's so useful! | |||||
* | added yet another rpcclient command: svcstart <service name> [arg0] [arg1] ... | Luke Leighton | 1999-10-31 | 2 | -0/+78 | |
| | | | | | | | | | works with command-line completion on the service name (ohh yesss, this is becoming my favourite bit of functionality-on-the-side hee hee :) had to fix the svc_io_q_start_service() code which was missing the ptr_argv[] array in between the array-size and the UNISTR2-array. i.e it's actually an array of _pointers_ to unicode strings... | |||||
* | command-line completion for new svcinfo command | Luke Leighton | 1999-10-31 | 2 | -7/+48 | |
| | ||||||
* | added svcinfo <service name> command. | Luke Leighton | 1999-10-31 | 2 | -56/+156 | |
| | ||||||
* | connection info level renamed to transport info level | Luke Leighton | 1999-10-30 | 1 | -1/+1 | |
| | ||||||
* | NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added. | Luke Leighton | 1999-10-30 | 4 | -2/+180 | |
| | ||||||
* | general, drastic improvements to rpcclient. | Luke Leighton | 1999-10-30 | 3 | -869/+1452 | |
| | | | | | | | | | | | added samgroup <groupname> command added samgroupmem <groupname> command added proper registry key completion added sam command user-completion (e.g samuser [tab]) added sam command group-completion (e.g samgroup [tab]) | |||||
* | messing with command-line completion. it sort-of works to be able | Luke Leighton | 1999-10-29 | 2 | -27/+104 | |
| | | | | to enumerate down a key tree, but it's a serious fudge. oops. | |||||
* | added gnu readline command-line completion to the regenum command. | Luke Leighton | 1999-10-29 | 2 | -60/+172 | |
| | ||||||
* | rpcclient regenum key client code rewritten to use higher order functions. | Luke Leighton | 1999-10-29 | 2 | -102/+185 | |
| | ||||||
* | rewrite rpcclient sam enum user code to use higher order functions. | Luke Leighton | 1999-10-29 | 1 | -68/+123 | |
| | ||||||
* | using #defines for function prototypes | Luke Leighton | 1999-10-29 | 1 | -24/+24 | |
| | ||||||
* | more reshuffling of enum groups code. more higher order functions. | Luke Leighton | 1999-10-29 | 2 | -36/+135 | |
| | ||||||
* | using higher-order-function in enum groups as a test. makes it really | Luke Leighton | 1999-10-29 | 1 | -13/+27 | |
| | | | | useful for doing things _other_ than just "print me". | |||||
* | restructuring sam enum dom groups code to do multiple calls to | Luke Leighton | 1999-10-28 | 1 | -18/+25 | |
| | | | | | sam_enum_dom_groups. enum dom aliases is still left to do (dom users already done). | |||||
* | restructuring samr client code. | Luke Leighton | 1999-10-28 | 1 | -111/+144 | |
| | ||||||
* | removed samr_* variables from info struct. | Luke Leighton | 1999-10-28 | 1 | -182/+203 | |
| | ||||||
* | rewrote samr enum groups code a bit. | Luke Leighton | 1999-10-28 | 1 | -28/+41 | |
| | ||||||
* | no CLIX, no !HAVE_READLINE blah blah. argh. | Luke Leighton | 1999-10-27 | 1 | -5/+5 | |
| | ||||||
* | created samr_query_groupmem() function from existing code. | Luke Leighton | 1999-10-26 | 1 | -24/+73 | |
| | ||||||
* | adding extra parameter back in to trust account functions (trust account name). | Luke Leighton | 1999-10-26 | 2 | -26/+27 | |
| | | | | restoring opening S-1-5-20 in sam enum users code. | |||||
* | cut/paste code from smbclient for wait_keyboard() function. oops. | Luke Leighton | 1999-10-26 | 1 | -4/+4 | |
| | ||||||
* | - typecast malloc / Realloc issues. | Luke Leighton | 1999-10-25 | 1 | -2/+2 | |
| | | | | - signed / unsigned issues. | |||||
* | signed / unsigned and typecast issues | Luke Leighton | 1999-10-25 | 1 | -11/+11 | |
| | ||||||
* | one of those wonderful moments when running against a different MSRPC | Luke Leighton | 1999-10-25 | 2 | -9/+20 | |
| | | | | | | implementation (NT5) when you discover that your code is trash. samr_enum_dom_users(), samr_enum_dom_aliases() and samr_enum_dom_groups() all take a HANDLE for multiple-call enumeration purposes. | |||||
* | the dynamic memory alloc blood-fest goes on... | Luke Leighton | 1999-10-21 | 3 | -18/+16 | |
| | ||||||
* | turning some of the rpcclient functions dynamic. this is likely to | Luke Leighton | 1999-10-21 | 2 | -74/+119 | |
| | | | | break a few things... |