summaryrefslogtreecommitdiff
path: root/source3/librpc/ndr/ndr.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-14Remove unused file.Jelmer Vernooij1-1113/+0
2008-10-13Import changes from upstream libndr.Jelmer Vernooij1-42/+138
2008-10-13Move code specific to Samba 3 to a separate file.Jelmer Vernooij1-91/+0
2008-10-12Share RPC binding string utility functions.Jelmer Vernooij1-6/+6
2008-09-23s3-ndr: add stub smb_iconv_convenience to some ndr_ functions.Günther Deschner1-7/+8
2008-09-23s3: use samba4 prototype for ndr_push/pull_struct_blob.Günther Deschner1-4/+10
2008-03-27Ndr pull and push errors are worth to be logged with 1 at least.Günther Deschner1-2/+2
2008-02-25Fix some warningsVolker Lendecke1-4/+18
2007-11-11Add ndr_errstrVolker Lendecke1-0/+66
2007-11-09ndr: change NTSTAUS into enum ndr_err_code (basic stuff)metze1-74/+76
2007-11-08sync the most parts of librpc/ndr with samba4Stefan Metzmacher1-85/+118
2007-11-07- check return value of ndr_push_set_switch_value()metze1-1/+8
2007-11-07use error and out logicmetze1-3/+7
2007-11-07use NT_STATUS_HAVE_NO_MEMORY()metze1-3/+1
2007-11-07check the return value of ndr_push_set_switch_value()metze1-1/+1
2007-11-07use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK()metze1-16/+6
2007-11-07the return value of ndr_pull_set_switch_value() should be checkedmetze1-2/+2
2007-11-07use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK() macrosmetze1-22/+10
2007-11-07add NDR_ERR_UNREAD_BYTES and don't use NTSTATUS directlymetze1-2/+8
2007-11-07create ndr_pull_union_blob_all() and match the logic of the struct fnsmetze1-4/+20
2007-10-27add NDR_ERR_INVALID_POINTERmetze1-0/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-1/+1
2007-10-10r24533: merge from SAMBA_4_0:Stefan Metzmacher1-2/+2
2007-10-10r24360: Make ndr_print_debug_helper() output readable.Günther Deschner1-2/+2
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22747: Fix some C++ warningsVolker Lendecke1-3/+6
2007-10-10r21814: use ndr_push_error in the ndr layer, not just a NTSTATUS failureAndrew Tridgell1-1/+2
2007-10-10r21813: fixed an integer overflow error in the ndr push code.Andrew Tridgell1-2/+9
2007-10-10r21562: Regenerate gen_ndr after pidl changes.Jelmer Vernooij1-8/+9
2007-10-10r19916: Fix some c++ warningsVolker Lendecke1-4/+7
2007-10-10r18193: Not quite to autogenerated NDR but closer thanks to Jelmer'sGerald Carter1-0/+961