r26205: Pass loadparm_context to secrets_db_connect() rather than using global context.
[jelmer/samba4-debian.git] / source / pidl /
2007-12-21 Jelmer Vernooijr26110: Create separate function for connecting, add...
2007-12-21 Jelmer Vernooijr26109: Use new SWIG helpers in autogenerated DCE/RPC...
2007-12-21 Stefan Metzmacherr26049: pidl: don't use ndr_pull_save anymore
2007-12-21 Stefan Metzmacherr25915: ndr/pidl: change NTSTAUS into enum ndr_err_code...
2007-12-21 Stefan Metzmacherr25806: let libndr.h include needed stuff and remove...
2007-12-21 Stefan Metzmacherr25805: pidl: include libndr.h as first header in ndr_foo.h
2007-12-21 Stefan Metzmacherr25804: move including ndr_compression.h into HeaderInt...
2007-12-21 Stefan Metzmacherr25795: whitespace cleanup...
2007-12-21 Stefan Metzmacherr25768: pidl: NT_STATUS_IS_ERR() is NOT the same as...
2007-12-21 Stefan Metzmacherr25767: pidl: make it easier to debug errors in pidl...
2007-12-21 Stefan Metzmacherr25766: pidl: fix bugs in ndr_tagtype tests found by...
2007-12-21 Stefan Metzmacherr25765: pidl: fix compiler warning in ndr_align test
2007-12-21 Stefan Metzmacherr25751: use EJS_CHECK() instead of NDR_CHECK() in ejs...
2007-12-21 Stefan Metzmacherr25745: [pidl] ndr_pull/push_error(ndr, NDR_ERR_INVALID...
2007-12-21 Jeremy Allisonr25700: Now BOOL no longer exists in Samba 3.2, use...
2007-12-21 Stefan Metzmacherr25674: fix crash bug in pidl generated client code...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25457: use different location for out-of-tree builds
2007-10-10 Jelmer Vernooijr25453: Fix include for NTSTATUS.
2007-10-10 Jelmer Vernooijr25301: Merge my includes.h cleanups.
2007-10-10 Jelmer Vernooijr25185: Check that can_contain_deferred returns true...
2007-10-10 Jelmer Vernooijr25168: Fix include for gen_ndr/misc.h. Patch by Julien...
2007-10-10 Jelmer Vernooijr25166: Simplify can_contain_deferred and add tests...
2007-10-10 Stefan Metzmacherr25114: handle structs and unions without typedefs...
2007-10-10 Stefan Metzmacherr24983: setup the correct talloc name for structures...
2007-10-10 Jelmer Vernooijr24816: Move the rest of the contents of core.h to...
2007-10-10 Jelmer Vernooijr24815: Support cpp_quote().
2007-10-10 Jelmer Vernooijr24812: Fix headers for external users.
2007-10-10 Jelmer Vernooijr24721: Avoid True and False because they are only...
2007-10-10 Jelmer Vernooijr24717: Some more easy bool conversions, update TODO...
2007-10-10 Stefan Metzmacherr24596: - talloc request structure for the samba3 serve...
2007-10-10 Stefan Metzmacherr24592: pass down the ndr_interface_table in the samba3...
2007-10-10 Stefan Metzmacherr24563: remove unused DCERPC specific stuff from the...
2007-10-10 Stefan Metzmacherr24560: rename some DCERPC_ prefixes into NDR_
2007-10-10 Stefan Metzmacherr24557: rename 'dcerpc_table_' -> 'ndr_table_'
2007-10-10 Stefan Metzmacherr24551: rename dcerpc_interface_table -> ndr_interface_...
2007-10-10 Stefan Metzmacherr24540: rename struct dcerpc_endpoint_list/struct dcerp...
2007-10-10 Stefan Metzmacherr24535: rename struct dcerpc_interface_call -> struct...
2007-10-10 Stefan Metzmacherr24524: make use of ElementStars()
2007-10-10 Stefan Metzmacherr24523: we don't support multi-dimentional [out] arrays
2007-10-10 Stefan Metzmacherr24522: make the "skip pointer to an array" logic a...
2007-10-10 Stefan Metzmacherr24521: we don't yet have optional args to DeclLong()
2007-10-10 Stefan Metzmacherr24520: make use of the new ElementStars() and ArrayBra...
2007-10-10 Stefan Metzmacherr24518: get rid of using ->{ORIGINAL} and move stuff
2007-10-10 Stefan Metzmacherr24517: move skipping pointer before an array logic...
2007-10-10 Stefan Metzmacherr24516: don't use ->{ORIGINAL}
2007-10-10 Stefan Metzmacherr24515: use fatal() wrapper instead of die() directly
2007-10-10 Stefan Metzmacherr24514: IS_* elemements sound be perl integers consista...
2007-10-10 Stefan Metzmacherr24511: pass the correct thing to fatal()
2007-10-10 Stefan Metzmacherr24509: pass down the full ndr elements instead of...
2007-10-10 Stefan Metzmacherr24508: add HeaderTypeNew() which will go if everything...
2007-10-10 Stefan Metzmacherr24507: pass $d down to HeaderTypedef
2007-10-10 Stefan Metzmacherr24506: pass $fn down one more layer
2007-10-10 Stefan Metzmacherr24505: pass down $fn one level
2007-10-10 Stefan Metzmacherr24493: - it turns out that
2007-10-10 Stefan Metzmacherr24492: Parse::Pidl::Samba4::Header::Parse() now takes...
2007-10-10 Stefan Metzmacherr24490: For ParseBitmap() we use Parse::Pidl::Typelist...
2007-10-10 Stefan Metzmacherr24489: only typedef enum { ... } foo; enum's should...
2007-10-10 Stefan Metzmacherr24488: enum's and bitmap's not have nested types
2007-10-10 Stefan Metzmacherr24487: fix formating and add defined($opt_header)
2007-10-10 Stefan Metzmacherr24484: pass down $ndr tree instead of the $pidl tree...
2007-10-10 Stefan Metzmacherr24482: white space cleanup only...
2007-10-10 Stefan Metzmacherr24463: we have a function to correctly create an ...
2007-10-10 Stefan Metzmacherr24454: when level 0 is a pointer we need to look for...
2007-10-10 Stefan Metzmacherr24452: bail out instead of only giving a warning on
2007-10-10 Stefan Metzmacherr24447: fix samba3-cli pidl tests
2007-10-10 Stefan Metzmacherr24446: We only need one genric GenerateFunctionInEnv
2007-10-10 Stefan Metzmacherr24407: $element->{ARRAY_LEN} doesn't exist...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Ronnie Sahlbergr23721: For unions, The TAG and the ARM are aligned...
2007-10-10 Andrew Bartlettr23677: When I removed data_blob_equal, I clearly didn...
2007-10-10 Stefan Metzmacherr23071: print the command on failure only
2007-10-10 Stefan Metzmacherr23069: print out the command, to find out the problem...
2007-10-10 Jelmer Vernooijr22742: Fix tests.
2007-10-10 Jelmer Vernooijr22741: Add MSVC-specific pragma's for Wireshark. Patch...
2007-10-10 Stefan Metzmacherr22667: revert revision 22640 as it breaks nested struc...
2007-10-10 Stefan Metzmacherr22640: - generate nicer output
2007-10-10 Stefan Metzmacherr22618: handle the properties related to the type
2007-10-10 Stefan Metzmacherr22617: assume we have defered elements if the type...
2007-10-10 Jelmer Vernooijr22520: Fix the TYPE command.
2007-10-10 Jelmer Vernooijr22462: Fix test suite for ndr parser without using...
2007-10-10 Jelmer Vernooijr22457: Fix tests for Samba3 client generator.
2007-10-10 Jelmer Vernooijr22456: Merge wireshark and ejs test improvements.
2007-10-10 Jelmer Vernooijr22453: Fix TDR testsuite without using our.
2007-10-10 Jelmer Vernooijr22357: Don't use 'our'
2007-10-10 James Peachr22029: Make sure we respect $srcdir correctly for...
2007-10-10 Jelmer Vernooijr22004: Check for dereferencing null pointers.
2007-10-10 Jelmer Vernooijr21996: Fix a bug for invalid casts of pointers.
2007-10-10 Jelmer Vernooijr21995: Patch from Ronnie Sahlberg.
2007-10-10 Jelmer Vernooijr21690: Test use of typedef /and/ struct name
2007-10-10 Jelmer Vernooijr21682: Remove accidently committed debug command.
2007-10-10 Jelmer Vernooijr21681: Fix bug in the parsing code that parsed "struct...
2007-10-10 Jelmer Vernooijr21656: Move tests a bit closer to the things they...
2007-10-10 Jelmer Vernooijr21654: Add simple test for print functions.
2007-10-10 Jelmer Vernooijr21586: update manifest
2007-10-10 Jelmer Vernooijr21584: Support for tagged types has landed!
2007-10-10 Jelmer Vernooijr21579: Use utility function to determine function...
2007-10-10 Jelmer Vernooijr21578: Use utility function for naming pull/push/print...
2007-10-10 Jelmer Vernooijr21575: Fix handling of is_scalar() for declares.
2007-10-10 Jelmer Vernooijr21574: Fix handling of DECLARE.
next