summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_lsarpc.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-14Use rpccli_lsa_AddAccountRights in net and rpcclient.Günther Deschner1-3/+17
2008-02-14Add lsaaddpriv and lsadelpriv commands to rpcclient.Günther Deschner1-4/+172
2008-02-14Use rpccli_lsa_LookupPrivValue() in rpcclient.Günther Deschner1-2/+8
2008-02-14Use rpccli_lsa_EnumPrivsAccount() in rpcclient.Günther Deschner1-7/+10
2008-02-14Use rpccli_lsa_EnumAccounts() in net and rpcclient.Günther Deschner1-7/+9
2008-02-13Use rpccli_lsa_EnumTrustDom all over the place.Günther Deschner1-10/+13
2008-02-12Collect all init_lsa_string varients in one place.Günther Deschner1-5/+0
2008-02-11Add cmd_lsa_get_username command to rpcclient.Günther Deschner1-0/+41
2008-02-11Use rpccli_lsa_LookupPrivDisplayName() in net and rpcclient.Günther Deschner1-8/+16
2008-02-11Only call display_lsa_query_info on success in rpcclient.Günther Deschner1-2/+3
2008-02-11Use rpccli_lsa_EnumPrivs() in net and rpcclient.Günther Deschner1-12/+15
2008-02-09Testing revealed some errors, reverting some of the lsa changes.Günther Deschner1-3/+3
2008-02-08Fix rpccli_lsa_QueryTrustedDomainInfoByName() caller in rpcclient.Günther Deschner1-1/+1
2008-02-08Use rpccli_lsa_OpenAccount() in rpcclient.Günther Deschner1-3/+7
2008-02-08Use rpccli_lsa_CreateAccount() in rpcclient.Günther Deschner1-2/+6
2008-02-08Use rpccli_lsa_QueryInfoPolicy and rpccli_lsa_QueryInfoPolicy2 in rpcclient.Günther Deschner1-64/+52
2008-02-04Remove some wrong checks for policy handles in rpcclient.Günther Deschner1-6/+3
2008-02-04Use rpccli_lsa_QuerySecurity() in rpcclient.Günther Deschner1-2/+4
2008-01-15Use NDR_PRINT_UNION_STRING instead of NDR_PRINT_UNION_DEBUG in rpcclient.Günther Deschner1-8/+14
2008-01-14Fix rpcclient display_trust_dom_info().Günther Deschner1-1/+1
2008-01-14Remove some more hand written LSA rpc.Günther Deschner1-3/+6
2008-01-14Use some more pidl generated LSA rpc in rpcclient.Günther Deschner1-59/+46
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke1-5/+5
2007-12-15Replace sid_string_static with sid_string_tosVolker Lendecke1-5/+6
2007-11-27Remove some staticsVolker Lendecke1-1/+2
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-3/+6
2007-10-10r25572: Fix warnings (values are always true).Jelmer Vernooij1-6/+3
2007-10-10r25285: Fix some more callers of unistr2_to_ascii to use the size ofMichael Adam1-4/+4
2007-10-10r25281: Fix a caller of unistr2_to_ascii():Michael Adam1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23628: Add LSA lookupnames_level to rpcclient.Günther Deschner1-0/+52
2007-10-10r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().Günther Deschner1-2/+2
2007-10-10r19013: Fix some 64-bit warnings.Volker Lendecke1-2/+2
2007-10-10r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()Gerald Carter1-18/+18
2007-10-10r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij1-1/+1
2007-10-10r18271: Big change:Gerald Carter1-3/+3
2007-10-10r18188: merge 3.0-libndr branchJelmer Vernooij1-2/+2
2007-10-10r16644: Fix bug #3887 reported by jason@ncac.gwu.eduJeremy Allison1-3/+3
2007-10-10r15553: minor rpcclient cleanup: length is already set in data_blob.Günther Deschner1-3/+0
2007-10-10r15041: Adding rpc client calls to manipulate auditing policies on remote CIFSGünther Deschner1-41/+115
2007-10-10r14144: allow to set sec_info in rpcclients lsa_query_secobj.Günther Deschner1-3/+6
2007-10-10r13316: Let the carnage begin....Gerald Carter1-2/+2
2007-10-10r12131: Fix it really, this time :)Günther Deschner1-2/+2
2007-10-10r12130: display domain GUID.Günther Deschner1-1/+1
2007-10-10r11858: Fill in the clientside TRUSTED_DOMAIN_INFO_EX query.Günther Deschner1-1/+15
2007-10-10r11857: Fix the build.Günther Deschner1-1/+1
2007-10-10r11286: Fix a potential segfaultVolker Lendecke1-7/+10
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-81/+96
2007-10-10r7537: Print passwords in display charset.Günther Deschner1-2/+2