Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | responses to UDP samquery go back to SERVER<00> not DOMAIN<1c>, the | Luke Leighton | 1999-11-18 | 4 | -14/+24 |
| | | | | | | | request name. modified createuser rpcclient command to examine name being added. if it ends in a $, assume that a workstation trust account is being added. | ||||
* | set "key does not exist" response to reg_query_val() (win32 status code | Luke Leighton | 1999-11-18 | 5 | -10/+70 |
| | | | | of 0x2). [p.s. getting REALLY bored of this nt5rc2->samba domain stuff]. | ||||
* | added samuserset2 rpcclient command to test ACB_XXX bit-setting on | Luke Leighton | 1999-11-18 | 7 | -11/+571 |
| | | | | | samr opcode 0x25. _yet_ another failed attempt to get nt5rc2 to join a samba domain. what _is_ it with this stuff, dammit? | ||||
* | updating reg_value_info() parsing code to take BUFFER2 instead of just | Luke Leighton | 1999-11-18 | 6 | -46/+55 |
| | | | | a char*. now copes with multiple types. | ||||
* | added regqueryval command (experimental) to get reg_io_q_info() and | Luke Leighton | 1999-11-18 | 12 | -124/+262 |
| | | | | | | | | 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. | ||||
* | attempting to get nt5 wksta to join domain. | Luke Leighton | 1999-11-16 | 9 | -43/+101 |
| | | | | | | | | 1) had to fix samr "create user" and "set user info" (level 23). 2) had to fix netlogon enum trust domains 3) registry key needed \\ in it not \. | ||||
* | added two new params: "trusted domains" and "trusting domains". | Luke Leighton | 1999-11-16 | 5 | -8/+50 |
| | | | | | | | these _may_ not actually ever get used, as trust relationships really need to be established with shared secrets, and you need to get the SID of the trusted and trusting domains, so this may have to go in a private/xxx.mac file. | ||||
* | added another dummy key so that NT5 can check in the registry whether | Luke Leighton | 1999-11-16 | 1 | -1/+2 |
| | | | | password changes are allowed or not. *dur*!!!! | ||||
* | 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. | ||||
* | Shirish Kalele <kalele@veritas.com> noticed that NT workstations are | Luke Leighton | 1999-11-16 | 1 | -18/+51 |
| | | | | | sending anonymous NTLMSSP user credentials to set up \PIPE\samr. added anonymous NTLMSSP sessions. | ||||
* | Changes to implement NET_AUTH based on NET_AUTH2, to get Win2000 | Richard Sharpe | 1999-11-16 | 3 | -4/+151 |
| | | | | happier in joining a Samba domain. | ||||
* | added server-side samr enum domains. fixed some parsing issues, server-side. | Luke Leighton | 1999-11-15 | 4 | -16/+90 |
| | |||||
* | added rpcclient "enumdomains" command. enumerates names of domains | Luke Leighton | 1999-11-15 | 7 | -1/+457 |
| | | | | | | | | 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!!!!! | ||||
* | - added DCE/RPC "fault" PDU support. | Luke Leighton | 1999-11-15 | 11 | -16/+152 |
| | | | | | | | | | - disabled (AGAIN) the GETDC "if (MAILSLOT\NTLOGON)" code that will get NT5rc2 to work but WILL break win95 (AGAIN). this needs _not_ to be re-enabled but to be replaced with a better mechanism. - added SMBwrite support (note: SMBwriteX already existed) as NT5rc2 is sending DCE/RPC over SMBwrite not SMBwriteX. | ||||
* | split array-handling functions into separate module. | Luke Leighton | 1999-11-12 | 3 | -224/+249 |
| | |||||
* | debugging rpcclient spoolenum and spooljobs commands. oh, did i forget | Luke Leighton | 1999-11-09 | 10 | -103/+580 |
| | | | | | 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! | ||||
* | preparation for doing a spoolss enum jobs command. had to rewrite | Luke Leighton | 1999-11-08 | 6 | -187/+310 |
| | | | | spoolss_enumjobs parsing code to do read / writes not just writes. | ||||
* | const feeding frenzy | Luke Leighton | 1999-11-08 | 13 | -556/+662 |
| | |||||
* | const feeding frenzy | Luke Leighton | 1999-11-08 | 2 | -74/+76 |
| | |||||
* | Fixed typo in automatic printer install share name. | Tim Potter | 1999-11-08 | 1 | -2/+1 |
| | | | | | Removed confusing 'writeable = no' parameter from example [printers] entry. | ||||
* | horrible code to do SMBwriteX / SMBreadX for large MSRPC reads. ARGH! | Luke Leighton | 1999-11-06 | 2 | -94/+128 |
| | |||||
* | missed mem_grow_data call | Luke Leighton | 1999-11-06 | 2 | -1/+3 |
| | |||||
* | added command-completion printer enum code. | Luke Leighton | 1999-11-06 | 5 | -19/+91 |
| | |||||
* | fixed string function for reading in printer_info_N. | Luke Leighton | 1999-11-06 | 4 | -15/+240 |
| | |||||
* | added rpcclient spoolenum command. enumerates printers. | Luke Leighton | 1999-11-06 | 9 | -68/+364 |
| | | | | | | 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 | 8 | -108/+370 |
| | | | | | | | 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 | 6 | -40/+196 |
| | |||||
* | This is an experimental program to shutdown a group of NTws in a | Luke Leighton | 1999-11-05 | 1 | -0/+259 |
| | | | | | | | Samba domain via rpcclient. Copyright (c) David Bannon 1999 David Bannon, D.Bannon@latrobe.edu.au, 4th November, 1999 | ||||
* | rpcclient example scripts / programs. | Luke Leighton | 1999-11-05 | 1 | -0/+11 |
| | |||||
* | samuserset <username> -p password. YESSSSS :) | Luke Leighton | 1999-11-04 | 8 | -144/+310 |
| | | | | 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 | 12 | -43/+438 |
| | | | | error wrong password against nt. ???? | ||||
* | created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt(). | Luke Leighton | 1999-11-03 | 6 | -62/+79 |
| | |||||
* | dynamic mem allocation in net_srv_transport_enum() parsing. | Luke Leighton | 1999-11-03 | 4 | -9/+69 |
| | |||||
* | had to move unistr2_dup(), unistr2_free() and unistr2_copy() into | Luke Leighton | 1999-11-03 | 2 | -34/+34 |
| | | | | util_unistr.c in order to get bin/testparm to compile. | ||||
* | three types of array-creation / array-deletion functions: | Luke Leighton | 1999-11-03 | 4 | -35/+66 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | char* UNISTR2* SID* decided to create a higher-order function set, add_item_to_array() free_item_array(). higher-order support routines needed to add a new type: type* item_dup(const type*) void item_free(type*) of course, strdup() and free() are perfect, pre-existing examples of such functions, used in the implementation of add_chars_to_array() and free_char_array(). sid_dup() and free() work for the add_sids_to_array() and free_sid_array() implementations. use unistr2_dup() and created unistr2_free() because the functionality behind these may change into something horrible, like [horror] dynamic memory allocation of the UNISTR2 character array. argh!!!! jean-francois, this function set implements what we talked about over... a year ago, now :-) | ||||
* | added samalias <aliasname> rpcclient command (shows info on alias) | Luke Leighton | 1999-11-02 | 3 | -14/+258 |
| | | | | | | added samaliasmem <aliasname> rpcclient command (shows members in alias) added tab command-completion to SAM alias related commands (inc 2 above). | ||||
* | free up memory allocated by enum dom groups / aliases | Luke Leighton | 1999-11-02 | 1 | -0/+20 |
| | |||||
* | dynamic mem allocation in enum dom groups and enum dom aliases | Luke Leighton | 1999-11-02 | 7 | -58/+114 |
| | |||||
* | yet another attempt to get lsaquerysecret working. | Luke Leighton | 1999-11-02 | 1 | -2/+2 |
| | |||||
* | const char* issues | Luke Leighton | 1999-11-01 | 2 | -4/+8 |
| | |||||
* | added lsaenumdomains command. | Luke Leighton | 1999-11-01 | 6 | -27/+286 |
| | | | | | 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 | 7 | -172/+488 |
| | |||||
* | added rpcclient svcstop <service name> command. gnu readline | Luke Leighton | 1999-11-01 | 6 | -2/+215 |
| | | | | 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 | 6 | -6/+184 |
| | | | | | | | | | 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 | 6 | -60/+179 |
| | |||||
* | 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 | 12 | -26/+685 |
| |