Age | Commit message (Expand) | Author | Files | Lines |
1999-11-04 | samuserset <username> -p password. YESSSSS :) | Luke Leighton | 8 | -144/+310 |
1999-11-04 | adding experimental set user password command to rpcclient, it returns | Luke Leighton | 12 | -43/+438 |
1999-11-03 | created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt(). | Luke Leighton | 6 | -62/+79 |
1999-11-03 | dynamic mem allocation in net_srv_transport_enum() parsing. | Luke Leighton | 4 | -9/+69 |
1999-11-03 | had to move unistr2_dup(), unistr2_free() and unistr2_copy() into | Luke Leighton | 2 | -34/+34 |
1999-11-03 | three types of array-creation / array-deletion functions: | Luke Leighton | 4 | -35/+66 |
1999-11-02 | added samalias <aliasname> rpcclient command (shows info on alias) | Luke Leighton | 3 | -14/+258 |
1999-11-02 | free up memory allocated by enum dom groups / aliases | Luke Leighton | 1 | -0/+20 |
1999-11-02 | dynamic mem allocation in enum dom groups and enum dom aliases | Luke Leighton | 7 | -58/+114 |
1999-11-02 | yet another attempt to get lsaquerysecret working. | Luke Leighton | 1 | -2/+2 |
1999-11-01 | const char* issues | Luke Leighton | 2 | -4/+8 |
1999-11-01 | added lsaenumdomains command. | Luke Leighton | 6 | -27/+286 |
1999-11-01 | rewrote rpcclient enumaliases command. | Luke Leighton | 7 | -172/+488 |
1999-11-01 | added rpcclient svcstop <service name> command. gnu readline | Luke Leighton | 6 | -2/+215 |
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 | 6 | -6/+184 |
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 | 6 | -60/+179 |
1999-10-30 | connection info level renamed to transport info level | Luke Leighton | 1 | -1/+1 |
1999-10-30 | NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added. | Luke Leighton | 12 | -26/+685 |
1999-10-30 | general, drastic improvements to rpcclient. | Luke Leighton | 7 | -907/+1506 |
1999-10-29 | messing with command-line completion. it sort-of works to be able | Luke Leighton | 2 | -27/+104 |
1999-10-29 | added gnu readline command-line completion to the regenum command. | Luke Leighton | 3 | -61/+174 |
1999-10-29 | rpcclient regenum key client code rewritten to use higher order functions. | Luke Leighton | 7 | -115/+207 |
1999-10-29 | rewrite rpcclient sam enum user code to use higher order functions. | Luke Leighton | 3 | -72/+136 |
1999-10-29 | using #defines for function prototypes | Luke Leighton | 3 | -27/+35 |
1999-10-29 | more reshuffling of enum groups code. more higher order functions. | Luke Leighton | 7 | -48/+153 |
1999-10-29 | added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supported | Luke Leighton | 5 | -7/+166 |
1999-10-29 | using higher-order-function in enum groups as a test. makes it really | Luke Leighton | 1 | -13/+27 |
1999-10-29 | cli_nt_setup_creds() returns uint32 NT status code not a BOOL. | Luke Leighton | 1 | -3/+4 |
1999-10-28 | restructuring sam enum dom groups code to do multiple calls to | Luke Leighton | 3 | -45/+55 |
1999-10-28 | restructuring samr client code. | Luke Leighton | 3 | -114/+154 |
1999-10-28 | removed samr_* variables from info struct. | Luke Leighton | 3 | -193/+209 |
1999-10-28 | rewrote samr enum groups code a bit. | Luke Leighton | 2 | -28/+44 |
1999-10-27 | rewrote api_net_sam_logon() to be a little clearer. | Luke Leighton | 1 | -140/+136 |
1999-10-27 | no CLIX, no !HAVE_READLINE blah blah. argh. | Luke Leighton | 1 | -5/+5 |
1999-10-26 | created samr_query_groupmem() function from existing code. | Luke Leighton | 2 | -24/+79 |
1999-10-26 | adding extra parameter back in to trust account functions (trust account name). | Luke Leighton | 5 | -32/+46 |
1999-10-26 | cut/paste code from smbclient for wait_keyboard() function. oops. | Luke Leighton | 2 | -6/+9 |
1999-10-25 | - typecast malloc / Realloc issues. | Luke Leighton | 20 | -109/+133 |
1999-10-25 | signed / unsigned and typecast issues | Luke Leighton | 4 | -81/+83 |
1999-10-25 | the new CAP_EXTENDED_SECURITY code needed to support NTLMv2. also removed | Luke Leighton | 1 | -1/+1 |
1999-10-25 | one of those wonderful moments when running against a different MSRPC | Luke Leighton | 10 | -79/+133 |
1999-10-21 | the dynamic memory alloc blood-fest goes on... | Luke Leighton | 8 | -27/+106 |
1999-10-21 | turning some of the rpcclient functions dynamic. this is likely to | Luke Leighton | 9 | -131/+274 |
1999-10-21 | various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c. | Luke Leighton | 14 | -282/+210 |
1999-10-21 | split modify_trust_account_password into a separate module. | Luke Leighton | 2 | -1/+212 |
1999-10-21 | use DEBUGADD instead of DEBUG: clears up some of the more verbose trash. | Luke Leighton | 1 | -3/+3 |
1999-10-19 | need status codes from cli_net_req_chal() and cli_net_auth2(). | Luke Leighton | 6 | -96/+119 |
1999-10-19 | oops, added wait_keyboard back, but _this_ time wrapped it with | Luke Leighton | 1 | -1/+31 |