Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | r25778: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK() macros | Stefan Metzmacher | 1 | -22/+10 |
2007-12-21 | r25777: add NDR_ERR_UNREAD_BYTES and don't use NTSTATUS directly | Stefan Metzmacher | 2 | -3/+10 |
2007-12-21 | r25776: ndr compression: make use of NDR_CHECK() and not use NTSTATUS directly | Stefan Metzmacher | 1 | -14/+14 |
2007-12-21 | r25774: create ndr_pull_union_blob_all() and match the logic of the struct fns | Stefan Metzmacher | 1 | -4/+20 |
2007-12-21 | r25744: add NDR_ERR_INVALID_POINTER | Stefan Metzmacher | 2 | -1/+4 |
2007-12-21 | r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network... | Jelmer Vernooij | 3 | -9/+9 |
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 | r25316: Remove last few instances of old BOOL type in librpc/. | Jelmer Vernooij | 4 | -16/+16 |
2007-10-10 | r25301: Merge my includes.h cleanups. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25175: Change to talloc_asprintf_append_buffer(). | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r25027: Fix more warnings. | Jelmer Vernooij | 2 | -0/+3 |
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 3 | -9/+12 |
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 | r24606: move librpc/rpc/table.c -> librpc/ndr/ndr_table.c | Stefan Metzmacher | 1 | -0/+134 |
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 | 2 | -5/+5 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 13 | -39/+26 |
2007-10-10 | r23030: finally fixed up our asn1 code to use better memory allocation. This | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r21814: use ndr_push_error in the ndr layer, not just a NTSTATUS failure | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r21812: fixed an integer overflow error in the ndr push code. | Andrew Tridgell | 2 | -3/+10 |
2007-10-10 | r21405: add support for [flag(STR_NOTERM|NDR_REMAINING)] string_array foo; | Stefan Metzmacher | 1 | -22/+105 |
2007-10-10 | r21391: add supporting for | Stefan Metzmacher | 1 | -0/+31 |
2007-10-10 | r21389: give a better error when our parser hasn't consumed all data | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r20963: remove unused functions, run LOCAL-TDR by default | Jelmer Vernooij | 1 | -14/+0 |
2007-10-10 | r20800: fix compiler warnings | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r20798: fix ndr_size_security_ace() it should include the optional sub object | Stefan Metzmacher | 1 | -2/+21 |
2007-10-10 | r20712: add a function to compare GUID's | Stefan Metzmacher | 1 | -0/+25 |
2007-10-10 | r20493: Add support for the 'Netscape' varient of GUID formatting, used in the | Andrew Bartlett | 1 | -0/+52 |
2007-10-10 | r20417: - fix pushing of drsuapi_DsAttributeValueDataBlob | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r20288: fix a mem leak and remove useless code | Stefan Metzmacher | 1 | -3/+1 |
2007-10-10 | r20286: handle the non oid string cases for pushing too | Stefan Metzmacher | 1 | -5/+20 |
2007-10-10 | r20284: Simplify OID primitive BER parsing. | Simo Sorce | 1 | -28/+17 |
2007-10-10 | r20281: remove debug statement | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r20280: if the uint8_t array starts with 0xFF, then it's not a OID | Stefan Metzmacher | 1 | -12/+20 |
2007-10-10 | r20278: make it possible to use oid strings in the drsuapi instead of uint8_t... | Stefan Metzmacher | 2 | -0/+142 |
2007-10-10 | r20064: - fix pushing of DeReplicaObjectIdentifierX, this lets the DsAddEntry() | Stefan Metzmacher | 2 | -0/+16 |
2007-10-10 | r19859: Reuse referrent ids when pushing full pointers (still need to | Jelmer Vernooij | 2 | -2/+8 |
2007-10-10 | r19856: Use sptr as basis for full ptr implementation. Will add checks for du... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r19341: ndr_push_union_blob() needs the same fix as ndr_push_struct_blob() | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r19326: don't leak a ndr_push structure on ndr_push_struct_blob() | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r18301: I discovered how to load the warnings from a build farm build into | Andrew Tridgell | 2 | -6/+6 |
2007-10-10 | r17930: Merge noinclude branch: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r17888: use talloc_*_ptrtype() macros as wrappers arround the talloc_*_size() | Stefan Metzmacher | 1 | -11/+10 |
2007-10-10 | r16996: use the correct types, merge from samba3 | Stefan Metzmacher | 1 | -3/+3 |