summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_lsarpc.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r7391: - Added client-support for various lsa_query_trust_dom_info-calls and aGünther Deschner1-0/+188
2007-10-10r5726: merge LsaLookupPrivValue() code from trunkGerald Carter1-4/+8
2007-10-10r5592: Oops, accidentally committed test version of rpcclient. Reverting cha...Jim McDonough1-6/+5
2007-10-10r5591: Implement "net rpc trustdom del", including client side ofJim McDonough1-5/+6
2007-10-10r4933: List not only the first 10 trusts with rpcclient -c enumtrust.Volker Lendecke1-16/+22
2007-10-10r4821: finish off 'net rpc rights [list|grant|revoke]'Gerald Carter1-1/+1
2007-10-10r4742: add server support for lsa_add/remove_account_rights() and fix some pa...Gerald Carter1-1/+6
2007-10-10r4736: small set of merges from rtunk to minimize the diffsGerald Carter1-0/+43
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2007-10-10r196: merging struct uuid from trunkGerald Carter1-2/+2
2004-01-08This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett1-11/+15
2003-03-18Merge of waider's rpcclient return type patch.Tim Potter1-13/+13
2003-02-25Merge: const fixes.Tim Potter1-14/+14
2003-02-18Check return code of string_to_sid. (Merge from HEAD)Martin Pool1-2/+5
2003-01-29Merge tridge's client priv code from HEAD.Jeremy Allison1-11/+56
2003-01-28Merging tridge's privillage client changes from HEAD.Jeremy Allison1-0/+74