summaryrefslogtreecommitdiff
path: root/source3/rpc_client
AgeCommit message (Expand)AuthorFilesLines
1999-11-03created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt().Luke Leighton1-1/+1
1999-11-02dynamic mem allocation in enum dom groups and enum dom aliasesLuke Leighton2-2/+23
1999-11-01added lsaenumdomains command.Luke Leighton1-0/+143
1999-11-01rewrote rpcclient enumaliases command.Luke Leighton1-35/+72
1999-11-01added rpcclient svcstop <service name> command. gnu readlineLuke Leighton1-0/+58
1999-10-31added yet another rpcclient command: svcstart <service name> [arg0] [arg1] ...Luke Leighton1-0/+59
1999-10-31added svcinfo <service name> command.Luke Leighton1-1/+1
1999-10-30NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton2-1/+78
1999-10-30general, drastic improvements to rpcclient.Luke Leighton1-7/+11
1999-10-29rpcclient regenum key client code rewritten to use higher order functions.Luke Leighton1-1/+3
1999-10-29more reshuffling of enum groups code. more higher order functions.Luke Leighton1-1/+1
1999-10-29added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supportedLuke Leighton1-0/+65
1999-10-28restructuring sam enum dom groups code to do multiple calls toLuke Leighton1-25/+28
1999-10-28restructuring samr client code.Luke Leighton1-1/+1
1999-10-26adding extra parameter back in to trust account functions (trust account name).Luke Leighton2-5/+12
1999-10-25- typecast malloc / Realloc issues.Luke Leighton3-6/+6
1999-10-25signed / unsigned and typecast issuesLuke Leighton1-13/+13
1999-10-25one of those wonderful moments when running against a different MSRPCLuke Leighton2-19/+40
1999-10-21the dynamic memory alloc blood-fest goes on...Luke Leighton1-5/+6
1999-10-21turning some of the rpcclient functions dynamic. this is likely toLuke Leighton2-16/+26
1999-10-21various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton6-257/+108
1999-10-19need status codes from cli_net_req_chal() and cli_net_auth2().Luke Leighton2-87/+103
1999-10-15renamed "class" local variable to avoid global clashLuke Leighton1-2/+2
1999-10-14adding CAP_EXTENDED_SECURITY support in a hurry last week. forgot toLuke Leighton1-29/+0
1999-10-07- added rudimentary CAP_UNICODE support because i thought it was part ofLuke Leighton1-14/+31
1999-10-01error-code checking in lsa_lookup_sids. anonymous connections forLuke Leighton1-1/+1
1999-09-28memory problems associated with when lsalookupsids returnsLuke Leighton1-3/+20
1999-09-21split matthew's sync command (only currently called from smbpasswd)Luke Leighton2-73/+109
1999-09-21testing for attempts to get more info levels into samr_query_userinfoLuke Leighton1-6/+4
1999-09-15use DEBUGLEVEL not DEBUGLVL()Luke Leighton1-1/+1
1999-09-14added rpcclient SamrQueryDisplayInfo command "dispinfo"Luke Leighton1-0/+70
1999-09-12- initialising mach_passwd_file locks to zero (prev. uninit.)Luke Leighton2-4/+4
1999-08-31matthew chapman identified 4 previously unknown samr functions.Luke Leighton1-1/+1
1999-08-30added call to samr_query_groupinfo in enumgroups command (-m option)Luke Leighton1-0/+57
1999-08-29improved "dominfo" rpcclient commandLuke Leighton1-1/+3
1999-08-18Don't print out a message in svcenum command for the ERRmoredataTim Potter1-4/+7
1999-08-18event log update, netsessenum, netconnenum update.Luke Leighton1-4/+4
1999-08-18event log updateLuke Leighton1-1/+1
1999-08-03reverted jeremy's c++-like security descriptor modifications as theLuke Leighton1-27/+16
1999-07-26renaming AUTH VERIFIER to AUTH NTLMSSP VERIFIER. ready for addingLuke Leighton1-14/+14
1999-07-22BDC support.Matthew Chapman2-17/+76
1999-07-21BDC support.Luke Leighton1-39/+11
1999-07-06use of safe_cli_errstr() and cli_establish_connection().Luke Leighton2-129/+114
1999-06-29improving authentication code (tidyup).Luke Leighton1-4/+5
1999-06-24safe string error reporting functions (found a potential buffer overflowLuke Leighton2-9/+28
1999-06-02Some more BDC-related fixes, mainly to the NET_SAM_SYNC RPC with respectMatthew Chapman1-4/+85
1999-05-03Added a new command to rpcclient: eventlog <log> where <log> is System,Jean-François Micouleau1-0/+201
1999-05-01Adding "time" rpcclient command which displays the remote time.Matthew Chapman1-0/+56
1999-04-23Adding scheduler control pipe (\atsvc), client-side routines, and rpcclientMatthew Chapman1-0/+238
1999-04-08Mainly BDC-related changes.Matthew Chapman3-10/+67