Age | Commit message (Expand) | Author | Files | Lines |
1999-11-25 | cool! completed a samr* API that _would_ look like an msdn samr* api... | Luke Leighton | 2 | -248/+133 |
1999-11-24 | registry API moved over to new format. reg_connect() is the top-level | Luke Leighton | 2 | -149/+123 |
1999-11-24 | service control manager API completed. svcenum -i works, but does not | Luke Leighton | 2 | -92/+45 |
1999-11-24 | ok. *whew*. this is the first completed part of the restructure. | Luke Leighton | 5 | -97/+39 |
1999-11-24 | first stages of removing struct cli_state* and uint16 fnum from all | Luke Leighton | 3 | -68/+25 |
1999-11-24 | rewrote policy handle code to be generic (it's needed for client-side too) | Luke Leighton | 1 | -4/+10 |
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 | 2 | -41/+39 |
1999-11-23 | oops!!!! wrong command!!! | Luke Leighton | 2 | -2/+90 |
1999-11-23 | adding svcctl 0x1b function | Luke Leighton | 1 | -0/+78 |
1999-11-23 | shuffling msrpc code around so that it can be used independently of rpcclient | Luke Leighton | 1 | -39/+2 |
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 | 12 | -267/+307 |
1999-11-21 | you know what? this sort of thing makes me laugh. hmm, what functions | Luke Leighton | 1 | -0/+3 |
1999-11-21 | moving create user function into msrpc_samr.c | Luke Leighton | 1 | -51/+6 |
1999-11-20 | doing a code reshuffle. want to add code to establish trust relationships. | Luke Leighton | 1 | -934/+0 |
1999-11-19 | added \PIPE\browser plus experimental brsinfo command. you wouldn't | Luke Leighton | 2 | -0/+102 |
1999-11-18 | responses to UDP samquery go back to SERVER<00> not DOMAIN<1c>, the | Luke Leighton | 1 | -2/+10 |
1999-11-18 | added samuserset2 rpcclient command to test ACB_XXX bit-setting on | Luke Leighton | 2 | -0/+162 |
1999-11-18 | updating reg_value_info() parsing code to take BUFFER2 instead of just | Luke Leighton | 1 | -22/+22 |
1999-11-18 | added regqueryval command (experimental) to get reg_io_q_info() and | Luke Leighton | 2 | -0/+92 |
1999-11-16 | oops, mistake in parsing command-arguments. repeated calls to | Luke Leighton | 1 | -1/+1 |
1999-11-15 | added rpcclient "enumdomains" command. enumerates names of domains | Luke Leighton | 2 | -0/+143 |
1999-11-09 | debugging rpcclient spoolenum and spooljobs commands. oh, did i forget | Luke Leighton | 3 | -9/+373 |
1999-11-09 | riccardo sibilia spotted line 1884 has uint32 group_rid[0] not group_rid[1] | Luke Leighton | 1 | -1/+1 |
1999-11-08 | const feeding frenzy | Luke Leighton | 7 | -354/+417 |
1999-11-08 | const feeding frenzy | Luke Leighton | 1 | -69/+71 |
1999-11-06 | added command-completion printer enum code. | Luke Leighton | 2 | -17/+82 |
1999-11-06 | fixed string function for reading in printer_info_N. | Luke Leighton | 2 | -5/+203 |
1999-11-06 | added rpcclient spoolenum command. enumerates printers. | Luke Leighton | 3 | -3/+49 |
1999-11-06 | spoolss openprinterex / closeprinter client-code. | Luke Leighton | 2 | -10/+94 |
1999-11-05 | experimental spoolss rpcclient commands | Luke Leighton | 1 | -1/+17 |
1999-11-04 | samuserset <username> -p password. YESSSSS :) | Luke Leighton | 1 | -6/+54 |
1999-11-04 | adding experimental set user password command to rpcclient, it returns | Luke Leighton | 6 | -27/+207 |
1999-11-03 | created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt(). | Luke Leighton | 1 | -47/+56 |
1999-11-03 | dynamic mem allocation in net_srv_transport_enum() parsing. | Luke Leighton | 1 | -0/+2 |
1999-11-02 | added samalias <aliasname> rpcclient command (shows info on alias) | Luke Leighton | 2 | -14/+256 |
1999-11-02 | dynamic mem allocation in enum dom groups and enum dom aliases | Luke Leighton | 1 | -5/+0 |
1999-11-02 | yet another attempt to get lsaquerysecret working. | Luke Leighton | 1 | -2/+2 |
1999-11-01 | added lsaenumdomains command. | Luke Leighton | 2 | -3/+75 |
1999-11-01 | rewrote rpcclient enumaliases command. | Luke Leighton | 2 | -130/+346 |
1999-11-01 | added rpcclient svcstop <service name> command. gnu readline | Luke Leighton | 2 | -1/+67 |
1999-11-01 | Fixed typo which was preventing the omission of seconds in the 'at' command. | Matthew Chapman | 1 | -1/+1 |
1999-10-31 | added yet another rpcclient command: svcstart <service name> [arg0] [arg1] ... | Luke Leighton | 2 | -0/+78 |
1999-10-31 | command-line completion for new svcinfo command | Luke Leighton | 2 | -7/+48 |
1999-10-31 | added svcinfo <service name> command. | Luke Leighton | 2 | -56/+156 |