Age | Commit message (Expand) | Author | Files | Lines |
2008-01-01 | r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,... | Jelmer Vernooij | 1 | -11/+14 |
2008-01-01 | r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc... | Jelmer Vernooij | 1 | -3/+2 |
2007-12-21 | r26432: Require ndr_pull users to specify iconv_convenience. | Jelmer Vernooij | 1 | -6/+6 |
2007-12-21 | r26431: Require ndr_push creators to specify a iconv_convenience context. | Jelmer Vernooij | 1 | -7/+7 |
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 1 | -2/+3 |
2007-12-21 | r26427: Avoid global_smb_iconv_convenience. | Jelmer Vernooij | 1 | -0/+3 |
2007-12-21 | r26054: ndr: remove ndr_push/pull_save | Stefan Metzmacher | 1 | -15/+0 |
2007-12-21 | r26050: ndr: don't use ndr_push_save anymore | Stefan Metzmacher | 1 | -7/+7 |
2007-12-21 | r25917: ndr: move ndr_map_error2ntstatus to errormap.c | Stefan Metzmacher | 1 | -25/+0 |
2007-12-21 | r25916: ndr: change NTSTAUS into enum ndr_err_code (basic stuff) | Stefan Metzmacher | 1 | -74/+76 |
2007-12-21 | r25907: use DEBUGADD() to match samba3 | Stefan Metzmacher | 1 | -2/+2 |
2007-12-21 | r25905: use data_blob_const() to set the DATA_BLOB | Stefan Metzmacher | 1 | -2/+1 |
2007-12-21 | r25798: - check return value of ndr_push_set_switch_value() | Stefan Metzmacher | 1 | -1/+8 |
2007-12-21 | r25797: use error and out logic | Stefan Metzmacher | 1 | -2/+6 |
2007-12-21 | r25796: use NT_STATUS_HAVE_NO_MEMORY() | Stefan Metzmacher | 1 | -3/+1 |
2007-12-21 | r25793: check the return value of ndr_push_set_switch_value() | Stefan Metzmacher | 1 | -1/+1 |
2007-12-21 | r25792: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK() | Stefan Metzmacher | 1 | -16/+6 |
2007-12-21 | r25779: the return value of ndr_pull_set_switch_value() should be checked | Stefan Metzmacher | 1 | -2/+2 |
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 | 1 | -2/+8 |
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 | 1 | -0/+2 |
2007-10-10 | r25316: Remove last few instances of old BOOL type in librpc/. | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r25175: Change to talloc_asprintf_append_buffer(). | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 1 | -6/+9 |
2007-10-10 | r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_id | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
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 | 1 | -2/+9 |
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 | 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 | r17930: Merge noinclude branch: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15629: fix some warnings | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15624: add some useful helper functions | Stefan Metzmacher | 1 | -0/+48 |
2007-10-10 | r15427: Rename private to private_data to prevent errors from C++ errors (which | Jelmer Vernooij | 1 | -6/+6 |
2007-10-10 | r14642: fix shadow warnings | Stefan Metzmacher | 1 | -9/+12 |
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r13840: Mark some functions as public. | Jelmer Vernooij | 1 | -57/+57 |
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 | r12634: make the [validate] binding string switch also check to see if the | Andrew Tridgell | 1 | -0/+36 |
2007-10-10 | r12513: Similar change as my previous commit, but now for transfer syntaxes. | Jelmer Vernooij | 1 | -0/+11 |
2007-10-10 | r10141: if some of the LIBNDR_ALIGN_* flags and LIBNDR_FLAG_REMAINING are set, | Stefan Metzmacher | 1 | -0/+6 |
2007-10-10 | r9373: - create a hierachical memory tree with recursiv ndr_pull_* functions | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r9372: - make the subcontext handling autogenerated code look nicer, | Stefan Metzmacher | 1 | -34/+64 |
2007-10-10 | r9356: a better way of coping with NULL arrays in the array bounds checking. ... | Andrew Tridgell | 1 | -8/+0 |
2007-10-10 | r9347: this array bounds checking is harder than it looks ... | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r8519: better method of ensuring null termination | Andrew Tridgell | 1 | -1/+3 |