summaryrefslogtreecommitdiff
path: root/source4/build
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4773: Handle arrays of scalar types as function arguments.Tim Potter1-24/+61
2007-10-10r4771: Fix some indentation.Tim Potter1-6/+25
2007-10-10r4770: Change from processing ndr_*.[ch] files all at once to line-by-line.Tim Potter1-20/+16
2007-10-10r4729: add dummy "winbind" serviceStefan Metzmacher1-1/+2
2007-10-10r4717: fixed our usage of VA_COPY to be more standards compliantAndrew Tridgell1-3/+13
2007-10-10r4690: - add support for async rpc server repliesStefan Metzmacher2-35/+120
2007-10-10r4677: stub.pm must be synced with server.pmStefan Metzmacher1-2/+2
2007-10-10r4673: Fix the IDL for the QuerySecret LSA call.Andrew Bartlett1-1/+2
2007-10-10r4640: first stage in the server side support for multiple context_ids on one...Andrew Tridgell1-2/+2
2007-10-10r4637: log packets when the server code returns an DCERPC_FAULTStefan Metzmacher2-0/+5
2007-10-10r4624: Several crash fixes for DCOMJelmer Vernooij1-2/+9
2007-10-10r4616: the first phase in the addition of proper support forAndrew Tridgell2-4/+4
2007-10-10r4613: Fix stuff I broke in the last commit with the /x regexp flag.Tim Potter1-44/+45
2007-10-10r4606: Start adding some more comments and some indentation for the eparserTim Potter1-43/+93
2007-10-10r4600: Remove Data::Dumper import leftover from debugging.Tim Potter1-12/+16
2007-10-10r4599: Remove some duplicated code in pidl.pl.Tim Potter2-23/+41
2007-10-10r4578: Minor cleanup of ndr_pull_array() and ndr_pull_array_foo() regexps.Tim Potter1-2/+2
2007-10-10r4557: support for [flags()] on typedef enum|bitmapStefan Metzmacher1-6/+4
2007-10-10r4556: neater (and faster) way of doing alignments and scalarsAndrew Tridgell1-33/+30
2007-10-10r4553: fix typoStefan Metzmacher1-1/+1
2007-10-10r4551: add support for a pidl extensionsStefan Metzmacher4-474/+622
2007-10-10r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2-2/+2
2007-10-10r4548: Convert to talloc_p() and talloc_array_p() where appropriate.Tim Potter1-5/+39
2007-10-10r4540: sync enum and bitmap codeStefan Metzmacher3-31/+26
2007-10-10r4535: add full support forStefan Metzmacher3-15/+214
2007-10-10r4534: update the yapp generated codeStefan Metzmacher1-354/+466
2007-10-10r4533: parsing support for:Stefan Metzmacher1-3/+18
2007-10-10r4526: - much simpler (and more accurate!) ndr_size_*() code generation. ItAndrew Tridgell3-97/+19
2007-10-10r4523: the PROPERTIES change for typedef was not quite as simple as I thought...Andrew Tridgell2-7/+19
2007-10-10r4522: PROPERTIES are now handled at the typedef levelAndrew Tridgell2-297/+286
2007-10-10r4521: fixed up the handling of PROPERTIES elements after the change to suppo...Andrew Tridgell5-20/+20
2007-10-10r4518: added proper support for "typedef enum" in pidl. We can now use enums ...Andrew Tridgell5-258/+403
2007-10-10r4517: Revert previous commit about giving arrays of scalars their own subtree.Tim Potter1-12/+16
2007-10-10r4512: Give arrays of scalar types their own subtree.Tim Potter1-12/+25
2007-10-10r4511: Remove a crapload of dead code.Tim Potter1-835/+0
2007-10-10r4509: Add missing cr.Tim Potter1-1/+1
2007-10-10r4495: Some more regexps for handling stuff in the lsa and samr pipes -Tim Potter1-1/+14
2007-10-10r4489: Remove an obsolete file.Tim Potter1-3/+0
2007-10-10r4480: autofree the dcom proxy tablesAndrew Tridgell1-1/+1
2007-10-10r4475: fixed smbd to work with the small changes in the ldb API (the most imp...Andrew Tridgell1-0/+1
2007-10-10r4469: Version n + 1 of the pidl ethereal parser generator. This version isTim Potter2-67/+335
2007-10-10r4468: Don't be a slacker and leave out parameter names when generatingTim Potter1-12/+12
2007-10-10r4466: rather than defining "STANDALONE" for building tdb, ldb and tallocAndrew Tridgell1-1/+1
2007-10-10r4363: value "none required" is set if no library is needed (autoconf does th...Jelmer Vernooij1-1/+7
2007-10-10r4362: dlopen() doesn't imply -ldlJelmer Vernooij1-1/+1
2007-10-10r4288: don't use struct dcerpc_interface_table anymore in theStefan Metzmacher2-55/+158
2007-10-10r4170: don't check array size for conformant arrays (they are checked separat...Andrew Tridgell1-1/+2
2007-10-10r4139: 2nd attempt at fixing the null ptr in size_is() problem.Andrew Tridgell1-2/+6
2007-10-10r4136: when we have a size or switch variable that is a pointer we need to ch...Andrew Tridgell1-1/+25
2007-10-10r4124: include locale.h to get LC_ALL in include/system/iconv.hAndrew Tridgell1-1/+1