Age | Commit message (Expand) | Author | Files | Lines |
1999-11-27 | using "abstracted" cli_connection, got \PIPE\srvsvc commands up and running | Luke Leighton | 3 | -150/+125 |
1999-11-27 | modified cli_connect_serverlist to take server list of format | Luke Leighton | 1 | -5/+6 |
1999-11-27 | further abstraction involving client states. main client-side code | Luke Leighton | 13 | -262/+299 |
1999-11-27 | remove use of client_info lsa_info_pol. | Luke Leighton | 1 | -13/+17 |
1999-11-27 | enhanced samuser command to do same thing as enumusers command (-g -u -a) | Luke Leighton | 4 | -43/+182 |
1999-11-27 | bug-fixing registry commands and the rpcclient "rpcclient" command. | Luke Leighton | 3 | -65/+122 |
1999-11-26 | whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few. | Luke Leighton | 15 | -838/+875 |
1999-11-26 | this file manages client states associated with handles. | Luke Leighton | 1 | -0/+154 |
1999-11-25 | previous commit added an abstraction function that didn't even have | Luke Leighton | 4 | -77/+25 |
1999-11-25 | cool! completed a samr* API that _would_ look like an msdn samr* api... | Luke Leighton | 10 | -796/+509 |
1999-11-24 | registry API moved over to new format. reg_connect() is the top-level | Luke Leighton | 5 | -199/+324 |
1999-11-24 | service control manager API completed. svcenum -i works, but does not | Luke Leighton | 7 | -132/+141 |
1999-11-24 | ok. *whew*. this is the first completed part of the restructure. | Luke Leighton | 15 | -153/+153 |
1999-11-24 | first stages of removing struct cli_state* and uint16 fnum from all | Luke Leighton | 14 | -214/+230 |
1999-11-24 | WARNING! MOVED rpc_server/srv_lsa_hnd.c TO lib/util_hnd.c | Luke Leighton | 5 | -28/+29 |
1999-11-24 | rewrote policy handle code to be generic (it's needed for client-side too) | Luke Leighton | 15 | -189/+469 |
1999-11-23 | oops, freed argc,argv arguments twice. | Luke Leighton | 1 | -2/+0 |
1999-11-23 | attempted a svcset command. password is encrypted / messed up, therefore | Luke Leighton | 7 | -254/+243 |
1999-11-23 | oops!!!! wrong command!!! | Luke Leighton | 4 | -4/+156 |
1999-11-23 | adding svcctl 0x1b function | Luke Leighton | 6 | -6/+339 |
1999-11-23 | shuffling msrpc code around so that it can be used independently of rpcclient | Luke Leighton | 4 | -43/+91 |
1999-11-22 | the last one. that concludes the removal of all next_token() calls | Luke Leighton | 2 | -60/+91 |
1999-11-22 | another four next_token() removals (using getopt instead) | Luke Leighton | 4 | -32/+48 |
1999-11-22 | another two. | Luke Leighton | 2 | -33/+39 |
1999-11-22 | another one | Luke Leighton | 1 | -18/+12 |
1999-11-22 | moved two more commands over to getopt. | Luke Leighton | 2 | -22/+32 |
1999-11-22 | okay :) all cmd_() functions now take int argc, char **argv :) that | Luke Leighton | 13 | -328/+368 |
1999-11-21 | implement server-side generation of NTLMv2 session key. YESSS :-) | Luke Leighton | 6 | -30/+69 |
1999-11-21 | you know what? this sort of thing makes me laugh. hmm, what functions | Luke Leighton | 7 | -6/+48 |
1999-11-21 | hmmm... have to add client-side support in domain_client_validate() to | Luke Leighton | 4 | -18/+42 |
1999-11-21 | adding user session key into network netlogon response. | Luke Leighton | 4 | -24/+53 |
1999-11-21 | moving create user function into msrpc_samr.c | Luke Leighton | 2 | -51/+62 |
1999-11-20 | oops, #ifdef'd cli_shutdown out, as the fun has _already_ started: | Luke Leighton | 1 | -2/+1 |
1999-11-20 | attempting to establish inter-domain trust relationships. modified | Luke Leighton | 2 | -28/+117 |
1999-11-20 | modified domain_client_validate to take trust account name / type. this | Luke Leighton | 7 | -15/+108 |
1999-11-20 | doing a code reshuffle. want to add code to establish trust relationships. | Luke Leighton | 9 | -1746/+2078 |
1999-11-20 | dynamic memory allocation i added a month ago: forgot to ZERO_STRUCT() | Luke Leighton | 2 | -0/+4 |
1999-11-20 | adding bits about SAM database security, and what the SAM commands are | Luke Leighton | 1 | -5/+30 |
1999-11-20 | explicit reference to tell people that rpcclient doesn't work with | Luke Leighton | 1 | -0/+5 |
1999-11-20 | yodl update | Luke Leighton | 4 | -32/+156 |
1999-11-20 | oops. | Luke Leighton | 1 | -1/+1 |
1999-11-20 | adding some command descriptions behind the rpcclient commands. | Luke Leighton | 1 | -14/+75 |
1999-11-19 | yodl update - rpcclient | Luke Leighton | 9 | -16/+2065 |
1999-11-19 | added an rpcclient man page. wow! | Luke Leighton | 3 | -5/+789 |
1999-11-19 | nt5rc2 falling over because the LsaQueryInfoPolicy() response _must_ | Luke Leighton | 3 | -2/+5 |
1999-11-19 | The First Necessary UNICODE String Support. | Luke Leighton | 3 | -32/+83 |
1999-11-19 | - surprise! the number of UNICODE strings that didn't have alignment | Luke Leighton | 1 | -0/+20 |
1999-11-19 | - bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursion | Luke Leighton | 7 | -8/+124 |
1999-11-19 | added \PIPE\browser plus experimental brsinfo command. you wouldn't | Luke Leighton | 10 | -2/+491 |
1999-11-18 | responses to UDP samquery go back to SERVER<00> not DOMAIN<1c>, the | Luke Leighton | 4 | -14/+24 |