Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r15776: Don't generate ref pointers in Samba4-generated code. There is no point | Jelmer Vernooij | 1 | -4/+1 |
2007-10-10 | r15629: fix some warnings | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r15624: add some useful helper functions | Stefan Metzmacher | 1 | -0/+48 |
2007-10-10 | r15512: Move uuid functions out of ndr_misc.c | Jelmer Vernooij | 3 | -126/+151 |
2007-10-10 | r15427: Rename private to private_data to prevent errors from C++ errors (which | Jelmer Vernooij | 2 | -7/+7 |
2007-10-10 | r15407: Get rid of some more uint_t | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r15328: Move some functions around, remove dependencies. | Jelmer Vernooij | 4 | -162/+104 |
2007-10-10 | r14958: fixed big-endian dcerpc connections for the new string handling code | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r14917: fixed length strings don't count any trailing nulls in the length | Andrew Tridgell | 1 | -1/+4 |
2007-10-10 | r14904: fixed LIBNDR_FLAG_STR_CHARLEN (thanks to Metze for noticing this) | Andrew Tridgell | 1 | -1/+4 |
2007-10-10 | r14903: rewrote ndr_push_string() to be much simpler, and correctly handle | Andrew Tridgell | 1 | -111/+35 |
2007-10-10 | r14642: fix shadow warnings | Stefan Metzmacher | 1 | -9/+12 |
2007-10-10 | r14544: Remove exchange-specific files. | Jelmer Vernooij | 1 | -63/+0 |
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 6 | -0/+7 |
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 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 2 | -0/+2 |