summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_lsarpc.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()Gerald Carter1-8/+0
2007-10-10r18654: Rename "struct uuid" => "struct GUID" for consistency.Jelmer Vernooij1-3/+3
2007-10-10r18405: Now that POLICY_HND == struct policy_handle, we canGerald Carter1-8/+1
2007-10-10r18404: * swap from POLICY_HND to the struct policy_handle from ndr/misc.hGerald Carter1-10/+0
2007-10-10r18397: Change rpccli_lsa_close() as a wrapper for the autogeneratedGerald Carter1-25/+8
2007-10-10r18271: Big change:Gerald Carter1-6/+6
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-19/+19
2007-10-10r16644: Fix bug #3887 reported by jason@ncac.gwu.eduJeremy Allison1-6/+8
2007-10-10r16335: Fix Klocwork IDs 107 108 109 111 112 113 114 116 117 118 121Volker Lendecke1-0/+6
2007-10-10r15041: Adding rpc client calls to manipulate auditing policies on remote CIFSGünther Deschner1-17/+122
2007-10-10r14784: Fix coverity bug #274. Null deref.Jeremy Allison1-12/+33
2007-10-10r13475: Fix erroneous initialization caused by my renaming types.Jeremy Allison1-1/+1
2007-10-10r13316: Let the carnage begin....Gerald Carter1-10/+101
2007-10-10r11854: Remove unused DOM_SID.Günther Deschner1-1/+1
2007-10-10r11336: Start to get my control back :-). Volker, I thinkJeremy Allison1-20/+58
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-562/+161
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-35/+122
2007-10-10r7391: - Added client-support for various lsa_query_trust_dom_info-calls and aGünther Deschner1-0/+195
2007-10-10r6228: remove BUFHDR2 and clean up LsaEnumTrustedDomains()Gerald Carter1-55/+35
2007-10-10r6071: * clean up UNISTR2_ARRAY ( really just an array of UNISTR4 + count )Gerald Carter1-6/+11
2007-10-10r5726: merge LsaLookupPrivValue() code from trunkGerald Carter1-6/+6
2007-10-10r4849: * finish SeAddUsers support in srv_samr_nt.cGerald Carter1-3/+6
2007-10-10r4821: finish off 'net rpc rights [list|grant|revoke]'Gerald Carter1-4/+12
2007-10-10r4736: small set of merges from rtunk to minimize the diffsGerald Carter1-0/+58
2007-10-10r4724: Add support for Windows privileges in Samba 3.0Gerald Carter1-3/+3
2007-10-10r4561: This looks a lot larger than it is, this is to reduce the clutter on f...Volker Lendecke1-18/+18
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-25/+18
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-40/+48
2004-01-05rpc_client/cli_lsarpc.c:Andrew Bartlett1-1/+1
2003-10-22In cli_lsa_lookup_sids don't leave the domain field uninitialized ifVolker Lendecke1-0/+1
2003-10-06split some security related functions in their own files.Simo Sorce1-3/+3
2003-02-25Merge: const fixes.Tim Potter1-2/+3
2003-01-29Merge tridge's client priv code from HEAD.Jeremy Allison1-4/+49
2003-01-28Merging tridge's privillage client changes from HEAD.Jeremy Allison1-0/+40
2003-01-15merging some rpcclient and net functionality from HEADGerald Carter1-0/+57
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-1/+1
2002-08-12Add lsa 0x2e (queryinfo2) client sideJim McDonough1-0/+86
2002-08-05This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell1-2/+3
2002-08-02Moved rpc client routines from libsmb back to rpc_client where they belong.Tim Potter1-0/+1169
2001-11-16I *love* removing code :-). Removed 4 files that weren't being used.Jeremy Allison1-693/+0
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-22/+23
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-6/+2
2001-05-01fixed some uninitialised variablesAndrew Tridgell1-5/+5
2001-03-09Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison1-14/+14
2001-03-07Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison1-8/+6
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison1-1/+1
2000-12-13Wrong length for unistr2 in init_q_lookup_names()Tim Potter1-3/+3