Age | Commit message (Expand) | Author | Files | Lines |
1999-11-27 | well, i stuffed up the spooler commands. | Luke Leighton | 2 | -55/+41 |
1999-11-27 | moved browser command brsinfo over to new abstracted connection | Luke Leighton | 1 | -9/+6 |
1999-11-27 | this one's a handle-based one (missed in the first round). | Luke Leighton | 1 | -5/+5 |
1999-11-27 | removed do_ prefix from srvsvc API | Luke Leighton | 1 | -7/+8 |
1999-11-27 | updated \PIPE\wkssvc commands to use new abstracted connection system. | Luke Leighton | 1 | -2/+1 |
1999-11-27 | using "abstracted" cli_connection, got \PIPE\srvsvc commands up and running | Luke Leighton | 1 | -16/+10 |
1999-11-27 | further abstraction involving client states. main client-side code | Luke Leighton | 3 | -20/+33 |
1999-11-27 | enhanced samuser command to do same thing as enumusers command (-g -u -a) | Luke Leighton | 1 | -2/+21 |
1999-11-27 | bug-fixing registry commands and the rpcclient "rpcclient" command. | Luke Leighton | 1 | -0/+1 |
1999-11-26 | whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few. | Luke Leighton | 3 | -28/+21 |
1999-11-25 | previous commit added an abstraction function that didn't even have | Luke Leighton | 1 | -2/+2 |
1999-11-25 | cool! completed a samr* API that _would_ look like an msdn samr* api... | Luke Leighton | 1 | -106/+67 |
1999-11-24 | registry API moved over to new format. reg_connect() is the top-level | Luke Leighton | 1 | -22/+25 |
1999-11-24 | service control manager API completed. svcenum -i works, but does not | Luke Leighton | 1 | -21/+13 |
1999-11-24 | ok. *whew*. this is the first completed part of the restructure. | Luke Leighton | 2 | -6/+17 |
1999-11-24 | first stages of removing struct cli_state* and uint16 fnum from all | Luke Leighton | 1 | -23/+29 |
1999-11-24 | WARNING! MOVED rpc_server/srv_lsa_hnd.c TO lib/util_hnd.c | Luke Leighton | 1 | -17/+17 |
1999-11-24 | rewrote policy handle code to be generic (it's needed for client-side too) | Luke Leighton | 3 | -13/+22 |
1999-11-23 | attempted a svcset command. password is encrypted / messed up, therefore | Luke Leighton | 2 | -44/+68 |
1999-11-23 | oops!!!! wrong command!!! | Luke Leighton | 1 | -2/+8 |
1999-11-23 | adding svcctl 0x1b function | Luke Leighton | 2 | -6/+53 |
1999-11-22 | okay :) all cmd_() functions now take int argc, char **argv :) that | Luke Leighton | 1 | -61/+61 |
1999-11-21 | implement server-side generation of NTLMv2 session key. YESSS :-) | Luke Leighton | 1 | -2/+9 |
1999-11-21 | you know what? this sort of thing makes me laugh. hmm, what functions | Luke Leighton | 2 | -1/+4 |
1999-11-21 | hmmm... have to add client-side support in domain_client_validate() to | Luke Leighton | 1 | -2/+3 |
1999-11-21 | adding user session key into network netlogon response. | Luke Leighton | 1 | -1/+4 |
1999-11-20 | modified domain_client_validate to take trust account name / type. this | Luke Leighton | 1 | -1/+3 |
1999-11-20 | doing a code reshuffle. want to add code to establish trust relationships. | Luke Leighton | 1 | -111/+154 |
1999-11-19 | The First Necessary UNICODE String Support. | Luke Leighton | 1 | -1/+4 |
1999-11-19 | - bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursion | Luke Leighton | 1 | -0/+4 |
1999-11-19 | added \PIPE\browser plus experimental brsinfo command. you wouldn't | Luke Leighton | 4 | -1/+105 |
1999-11-18 | set "key does not exist" response to reg_query_val() (win32 status code | Luke Leighton | 1 | -0/+1 |
1999-11-18 | added samuserset2 rpcclient command to test ACB_XXX bit-setting on | Luke Leighton | 2 | -4/+51 |
1999-11-18 | updating reg_value_info() parsing code to take BUFFER2 instead of just | Luke Leighton | 2 | -4/+4 |
1999-11-18 | added regqueryval command (experimental) to get reg_io_q_info() and | Luke Leighton | 3 | -25/+25 |
1999-11-16 | attempting to get nt5 wksta to join domain. | Luke Leighton | 2 | -1/+2 |
1999-11-16 | added two new params: "trusted domains" and "trusting domains". | Luke Leighton | 1 | -1/+10 |
1999-11-16 | Changes to implement NET_AUTH based on NET_AUTH2, to get Win2000 | Richard Sharpe | 1 | -2/+17 |
1999-11-15 | added server-side samr enum domains. fixed some parsing issues, server-side. | Luke Leighton | 1 | -0/+1 |
1999-11-15 | added rpcclient "enumdomains" command. enumerates names of domains | Luke Leighton | 3 | -1/+52 |
1999-11-15 | - added DCE/RPC "fault" PDU support. | Luke Leighton | 4 | -5/+22 |
1999-11-09 | debugging rpcclient spoolenum and spooljobs commands. oh, did i forget | Luke Leighton | 4 | -11/+44 |
1999-11-08 | preparation for doing a spoolss enum jobs command. had to rewrite | Luke Leighton | 2 | -2/+16 |
1999-11-08 | const feeding frenzy | Luke Leighton | 2 | -176/+214 |
1999-11-06 | added command-completion printer enum code. | Luke Leighton | 2 | -1/+8 |
1999-11-06 | fixed string function for reading in printer_info_N. | Luke Leighton | 1 | -0/+10 |
1999-11-06 | added rpcclient spoolenum command. enumerates printers. | Luke Leighton | 2 | -6/+24 |
1999-11-06 | spoolss openprinterex / closeprinter client-code. | Luke Leighton | 2 | -29/+32 |
1999-11-05 | experimental spoolss rpcclient commands | Luke Leighton | 2 | -12/+43 |
1999-11-04 | samuserset <username> -p password. YESSSSS :) | Luke Leighton | 2 | -6/+37 |