summaryrefslogtreecommitdiff
path: root/source3/aparser
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter1-1/+1
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell1-1/+1
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce1-3/+7
2000-09-18Modified test.h generator to return error if structure passed to vlukeTim Potter2-1/+5
2000-09-18Removed emacs backup file from repository.Tim Potter1-7/+0
2000-07-15I committed this change to the cliffs archive a while back and have heardChristopher R. Hertel1-5/+20
2000-06-09some templates needed for the new aparser stuffAndrew Tridgell2-0/+27
2000-06-09started adding support for relative, plus options for autoalignmentAndrew Tridgell17-42/+421
2000-05-31messing about.Luke Leighton25-209/+297
2000-05-29more templates.Luke Leighton4-0/+15
2000-05-28more SMBtrans, SMBnttrans stuff.Luke Leighton4-24/+276
2000-05-27SMBulogoffXLuke Leighton1-0/+2
2000-05-27optional (0of or 1of) with "[+]" semantics.Luke Leighton2-1/+6
2000-05-27SMBntcreateXLuke Leighton1-5/+23
2000-05-27SMBnttrans. modified io_uint8s to return address of actual data insteadLuke Leighton5-50/+132
2000-05-27SMBtrans response.Luke Leighton1-1/+27
2000-05-27SMBtrans and SMBtrans2, some of it.Luke Leighton1-21/+100
2000-05-27SMBlockingXLuke Leighton1-1/+68
2000-05-27hack to get setprinter working, level2, null sec desc.Luke Leighton1-4/+8
2000-05-27cifs parser.Luke Leighton9-6/+707
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