summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/libndr.h
AgeCommit message (Expand)AuthorFilesLines
2008-10-15Share libndr.h between Samba 3 and Samba 4.Jelmer Vernooij1-517/+0
2008-10-13Import debug macros from Samba 3's libndr.Jelmer Vernooij1-0/+8
2008-10-11Move lib/util from source4 to top-level libutil.Jelmer Vernooij1-1/+1
2008-09-18Import ndr_syntax_id_equal from Samba 3.Jelmer Vernooij1-0/+1
2008-04-17libndr: add dom_sid0 type that can later be used for CLDAP and MAILSLOT ntlog...Stefan Metzmacher1-0/+4
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-2/+164
2008-04-01Add warning to public headers.Jelmer Vernooij1-0/+5
2008-02-12librpc: remove special support for fixed length stringsStefan Metzmacher1-2/+0
2007-12-21r26427: Avoid global_smb_iconv_convenience.Jelmer Vernooij1-0/+4
2007-12-21r26054: ndr: remove ndr_push/pull_saveStefan Metzmacher1-12/+0
2007-12-21r25916: ndr: change NTSTAUS into enum ndr_err_code (basic stuff)Stefan Metzmacher1-12/+22
2007-12-21r25806: let libndr.h include needed stuff and remove pidl magicStefan Metzmacher1-2/+2
2007-12-21r25777: add NDR_ERR_UNREAD_BYTES and don't use NTSTATUS directlyStefan Metzmacher1-1/+2
2007-12-21r25744: add NDR_ERR_INVALID_POINTERStefan Metzmacher1-1/+2
2007-12-21r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij1-1/+1
2007-10-10r25516: Sorry, I reverted too much of r25448 in r25515.Michael Adam1-0/+1
2007-10-10r25515: Revert r25448:Michael Adam1-1/+0
2007-10-10r25448: Remove IMMEDIATE_STRUCTURES define, which was used for splint. Newer ...Jelmer Vernooij1-0/+1
2007-10-10r25301: Merge my includes.h cleanups.Jelmer Vernooij1-1/+1
2007-10-10r25027: Fix more warnings.Jelmer Vernooij1-0/+2
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij1-1/+1
2007-10-10r24814: Fix headers, trim core.h even more.Jelmer Vernooij1-2/+2
2007-10-10r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij1-1/+1
2007-10-10r24551: rename dcerpc_interface_table -> ndr_interface_tableStefan Metzmacher1-0/+15
2007-10-10r24540: rename struct dcerpc_endpoint_list/struct dcerpc_authservice_listStefan Metzmacher1-0/+5
2007-10-10r24535: rename struct dcerpc_interface_call -> struct ndr_interface_callStefan Metzmacher1-0/+9
2007-10-10r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_idStefan Metzmacher1-3/+3
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r21812: fixed an integer overflow error in the ndr push code.Andrew Tridgell1-1/+1
2007-10-10r20064: - fix pushing of DeReplicaObjectIdentifierX, this lets the DsAddEntry()Stefan Metzmacher1-0/+1
2007-10-10r19859: Reuse referrent ids when pushing full pointers (still need toJelmer Vernooij1-0/+1
2007-10-10r17888: use talloc_*_ptrtype() macros as wrappers arround the talloc_*_size()Stefan Metzmacher1-11/+10
2007-10-10r15629: fix some warningsStefan Metzmacher1-1/+1
2007-10-10r15427: Rename private to private_data to prevent errors from C++ errors (whichJelmer Vernooij1-1/+1
2007-10-10r15328: Move some functions around, remove dependencies.Jelmer Vernooij1-0/+9
2007-10-10r14488: Install more headers.Jelmer Vernooij1-0/+2
2007-10-10r14484: Install more headersJelmer Vernooij1-0/+3
2007-10-10r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij1-0/+5
2007-10-10r12651: Remove STR_LARGE_SIZE as it's no longer usedJelmer Vernooij1-1/+0
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+3
2007-10-10r12513: Similar change as my previous commit, but now for transfer syntaxes.Jelmer Vernooij1-0/+2
2007-10-10r11973: make it easier to find bugsStefan Metzmacher1-1/+2
2007-10-10r10869: add dummy functions and dummy parsing of XPRESS decompression,Stefan Metzmacher1-1/+2
2007-10-10r9373: - create a hierachical memory tree with recursiv ndr_pull_* functionsStefan Metzmacher1-12/+32
2007-10-10r8500: greatly reduce the number of build warnings on x86-64 (every NDR macroAndrew Tridgell1-5/+5
2007-10-10r8227: add STR_LARGE_SIZE flag, to support strings where the size is length+1,Stefan Metzmacher1-1/+2
2007-10-10r8212: fix pushing of nbt_string's:Stefan Metzmacher1-0/+1
2007-10-10r8148: - make the PAC generation code a bit more readable and add some outof ...Stefan Metzmacher1-0/+2
2007-10-10r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell1-4/+3
2007-10-10r7186: add [relative_base] property, which is allowed on typedef'sStefan Metzmacher1-0/+6