summaryrefslogtreecommitdiffstats
path: root/source4/build
Commit message (Expand)AuthorAgeFilesLines
...
* r1045: Wow - we actually compile (but not link) the autogenerated parser fromTim Potter2007-10-103-38/+170
* r1037: Always export all symbolsJelmer Vernooij2007-10-102-152/+149
* r1036: Get module initialisation function correct when building sharedJelmer Vernooij2007-10-101-0/+20
* r1035: Support shared modules againJelmer Vernooij2007-10-101-1/+1
* r1014: change the handling of r->out to auto-zero the structure, and auto-copyAndrew Tridgell2007-10-101-7/+47
* r1006: print out the SVN revision by configure,Stefan Metzmacher2007-10-101-0/+5
* r1003: Removed e_ndr stuff - too verbose.Tim Potter2007-10-101-41/+67
* r1002: Add helper files for eparser output.Tim Potter2007-10-102-0/+90
* r987: Start replacing ndr_* functions with e_ndr_* and removing stuff relatedTim Potter2007-10-101-39/+43
* r986: Attempt #3 at eparser. This time use the 'pull' code as a base as it'sTim Potter2007-10-101-250/+250
* r985: Add stub function for dumping enums to prevent perl warnings in eparser.Tim Potter2007-10-101-0/+15
* r970: - remove unused wchar_t checkStefan Metzmacher2007-10-102-22/+21
* r969: remove some unused checksStefan Metzmacher2007-10-101-5/+0
* r968: use sinlcude() and no function, that's more portable betweenStefan Metzmacher2007-10-107-215/+103
* r967: move some configure checks to seperate filesStefan Metzmacher2007-10-109-111/+450
* 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
* r899: remove the weird shell patterns from the makerulesStefan Metzmacher2007-10-101-14/+0
* r894: use _t in generated pidl codeAndrew Tridgell2007-10-101-10/+10
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-101-0/+2
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-0/+2
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-0/+2
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-102-1/+3
* r807: compile with PICFLAG by defaultStefan Metzmacher2007-10-101-1/+1
* r806: Checkin of workarea - tridge gave me some good ideas today for a betterTim Potter2007-10-101-0/+82
* r767: add a $flags argument to the std_CC make rule generaterStefan Metzmacher2007-10-101-5/+9
* r765: add SMB_INCLUDE_M4() macro as wrapper arround sinclude()Stefan Metzmacher2007-10-102-1/+20
* 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
* r749: move the basic type checksStefan Metzmacher2007-10-101-12/+17
* r748: get some more info about what the compilers in the build farm supportStefan Metzmacher2007-10-101-3/+10
* 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
* r725: fix usage of $PERL to "$PERL" to handle perl -W correctStefan Metzmacher2007-10-101-2/+2
* r703: only use $PERL -W when --enable-debugStefan Metzmacher2007-10-102-1/+4
* r701: change debug messages a bitStefan Metzmacher2007-10-101-5/+5
* r700: fix SMB_LIBRARY() to disable the lib by defaultStefan Metzmacher2007-10-101-1/+1
* r696: fix formatingStefan Metzmacher2007-10-101-23/+24
* r695: don't add libs andlinkerflags to STATIC_LIBRARYStefan Metzmacher2007-10-101-2/+0
* r691: addStefan Metzmacher2007-10-101-1/+3
* r690: - ignore source/tagsStefan Metzmacher2007-10-106-26/+138
* r688: add --enable-experimentalStefan Metzmacher2007-10-102-1/+27