summaryrefslogtreecommitdiffstats
path: root/source/librpc/ndr
Commit message (Expand)AuthorAgeFilesLines
* Janitor for tridge. Keep lib/replace in sync with the gcc4Jeremy Allison2008-04-231-2/+2
* IDL: Re-run make idl and hand merge some required functions from Samba 4.Günther Deschner2008-04-222-0/+67
* IDL: build generated nbt code.Günther Deschner2008-04-221-0/+11
* Ndr pull and push errors are worth to be logged with 1 at least.Günther Deschner2008-03-311-2/+2
* Fix some warningsVolker Lendecke2008-02-253-8/+20
* Add krb5pac IDL from samba4.Günther Deschner2008-02-171-0/+141
* Fix the build. Avoid unrequired ndr_print_ads_struct dependencies.Günther Deschner2008-01-291-96/+0
* Add ndr_print_ads_auth_flags().Günther Deschner2008-01-291-2/+17
* Re-run make idl and use generated ndr based on samba4 security.idl (except fo...Günther Deschner2008-01-244-1140/+1
* Use pidl generated data from misc.idl.Günther Deschner2008-01-173-111/+1
* Add some NDR_PRINT_*_STRING macros (returning talloced strings).Günther Deschner2008-01-151-1/+9
* Add ndr_print_ads_struct().Günther Deschner2008-01-151-0/+81
* Add ndr_print_sockaddr_storage and ndr_print_bool.Günther Deschner2008-01-151-0/+11
* Use dom_sid_string for sid_string_tallocVolker Lendecke2007-12-151-0/+5
* Add ndr_errstrVolker Lendecke2007-11-111-0/+66
* ndr: change NTSTAUS into enum ndr_err_code (samba3 handwritten stuff)Stefan Metzmacher2007-11-094-94/+94
* ndr: change NTSTAUS into enum ndr_err_code (basic stuff)metze2007-11-094-193/+206
* Fix some warningsVolker Lendecke2007-11-091-9/+18
* use samba4's librpc/ndr/uuid.cStefan Metzmacher2007-11-092-126/+227
* sync the most parts of librpc/ndr with samba4Stefan Metzmacher2007-11-084-228/+382
* we should not ignore convert_string_talloc() failures.Stefan Metzmacher2007-11-081-1/+1
* - 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
* use NDR_CHECK()metze2007-11-071-4/+3
* 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-072-3/+10
* create ndr_pull_union_blob_all() and match the logic of the struct fnsmetze2007-11-071-4/+20
* add NDR_ERR_INVALID_POINTERmetze2007-10-272-1/+4
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-183-6/+6
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-1/+1
* r25593: Add missing security_secinfo bits as seen while managing security des...Günther Deschner2007-10-102-0/+8
* r24552: merge from SAMBA_4_0:Stefan Metzmacher2007-10-101-1/+14
* r24541: merge from SAMBA_4_0:Stefan Metzmacher2007-10-101-0/+5
* r24538: merge from SAMBA_4_0:Stefan Metzmacher2007-10-101-0/+9
* r24533: merge from SAMBA_4_0:Stefan Metzmacher2007-10-103-9/+9
* 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-107-14/+7
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-107-7/+7
* r23410: Merge the core of the cluster code.Volker Lendecke2007-10-101-0/+10
* r22747: Fix some C++ warningsVolker Lendecke2007-10-101-3/+6
* r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke2007-10-101-3/+3
* r22055: Port the endpoint mapper (and functions it requires) to Samba 3.Jelmer Vernooij2007-10-101-3/+45
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-1/+1
* r21960: Fix bugs 4463,4464,4465,4466. Thanks Jason :-)Volker Lendecke2007-10-102-5/+5
* 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-102-3/+10