summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Expand)AuthorFilesLines
1999-11-01Fixed typo which was preventing the omission of seconds in the 'at' command.Matthew Chapman1-1/+1
1999-10-31added yet another rpcclient command: svcstart <service name> [arg0] [arg1] ...Luke Leighton2-0/+78
1999-10-31command-line completion for new svcinfo commandLuke Leighton2-7/+48
1999-10-31added svcinfo <service name> command.Luke Leighton2-56/+156
1999-10-30connection info level renamed to transport info levelLuke Leighton1-1/+1
1999-10-30NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton4-2/+180
1999-10-30general, drastic improvements to rpcclient.Luke Leighton3-869/+1452
1999-10-29messing with command-line completion. it sort-of works to be ableLuke Leighton2-27/+104
1999-10-29added gnu readline command-line completion to the regenum command.Luke Leighton2-60/+172
1999-10-29rpcclient regenum key client code rewritten to use higher order functions.Luke Leighton2-102/+185
1999-10-29rewrite rpcclient sam enum user code to use higher order functions.Luke Leighton1-68/+123
1999-10-29using #defines for function prototypesLuke Leighton1-24/+24
1999-10-29more reshuffling of enum groups code. more higher order functions.Luke Leighton2-36/+135
1999-10-29using higher-order-function in enum groups as a test. makes it reallyLuke Leighton1-13/+27
1999-10-28restructuring sam enum dom groups code to do multiple calls toLuke Leighton1-18/+25
1999-10-28restructuring samr client code.Luke Leighton1-111/+144
1999-10-28removed samr_* variables from info struct.Luke Leighton1-182/+203
1999-10-28rewrote samr enum groups code a bit.Luke Leighton1-28/+41
1999-10-27no CLIX, no !HAVE_READLINE blah blah. argh.Luke Leighton1-5/+5
1999-10-26created samr_query_groupmem() function from existing code.Luke Leighton1-24/+73
1999-10-26adding extra parameter back in to trust account functions (trust account name).Luke Leighton2-26/+27
1999-10-26cut/paste code from smbclient for wait_keyboard() function. oops.Luke Leighton1-4/+4
1999-10-25- typecast malloc / Realloc issues.Luke Leighton1-2/+2
1999-10-25signed / unsigned and typecast issuesLuke Leighton1-11/+11
1999-10-25one of those wonderful moments when running against a different MSRPCLuke Leighton2-9/+20
1999-10-21the dynamic memory alloc blood-fest goes on...Luke Leighton3-18/+16
1999-10-21turning some of the rpcclient functions dynamic. this is likely toLuke Leighton2-74/+119
1999-10-21various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton2-4/+7
1999-10-19need status codes from cli_net_req_chal() and cli_net_auth2().Luke Leighton1-2/+4
1999-10-19oops, added wait_keyboard back, but _this_ time wrapped it withLuke Leighton1-1/+31
1999-10-15removed unused static wait_keyboard()Luke Leighton1-30/+0
1999-10-01splitting dom info into sam_query_dominfo functionLuke Leighton1-33/+55
1999-10-01permissions on SamrConnect changed to 0x02000000 (maximum allowed)Luke Leighton1-16/+16
1999-10-01error-code checking in lsa_lookup_sids. anonymous connections forLuke Leighton2-17/+28
1999-09-21split matthew's sync command (only currently called from smbpasswd)Luke Leighton1-5/+13
1999-09-16reading in smb server domain name from SMBnegprot responseLuke Leighton1-2/+0
1999-09-14added rpcclient SamrQueryDisplayInfo command "dispinfo"Luke Leighton2-1/+89
1999-09-12restructuringLuke Leighton1-55/+51
1999-09-12using #define reportLuke Leighton1-85/+85
1999-09-12- initialising mach_passwd_file locks to zero (prev. uninit.)Luke Leighton1-21/+19
1999-08-30debugged enumgroups -g optionLuke Leighton1-1/+1
1999-08-30added call to samr_query_groupinfo in enumgroups command (-m option)Luke Leighton1-6/+39
1999-08-29improved "dominfo" rpcclient commandLuke Leighton3-4/+91
1999-08-29added experimental del_groupmem and del_aliasmem commands that were notLuke Leighton2-27/+62
1999-08-18display of session enum infoLuke Leighton2-0/+203
1999-08-18event log update, netsessenum, netconnenum update.Luke Leighton1-2/+2
1999-08-18event log updateLuke Leighton1-7/+8
1999-08-17added some usage info for rpcclient.Luke Leighton1-2/+4
1999-08-03reverted jeremy's c++-like security descriptor modifications as theLuke Leighton2-24/+32
1999-07-22BDC support.Matthew Chapman1-5/+8