summaryrefslogtreecommitdiff
path: root/source3/librpc/ndr/ndr.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused file.Jelmer Vernooij2008-10-141-1113/+0
* Import changes from upstream libndr.Jelmer Vernooij2008-10-131-42/+138
* Move code specific to Samba 3 to a separate file.Jelmer Vernooij2008-10-131-91/+0
* Share RPC binding string utility functions.Jelmer Vernooij2008-10-121-6/+6
* s3-ndr: add stub smb_iconv_convenience to some ndr_ functions.Günther Deschner2008-09-231-7/+8
* s3: use samba4 prototype for ndr_push/pull_struct_blob.Günther Deschner2008-09-231-4/+10
* Ndr pull and push errors are worth to be logged with 1 at least.Günther Deschner2008-03-271-2/+2
* Fix some warningsVolker Lendecke2008-02-251-4/+18
* Add ndr_errstrVolker Lendecke2007-11-111-0/+66
* ndr: change NTSTAUS into enum ndr_err_code (basic stuff)metze2007-11-091-74/+76
* sync the most parts of librpc/ndr with samba4Stefan Metzmacher2007-11-081-85/+118
* - check return value of ndr_push_set_switch_value()metze2007-11-071-1/+8
* use error and out logicmetze2007-11-071-3/+7
* use NT_STATUS_HAVE_NO_MEMORY()metze2007-11-071-3/+1
* check the return value of ndr_push_set_switch_value()metze2007-11-071-1/+1
* use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK()metze2007-11-071-16/+6
* the return value of ndr_pull_set_switch_value() should be checkedmetze2007-11-071-2/+2
* use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK() macrosmetze2007-11-071-22/+10
* add NDR_ERR_UNREAD_BYTES and don't use NTSTATUS directlymetze2007-11-071-2/+8
* create ndr_pull_union_blob_all() and match the logic of the struct fnsmetze2007-11-071-4/+20
* add NDR_ERR_INVALID_POINTERmetze2007-10-271-0/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* r24533: merge from SAMBA_4_0:Stefan Metzmacher2007-10-101-2/+2
* r24360: Make ndr_print_debug_helper() output readable.Günther Deschner2007-10-101-2/+2
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22747: Fix some C++ warningsVolker Lendecke2007-10-101-3/+6
* r21814: use ndr_push_error in the ndr layer, not just a NTSTATUS failureAndrew Tridgell2007-10-101-1/+2
* r21813: fixed an integer overflow error in the ndr push code.Andrew Tridgell2007-10-101-2/+9
* r21562: Regenerate gen_ndr after pidl changes.Jelmer Vernooij2007-10-101-8/+9
* r19916: Fix some c++ warningsVolker Lendecke2007-10-101-4/+7
* r18193: Not quite to autogenerated NDR but closer thanks to Jelmer'sGerald Carter2007-10-101-0/+961