summaryrefslogtreecommitdiff
path: root/source4/build
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5438: Keep new CFLAGS if the compiler accepted them.Jelmer Vernooij1-1/+1
2007-10-10r5437: Allow Samba4 to be compiled by tcc (www.tinycc.org). It still crashes ...Jelmer Vernooij1-4/+13
2007-10-10r5426: Warn about embedded ref pointers.Jelmer Vernooij2-1/+10
2007-10-10r5422: Fix ethereal parser generator.Jelmer Vernooij2-87/+87
2007-10-10r5417: Add wrapper function for typedefs hash rather then using the "our" key...Jelmer Vernooij3-23/+49
2007-10-10r5414: - added libcli/wins/, a basic client library for WINS replicationAndrew Tridgell2-0/+2
2007-10-10r5410: Automatically determine indenting for the ndr parsersJelmer Vernooij1-318/+460
2007-10-10r5378: Put ndr size generators and alignment calc functions in hash as well.Jelmer Vernooij1-68/+55
2007-10-10r5377: Put push/pull/print functions for the various types in a hash.Jelmer Vernooij1-127/+54
2007-10-10r5376: ORPC is NDR specific, so move it to ndr.pm.Jelmer Vernooij5-122/+63
2007-10-10r5363: - ndr_%_ptr -> ndr_%_unique_ptrJelmer Vernooij1-10/+14
2007-10-10r5362: Add pointer_default() support to pidl. pointer_default()Jelmer Vernooij2-13/+78
2007-10-10r5361: Rename some functions, add tests to validator.Jelmer Vernooij2-23/+38
2007-10-10r5360: Remove a couple of unused functions.Jelmer Vernooij2-11/+1
2007-10-10r5345: Some more minor code readability fixes.Jelmer Vernooij2-149/+143
2007-10-10r5338: More efforts to handle types similarly.Jelmer Vernooij7-33/+35
2007-10-10r5320: Treat structs and unions somewhat more similarly:Jelmer Vernooij8-391/+276
2007-10-10r5319: Make some more alignment code generic, move NDR-specific stuff toJelmer Vernooij4-205/+200
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2-10/+10
2007-10-10r5288: Make alignment code more genericJelmer Vernooij1-32/+42
2007-10-10r5286: Some first steps in making the pidl code somewhat more generic for theJelmer Vernooij3-66/+29
2007-10-10r5245: Remove dead code.Tim Potter1-671/+1
2007-10-10r5241: Generate swig wrappers for unions as well as structures.Tim Potter1-2/+2
2007-10-10r5223: Rename dom_sid2 to dom_sid as we don't care about the differenceTim Potter1-1/+5
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2-3/+1
2007-10-10r5194: added support for using epoll instead of select() on systems that haveAndrew Tridgell1-0/+3
2007-10-10r5190: Grr - typo.Tim Potter1-1/+1
2007-10-10r5188: Add config.mk file for swig.Tim Potter1-0/+1
2007-10-10r5155: define ipv4address as a based IDL type, mapped to a "const char *" inAndrew Tridgell1-1/+3
2007-10-10r5133: fix type mapping to internal typesStefan Metzmacher1-5/+7
2007-10-10r5108: the beginnings of a nbtd server for Samba4. Currently just displaysAndrew Tridgell1-0/+1
2007-10-10r5104: - added support for task based servers. These are servers that withinAndrew Tridgell1-0/+1
2007-10-10r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell1-2/+1
2007-10-10r5086: Fix list of binaries to install:Andrew Bartlett1-4/+5
2007-10-10r5085: add net and nmblookup to installed binariesAndrew Tridgell1-1/+3
2007-10-10r5073: Call new autogenerator function for swig stuff instead of old one.Tim Potter1-6/+6
2007-10-10r5072: oDecrease the amount of autogenerated code (sorry tridge) and use swig'sTim Potter1-63/+62
2007-10-10r5051: initialise all elements of an array (thanks to Mike Allan for pointingAndrew Tridgell1-1/+1
2007-10-10r5047: Fix swig dependencies.Tim Potter1-4/+4
2007-10-10r5044: fix pidl--swigStefan Metzmacher1-1/+1
2007-10-10r5043: this broke more systems than it helped. Remove it and try to workAndrew Tridgell1-9/+0
2007-10-10r5042: another attempt to get solaris10 buildingAndrew Tridgell1-1/+1
2007-10-10r5040: attempt to get solaris10 building by defining _XOPEN_SOURCEAndrew Tridgell1-0/+9
2007-10-10r5039: fixed eparser not to generate talloc_p()Andrew Tridgell1-2/+2
2007-10-10r5036: changed HYPER_T to the more standard "hyper"Andrew Tridgell1-24/+21
2007-10-10r5034: - added a type mapping function in pidl, so the type names in our IDLAndrew Tridgell4-12/+43
2007-10-10r5033: Remove --with-eparserdir configure option and eparser_idl make target.Tim Potter2-23/+0
2007-10-10r5032: get rid of the init fns in eparserAndrew Tridgell1-0/+3
2007-10-10r5024: Fix build.Tim Potter1-7/+1
2007-10-10r5019: Some tweaks to building the swig .i files.Tim Potter1-7/+12