summaryrefslogtreecommitdiff
path: root/source4/build
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5917: First step in using the new cli_credentials structure. This patchJelmer Vernooij2-16/+1
2007-10-10r5906: Fix the usage of the internal popt (make proto should ignore it)Jelmer Vernooij2-1/+2
2007-10-10r5853: Move some of the functions not specific to the Samba NDR parser generatorJelmer Vernooij3-179/+254
2007-10-10r5852: Rename ndr.pm to ndr_parser.pmJelmer Vernooij3-2/+2
2007-10-10r5797: - add idl property [subcontext_size()]Stefan Metzmacher2-17/+35
2007-10-10r5785: Fix subcontext pushesJelmer Vernooij1-1/+1
2007-10-10r5775: Remove some unused functions (unions are no longer as special as they ...Jelmer Vernooij1-1/+1
2007-10-10r5764: add support for embedded ref pointersStefan Metzmacher2-8/+10
2007-10-10r5709: Leave out the pull/push call with NDR_BUFFERS for not justJelmer Vernooij1-2/+21
2007-10-10r5697: Give an error message when a ref pointer is NULL (requested by tpot)Jelmer Vernooij1-0/+6
2007-10-10r5675: - More DCOM bug fixesJelmer Vernooij1-1/+1
2007-10-10r5674: - Re-enable DCOM support.Jelmer Vernooij3-12/+20
2007-10-10r5672: Use switch_type() and the token storage mechanism for unions:Jelmer Vernooij4-50/+83
2007-10-10r5671: Bunch of fixes related to arrays and pointers to arrays.Jelmer Vernooij1-37/+40
2007-10-10r5669: Couple of minor clearifications, simplifications.Jelmer Vernooij4-15/+12
2007-10-10r5661: Be a little stricter on syntax regarding arrays. A pointer to anJelmer Vernooij3-1/+13
2007-10-10r5660: Reduce number of generated "{}"'sJelmer Vernooij2-8/+8
2007-10-10r5603: add "authservice()" property to the interface property listStefan Metzmacher1-8/+30
2007-10-10r5506: Simplify the use of subcontexts and make them a bit less a special case.Jelmer Vernooij1-84/+155
2007-10-10r5494: Some more code simplification, some additional comments.Jelmer Vernooij2-58/+46
2007-10-10r5493: Some code simplificationJelmer Vernooij1-38/+30
2007-10-10r5492: Update example coclass, autogenerate some parts.Jelmer Vernooij1-1/+7
2007-10-10r5490: The big (D)COM commit! :-) Contains most of the changes described in theJelmer Vernooij7-159/+304
2007-10-10r5487: - Allow disabling modulesJelmer Vernooij1-0/+5
2007-10-10r5486: - Use references to interfaces in coclasses rather thenJelmer Vernooij3-374/+376
2007-10-10r5485: Support nopull,nopush in header.pm as well.Jelmer Vernooij1-3/+7
2007-10-10r5480: allow nopush and nopull on functionsStefan Metzmacher1-6/+10
2007-10-10r5479: Add ODL input support.Jelmer Vernooij5-31/+69
2007-10-10r5478: Bunch of small optimizations and generalizations.Jelmer Vernooij3-32/+39
2007-10-10r5477: - Move some more of the typelist stuff out of ndr.pmJelmer Vernooij3-1/+20
2007-10-10r5476: Move ORPC extensions to DCE/RPC into seperate file.Jelmer Vernooij1-0/+5
2007-10-10r5475: Move some existing and new type information functions to typelist.pmJelmer Vernooij4-125/+108
2007-10-10r5466: Put the type information list in a seperate moduleJelmer Vernooij4-39/+80
2007-10-10r5465: Add support to multiple levels of pointers in pidl.Jelmer Vernooij2-81/+96
2007-10-10r5464: Simplify print function generator code.Jelmer Vernooij1-57/+27
2007-10-10r5463: Make need_wire_pointer() return the number of requiredJelmer Vernooij1-7/+7
2007-10-10r5453: Treat "embedded" arrays (surrounding structures) somewhatJelmer Vernooij1-18/+39
2007-10-10r5449: More array handling cleanups. This should make the code moreJelmer Vernooij1-11/+24
2007-10-10r5448: another portability fix for solarisAndrew Tridgell1-1/+1
2007-10-10r5447: Add some utility functions for arrays and use them.Jelmer Vernooij2-38/+63
2007-10-10r5443: Fix HeaderProperties(). Not re-enabling yet because I don't know why itJelmer Vernooij1-15/+22
2007-10-10r5442: Use argument list generator functions from NdrParser in NdrHeaderJelmer Vernooij2-31/+15
2007-10-10r5441: Put push, pull and print arguments in hash as wellJelmer Vernooij1-64/+96
2007-10-10r5440: Some more generalizationsJelmer Vernooij1-38/+16
2007-10-10r5439: (hopefully) fix build on older perls. Thanks to tridge for pointing th...Jelmer Vernooij1-4/+4
2007-10-10r5438: Keep new CFLAGS if the compiler accepted them.Jelmer Vernooij1-1/+1
2007-10-10r5437: Allow Samba4 to be compiled by tcc (www.tinycc.org). It still crashes ...Jelmer Vernooij1-4/+13
2007-10-10r5426: Warn about embedded ref pointers.Jelmer Vernooij2-1/+10
2007-10-10r5422: Fix ethereal parser generator.Jelmer Vernooij2-87/+87
2007-10-10r5417: Add wrapper function for typedefs hash rather then using the "our" key...Jelmer Vernooij3-23/+49