| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | ok. *whew*. this is the first completed part of the restructure. | Luke Leighton | 1999-11-24 | 15 | -153/+153 |
| * | first stages of removing struct cli_state* and uint16 fnum from all | Luke Leighton | 1999-11-24 | 14 | -214/+230 |
| * | WARNING! MOVED rpc_server/srv_lsa_hnd.c TO lib/util_hnd.c | Luke Leighton | 1999-11-24 | 5 | -28/+29 |
| * | rewrote policy handle code to be generic (it's needed for client-side too) | Luke Leighton | 1999-11-24 | 15 | -189/+469 |
| * | oops, freed argc,argv arguments twice. | Luke Leighton | 1999-11-23 | 1 | -2/+0 |
| * | attempted a svcset command. password is encrypted / messed up, therefore | Luke Leighton | 1999-11-23 | 7 | -254/+243 |
| * | oops!!!! wrong command!!! | Luke Leighton | 1999-11-23 | 4 | -4/+156 |
| * | adding svcctl 0x1b function | Luke Leighton | 1999-11-23 | 6 | -6/+339 |
| * | shuffling msrpc code around so that it can be used independently of rpcclient | Luke Leighton | 1999-11-23 | 4 | -43/+91 |
| * | the last one. that concludes the removal of all next_token() calls | Luke Leighton | 1999-11-22 | 2 | -60/+91 |
| * | another four next_token() removals (using getopt instead) | Luke Leighton | 1999-11-22 | 4 | -32/+48 |
| * | another two. | Luke Leighton | 1999-11-22 | 2 | -33/+39 |
| * | another one | Luke Leighton | 1999-11-22 | 1 | -18/+12 |
| * | moved two more commands over to getopt. | Luke Leighton | 1999-11-22 | 2 | -22/+32 |
| * | okay :) all cmd_() functions now take int argc, char **argv :) that | Luke Leighton | 1999-11-22 | 13 | -328/+368 |
| * | implement server-side generation of NTLMv2 session key. YESSS :-) | Luke Leighton | 1999-11-21 | 6 | -30/+69 |
| * | you know what? this sort of thing makes me laugh. hmm, what functions | Luke Leighton | 1999-11-21 | 7 | -6/+48 |
| * | hmmm... have to add client-side support in domain_client_validate() to | Luke Leighton | 1999-11-21 | 4 | -18/+42 |
| * | adding user session key into network netlogon response. | Luke Leighton | 1999-11-21 | 4 | -24/+53 |
| * | moving create user function into msrpc_samr.c | Luke Leighton | 1999-11-21 | 2 | -51/+62 |
| * | oops, #ifdef'd cli_shutdown out, as the fun has _already_ started: | Luke Leighton | 1999-11-20 | 1 | -2/+1 |
| * | attempting to establish inter-domain trust relationships. modified | Luke Leighton | 1999-11-20 | 2 | -28/+117 |
| * | modified domain_client_validate to take trust account name / type. this | Luke Leighton | 1999-11-20 | 7 | -15/+108 |
| * | doing a code reshuffle. want to add code to establish trust relationships. | Luke Leighton | 1999-11-20 | 9 | -1746/+2078 |
| * | dynamic memory allocation i added a month ago: forgot to ZERO_STRUCT() | Luke Leighton | 1999-11-20 | 2 | -0/+4 |
| * | nt5rc2 falling over because the LsaQueryInfoPolicy() response _must_ | Luke Leighton | 1999-11-19 | 3 | -2/+5 |
| * | The First Necessary UNICODE String Support. | Luke Leighton | 1999-11-19 | 3 | -32/+83 |
| * | - surprise! the number of UNICODE strings that didn't have alignment | Luke Leighton | 1999-11-19 | 1 | -0/+20 |
| * | - bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursion | Luke Leighton | 1999-11-19 | 7 | -8/+124 |
| * | added \PIPE\browser plus experimental brsinfo command. you wouldn't | Luke Leighton | 1999-11-19 | 10 | -2/+491 |
| * | responses to UDP samquery go back to SERVER<00> not DOMAIN<1c>, the | Luke Leighton | 1999-11-18 | 4 | -14/+24 |
| * | set "key does not exist" response to reg_query_val() (win32 status code | Luke Leighton | 1999-11-18 | 5 | -10/+70 |
| * | added samuserset2 rpcclient command to test ACB_XXX bit-setting on | Luke Leighton | 1999-11-18 | 7 | -11/+571 |
| * | updating reg_value_info() parsing code to take BUFFER2 instead of just | Luke Leighton | 1999-11-18 | 6 | -46/+55 |
| * | added regqueryval command (experimental) to get reg_io_q_info() and | Luke Leighton | 1999-11-18 | 12 | -124/+262 |
| * | attempting to get nt5 wksta to join domain. | Luke Leighton | 1999-11-16 | 9 | -43/+101 |
| * | added two new params: "trusted domains" and "trusting domains". | Luke Leighton | 1999-11-16 | 5 | -8/+50 |
| * | added another dummy key so that NT5 can check in the registry whether | Luke Leighton | 1999-11-16 | 1 | -1/+2 |
| * | oops, mistake in parsing command-arguments. repeated calls to | Luke Leighton | 1999-11-16 | 1 | -1/+1 |
| * | Shirish Kalele <kalele@veritas.com> noticed that NT workstations are | Luke Leighton | 1999-11-16 | 1 | -18/+51 |
| * | Changes to implement NET_AUTH based on NET_AUTH2, to get Win2000 | Richard Sharpe | 1999-11-16 | 3 | -4/+151 |
| * | 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 |
| * | - added DCE/RPC "fault" PDU support. | Luke Leighton | 1999-11-15 | 11 | -16/+152 |
| * | 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 |
| * | riccardo sibilia spotted line 1884 has uint32 group_rid[0] not group_rid[1] | Luke Leighton | 1999-11-09 | 1 | -1/+1 |
| * | preparation for doing a spoolss enum jobs command. had to rewrite | Luke Leighton | 1999-11-08 | 6 | -187/+310 |
| * | const feeding frenzy | Luke Leighton | 1999-11-08 | 13 | -556/+662 |
| * | const feeding frenzy | Luke Leighton | 1999-11-08 | 2 | -74/+76 |