summaryrefslogtreecommitdiffstats
path: root/source4/build
Commit message (Expand)AuthorAgeFilesLines
* r5378: Put ndr size generators and alignment calc functions in hash as well.Jelmer Vernooij2007-10-101-68/+55
* r5377: Put push/pull/print functions for the various types in a hash.Jelmer Vernooij2007-10-101-127/+54
* r5376: ORPC is NDR specific, so move it to ndr.pm.Jelmer Vernooij2007-10-105-122/+63
* r5363: - ndr_%_ptr -> ndr_%_unique_ptrJelmer Vernooij2007-10-101-10/+14
* r5362: Add pointer_default() support to pidl. pointer_default()Jelmer Vernooij2007-10-102-13/+78
* r5361: Rename some functions, add tests to validator.Jelmer Vernooij2007-10-102-23/+38
* r5360: Remove a couple of unused functions.Jelmer Vernooij2007-10-102-11/+1
* r5345: Some more minor code readability fixes.Jelmer Vernooij2007-10-102-149/+143
* r5338: More efforts to handle types similarly.Jelmer Vernooij2007-10-107-33/+35
* r5320: Treat structs and unions somewhat more similarly:Jelmer Vernooij2007-10-108-391/+276
* r5319: Make some more alignment code generic, move NDR-specific stuff toJelmer Vernooij2007-10-104-205/+200
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-102-10/+10
* r5288: Make alignment code more genericJelmer Vernooij2007-10-101-32/+42
* r5286: Some first steps in making the pidl code somewhat more generic for theJelmer Vernooij2007-10-103-66/+29
* r5245: Remove dead code.Tim Potter2007-10-101-671/+1
* r5241: Generate swig wrappers for unions as well as structures.Tim Potter2007-10-101-2/+2
* r5223: Rename dom_sid2 to dom_sid as we don't care about the differenceTim Potter2007-10-101-1/+5
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-102-3/+1
* r5194: added support for using epoll instead of select() on systems that haveAndrew Tridgell2007-10-101-0/+3
* r5190: Grr - typo.Tim Potter2007-10-101-1/+1
* r5188: Add config.mk file for swig.Tim Potter2007-10-101-0/+1
* r5155: define ipv4address as a based IDL type, mapped to a "const char *" inAndrew Tridgell2007-10-101-1/+3
* r5133: fix type mapping to internal typesStefan Metzmacher2007-10-101-5/+7
* r5108: the beginnings of a nbtd server for Samba4. Currently just displaysAndrew Tridgell2007-10-101-0/+1
* r5104: - added support for task based servers. These are servers that withinAndrew Tridgell2007-10-101-0/+1
* r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell2007-10-101-2/+1
* r5086: Fix list of binaries to install:Andrew Bartlett2007-10-101-4/+5
* r5085: add net and nmblookup to installed binariesAndrew Tridgell2007-10-101-1/+3
* r5073: Call new autogenerator function for swig stuff instead of old one.Tim Potter2007-10-101-6/+6
* r5072: oDecrease the amount of autogenerated code (sorry tridge) and use swig'sTim Potter2007-10-101-63/+62
* r5051: initialise all elements of an array (thanks to Mike Allan for pointingAndrew Tridgell2007-10-101-1/+1
* r5047: Fix swig dependencies.Tim Potter2007-10-101-4/+4
* r5044: fix pidl--swigStefan Metzmacher2007-10-101-1/+1
* r5043: this broke more systems than it helped. Remove it and try to workAndrew Tridgell2007-10-101-9/+0
* r5042: another attempt to get solaris10 buildingAndrew Tridgell2007-10-101-1/+1
* r5040: attempt to get solaris10 building by defining _XOPEN_SOURCEAndrew Tridgell2007-10-101-0/+9
* r5039: fixed eparser not to generate talloc_p()Andrew Tridgell2007-10-101-2/+2
* r5036: changed HYPER_T to the more standard "hyper"Andrew Tridgell2007-10-101-24/+21
* r5034: - added a type mapping function in pidl, so the type names in our IDLAndrew Tridgell2007-10-104-12/+43
* r5033: Remove --with-eparserdir configure option and eparser_idl make target.Tim Potter2007-10-102-23/+0
* r5032: get rid of the init fns in eparserAndrew Tridgell2007-10-101-0/+3
* r5024: Fix build.Tim Potter2007-10-101-7/+1
* r5019: Some tweaks to building the swig .i files.Tim Potter2007-10-101-7/+12
* r5016: Use LIBRARY instead of BINARY for inserting the swig stuff into theTim Potter2007-10-101-5/+5
* r5010: Handle weird-ass NTTIME_1sec and NTTIME_hyper types.Tim Potter2007-10-101-1/+2
* r5009: Put bitmaps in their own subtree.Tim Potter2007-10-101-1/+6
* r5008: 32-bits is the default bitmap size.Tim Potter2007-10-101-2/+1
* r5007: Fix bug in regexp where we were eating the strings "in" or "out" fromTim Potter2007-10-101-3/+3
* r5006: Implement parsing of pidl bitmaps in ethereal parsers. This worksTim Potter2007-10-101-5/+34
* r4993: Generate nicer name for enum hf.Tim Potter2007-10-101-2/+15