summaryrefslogtreecommitdiff
path: root/source3/aparser
AgeCommit message (Expand)AuthorFilesLines
2000-05-22more aparser stuff - we now handle everything but the idl headers in srvsvc.idlAndrew Tridgell8-140/+699
2000-05-17error check in vluke.cAndrew Tridgell2-7/+198
2000-05-17started converting matty's srvsvc.idl to a .struct fileAndrew Tridgell1-0/+78
2000-05-17added primitive define macrosAndrew Tridgell2-19/+14
2000-05-17- added typedefsAndrew Tridgell7-65/+131
2000-05-17minor parse updatesAndrew Tridgell3-8/+7
2000-05-16a useful script, just go "./build foo.struct" and you get a fullAndrew Tridgell1-0/+7
2000-05-16the vluke program now takes a structure name on the command lineAndrew Tridgell6-16/+79
2000-05-16take the sructure name to run through vluke on the command lineAndrew Tridgell7-34/+98
2000-05-16added the ".trailer" type, to mark where a packet turns into a trailerAndrew Tridgell6-58/+97
2000-05-16another awk parser updateAndrew Tridgell19-165/+284
2000-05-15started update to handle arbitrary arraysAndrew Tridgell8-145/+147
2000-05-15need to allocate the union pointerAndrew Tridgell1-0/+2
2000-05-15align at the end of every structure parserAndrew Tridgell1-0/+1
2000-05-15use grow_size to determine size of dumpAndrew Tridgell1-1/+1
2000-05-15added grow_size to prs structureAndrew Tridgell2-1/+4
2000-05-14add uint16 support, start to parse more of spoolssAndrew Tridgell3-1/+49
2000-05-14moved *.tpl templates into templates/ subdirectoryAndrew Tridgell1-0/+1
2000-05-14vastly improved awk based code generatorAndrew Tridgell31-168/+612
2000-05-14removed old files ready for new awk parserAndrew Tridgell6-361/+0
2000-05-12renamed the harness program to vluke (for "virtual luke")Andrew Tridgell5-8/+8
2000-05-12preliminary support for unionsAndrew Tridgell7-189/+327
2000-05-12this is a awk based code generator. Very primitive at the moment, butAndrew Tridgell6-0/+790