summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_lsarpc.c
AgeCommit message (Expand)AuthorFilesLines
1999-03-18matt,Luke Leighton1-1/+1
1999-03-18Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRETMatthew Chapman1-0/+69
1999-02-11uninitialised pointer being freed if lookupnames failed. oops.Luke Leighton1-1/+1
1998-12-14added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids.Luke Leighton1-2/+2
1998-12-08adding srvsvc pipe.Luke Leighton1-2/+2
1998-12-07removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1-16/+19
1998-12-04- renamed do_samr_xxx to samr_xxxLuke Leighton1-10/+10
1998-11-29weekend work. user / group database API.Luke Leighton1-1/+1
1998-11-25LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton1-1/+91
1998-11-11changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1-36/+54
1998-10-16rpc client mods (ntlmssp flags)Luke Leighton1-2/+2
1998-10-01Fix another possibly unitialized variable ...Richard Sharpe1-1/+1
1998-09-30lsa_lookup_sids command added. severe debugging needed on lookup_sidsLuke Leighton1-2/+83
1998-09-25added rpcclient programLuke Leighton1-0/+119