Age | Commit message (Expand) | Author | Files | Lines |
1999-11-16 | added another dummy key so that NT5 can check in the registry whether | Luke Leighton | 1 | -1/+2 |
1999-11-16 | oops, mistake in parsing command-arguments. repeated calls to | Luke Leighton | 1 | -1/+1 |
1999-11-16 | Shirish Kalele <kalele@veritas.com> noticed that NT workstations are | Luke Leighton | 1 | -18/+51 |
1999-11-16 | Changes to implement NET_AUTH based on NET_AUTH2, to get Win2000 | Richard Sharpe | 3 | -4/+151 |
1999-11-15 | added server-side samr enum domains. fixed some parsing issues, server-side. | Luke Leighton | 4 | -16/+90 |
1999-11-15 | added rpcclient "enumdomains" command. enumerates names of domains | Luke Leighton | 7 | -1/+457 |
1999-11-15 | - added DCE/RPC "fault" PDU support. | Luke Leighton | 11 | -16/+152 |
1999-11-12 | split array-handling functions into separate module. | Luke Leighton | 3 | -224/+249 |
1999-11-09 | debugging rpcclient spoolenum and spooljobs commands. oh, did i forget | Luke Leighton | 10 | -103/+580 |
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 | preparation for doing a spoolss enum jobs command. had to rewrite | Luke Leighton | 6 | -187/+310 |
1999-11-08 | const feeding frenzy | Luke Leighton | 13 | -556/+662 |
1999-11-08 | const feeding frenzy | Luke Leighton | 2 | -74/+76 |
1999-11-06 | horrible code to do SMBwriteX / SMBreadX for large MSRPC reads. ARGH! | Luke Leighton | 2 | -94/+128 |
1999-11-06 | missed mem_grow_data call | Luke Leighton | 2 | -1/+3 |
1999-11-06 | added command-completion printer enum code. | Luke Leighton | 5 | -19/+91 |
1999-11-06 | fixed string function for reading in printer_info_N. | Luke Leighton | 4 | -15/+240 |
1999-11-06 | added rpcclient spoolenum command. enumerates printers. | Luke Leighton | 9 | -68/+364 |
1999-11-06 | spoolss openprinterex / closeprinter client-code. | Luke Leighton | 8 | -108/+370 |
1999-11-05 | experimental spoolss rpcclient commands | Luke Leighton | 6 | -40/+196 |
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 |