summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client
Commit message (Expand)AuthorAgeFilesLines
...
* added \PIPE\browser plus experimental brsinfo command. you wouldn'tLuke Leighton1999-11-191-0/+89
* added samuserset2 rpcclient command to test ACB_XXX bit-setting onLuke Leighton1999-11-181-4/+93
* updating reg_value_info() parsing code to take BUFFER2 instead of justLuke Leighton1999-11-181-3/+4
* added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1999-11-181-4/+3
* added rpcclient "enumdomains" command. enumerates names of domainsLuke Leighton1999-11-151-0/+102
* debugging rpcclient spoolenum and spooljobs commands. oh, did i forgetLuke Leighton1999-11-092-7/+80
* const feeding frenzyLuke Leighton1999-11-081-15/+19
* horrible code to do SMBwriteX / SMBreadX for large MSRPC reads. ARGH!Luke Leighton1999-11-062-94/+128
* missed mem_grow_data callLuke Leighton1999-11-061-1/+1
* added command-completion printer enum code.Luke Leighton1999-11-061-1/+1
* added rpcclient spoolenum command. enumerates printers.Luke Leighton1999-11-061-0/+64
* spoolss openprinterex / closeprinter client-code.Luke Leighton1999-11-061-0/+163
* samuserset <username> -p password. YESSSSS :)Luke Leighton1999-11-041-2/+2
* adding experimental set user password command to rpcclient, it returnsLuke Leighton1999-11-041-0/+90
* created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt().Luke Leighton1999-11-031-1/+1
* dynamic mem allocation in enum dom groups and enum dom aliasesLuke Leighton1999-11-022-2/+23
* added lsaenumdomains command.Luke Leighton1999-11-011-0/+143
* rewrote rpcclient enumaliases command.Luke Leighton1999-11-011-35/+72
* added rpcclient svcstop <service name> command. gnu readlineLuke Leighton1999-11-011-0/+58
* added yet another rpcclient command: svcstart <service name> [arg0] [arg1] ...Luke Leighton1999-10-311-0/+59
* added svcinfo <service name> command.Luke Leighton1999-10-311-1/+1
* NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton1999-10-302-1/+78
* general, drastic improvements to rpcclient.Luke Leighton1999-10-301-7/+11
* rpcclient regenum key client code rewritten to use higher order functions.Luke Leighton1999-10-291-1/+3
* more reshuffling of enum groups code. more higher order functions.Luke Leighton1999-10-291-1/+1
* added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supportedLuke Leighton1999-10-291-0/+65
* restructuring sam enum dom groups code to do multiple calls toLuke Leighton1999-10-281-25/+28
* restructuring samr client code.Luke Leighton1999-10-281-1/+1
* adding extra parameter back in to trust account functions (trust account name).Luke Leighton1999-10-262-5/+12
* - typecast malloc / Realloc issues.Luke Leighton1999-10-253-6/+6
* signed / unsigned and typecast issuesLuke Leighton1999-10-251-13/+13
* one of those wonderful moments when running against a different MSRPCLuke Leighton1999-10-252-19/+40
* the dynamic memory alloc blood-fest goes on...Luke Leighton1999-10-211-5/+6
* turning some of the rpcclient functions dynamic. this is likely toLuke Leighton1999-10-212-16/+26
* various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1999-10-216-257/+108
* need status codes from cli_net_req_chal() and cli_net_auth2().Luke Leighton1999-10-192-87/+103
* renamed "class" local variable to avoid global clashLuke Leighton1999-10-151-2/+2
* adding CAP_EXTENDED_SECURITY support in a hurry last week. forgot toLuke Leighton1999-10-141-29/+0
* - added rudimentary CAP_UNICODE support because i thought it was part ofLuke Leighton1999-10-071-14/+31
* error-code checking in lsa_lookup_sids. anonymous connections forLuke Leighton1999-10-011-1/+1
* memory problems associated with when lsalookupsids returnsLuke Leighton1999-09-281-3/+20
* split matthew's sync command (only currently called from smbpasswd)Luke Leighton1999-09-212-73/+109
* testing for attempts to get more info levels into samr_query_userinfoLuke Leighton1999-09-211-6/+4
* use DEBUGLEVEL not DEBUGLVL()Luke Leighton1999-09-151-1/+1
* added rpcclient SamrQueryDisplayInfo command "dispinfo"Luke Leighton1999-09-141-0/+70
* - initialising mach_passwd_file locks to zero (prev. uninit.)Luke Leighton1999-09-122-4/+4
* matthew chapman identified 4 previously unknown samr functions.Luke Leighton1999-08-311-1/+1
* added call to samr_query_groupinfo in enumgroups command (-m option)Luke Leighton1999-08-301-0/+57
* improved "dominfo" rpcclient commandLuke Leighton1999-08-291-1/+3
* Don't print out a message in svcenum command for the ERRmoredataTim Potter1999-08-181-4/+7