summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client/cli_lsarpc.c
Commit message (Expand)AuthorAgeFilesLines
* s3-rpc_client: fix non initialized structure in rpccli_lsa_lookup_sids_noalloc.Günther Deschner2009-09-181-0/+2
* s3-rpc_client: add rpccli_lsa_lookup_sids3 wrapper.Günther Deschner2009-09-141-17/+74
* s3-rpc_client: add rpccli_lsa_lookup_names4 wrapper.Günther Deschner2009-09-141-23/+75
* s3: remove POLICY_HND.Günther Deschner2009-03-181-5/+5
* s3-lsa: avoid all init_lsa* functions.Günther Deschner2009-01-061-32/+20
* Remove some fully outdated sample codeVolker Lendecke2008-07-211-102/+0
* Move srv_name_slash from cli_state to rpc_pipe_clientVolker Lendecke2008-04-201-1/+1
* Fix rpccli_lsa_lookup_sids_noalloc.Günther Deschner2008-04-031-3/+11
* Use existing srv_name_slash.Günther Deschner2008-03-121-2/+1
* Fix coverity ID 525, 526, 527, 528, 529 and 530Volker Lendecke2008-03-051-19/+21
* Add my copyright.Günther Deschner2008-02-271-0/+1
* Use rpccli_lsa_LookupSids() in rpccli_lsa_lookup_sids_noalloc().Günther Deschner2008-02-181-31/+36
* Use rpccli_lsa_LookupNames() inside of rpccli_lsa_lookup_names.Günther Deschner2008-02-181-25/+26
* Remove unused marshalling for LSA_REMOVE_ACCT_RIGHTS.Günther Deschner2008-02-141-35/+0
* Remove unused marshalling for LSA_ENUM_ACCT_RIGHTS.Günther Deschner2008-02-141-70/+0
* Remove unused marshalling for LSA_ADD_ACCT_RIGHTS.Günther Deschner2008-02-141-36/+0
* Remove unused marshalling for LSA_LOOKUP_PRIV_VALUE.Günther Deschner2008-02-141-40/+0
* Remove unused marshalling for LSA_ENUMPRIVSACCOUNT.Günther Deschner2008-02-141-56/+0
* Remove unused marshalling for LSA_ENUM_ACCOUNTS.Günther Deschner2008-02-141-56/+0
* Remove unused marshalling for LSA_ENUM_TRUST_DOM.Günther Deschner2008-02-131-85/+0
* Remove unused marshalling for LSA_PRIV_GET_DISPNAME.Günther Deschner2008-02-111-40/+0
* Let rpccli_lsa_open_policy[2] be convenience wrappers around their pidl equiv...Günther Deschner2008-02-111-62/+49
* Remove unused marshalling for LSA_ENUM_PRIVS.Günther Deschner2008-02-111-75/+0
* Remove unused marshalling for LSA_OPENACCOUNT.Günther Deschner2008-02-081-38/+0
* Remove unused marshalling for LSA_CREATEACCOUNT.Günther Deschner2008-02-081-43/+0
* Remove unused marshalling for LSA_QUERY_INFO.Günther Deschner2008-02-081-87/+0
* Remove unused marshalling for LSA_QUERY_INFO2.Günther Deschner2008-02-081-96/+0
* Remove rpccli_lsa_query_info_policy_new and rpccli_lsa_query_info_policy_new2.Günther Deschner2008-02-081-70/+0
* Remove unused marshalling for LSA_QUERY_SEC_OBJ.Günther Deschner2008-02-041-42/+0
* Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic...Günther Deschner2008-01-151-3/+5
* Remove old lsa set info policy call.Günther Deschner2008-01-141-35/+0
* Remove some more hand written LSA rpc.Günther Deschner2008-01-141-108/+0
* Start removing hand-written lsa marshalling code (namelyGünther Deschner2008-01-141-111/+0
* Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison2007-11-271-5/+5
* More pstring elimination.Jeremy Allison2007-11-201-2/+1
* Fix a mismatched interface where we were usingJeremy Allison2007-10-251-5/+5
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-5/+5
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-26/+26
* r25254: Add my C - MichaelMichael Adam2007-10-101-0/+1
* r25247: Rename the rpccli_lsa_lookup_sids_all() function to rpccli_lsa_lookup...Michael Adam2007-10-101-120/+12
* r25226: Get rid of more red bars...Michael Adam2007-10-101-96/+96
* r25225: Add a debug message.Michael Adam2007-10-101-0/+3
* r25224: Fix a potential segfault in lsa_lookupsids client code due toMichael Adam2007-10-101-1/+4
* r25223: Fix behaviour of rpccli_lsa_lookupsids_all() whenMichael Adam2007-10-101-5/+11
* r24784: Initialize uninitalized data to prevent segfaults.Michael Adam2007-10-101-0/+5
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().Günther Deschner2007-10-101-1/+2
* r23400: Fix lsa crash bug #4683. The "names" enum structJeremy Allison2007-10-101-13/+7
* r23082: Ooops - that portion of the last checkin was by accident.Michael Adam2007-10-101-2/+2