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