summaryrefslogtreecommitdiffstats
path: root/source4/build
Commit message (Expand)AuthorAgeFilesLines
* r6458: Split up NTLMSSP into a new directory, and into seperate files for theAndrew Bartlett2007-10-101-0/+1
* r6350: Add a newline to make things look prettier.Tim Potter2007-10-101-0/+1
* r6331: added IDL and test suite for the ADS style response to a datagram netl...Andrew Tridgell2007-10-101-1/+2
* r6294: - add obfuscate support, which is used in MAPI rpc's, (the ^= 0xA5 stu...Stefan Metzmacher2007-10-102-22/+81
* r6190: fix gensize on unionsStefan Metzmacher2007-10-101-1/+2
* r6180: Use token_lists for storing switch valuesJelmer Vernooij2007-10-101-6/+10
* r6177: Use here documents instead of print() statements to generate theTim Potter2007-10-101-144/+164
* r6159: Move some more general ndr stuff (alignment calculations) to ndr.pmJelmer Vernooij2007-10-102-106/+85
* r6148: Add a showflags target to display the various compiler flags a laTim Potter2007-10-101-0/+7
* r6143: Put compression support in the subcontext handling functions ratherJelmer Vernooij2007-10-101-45/+36
* r6139: Move socket_wrapper to a seperate directoryJelmer Vernooij2007-10-101-0/+1
* r6130: More work on the NDR tree generatorJelmer Vernooij2007-10-101-1/+260
* r6113: Move GENSEC and the kerberos code out of libcli/auth, and intoAndrew Bartlett2007-10-101-1/+2
* r6101: only allow properties we know about, that helps to catch typos!Stefan Metzmacher2007-10-101-1/+98
* r6098: fix parsing of empty union casesStefan Metzmacher2007-10-102-2/+2
* r6097: allow compression only on subcontextsStefan Metzmacher2007-10-101-2/+6
* r6061: add start of compression support in our rpc codeStefan Metzmacher2007-10-101-4/+134
* r5917: First step in using the new cli_credentials structure. This patchJelmer Vernooij2007-10-102-16/+1
* r5906: Fix the usage of the internal popt (make proto should ignore it)Jelmer Vernooij2007-10-102-1/+2
* r5853: Move some of the functions not specific to the Samba NDR parser generatorJelmer Vernooij2007-10-103-179/+254
* r5852: Rename ndr.pm to ndr_parser.pmJelmer Vernooij2007-10-103-2/+2
* r5797: - add idl property [subcontext_size()]Stefan Metzmacher2007-10-102-17/+35
* r5785: Fix subcontext pushesJelmer Vernooij2007-10-101-1/+1
* r5775: Remove some unused functions (unions are no longer as special as they ...Jelmer Vernooij2007-10-101-1/+1
* r5764: add support for embedded ref pointersStefan Metzmacher2007-10-102-8/+10
* r5709: Leave out the pull/push call with NDR_BUFFERS for not justJelmer Vernooij2007-10-101-2/+21
* r5697: Give an error message when a ref pointer is NULL (requested by tpot)Jelmer Vernooij2007-10-101-0/+6
* 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