summaryrefslogtreecommitdiffstats
path: root/source3/librpc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* rerun make idlStefan Metzmacher2007-10-2711-447/+1325
* add NDR_ERR_INVALID_POINTERmetze2007-10-272-1/+4
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-1815-372/+372
* fix crash bug in pidl generated client code, thisStefan Metzmacher2007-10-177-84/+84
* 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-103-1/+13
* r25245: rerun 'make idl'Stefan Metzmacher2007-10-1013-1897/+1897
* r24605: remove some stuff samba3 doesn't need any moreStefan Metzmacher2007-10-102-65/+0
* r24597: - talloc request structure for the samba3 server bindingsStefan Metzmacher2007-10-1012-7435/+9997
* r24594: pass down the ndr_interface_table in the samba3 client bindingsStefan Metzmacher2007-10-1012-366/+366
* r24564: regenerate after pidl changes...Stefan Metzmacher2007-10-1012-12/+0
* r24561: merge from SAMBA_4_0:Stefan Metzmacher2007-10-1050-1184/+1184
* r24558: merge from SAMBA_4_0:Stefan Metzmacher2007-10-1026-38/+38
* r24552: merge from SAMBA_4_0:Stefan Metzmacher2007-10-1027-33/+46
* r24541: merge from SAMBA_4_0:Stefan Metzmacher2007-10-1013-24/+29
* r24538: merge from SAMBA_4_0:Stefan Metzmacher2007-10-1014-14/+23
* r24537: regenerate after pidl fixesStefan Metzmacher2007-10-102-2/+2
* r24533: merge from SAMBA_4_0:Stefan Metzmacher2007-10-104-9/+14
* r24458: regenerate pidl output after pidl fixes:Stefan Metzmacher2007-10-104-8/+8
* r24450: 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
* r23808: Make us a bit more C++ friendly. Thanks to Constantine VetoshevVolker Lendecke2007-10-103-5/+5
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-108-16/+8
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-108-8/+8
* r23622: regenerate dfs rpc gen_ndr.Günther Deschner2007-10-106-248/+2092
* r23621: Merge samba4 dfs rpc idl.Günther Deschner2007-10-101-47/+208
* r23410: Merge the core of the cluster code.Volker Lendecke2007-10-101-0/+10
* r23376: More warningsVolker Lendecke2007-10-101-4/+6
* r23269: Regenerate svcctl files after IDL fixesGerald Carter2007-10-105-120/+120
* r23268: Rename some variables in the svcctl.idl to preventGerald Carter2007-10-101-6/+6
* r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke2007-10-104-0/+178
* 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-1010-3/+4334
* 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
* r21655: Regenerate after pidl bugfix.Jelmer Vernooij2007-10-104-15/+15
* r21652: Fix samba3-specific initializationJelmer Vernooij2007-10-101-0/+9
* r21651: Add ndrdump to samba 3. This only works from external source at theJelmer Vernooij2007-10-101-5/+31
* r21565: Import ndrdump (doesn't compile yet, needs table support functions).Jelmer Vernooij2007-10-103-0/+559
* r21562: Regenerate gen_ndr after pidl changes.Jelmer Vernooij2007-10-1019-146/+183