summaryrefslogtreecommitdiffstats
path: root/source4/build/pidl
Commit message (Expand)AuthorAgeFilesLines
* r955: Update debian package rules... builds nowJelmer Vernooij2007-10-102-266/+1
* r954: Start working on typedef parsing.Tim Potter2007-10-101-15/+11
* r953: Remove unused Pull and Print parse functions. Remove Push fromTim Potter2007-10-101-459/+46
* r948: Tridge suggested that the best way to write the ethereal parser is toTim Potter2007-10-102-426/+1121
* r900: when DEBUGLEVEL > 10 print the full deocde of all RPC calls in the serverAndrew Tridgell2007-10-101-0/+6
* r894: use _t in generated pidl codeAndrew Tridgell2007-10-101-10/+10
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-101-1/+1
* r806: Checkin of workarea - tridge gave me some good ideas today for a betterTim Potter2007-10-101-0/+82
* r759: Fix some perl warnings.Tim Potter2007-10-101-10/+15
* r757: Handle empty union arms (ala rid only entries in netlogon).Tim Potter2007-10-101-1/+1
* r756: Handle default element in union.Tim Potter2007-10-101-3/+7
* r753: Big reorganisation of everything - also fixes handling of dissectorsTim Potter2007-10-101-240/+334
* r750: Rename global $name -> $module.Tim Potter2007-10-101-39/+122
* r746: Add entry in proto tree when we don't handle an IDL type.Tim Potter2007-10-101-4/+50
* r744: A bunch of minor fixes. The ethereal pidl parser now dissects simpleTim Potter2007-10-101-12/+22
* r738: Use same error message format as is used by compilers when reportingJelmer Vernooij2007-10-102-2/+2
* r736: Add list of supported and unsupported MIDL attributesJelmer Vernooij2007-10-101-1/+94
* r641: readd 'use dump;'Stefan Metzmacher2007-10-101-0/+1
* r638: remove unused dependency to Data::Dumper and dumpStefan Metzmacher2007-10-101-2/+0
* r617: Sync some minor updates with repository:Tim Potter2007-10-101-7/+81
* r604: Better dumping of in,out,ref properties.Tim Potter2007-10-101-0/+12
* r602: Autogenerated packet-dcerpc-samr.c now compiles!Tim Potter2007-10-102-8/+148
* r600: Get rid of trailing whitespace which freaks out emacs' fontification.Tim Potter2007-10-101-6/+6
* r597: Start generating parser code - only supports uint16, uint32 and policyTim Potter2007-10-101-229/+61
* r589: Fix IDL dump module so --dump and --diff options to pidl.pl workTim Potter2007-10-101-23/+62
* r550: Remove clientfns.pm module - it was a bad idea.Tim Potter2007-10-103-137/+2
* r464: a big improvement to the API for writing server-side RPCAndrew Tridgell2007-10-102-11/+42
* r419: Data::Dumper is not portableStefan Metzmacher2007-10-101-2/+2
* r363: nicer error handling in pidlAndrew Tridgell2007-10-102-1/+3
* r356: Start of auto-generated client functions. Tridge can you take a lookTim Potter2007-10-102-0/+135
* r55: if you try to use a custom bind or unbind hook inStefan Metzmacher2007-10-101-14/+22
* r42: importing .cvsignore filesGerald Carter2007-10-101-1/+0
* some DEBUG and comment fixesStefan Metzmacher2004-02-021-1/+1
* sorry, the last commit went in by mistake:-(Stefan Metzmacher2004-01-221-6/+6
* initilize ev->maxfd = EVENT_INVALID_MAXFD; before the while() loop.Stefan Metzmacher2004-01-221-0/+11
* make dcerpc_pipes[] completely const.Stefan Metzmacher2004-01-221-2/+2
* added a little bit of const magic to get rid of the data in librpc/gen_ndr/*.oAndrew Tridgell2004-01-221-1/+1
* This patch adds a better dcerpc server infastructure.Stefan Metzmacher2004-01-084-33/+91
* added code to the IDL validator to check for common errors withAndrew Tridgell2003-12-192-3/+51
* a fairly large commit!Andrew Tridgell2003-12-161-0/+4
* the out substructure is not empty if there is a return from theAndrew Tridgell2003-12-161-0/+6
* some compilers can't handle structures with no elements. GenerateAndrew Tridgell2003-12-161-16/+46
* don't rely on the ability of perl 5.6.x to remove elements from arraysAndrew Tridgell2003-12-161-1/+4
* cope with different cpp formatting on some systems, and make sure weAndrew Tridgell2003-12-162-2/+16
* use the @CPP@ value from configure if possible when determining cpp inAndrew Tridgell2003-12-152-2/+10
* lets see if "cc -E" keeps more of the build farm happy then "cpp"Andrew Tridgell2003-12-151-1/+1
* added "pidl.pl --template" to dump a rough template to save typingAndrew Tridgell2003-12-153-2/+96
* patch from metze with updates to srvsvc and changes to pidl to allowAndrew Tridgell2003-12-151-12/+12
* make pidl no longer dependent on Data::Dumper, which isn't installedAndrew Tridgell2003-12-158-18/+4
* fixed the handling of zero-length top level arrays in pidlAndrew Tridgell2003-12-151-3/+5