summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client/cli_lsarpc.c
Commit message (Expand)AuthorAgeFilesLines
* s3-rpc_client: Added dcerpc_lsa_lookup_sids and dcerpc_lsa_lookup_sids3.Andreas Schneider2011-01-101-57/+148
* s3-rpc_client: Added dcerpc_lsa_open_policy2.Andreas Schneider2011-01-101-11/+37
* s3-rpc_client: Added dcerpc_lsa_open_policy.Andreas Schneider2011-01-101-9/+34
* s3: Correctly calculate the wbinfo -s resultVolker Lendecke2010-11-241-9/+25
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-1/+1
* s3-util: use shared dom_sid_dup.Günther Deschner2010-09-201-1/+2
* s3-lsa: separate out init_lsa headers.Günther Deschner2010-08-251-0/+1
* s3-rpc_client: Use the right memory context for array elements.Andreas Schneider2010-07-051-3/+3
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-10/+10
* s3-rpc_client: move protos to cli_lsarpc.hGünther Deschner2010-05-181-0/+1
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-261-0/+1
* fix bogus "out of memory" winbind msgVolker Lendecke2009-11-131-1/+2
* 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