| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | well, i stuffed up the spooler commands. | Luke Leighton | 1999-11-27 | 1 | -17/+46 |
| * | moved at command over to new abstract connection system. matthew, you | Luke Leighton | 1999-11-27 | 1 | -15/+49 |
| * | moved browser command brsinfo over to new abstracted connection | Luke Leighton | 1999-11-27 | 1 | -5/+13 |
| * | this one's a handle-based one (missed in the first round). | Luke Leighton | 1999-11-27 | 1 | -12/+23 |
| * | removed do_ prefix from srvsvc API | Luke Leighton | 1999-11-27 | 1 | -7/+7 |
| * | updated \PIPE\wkssvc commands to use new abstracted connection system. | Luke Leighton | 1999-11-27 | 1 | -5/+12 |
| * | using "abstracted" cli_connection, got \PIPE\srvsvc commands up and running | Luke Leighton | 1999-11-27 | 1 | -53/+104 |
| * | further abstraction involving client states. main client-side code | Luke Leighton | 1999-11-27 | 6 | -156/+208 |
| * | enhanced samuser command to do same thing as enumusers command (-g -u -a) | Luke Leighton | 1999-11-27 | 1 | -34/+117 |
| * | whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few. | Luke Leighton | 1999-11-26 | 3 | -6/+50 |
| * | this file manages client states associated with handles. | Luke Leighton | 1999-11-26 | 1 | -0/+154 |
| * | previous commit added an abstraction function that didn't even have | Luke Leighton | 1999-11-25 | 1 | -67/+18 |
| * | cool! completed a samr* API that _would_ look like an msdn samr* api... | Luke Leighton | 1999-11-25 | 4 | -438/+273 |
| * | registry API moved over to new format. reg_connect() is the top-level | Luke Leighton | 1999-11-24 | 1 | -27/+175 |
| * | service control manager API completed. svcenum -i works, but does not | Luke Leighton | 1999-11-24 | 1 | -18/+80 |
| * | ok. *whew*. this is the first completed part of the restructure. | Luke Leighton | 1999-11-24 | 4 | -17/+22 |
| * | first stages of removing struct cli_state* and uint16 fnum from all | Luke Leighton | 1999-11-24 | 4 | -84/+128 |
| * | rewrote policy handle code to be generic (it's needed for client-side too) | Luke Leighton | 1999-11-24 | 1 | -2/+4 |
| * | attempted a svcset command. password is encrypted / messed up, therefore | Luke Leighton | 1999-11-23 | 1 | -31/+43 |
| * | oops!!!! wrong command!!! | Luke Leighton | 1999-11-23 | 1 | -0/+58 |
| * | shuffling msrpc code around so that it can be used independently of rpcclient | Luke Leighton | 1999-11-23 | 2 | -2/+87 |
| * | you know what? this sort of thing makes me laugh. hmm, what functions | Luke Leighton | 1999-11-21 | 1 | -1/+1 |
| * | hmmm... have to add client-side support in domain_client_validate() to | Luke Leighton | 1999-11-21 | 1 | -10/+30 |
| * | moving create user function into msrpc_samr.c | Luke Leighton | 1999-11-21 | 1 | -0/+56 |
| * | doing a code reshuffle. want to add code to establish trust relationships. | Luke Leighton | 1999-11-20 | 3 | -449/+1606 |
| * | added \PIPE\browser plus experimental brsinfo command. you wouldn't | Luke Leighton | 1999-11-19 | 1 | -0/+89 |
| * | added samuserset2 rpcclient command to test ACB_XXX bit-setting on | Luke Leighton | 1999-11-18 | 1 | -4/+93 |
| * | updating reg_value_info() parsing code to take BUFFER2 instead of just | Luke Leighton | 1999-11-18 | 1 | -3/+4 |
| * | added regqueryval command (experimental) to get reg_io_q_info() and | Luke Leighton | 1999-11-18 | 1 | -4/+3 |
| * | added rpcclient "enumdomains" command. enumerates names of domains | Luke Leighton | 1999-11-15 | 1 | -0/+102 |
| * | debugging rpcclient spoolenum and spooljobs commands. oh, did i forget | Luke Leighton | 1999-11-09 | 2 | -7/+80 |
| * | const feeding frenzy | Luke Leighton | 1999-11-08 | 1 | -15/+19 |
| * | 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 | 1 | -1/+1 |
| * | added command-completion printer enum code. | Luke Leighton | 1999-11-06 | 1 | -1/+1 |
| * | added rpcclient spoolenum command. enumerates printers. | Luke Leighton | 1999-11-06 | 1 | -0/+64 |
| * | spoolss openprinterex / closeprinter client-code. | Luke Leighton | 1999-11-06 | 1 | -0/+163 |
| * | samuserset <username> -p password. YESSSSS :) | Luke Leighton | 1999-11-04 | 1 | -2/+2 |
| * | adding experimental set user password command to rpcclient, it returns | Luke Leighton | 1999-11-04 | 1 | -0/+90 |
| * | created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt(). | Luke Leighton | 1999-11-03 | 1 | -1/+1 |
| * | dynamic mem allocation in enum dom groups and enum dom aliases | Luke Leighton | 1999-11-02 | 2 | -2/+23 |
| * | added lsaenumdomains command. | Luke Leighton | 1999-11-01 | 1 | -0/+143 |
| * | rewrote rpcclient enumaliases command. | Luke Leighton | 1999-11-01 | 1 | -35/+72 |
| * | added rpcclient svcstop <service name> command. gnu readline | Luke Leighton | 1999-11-01 | 1 | -0/+58 |
| * | added yet another rpcclient command: svcstart <service name> [arg0] [arg1] ... | Luke Leighton | 1999-10-31 | 1 | -0/+59 |
| * | added svcinfo <service name> command. | Luke Leighton | 1999-10-31 | 1 | -1/+1 |
| * | NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added. | Luke Leighton | 1999-10-30 | 2 | -1/+78 |
| * | general, drastic improvements to rpcclient. | Luke Leighton | 1999-10-30 | 1 | -7/+11 |
| * | rpcclient regenum key client code rewritten to use higher order functions. | Luke Leighton | 1999-10-29 | 1 | -1/+3 |
| * | more reshuffling of enum groups code. more higher order functions. | Luke Leighton | 1999-10-29 | 1 | -1/+1 |