summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed typo in automatic printer install share name.Tim Potter1999-11-081-2/+1
* horrible code to do SMBwriteX / SMBreadX for large MSRPC reads. ARGH!Luke Leighton1999-11-062-94/+128
* missed mem_grow_data callLuke Leighton1999-11-062-1/+3
* added command-completion printer enum code.Luke Leighton1999-11-065-19/+91
* fixed string function for reading in printer_info_N.Luke Leighton1999-11-064-15/+240
* added rpcclient spoolenum command. enumerates printers.Luke Leighton1999-11-069-68/+364
* spoolss openprinterex / closeprinter client-code.Luke Leighton1999-11-068-108/+370
* experimental spoolss rpcclient commandsLuke Leighton1999-11-056-40/+196
* This is an experimental program to shutdown a group of NTws in aLuke Leighton1999-11-051-0/+259
* rpcclient example scripts / programs.Luke Leighton1999-11-051-0/+11
* samuserset <username> -p password. YESSSSS :)Luke Leighton1999-11-048-144/+310
* adding experimental set user password command to rpcclient, it returnsLuke Leighton1999-11-0412-43/+438
* created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt().Luke Leighton1999-11-036-62/+79
* dynamic mem allocation in net_srv_transport_enum() parsing.Luke Leighton1999-11-034-9/+69
* had to move unistr2_dup(), unistr2_free() and unistr2_copy() intoLuke Leighton1999-11-032-34/+34
* three types of array-creation / array-deletion functions:Luke Leighton1999-11-034-35/+66
* added samalias <aliasname> rpcclient command (shows info on alias)Luke Leighton1999-11-023-14/+258
* free up memory allocated by enum dom groups / aliasesLuke Leighton1999-11-021-0/+20
* dynamic mem allocation in enum dom groups and enum dom aliasesLuke Leighton1999-11-027-58/+114
* yet another attempt to get lsaquerysecret working.Luke Leighton1999-11-021-2/+2
* const char* issuesLuke Leighton1999-11-012-4/+8
* added lsaenumdomains command.Luke Leighton1999-11-016-27/+286
* rewrote rpcclient enumaliases command.Luke Leighton1999-11-017-172/+488
* added rpcclient svcstop <service name> command. gnu readlineLuke Leighton1999-11-016-2/+215
* Fixed typo which was preventing the omission of seconds in the 'at' command.Matthew Chapman1999-11-011-1/+1
* added yet another rpcclient command: svcstart <service name> [arg0] [arg1] ...Luke Leighton1999-10-316-6/+184
* command-line completion for new svcinfo commandLuke Leighton1999-10-312-7/+48
* added svcinfo <service name> command.Luke Leighton1999-10-316-60/+179
* connection info level renamed to transport info levelLuke Leighton1999-10-301-1/+1
* NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton1999-10-3012-26/+685
* general, drastic improvements to rpcclient.Luke Leighton1999-10-307-907/+1506
* Updating build specs for TurboLinux 6.0 and laterJohn Terpstra1999-10-302-46/+62
* messing with command-line completion. it sort-of works to be ableLuke Leighton1999-10-292-27/+104
* added gnu readline command-line completion to the regenum command.Luke Leighton1999-10-293-61/+174
* rpcclient regenum key client code rewritten to use higher order functions.Luke Leighton1999-10-297-115/+207
* rewrite rpcclient sam enum user code to use higher order functions.Luke Leighton1999-10-293-72/+136
* using #defines for function prototypesLuke Leighton1999-10-293-27/+35
* more reshuffling of enum groups code. more higher order functions.Luke Leighton1999-10-297-48/+153
* added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supportedLuke Leighton1999-10-295-7/+166
* using higher-order-function in enum groups as a test. makes it reallyLuke Leighton1999-10-291-13/+27
* cli_nt_setup_creds() returns uint32 NT status code not a BOOL.Luke Leighton1999-10-291-3/+4
* restructuring sam enum dom groups code to do multiple calls toLuke Leighton1999-10-283-45/+55
* restructuring samr client code.Luke Leighton1999-10-283-114/+154
* removed samr_* variables from info struct.Luke Leighton1999-10-283-193/+209
* rewrote samr enum groups code a bit.Luke Leighton1999-10-282-28/+44
* rewrote api_net_sam_logon() to be a little clearer.Luke Leighton1999-10-271-140/+136
* no CLIX, no !HAVE_READLINE blah blah. argh.Luke Leighton1999-10-271-5/+5
* created samr_query_groupmem() function from existing code.Luke Leighton1999-10-262-24/+79
* adding extra parameter back in to trust account functions (trust account name).Luke Leighton1999-10-265-32/+46
* cut/paste code from smbclient for wait_keyboard() function. oops.Luke Leighton1999-10-262-6/+9