summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Expand)AuthorFilesLines
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
1999-07-21BDC support.Luke Leighton2-1/+98
1999-07-21use pstring for at command instead of fstringLuke Leighton1-6/+6
1999-07-09Partial GNU readline support for rpcclient. Only command line historyTim Potter1-0/+119
1999-06-29improving authentication code (tidyup).Luke Leighton1-0/+2
1999-06-24safe string error reporting functions (found a potential buffer overflowLuke Leighton1-2/+0
1999-06-02Some more BDC-related fixes, mainly to the NET_SAM_SYNC RPC with respectMatthew Chapman1-22/+1
1999-05-07had to move day display names into lib/util, to get rpctorture to compile.Luke Leighton1-2/+2
1999-05-03last part of RPC api change.Jean-François Micouleau2-0/+77
1999-05-03Added a new command to rpcclient: eventlog <log> where <log> is System,Jean-François Micouleau1-0/+94
1999-05-01Adding "time" rpcclient command which displays the remote time.Matthew Chapman4-20/+101
1999-04-23New rpcclient command "at" for NT scheduler control, a slightly improvedMatthew Chapman3-0/+494
1999-04-11Fixed rpcclient's samuser command.Matthew Chapman1-37/+35
1999-04-08Mainly BDC-related changes.Matthew Chapman3-2/+31
1999-03-19added a "createuser" command.Luke Leighton2-27/+115
1999-03-19querysecret now shows the real, fairdinkum, decrypted secret :-)Matthew Chapman1-8/+10
1999-03-18double-checked the return results from new querysecret command, correctedLuke Leighton1-2/+2
1999-03-18matt,Luke Leighton1-1/+1
1999-03-18Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRETMatthew Chapman2-0/+70
1999-03-12new "domtrust" test command. r&d into inter-domain trust accounts.Luke Leighton2-1/+44
1999-03-09reverted access control flags in enum commands.Luke Leighton1-3/+3
1999-03-08- todd sabin spotted bugs in samr enum dom users / groups / aliases code:Luke Leighton1-125/+156
1999-03-08oops, accidentally committed clear-text password reading last week.Luke Leighton1-1/+1
1999-03-01improving syntax / useability of rpcclient "shutdown" command:Luke Leighton2-10/+26
1999-02-24Added "lookupdomain" rpcclient command. Not particularly useful currentlyMatthew Chapman1-0/+1
1999-02-24Win9x user level security.Matthew Chapman1-41/+97
1999-02-23added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton2-32/+24
1999-02-16rpcclient shutdown commandLuke Leighton2-0/+46
1999-02-16bitmap to stringsLuke Leighton1-16/+14
1999-02-15Always null-terminate strings.Matthew Chapman2-35/+35
1999-02-12Cut and paste error.Matthew Chapman1-9/+9
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman2-36/+86
1999-02-11enum dom users buffer was 0x80 not 0x8000. must fix "enumeration" codeLuke Leighton1-1/+1
1999-02-11uninitialised pointer being freed if lookupnames failed. oops.Luke Leighton1-1/+1
1999-02-09removal of the use of unistrn2 function: replace it with unistr2_to_strLuke Leighton1-25/+25
1999-01-29fix for enumerate domain users (bug spotted by sean matthews).Luke Leighton1-6/+6
1999-01-28rpcclient "Service Control Manager" svcenum [-i] command.Luke Leighton3-6/+94
1999-01-27Service Control Manager - service enumeration.Luke Leighton2-30/+45
1999-01-27set_port warning / unused / global/local variable overlap issuesLuke Leighton1-5/+5
1999-01-27- got client code cleartext passwords working again in cli_session_setup.Luke Leighton1-1/+2
1998-12-14added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids.Luke Leighton3-4/+5
1998-12-09adding some enumerate services code, client and server.Luke Leighton1-1/+11
1998-12-08adding "Service Control Manager" commands to rpcclient.Luke Leighton2-0/+120
1998-12-08adding srvsvc pipe.Luke Leighton1-2/+2
1998-12-07issues spotted by herb.Luke Leighton1-2/+2
1998-12-07bugs in rpcclient. add_aliasmem uses a DOM_SID2 not a DOM_SID.Luke Leighton1-8/+8