Age | Commit message (Expand) | Author | Files | Lines |
2008-04-17 | libndr: add dom_sid0 type that can later be used for CLDAP and MAILSLOT ntlog... | Stefan Metzmacher | 1 | -0/+4 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 1 | -2/+164 |
2008-04-01 | Add warning to public headers. | Jelmer Vernooij | 1 | -0/+5 |
2008-02-12 | librpc: remove special support for fixed length strings | Stefan Metzmacher | 1 | -2/+0 |
2007-12-21 | r26427: Avoid global_smb_iconv_convenience. | Jelmer Vernooij | 1 | -0/+4 |
2007-12-21 | r26054: ndr: remove ndr_push/pull_save | Stefan Metzmacher | 1 | -12/+0 |
2007-12-21 | r25916: ndr: change NTSTAUS into enum ndr_err_code (basic stuff) | Stefan Metzmacher | 1 | -12/+22 |
2007-12-21 | r25806: let libndr.h include needed stuff and remove pidl magic | Stefan Metzmacher | 1 | -2/+2 |
2007-12-21 | r25777: add NDR_ERR_UNREAD_BYTES and don't use NTSTATUS directly | Stefan Metzmacher | 1 | -1/+2 |
2007-12-21 | r25744: add NDR_ERR_INVALID_POINTER | Stefan Metzmacher | 1 | -1/+2 |
2007-12-21 | r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25516: Sorry, I reverted too much of r25448 in r25515. | Michael Adam | 1 | -0/+1 |
2007-10-10 | r25515: Revert r25448: | Michael Adam | 1 | -1/+0 |
2007-10-10 | r25448: Remove IMMEDIATE_STRUCTURES define, which was used for splint. Newer ... | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r25301: Merge my includes.h cleanups. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25027: Fix more warnings. | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r24814: Fix headers, trim core.h even more. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r24712: No longer expose the 'BOOL' data type in any interfaces. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r24551: rename dcerpc_interface_table -> ndr_interface_table | Stefan Metzmacher | 1 | -0/+15 |
2007-10-10 | r24540: rename struct dcerpc_endpoint_list/struct dcerpc_authservice_list | Stefan Metzmacher | 1 | -0/+5 |
2007-10-10 | r24535: rename struct dcerpc_interface_call -> struct ndr_interface_call | Stefan Metzmacher | 1 | -0/+9 |
2007-10-10 | r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_id | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r21812: fixed an integer overflow error in the ndr push code. | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r20064: - fix pushing of DeReplicaObjectIdentifierX, this lets the DsAddEntry() | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r19859: Reuse referrent ids when pushing full pointers (still need to | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r17888: use talloc_*_ptrtype() macros as wrappers arround the talloc_*_size() | Stefan Metzmacher | 1 | -11/+10 |
2007-10-10 | r15629: fix some warnings | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15427: Rename private to private_data to prevent errors from C++ errors (which | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15328: Move some functions around, remove dependencies. | Jelmer Vernooij | 1 | -0/+9 |
2007-10-10 | r14488: Install more headers. | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r14484: Install more headers | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r14402: Generate seperate headers for RPC client functions. | Jelmer Vernooij | 1 | -0/+5 |
2007-10-10 | r12651: Remove STR_LARGE_SIZE as it's no longer used | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r12513: Similar change as my previous commit, but now for transfer syntaxes. | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r11973: make it easier to find bugs | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r10869: add dummy functions and dummy parsing of XPRESS decompression, | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r9373: - create a hierachical memory tree with recursiv ndr_pull_* functions | Stefan Metzmacher | 1 | -12/+32 |
2007-10-10 | r8500: greatly reduce the number of build warnings on x86-64 (every NDR macro | Andrew Tridgell | 1 | -5/+5 |
2007-10-10 | r8227: add STR_LARGE_SIZE flag, to support strings where the size is length+1, | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r8212: fix pushing of nbt_string's: | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r8148: - make the PAC generation code a bit more readable and add some outof ... | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r7865: changed pidl to take a "const void *" instead of a "void *" for the | Andrew Tridgell | 1 | -4/+3 |
2007-10-10 | r7186: add [relative_base] property, which is allowed on typedef's | Stefan Metzmacher | 1 | -0/+6 |
2007-10-10 | r7182: remove current support for RELATIVE_CURRENT, this will be replaced wit... | Stefan Metzmacher | 1 | -4/+0 |
2007-10-10 | r6973: Merge new version of pidl into the main SAMBA_4_0 branch. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r6720: added support for the remaining 2 types of CLDAP netlogon | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r6519: move string handling functions to a seperate file | Stefan Metzmacher | 1 | -0/+1 |