summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_lsarpc.c
AgeCommit message (Expand)AuthorFilesLines
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-1/+0
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-216/+57
1999-11-27remove use of client_info lsa_info_pol.Luke Leighton1-13/+17
1999-11-24ok. *whew*. this is the first completed part of the restructure.Luke Leighton1-4/+4
1999-11-24first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton1-57/+19
1999-11-23shuffling msrpc code around so that it can be used independently of rpcclientLuke Leighton1-39/+2
1999-11-22another two.Luke Leighton1-28/+30
1999-11-22okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton1-5/+5
1999-11-04adding experimental set user password command to rpcclient, it returnsLuke Leighton1-2/+2
1999-11-02yet another attempt to get lsaquerysecret working.Luke Leighton1-2/+2
1999-11-01added lsaenumdomains command.Luke Leighton1-3/+69
1999-10-30NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton1-2/+2
1999-10-25- typecast malloc / Realloc issues.Luke Leighton1-2/+2
1999-10-21the dynamic memory alloc blood-fest goes on...Luke Leighton1-1/+1
1999-09-12- initialising mach_passwd_file locks to zero (prev. uninit.)Luke Leighton1-21/+19
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 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