summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse/parse_lsa.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused marshalling for LSA_ENUM_TRUST_DOM.Günther Deschner2008-02-131-165/+0
* Remove unused marshalling for LSA_UNK_GET_CONNUSER.Günther Deschner2008-02-111-73/+0
* Remove unused marshalling for LSA_PRIV_GET_DISPNAME.Günther Deschner2008-02-111-80/+0
* Let rpccli_lsa_open_policy[2] be convenience wrappers around their pidl equiv...Günther Deschner2008-02-111-228/+25
* Remove unused marshalling for LSA_ENUM_PRIVS.Günther Deschner2008-02-111-133/+0
* Remove unused marshalling for LSA_GETSYSTEMACCOUNT.Günther Deschner2008-02-081-42/+0
* Remove unused marshalling for LSA_SETSYSTEMACCOUNT.Günther Deschner2008-02-081-40/+0
* Remove unused marshalling for LSA_OPENACCOUNT.Günther Deschner2008-02-081-54/+0
* Remove unused marshalling for LSA_CREATEACCOUNT.Günther Deschner2008-02-081-55/+0
* Remove unused marshalling for LSA_QUERY_INFO.Günther Deschner2008-02-081-351/+0
* Remove unused marshalling for LSA_QUERY_INFO2.Günther Deschner2008-02-081-119/+0
* Remove unused marshalling for LSA_DELETE_OBJECT.Günther Deschner2008-02-041-31/+0
* Remove unused marshalling for LSA_QUERY_SEC_OBJ.Günther Deschner2008-02-041-60/+0
* Remove more unused LSA marshalling functions.Günther Deschner2008-01-251-406/+0
* Remove old lsa set info policy call.Günther Deschner2008-01-141-58/+0
* Remove more redundant lsa parsing functions.Günther Deschner2008-01-141-257/+0
* Start removing hand-written lsa marshalling code (namelyGünther Deschner2008-01-141-158/+0
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-118/+118
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-44/+0
* r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke2007-10-101-4/+4
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23665: Remove two unneeded global variablesVolker Lendecke2007-10-101-1/+1
* r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().Günther Deschner2007-10-101-2/+3
* r23400: Fix lsa crash bug #4683. The "names" enum structJeremy Allison2007-10-101-3/+3
* r23080: Fix bug #4637 - we hads missed some cases whereJeremy Allison2007-10-101-10/+10
* r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branchesGerald Carter2007-10-101-6/+16
* r22585: Get us into a consistent state with TALLOC_ZERO_ARRAY also.Jeremy Allison2007-10-101-19/+28
* r22577: Change all of parse/*.c to use standard form. Fix someJeremy Allison2007-10-101-6/+9
* 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