summaryrefslogtreecommitdiff
path: root/source4/build
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r665: merge over the new build system from my tmp branchStefan Metzmacher9-0/+2719
2007-10-10r641: readd 'use dump;'Stefan Metzmacher1-0/+1
2007-10-10r638: remove unused dependency to Data::Dumper and dumpStefan Metzmacher1-2/+0
2007-10-10r617: Sync some minor updates with repository:Tim Potter1-7/+81
2007-10-10r604: Better dumping of in,out,ref properties.Tim Potter1-0/+12
2007-10-10r602: Autogenerated packet-dcerpc-samr.c now compiles!Tim Potter2-8/+148
2007-10-10r600: Get rid of trailing whitespace which freaks out emacs' fontification.Tim Potter1-6/+6
2007-10-10r597: Start generating parser code - only supports uint16, uint32 and policyTim Potter1-229/+61
2007-10-10r589: Fix IDL dump module so --dump and --diff options to pidl.pl workTim Potter1-23/+62
2007-10-10r550: Remove clientfns.pm module - it was a bad idea.Tim Potter3-137/+2
2007-10-10r464: a big improvement to the API for writing server-side RPCAndrew Tridgell2-11/+42
2007-10-10r419: Data::Dumper is not portableStefan Metzmacher1-2/+2
2007-10-10r363: nicer error handling in pidlAndrew Tridgell2-1/+3
2007-10-10r356: Start of auto-generated client functions. Tridge can you take a lookTim Potter2-0/+135
2007-10-10r147: - Remove dublicate ldap tests (richard the current test is in libads/co...Stefan Metzmacher1-0/+17
2007-10-10r55: if you try to use a custom bind or unbind hook inStefan Metzmacher1-14/+22
2007-10-10r42: importing .cvsignore filesGerald Carter1-1/+0
2004-02-22- creat the LIBCMDLINE subsystemStefan Metzmacher1-71/+0
2004-02-18don't inlcude rpc/rpc.h and rpcsvc/*.h anymoreStefan Metzmacher1-72/+1
2004-02-18remove unused NISPLUS/AUTOMOUNT stuffStefan Metzmacher1-11/+0
2004-02-13move external configure test programsStefan Metzmacher1-11/+11
2004-02-13move all old configure checks to build/m4/rewrite.m4Stefan Metzmacher1-0/+1787
2004-02-02some DEBUG and comment fixesStefan Metzmacher1-1/+1
2004-01-22sorry, the last commit went in by mistake:-(Stefan Metzmacher1-6/+6
2004-01-22initilize ev->maxfd = EVENT_INVALID_MAXFD; before the while() loop.Stefan Metzmacher1-0/+11
2004-01-22make dcerpc_pipes[] completely const.Stefan Metzmacher1-2/+2
2004-01-22added a little bit of const magic to get rid of the data in librpc/gen_ndr/*.oAndrew Tridgell1-1/+1
2004-01-08This patch adds a better dcerpc server infastructure.Stefan Metzmacher4-33/+91
2003-12-19added code to the IDL validator to check for common errors withAndrew Tridgell2-3/+51
2003-12-16a fairly large commit!Andrew Tridgell1-0/+4
2003-12-16the out substructure is not empty if there is a return from theAndrew Tridgell1-0/+6
2003-12-16some compilers can't handle structures with no elements. GenerateAndrew Tridgell1-16/+46
2003-12-16don't rely on the ability of perl 5.6.x to remove elements from arraysAndrew Tridgell1-1/+4
2003-12-16cope with different cpp formatting on some systems, and make sure weAndrew Tridgell2-2/+16
2003-12-15use the @CPP@ value from configure if possible when determining cpp inAndrew Tridgell2-2/+10
2003-12-15lets see if "cc -E" keeps more of the build farm happy then "cpp"Andrew Tridgell1-1/+1
2003-12-15added "pidl.pl --template" to dump a rough template to save typingAndrew Tridgell3-2/+96
2003-12-15patch from metze with updates to srvsvc and changes to pidl to allowAndrew Tridgell1-12/+12
2003-12-15make pidl no longer dependent on Data::Dumper, which isn't installedAndrew Tridgell8-18/+4
2003-12-15fixed the handling of zero-length top level arrays in pidlAndrew Tridgell1-3/+5
2003-12-14added auto-generation of the server side boilerplate code for eachAndrew Tridgell4-8/+126
2003-12-14typoSimo Sorce1-2/+1
2003-12-14reduce double explanation of FIXED ARRAYSSimo Sorce1-13/+4
2003-12-14fix _ptr_ declarationAndrew Tridgell1-2/+2
2003-12-12handle the auto-allocation of [ref] output arrays in pidl. ThisAndrew Tridgell1-3/+9
2003-12-12 * the RPC-ECHO pipe now works in smbd, as long as the data sizesAndrew Tridgell1-0/+5
2003-12-10more portable array of endpoints code from pidlAndrew Tridgell1-4/+7
2003-12-08some systems don't have "which" and some systems don't have the "-nt"Andrew Tridgell1-51/+51
2003-12-08commit idl.pm now, as many build farm machines don't have 'yapp'Andrew Tridgell4-36/+1999
2003-12-08 * reduced the number of grammer conflicts a lot using (arbitrary)Andrew Tridgell2-7/+10