summaryrefslogtreecommitdiffstats
path: root/source/rpcclient/cmd_lsarpc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 5840: Segfault in "rpcclient lsaaddacctrights"Volker Lendecke2008-12-091-1/+1
* Revert "Fix bug 5840: Segfault in "rpcclient lsaaddacctrights""Karolin Seeger2008-11-171-1/+1
* Fix bug 5840: Segfault in "rpcclient lsaaddacctrights"Volker Lendecke2008-10-231-1/+1
* Fix lsa_QueryTrustedDomainInfo caller.Günther Deschner2008-04-121-2/+2
* Fix lsa_TrustedDomainInfo callers.Günther Deschner2008-04-121-4/+4
* Add my copyright.Günther Deschner2008-02-271-0/+1
* Use new LSA_POLICY defines in lsa rpc server code and other places.Günther Deschner2008-02-271-1/+1
* Use rpccli_lsa_RemoveAccountRights() in net and rpcclient.Günther Deschner2008-02-141-3/+18
* Use rpccli_lsa_EnumAccountRights in net and rpcclient.Günther Deschner2008-02-141-7/+8
* Use rpccli_lsa_AddAccountRights in net and rpcclient.Günther Deschner2008-02-141-3/+17
* Add lsaaddpriv and lsadelpriv commands to rpcclient.Günther Deschner2008-02-141-4/+172
* Use rpccli_lsa_LookupPrivValue() in rpcclient.Günther Deschner2008-02-141-2/+8
* Use rpccli_lsa_EnumPrivsAccount() in rpcclient.Günther Deschner2008-02-141-7/+10
* Use rpccli_lsa_EnumAccounts() in net and rpcclient.Günther Deschner2008-02-141-7/+9
* Use rpccli_lsa_EnumTrustDom all over the place.Günther Deschner2008-02-131-10/+13
* Collect all init_lsa_string varients in one place.Günther Deschner2008-02-121-5/+0
* Add cmd_lsa_get_username command to rpcclient.Günther Deschner2008-02-111-0/+41
* Use rpccli_lsa_LookupPrivDisplayName() in net and rpcclient.Günther Deschner2008-02-111-8/+16
* Only call display_lsa_query_info on success in rpcclient.Günther Deschner2008-02-111-2/+3
* Use rpccli_lsa_EnumPrivs() in net and rpcclient.Günther Deschner2008-02-111-12/+15
* Testing revealed some errors, reverting some of the lsa changes.Günther Deschner2008-02-091-3/+3
* Fix rpccli_lsa_QueryTrustedDomainInfoByName() caller in rpcclient.Günther Deschner2008-02-081-1/+1
* Use rpccli_lsa_OpenAccount() in rpcclient.Günther Deschner2008-02-081-3/+7
* Use rpccli_lsa_CreateAccount() in rpcclient.Günther Deschner2008-02-081-2/+6
* Use rpccli_lsa_QueryInfoPolicy and rpccli_lsa_QueryInfoPolicy2 in rpcclient.Günther Deschner2008-02-081-64/+52
* Remove some wrong checks for policy handles in rpcclient.Günther Deschner2008-02-041-6/+3
* Use rpccli_lsa_QuerySecurity() in rpcclient.Günther Deschner2008-02-041-2/+4
* Use NDR_PRINT_UNION_STRING instead of NDR_PRINT_UNION_DEBUG in rpcclient.Günther Deschner2008-01-151-8/+14
* Fix rpcclient display_trust_dom_info().Günther Deschner2008-01-141-1/+1
* Remove some more hand written LSA rpc.Günther Deschner2008-01-141-3/+6
* Use some more pidl generated LSA rpc in rpcclient.Günther Deschner2008-01-141-59/+46
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-151-5/+5
* Replace sid_string_static with sid_string_tosVolker Lendecke2007-12-151-5/+6
* Remove some staticsVolker Lendecke2007-11-271-1/+2
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-3/+6
* r25572: Fix warnings (values are always true).Jelmer Vernooij2007-10-101-6/+3
* r25285: Fix some more callers of unistr2_to_ascii to use the size ofMichael Adam2007-10-101-4/+4
* r25281: Fix a caller of unistr2_to_ascii():Michael Adam2007-10-101-1/+1
* 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
* r23628: Add LSA lookupnames_level to rpcclient.Günther Deschner2007-10-101-0/+52
* r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().Günther Deschner2007-10-101-2/+2
* r19013: Fix some 64-bit warnings.Volker Lendecke2007-10-101-2/+2
* r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()Gerald Carter2007-10-101-18/+18
* r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij2007-10-101-1/+1
* r18271: Big change:Gerald Carter2007-10-101-3/+3
* r18188: merge 3.0-libndr branchJelmer Vernooij2007-10-101-2/+2
* r16644: Fix bug #3887 reported by jason@ncac.gwu.eduJeremy Allison2007-10-101-3/+3
* r15553: minor rpcclient cleanup: length is already set in data_blob.Günther Deschner2007-10-101-3/+0
* r15041: Adding rpc client calls to manipulate auditing policies on remote CIFSGünther Deschner2007-10-101-41/+115