summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client/cli_lsarpc.c
Commit message (Expand)AuthorAgeFilesLines
* r18405: Now that POLICY_HND == struct policy_handle, we canGerald Carter2007-10-101-8/+1
* r18404: * swap from POLICY_HND to the struct policy_handle from ndr/misc.hGerald Carter2007-10-101-10/+0
* r18397: Change rpccli_lsa_close() as a wrapper for the autogeneratedGerald Carter2007-10-101-25/+8
* r18271: Big change:Gerald Carter2007-10-101-6/+6
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-19/+19
* r16644: Fix bug #3887 reported by jason@ncac.gwu.eduJeremy Allison2007-10-101-6/+8
* r16335: Fix Klocwork IDs 107 108 109 111 112 113 114 116 117 118 121Volker Lendecke2007-10-101-0/+6
* r15041: Adding rpc client calls to manipulate auditing policies on remote CIFSGünther Deschner2007-10-101-17/+122
* r14784: Fix coverity bug #274. Null deref.Jeremy Allison2007-10-101-12/+33
* r13475: Fix erroneous initialization caused by my renaming types.Jeremy Allison2007-10-101-1/+1
* r13316: Let the carnage begin....Gerald Carter2007-10-101-10/+101
* r11854: Remove unused DOM_SID.Günther Deschner2007-10-101-1/+1
* r11336: Start to get my control back :-). Volker, I thinkJeremy Allison2007-10-101-20/+58
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-562/+161
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2007-10-101-35/+122
* r7391: - Added client-support for various lsa_query_trust_dom_info-calls and aGünther Deschner2007-10-101-0/+195
* r6228: remove BUFHDR2 and clean up LsaEnumTrustedDomains()Gerald Carter2007-10-101-55/+35
* r6071: * clean up UNISTR2_ARRAY ( really just an array of UNISTR4 + count )Gerald Carter2007-10-101-6/+11
* r5726: merge LsaLookupPrivValue() code from trunkGerald Carter2007-10-101-6/+6
* r4849: * finish SeAddUsers support in srv_samr_nt.cGerald Carter2007-10-101-3/+6
* r4821: finish off 'net rpc rights [list|grant|revoke]'Gerald Carter2007-10-101-4/+12
* r4736: small set of merges from rtunk to minimize the diffsGerald Carter2007-10-101-0/+58
* r4724: Add support for Windows privileges in Samba 3.0Gerald Carter2007-10-101-3/+3
* r4561: This looks a lot larger than it is, this is to reduce the clutter on f...Volker Lendecke2007-10-101-18/+18
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-25/+18
* r196: merging struct uuid from trunkGerald Carter2007-10-101-2/+2
* This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett2004-01-081-40/+48
* rpc_client/cli_lsarpc.c:Andrew Bartlett2004-01-051-1/+1
* In cli_lsa_lookup_sids don't leave the domain field uninitialized ifVolker Lendecke2003-10-221-0/+1
* split some security related functions in their own files.Simo Sorce2003-10-061-3/+3
* Merge: const fixes.Tim Potter2003-02-251-2/+3
* Merge tridge's client priv code from HEAD.Jeremy Allison2003-01-291-4/+49
* Merging tridge's privillage client changes from HEAD.Jeremy Allison2003-01-281-0/+40
* merging some rpcclient and net functionality from HEADGerald Carter2003-01-151-0/+57
* merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-1/+1
* Add lsa 0x2e (queryinfo2) client sideJim McDonough2002-08-121-0/+86
* This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell2002-08-051-2/+3
* Moved rpc client routines from libsmb back to rpc_client where they belong.Tim Potter2002-08-021-0/+1169
* I *love* removing code :-). Removed 4 files that weren't being used.Jeremy Allison2001-11-161-693/+0
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-22/+23
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-1/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-6/+2
* fixed some uninitialised variablesAndrew Tridgell2001-05-011-5/+5
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-091-14/+14
* Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison2001-03-071-8/+6
* Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison2000-12-151-1/+1
* Wrong length for unistr2 in init_q_lookup_names()Tim Potter2000-12-131-3/+3
* Fixed some accidentally reversed patches.Tim Potter2000-12-121-115/+411
* Merged in Tim's changes : Removed static limit of MAX_LOOKUP_SIDS in rpc serv...Jeremy Allison2000-12-121-411/+115