summaryrefslogtreecommitdiffstats
path: root/source/aparser
Commit message (Expand)AuthorAgeFilesLines
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-101-1/+1
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-121-3/+7
* Modified test.h generator to return error if structure passed to vlukeTim Potter2000-09-182-1/+5
* Removed emacs backup file from repository.Tim Potter2000-09-181-7/+0
* I committed this change to the cliffs archive a while back and have heardChristopher R. Hertel2000-07-151-5/+20
* some templates needed for the new aparser stuffAndrew Tridgell2000-06-092-0/+27
* started adding support for relative, plus options for autoalignmentAndrew Tridgell2000-06-0917-42/+421
* messing about.Luke Leighton2000-05-3125-209/+297
* more templates.Luke Leighton2000-05-294-0/+15
* more SMBtrans, SMBnttrans stuff.Luke Leighton2000-05-284-24/+276
* SMBulogoffXLuke Leighton2000-05-271-0/+2
* optional (0of or 1of) with "[+]" semantics.Luke Leighton2000-05-272-1/+6
* SMBntcreateXLuke Leighton2000-05-271-5/+23
* SMBnttrans. modified io_uint8s to return address of actual data insteadLuke Leighton2000-05-275-50/+132
* SMBtrans response.Luke Leighton2000-05-271-1/+27
* SMBtrans and SMBtrans2, some of it.Luke Leighton2000-05-271-21/+100
* SMBlockingXLuke Leighton2000-05-271-1/+68
* hack to get setprinter working, level2, null sec desc.Luke Leighton2000-05-271-4/+8
* cifs parser.Luke Leighton2000-05-279-6/+707
* more aparser stuff - we now handle everything but the idl headers in srvsvc.idlAndrew Tridgell2000-05-228-140/+699
* error check in vluke.cAndrew Tridgell2000-05-172-7/+198
* started converting matty's srvsvc.idl to a .struct fileAndrew Tridgell2000-05-171-0/+78
* added primitive define macrosAndrew Tridgell2000-05-172-19/+14
* - added typedefsAndrew Tridgell2000-05-177-65/+131
* minor parse updatesAndrew Tridgell2000-05-173-8/+7
* a useful script, just go "./build foo.struct" and you get a fullAndrew Tridgell2000-05-161-0/+7
* the vluke program now takes a structure name on the command lineAndrew Tridgell2000-05-166-16/+79
* take the sructure name to run through vluke on the command lineAndrew Tridgell2000-05-167-34/+98
* added the ".trailer" type, to mark where a packet turns into a trailerAndrew Tridgell2000-05-166-58/+97
* another awk parser updateAndrew Tridgell2000-05-1619-165/+284
* started update to handle arbitrary arraysAndrew Tridgell2000-05-158-145/+147
* need to allocate the union pointerAndrew Tridgell2000-05-151-0/+2
* align at the end of every structure parserAndrew Tridgell2000-05-151-0/+1
* use grow_size to determine size of dumpAndrew Tridgell2000-05-151-1/+1
* added grow_size to prs structureAndrew Tridgell2000-05-152-1/+4
* add uint16 support, start to parse more of spoolssAndrew Tridgell2000-05-143-1/+49
* moved *.tpl templates into templates/ subdirectoryAndrew Tridgell2000-05-141-0/+1
* vastly improved awk based code generatorAndrew Tridgell2000-05-1431-168/+612
* removed old files ready for new awk parserAndrew Tridgell2000-05-146-361/+0
* renamed the harness program to vluke (for "virtual luke")Andrew Tridgell2000-05-125-8/+8
* preliminary support for unionsAndrew Tridgell2000-05-127-189/+327
* this is a awk based code generator. Very primitive at the moment, butAndrew Tridgell2000-05-126-0/+790