summaryrefslogtreecommitdiff
path: root/source3/librpc/ndr
AgeCommit message (Expand)AuthorFilesLines
2008-01-29Fix the build. Avoid unrequired ndr_print_ads_struct dependencies.Günther Deschner1-96/+0
2008-01-29Add ndr_print_ads_auth_flags().Günther Deschner1-2/+17
2008-01-24Re-run make idl and use generated ndr based on samba4 security.idl (except fo...Günther Deschner4-1140/+1
2008-01-17Use pidl generated data from misc.idl.Günther Deschner3-111/+1
2008-01-15Add some NDR_PRINT_*_STRING macros (returning talloced strings).Günther Deschner1-1/+9
2008-01-15Add ndr_print_ads_struct().Günther Deschner1-0/+81
2008-01-15Add ndr_print_sockaddr_storage and ndr_print_bool.Günther Deschner1-0/+11
2007-12-15Use dom_sid_string for sid_string_tallocVolker Lendecke1-0/+5
2007-11-11Add ndr_errstrVolker Lendecke1-0/+66
2007-11-09ndr: change NTSTAUS into enum ndr_err_code (samba3 handwritten stuff)Stefan Metzmacher4-94/+94
2007-11-09ndr: change NTSTAUS into enum ndr_err_code (basic stuff)metze4-193/+206
2007-11-09Fix some warningsVolker Lendecke1-9/+18
2007-11-09use samba4's librpc/ndr/uuid.cStefan Metzmacher2-126/+227
2007-11-08sync the most parts of librpc/ndr with samba4Stefan Metzmacher4-228/+382
2007-11-08we should not ignore convert_string_talloc() failures.Stefan Metzmacher1-1/+1
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-07use NDR_CHECK()metze1-4/+3
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 directlymetze2-3/+10
2007-11-07create ndr_pull_union_blob_all() and match the logic of the struct fnsmetze1-4/+20
2007-10-27add NDR_ERR_INVALID_POINTERmetze2-1/+4
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison3-6/+6
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison1-1/+1
2007-10-10r25593: Add missing security_secinfo bits as seen while managing security des...Günther Deschner2-0/+8
2007-10-10r24552: merge from SAMBA_4_0:Stefan Metzmacher1-1/+14
2007-10-10r24541: merge from SAMBA_4_0:Stefan Metzmacher1-0/+5
2007-10-10r24538: merge from SAMBA_4_0:Stefan Metzmacher1-0/+9
2007-10-10r24533: merge from SAMBA_4_0:Stefan Metzmacher3-9/+9
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 Tridgell7-14/+7
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison7-7/+7
2007-10-10r23410: Merge the core of the cluster code.Volker Lendecke1-0/+10
2007-10-10r22747: Fix some C++ warningsVolker Lendecke1-3/+6
2007-10-10r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke1-3/+3
2007-10-10r22055: Port the endpoint mapper (and functions it requires) to Samba 3.Jelmer Vernooij1-3/+45
2007-10-10r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher1-1/+1
2007-10-10r21960: Fix bugs 4463,4464,4465,4466. Thanks Jason :-)Volker Lendecke2-5/+5
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 Tridgell2-3/+10
2007-10-10r21562: Regenerate gen_ndr after pidl changes.Jelmer Vernooij3-8/+11
2007-10-10r21074: Preparation for the import of samba4 notify: Add the file notify.idl ...Volker Lendecke1-0/+33
2007-10-10r20839: Fix other C++ warningsJelmer Vernooij1-1/+1
2007-10-10r19916: Fix some c++ warningsVolker Lendecke1-4/+7
2007-10-10r18793: Fix BE string handling in the auto-generatedJeremy Allison1-6/+14
2007-10-10r18791: print the error string and not the raw valueGerald Carter1-1/+1