summaryrefslogtreecommitdiffstats
path: root/source4/build
Commit message (Expand)AuthorAgeFilesLines
* r4557: support for [flags()] on typedef enum|bitmapStefan Metzmacher2007-10-101-6/+4
* r4556: neater (and faster) way of doing alignments and scalarsAndrew Tridgell2007-10-101-33/+30
* r4553: fix typoStefan Metzmacher2007-10-101-1/+1
* r4551: add support for a pidl extensionsStefan Metzmacher2007-10-104-474/+622
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-102-2/+2
* r4548: Convert to talloc_p() and talloc_array_p() where appropriate.Tim Potter2007-10-101-5/+39
* r4540: sync enum and bitmap codeStefan Metzmacher2007-10-103-31/+26
* r4535: add full support forStefan Metzmacher2007-10-103-15/+214
* r4534: update the yapp generated codeStefan Metzmacher2007-10-101-354/+466
* r4533: parsing support for:Stefan Metzmacher2007-10-101-3/+18
* r4526: - much simpler (and more accurate!) ndr_size_*() code generation. ItAndrew Tridgell2007-10-103-97/+19
* r4523: the PROPERTIES change for typedef was not quite as simple as I thought...Andrew Tridgell2007-10-102-7/+19
* r4522: PROPERTIES are now handled at the typedef levelAndrew Tridgell2007-10-102-297/+286
* r4521: fixed up the handling of PROPERTIES elements after the change to suppo...Andrew Tridgell2007-10-105-20/+20
* r4518: added proper support for "typedef enum" in pidl. We can now use enums ...Andrew Tridgell2007-10-105-258/+403
* r4517: Revert previous commit about giving arrays of scalars their own subtree.Tim Potter2007-10-101-12/+16
* r4512: Give arrays of scalar types their own subtree.Tim Potter2007-10-101-12/+25
* r4511: Remove a crapload of dead code.Tim Potter2007-10-101-835/+0
* r4509: Add missing cr.Tim Potter2007-10-101-1/+1
* r4495: Some more regexps for handling stuff in the lsa and samr pipes -Tim Potter2007-10-101-1/+14
* r4489: Remove an obsolete file.Tim Potter2007-10-101-3/+0
* r4480: autofree the dcom proxy tablesAndrew Tridgell2007-10-101-1/+1
* r4475: fixed smbd to work with the small changes in the ldb API (the most imp...Andrew Tridgell2007-10-101-0/+1
* r4469: Version n + 1 of the pidl ethereal parser generator. This version isTim Potter2007-10-102-67/+335
* r4468: Don't be a slacker and leave out parameter names when generatingTim Potter2007-10-101-12/+12
* r4466: rather than defining "STANDALONE" for building tdb, ldb and tallocAndrew Tridgell2007-10-101-1/+1
* r4363: value "none required" is set if no library is needed (autoconf does th...Jelmer Vernooij2007-10-101-1/+7
* r4362: dlopen() doesn't imply -ldlJelmer Vernooij2007-10-101-1/+1
* r4288: don't use struct dcerpc_interface_table anymore in theStefan Metzmacher2007-10-102-55/+158
* r4170: don't check array size for conformant arrays (they are checked separat...Andrew Tridgell2007-10-101-1/+2
* r4139: 2nd attempt at fixing the null ptr in size_is() problem.Andrew Tridgell2007-10-101-2/+6
* r4136: when we have a size or switch variable that is a pointer we need to ch...Andrew Tridgell2007-10-101-1/+25
* r4124: include locale.h to get LC_ALL in include/system/iconv.hAndrew Tridgell2007-10-101-1/+1
* r4123: set locale to C to ensure ascii string functions workAndrew Tridgell2007-10-101-0/+2
* r4112: when a pointer is NULL on the wire ensure it is null in the structureAndrew Tridgell2007-10-101-0/+1
* r4110: fixed pidl to allow arrays to have size_is() and length_is() elementsAndrew Tridgell2007-10-101-30/+42
* r4096: move the samdb code to source/dsdb/Stefan Metzmacher2007-10-101-1/+2
* r4086: - make dcerpc_ndr_request_table_send() the default and rename it to justStefan Metzmacher2007-10-102-2/+2
* r4085: print out dcerpc_fault's as namesStefan Metzmacher2007-10-101-1/+1
* r4076: fix compiler warningStefan Metzmacher2007-10-101-1/+3
* r3998: allow const arrays (see next commit to drsuapi.idl)Stefan Metzmacher2007-10-103-469/+626
* r3956: start to decode the repsFrom and repsTo fileds but not readyStefan Metzmacher2007-10-101-0/+1
* r3898: Work towards local/server DCOM support, start workingJelmer Vernooij2007-10-101-1/+1
* r3896: Correct header files in rpc server templates plusJelmer Vernooij2007-10-101-1/+4
* r3881: Split up the LIBNDR_GEN subsystem into NDR_* and RPC_NDR_* subsystems.Jelmer Vernooij2007-10-102-11/+28
* r3869: in the NDR encoded replPropertyMetaData attribute in ADSStefan Metzmacher2007-10-101-1/+1
* r3861: - Put ndr and rpc client code in seperate filesJelmer Vernooij2007-10-105-30/+68
* r3810: create a LIB_SECURITY subsystemStefan Metzmacher2007-10-101-1/+2
* r3790: use a registration function that is called from dcerpc_*_init functionsJelmer Vernooij2007-10-103-116/+45
* r3769: fix the build of shared librariesStefan Metzmacher2007-10-102-3/+9