summaryrefslogtreecommitdiffstats
path: root/source4/build
Commit message (Expand)AuthorAgeFilesLines
* r5675: - More DCOM bug fixesJelmer Vernooij2007-10-101-1/+1
* r5674: - Re-enable DCOM support.Jelmer Vernooij2007-10-103-12/+20
* r5672: Use switch_type() and the token storage mechanism for unions:Jelmer Vernooij2007-10-104-50/+83
* r5671: Bunch of fixes related to arrays and pointers to arrays.Jelmer Vernooij2007-10-101-37/+40
* r5669: Couple of minor clearifications, simplifications.Jelmer Vernooij2007-10-104-15/+12
* r5661: Be a little stricter on syntax regarding arrays. A pointer to anJelmer Vernooij2007-10-103-1/+13
* r5660: Reduce number of generated "{}"'sJelmer Vernooij2007-10-102-8/+8
* r5603: add "authservice()" property to the interface property listStefan Metzmacher2007-10-101-8/+30
* r5506: Simplify the use of subcontexts and make them a bit less a special case.Jelmer Vernooij2007-10-101-84/+155
* r5494: Some more code simplification, some additional comments.Jelmer Vernooij2007-10-102-58/+46
* r5493: Some code simplificationJelmer Vernooij2007-10-101-38/+30
* r5492: Update example coclass, autogenerate some parts.Jelmer Vernooij2007-10-101-1/+7
* r5490: The big (D)COM commit! :-) Contains most of the changes described in theJelmer Vernooij2007-10-107-159/+304
* r5487: - Allow disabling modulesJelmer Vernooij2007-10-101-0/+5
* r5486: - Use references to interfaces in coclasses rather thenJelmer Vernooij2007-10-103-374/+376
* r5485: Support nopull,nopush in header.pm as well.Jelmer Vernooij2007-10-101-3/+7
* r5480: allow nopush and nopull on functionsStefan Metzmacher2007-10-101-6/+10
* r5479: Add ODL input support.Jelmer Vernooij2007-10-105-31/+69
* r5478: Bunch of small optimizations and generalizations.Jelmer Vernooij2007-10-103-32/+39
* r5477: - Move some more of the typelist stuff out of ndr.pmJelmer Vernooij2007-10-103-1/+20
* r5476: Move ORPC extensions to DCE/RPC into seperate file.Jelmer Vernooij2007-10-101-0/+5
* r5475: Move some existing and new type information functions to typelist.pmJelmer Vernooij2007-10-104-125/+108
* r5466: Put the type information list in a seperate moduleJelmer Vernooij2007-10-104-39/+80
* r5465: Add support to multiple levels of pointers in pidl.Jelmer Vernooij2007-10-102-81/+96
* r5464: Simplify print function generator code.Jelmer Vernooij2007-10-101-57/+27
* r5463: Make need_wire_pointer() return the number of requiredJelmer Vernooij2007-10-101-7/+7
* r5453: Treat "embedded" arrays (surrounding structures) somewhatJelmer Vernooij2007-10-101-18/+39
* r5449: More array handling cleanups. This should make the code moreJelmer Vernooij2007-10-101-11/+24
* r5448: another portability fix for solarisAndrew Tridgell2007-10-101-1/+1
* r5447: Add some utility functions for arrays and use them.Jelmer Vernooij2007-10-102-38/+63
* r5443: Fix HeaderProperties(). Not re-enabling yet because I don't know why itJelmer Vernooij2007-10-101-15/+22
* r5442: Use argument list generator functions from NdrParser in NdrHeaderJelmer Vernooij2007-10-102-31/+15
* r5441: Put push, pull and print arguments in hash as wellJelmer Vernooij2007-10-101-64/+96
* r5440: Some more generalizationsJelmer Vernooij2007-10-101-38/+16
* r5439: (hopefully) fix build on older perls. Thanks to tridge for pointing th...Jelmer Vernooij2007-10-101-4/+4
* r5438: Keep new CFLAGS if the compiler accepted them.Jelmer Vernooij2007-10-101-1/+1
* r5437: Allow Samba4 to be compiled by tcc (www.tinycc.org). It still crashes ...Jelmer Vernooij2007-10-101-4/+13
* r5426: Warn about embedded ref pointers.Jelmer Vernooij2007-10-102-1/+10
* r5422: Fix ethereal parser generator.Jelmer Vernooij2007-10-102-87/+87
* r5417: Add wrapper function for typedefs hash rather then using the "our" key...Jelmer Vernooij2007-10-103-23/+49
* r5414: - added libcli/wins/, a basic client library for WINS replicationAndrew Tridgell2007-10-102-0/+2
* r5410: Automatically determine indenting for the ndr parsersJelmer Vernooij2007-10-101-318/+460
* r5378: Put ndr size generators and alignment calc functions in hash as well.Jelmer Vernooij2007-10-101-68/+55
* r5377: Put push/pull/print functions for the various types in a hash.Jelmer Vernooij2007-10-101-127/+54
* r5376: ORPC is NDR specific, so move it to ndr.pm.Jelmer Vernooij2007-10-105-122/+63
* r5363: - ndr_%_ptr -> ndr_%_unique_ptrJelmer Vernooij2007-10-101-10/+14
* r5362: Add pointer_default() support to pidl. pointer_default()Jelmer Vernooij2007-10-102-13/+78
* r5361: Rename some functions, add tests to validator.Jelmer Vernooij2007-10-102-23/+38
* r5360: Remove a couple of unused functions.Jelmer Vernooij2007-10-102-11/+1
* r5345: Some more minor code readability fixes.Jelmer Vernooij2007-10-102-149/+143