summaryrefslogtreecommitdiff
path: root/source4/build
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r4123: set locale to C to ensure ascii string functions workAndrew Tridgell1-0/+2
2007-10-10r4112: when a pointer is NULL on the wire ensure it is null in the structureAndrew Tridgell1-0/+1
2007-10-10r4110: fixed pidl to allow arrays to have size_is() and length_is() elementsAndrew Tridgell1-30/+42
2007-10-10r4096: move the samdb code to source/dsdb/Stefan Metzmacher1-1/+2
2007-10-10r4086: - make dcerpc_ndr_request_table_send() the default and rename it to justStefan Metzmacher2-2/+2
2007-10-10r4085: print out dcerpc_fault's as namesStefan Metzmacher1-1/+1
2007-10-10r4076: fix compiler warningStefan Metzmacher1-1/+3
2007-10-10r3998: allow const arrays (see next commit to drsuapi.idl)Stefan Metzmacher3-469/+626
2007-10-10r3956: start to decode the repsFrom and repsTo fileds but not readyStefan Metzmacher1-0/+1
2007-10-10r3898: Work towards local/server DCOM support, start workingJelmer Vernooij1-1/+1
2007-10-10r3896: Correct header files in rpc server templates plusJelmer Vernooij1-1/+4
2007-10-10r3881: Split up the LIBNDR_GEN subsystem into NDR_* and RPC_NDR_* subsystems.Jelmer Vernooij2-11/+28
2007-10-10r3869: in the NDR encoded replPropertyMetaData attribute in ADSStefan Metzmacher1-1/+1
2007-10-10r3861: - Put ndr and rpc client code in seperate filesJelmer Vernooij5-30/+68
2007-10-10r3810: create a LIB_SECURITY subsystemStefan Metzmacher1-1/+2
2007-10-10r3790: use a registration function that is called from dcerpc_*_init functionsJelmer Vernooij3-116/+45