Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r14402: Generate seperate headers for RPC client functions. | Jelmer Vernooij | 1 | -0/+5 |
2007-10-10 | r14384: Remove orpc code from includes.h | Jelmer Vernooij | 1 | -40/+0 |
2007-10-10 | r14362: Only include ndr_compression.h when necessary. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14349: Kill proto.h! | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r14310: length needs to be initialised | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r13842: Make some more functions public. | Jelmer Vernooij | 2 | -33/+38 |
2007-10-10 | r13840: Mark some functions as public. | Jelmer Vernooij | 2 | -137/+137 |
2007-10-10 | r13741: make the pointer type in pidl handle any size pointer, just in case we | Andrew Tridgell | 1 | -8/+13 |
2007-10-10 | r13738: added support for a "pointer" type in pidl. This will be used in the | Andrew Tridgell | 1 | -0/+27 |
2007-10-10 | r12856: make the logic much more sane | Stefan Metzmacher | 1 | -3/+7 |
2007-10-10 | r12803: if we free the ndr structure how should we access the private pointer... | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r12651: Remove STR_LARGE_SIZE as it's no longer used | Jelmer Vernooij | 2 | -13/+2 |