summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client/cli_lsarpc.c
Commit message (Expand)AuthorAgeFilesLines
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-847/+211
* jerry spotted that get_domain_sids() was being called with the wrongLuke Leighton1999-12-081-2/+1
* ABOUT TIME!!!!!!!!Luke Leighton1999-12-081-4/+4
* cleaning up: removing those horrible references to server listLuke Leighton1999-12-021-10/+8
* first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton1999-11-291-1/+1
* further abstraction involving client states. main client-side codeLuke Leighton1999-11-271-19/+15
* previous commit added an abstraction function that didn't even haveLuke Leighton1999-11-251-67/+18
* ok. *whew*. this is the first completed part of the restructure.Luke Leighton1999-11-241-6/+13
* first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton1999-11-241-44/+111
* shuffling msrpc code around so that it can be used independently of rpcclientLuke Leighton1999-11-231-2/+4
* doing a code reshuffle. want to add code to establish trust relationships.Luke Leighton1999-11-201-0/+179
* dynamic mem allocation in enum dom groups and enum dom aliasesLuke Leighton1999-11-021-2/+2
* added lsaenumdomains command.Luke Leighton1999-11-011-0/+143
* NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton1999-10-301-1/+1
* restructuring samr client code.Luke Leighton1999-10-281-1/+1
* - typecast malloc / Realloc issues.Luke Leighton1999-10-251-3/+3
* turning some of the rpcclient functions dynamic. this is likely toLuke Leighton1999-10-211-1/+1
* error-code checking in lsa_lookup_sids. anonymous connections forLuke Leighton1999-10-011-1/+1
* memory problems associated with when lsalookupsids returnsLuke Leighton1999-09-281-3/+20
* - initialising mach_passwd_file locks to zero (prev. uninit.)Luke Leighton1999-09-121-3/+3
* Fixed LSA Lookup Names. There were a few too many NULL pointers in aMatthew Chapman1999-03-241-2/+2
* valid_pol in lsa_query_secret() needed to be initialised to False.Luke Leighton1999-03-191-1/+1
* querysecret now shows the real, fairdinkum, decrypted secret :-)Matthew Chapman1999-03-191-4/+4
* Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRETMatthew Chapman1999-03-181-0/+115
* Always null-terminate strings.Matthew Chapman1999-02-151-4/+4
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-121-4/+4
* removal of the use of unistrn2 function: replace it with unistr2_to_strLuke Leighton1999-02-091-6/+2
* added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids.Luke Leighton1998-12-141-0/+28
* adding srvsvc pipe.Luke Leighton1998-12-081-1/+1
* removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1998-12-071-10/+10
* - lib/unix_sec_ctxt.cLuke Leighton1998-12-071-1/+4
* - oops, i got "add alias member" and "delete alias member" swapped.Luke Leighton1998-12-041-0/+2
* - renamed do_samr_xxx to samr_xxxLuke Leighton1998-12-041-5/+5
* issues spotted by andrej: %s\\%s not %s\%sLuke Leighton1998-12-021-0/+1
* - adding builtin[alias]db.Luke Leighton1998-11-301-3/+4
* 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-6/+127
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-171-1/+1
* Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1998-11-131-1/+1
* changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1998-11-111-14/+77
* rpcclient interactive login (with trust account changing if you are root)Luke Leighton1998-10-151-2/+2
* lsa_lookup_sids command added. severe debugging needed on lookup_sidsLuke Leighton1998-09-301-4/+77
* added rpcclient programLuke Leighton1998-09-251-10/+10
* "For I have laboured mightily on Luke's code, and hath brokenJeremy Allison1998-03-111-0/+255