summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_lsa.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r18678: Fix the build. (never commit before breakfeast).Günther Deschner1-1/+1
2007-10-10r17136: Fix alignment on lsaquery. This broke in particular level 6, where th...Volker Lendecke1-0/+3
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-6/+6
2007-10-10r16369: Klocwork #1035.Jeremy Allison1-0/+3
2007-10-10r15884: Fix bug #3803 from jason@ncac.gwu.edu - bad comparison.Jeremy Allison1-1/+1
2007-10-10r15041: Adding rpc client calls to manipulate auditing policies on remote CIFSGünther Deschner1-117/+317
2007-10-10r14774: Fix null deref coverity bugs #260, #261, #262.Jeremy Allison1-2/+13
2007-10-10r14134: Fix Coverity bug # 137Volker Lendecke1-1/+7
2007-10-10r13521: Implement LOOKUPNAME3 and 4.Jeremy Allison1-1/+1
2007-10-10r13458: Add parsing functions - but stub internals for lookupnames3 and 4.Jeremy Allison1-2/+296
2007-10-10r13455: Prepare to add lookupnames2.Jeremy Allison1-1/+125
2007-10-10r13447: Added LSA_LOOKUPSIDS2 and LSA_LOOKUPSIDS3.Jeremy Allison1-2/+241
2007-10-10r13316: Let the carnage begin....Gerald Carter1-7/+214
2007-10-10r11858: Fill in the clientside TRUSTED_DOMAIN_INFO_EX query.Günther Deschner1-0/+42
2007-10-10r9780: Clean up a bunch of compiler warnings.James Peach1-1/+0
2007-10-10r7391: - Added client-support for various lsa_query_trust_dom_info-calls and aGünther Deschner1-1/+345
2007-10-10r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter1-336/+564
2007-10-10r6228: remove BUFHDR2 and clean up LsaEnumTrustedDomains()Gerald Carter1-68/+68
2007-10-10r6071: * clean up UNISTR2_ARRAY ( really just an array of UNISTR4 + count )Gerald Carter1-11/+17
2007-10-10r6014: rather large change set....Gerald Carter1-2/+5
2007-10-10r5726: merge LsaLookupPrivValue() code from trunkGerald Carter1-14/+29
2007-10-10r5125: Fix bug 2113 -- thanks to jason@ncac.gwu.eduVolker Lendecke1-13/+0
2007-10-10r4746: add server support for lsa_enum_acct_rights(); last checkin for the nightGerald Carter1-0/+27
2007-10-10r4742: add server support for lsa_add/remove_account_rights() and fix some pa...Gerald Carter1-4/+4
2007-10-10r4724: Add support for Windows privileges in Samba 3.0Gerald Carter1-12/+69
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-35/+23
2007-10-10r196: merging struct uuid from trunkGerald Carter1-1/+1
2004-01-05rpc_client/cli_lsarpc.c:Andrew Bartlett1-2/+2
2003-10-07Tut tut - always run with max warnings on gcc...Jeremy Allison1-1/+3
2003-10-06split some security related functions in their own files.Simo Sorce1-14/+29
2003-09-25Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison1-29/+10
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough1-1/+1
2003-06-03Fix debug message merge.Jeremy Allison1-1/+1
2003-03-17Merge from HEAD:Andrew Bartlett1-7/+7
2003-01-29Merge tridge's client priv code from HEAD.Jeremy Allison1-0/+61
2003-01-28Merging tridge's privillage client changes from HEAD.Jeremy Allison1-7/+67
2003-01-15merging some rpcclient and net functionality from HEADGerald Carter1-0/+60
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-63/+63
2002-08-17sync 3.0 branch with headJelmer Vernooij1-2/+121
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-31/+47
2002-04-04Fixed the handle leak in the connection management code (this code is crapJeremy Allison1-0/+6
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-26Back out some of the less well thought out ideas from last weeks work onAndrew Bartlett1-11/+3
2002-01-26We may as well not use these temporary variables - they are only used once andAndrew Bartlett1-3/+1
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett1-3/+13
2001-12-17there is no unknown field in LSA_SEC_QOSJean-François Micouleau1-19/+15
2001-12-03const religionAndrew Tridgell1-2/+2
2001-11-29Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau1-0/+152
2001-11-25Fix ./configure --enable-developer warnings (shadow of global)Andrew Bartlett1-2/+2
2001-11-24added lsaenumprivsaccount and lsalookupprivvalue to rpcclientJean-François Micouleau1-1/+76