summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient/cmd_lsarpc.c
Commit message (Expand)AuthorAgeFilesLines
* shuffling msrpc code around so that it can be used independently of rpcclientLuke Leighton1999-11-231-39/+2
* another two.Luke Leighton1999-11-221-28/+30
* okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton1999-11-221-5/+5
* adding experimental set user password command to rpcclient, it returnsLuke Leighton1999-11-041-2/+2
* yet another attempt to get lsaquerysecret working.Luke Leighton1999-11-021-2/+2
* added lsaenumdomains command.Luke Leighton1999-11-011-3/+69
* NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton1999-10-301-2/+2
* - typecast malloc / Realloc issues.Luke Leighton1999-10-251-2/+2
* the dynamic memory alloc blood-fest goes on...Luke Leighton1999-10-211-1/+1
* - initialising mach_passwd_file locks to zero (prev. uninit.)Luke Leighton1999-09-121-21/+19
* querysecret now shows the real, fairdinkum, decrypted secret :-)Matthew Chapman1999-03-191-8/+10
* double-checked the return results from new querysecret command, correctedLuke Leighton1999-03-181-2/+2
* matt,Luke Leighton1999-03-181-1/+1
* Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRETMatthew Chapman1999-03-181-0/+69
* uninitialised pointer being freed if lookupnames failed. oops.Luke Leighton1999-02-111-1/+1
* added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids.Luke Leighton1998-12-141-2/+2
* adding srvsvc pipe.Luke Leighton1998-12-081-2/+2
* removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1998-12-071-16/+19
* - renamed do_samr_xxx to samr_xxxLuke Leighton1998-12-041-10/+10
* weekend work. user / group database API.Luke Leighton1998-11-291-1/+1
* LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton1998-11-251-1/+91
* changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1998-11-111-36/+54
* rpc client mods (ntlmssp flags)Luke Leighton1998-10-161-2/+2
* Fix another possibly unitialized variable ...Richard Sharpe1998-10-011-1/+1
* lsa_lookup_sids command added. severe debugging needed on lookup_sidsLuke Leighton1998-09-301-2/+83
* added rpcclient programLuke Leighton1998-09-251-0/+119