1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
Commit Graph

12 Commits

Author SHA1 Message Date
Andrew Tridgell
eee003da6a started adding support for relative, plus options for autoalignment
so the same parser generator can be uses for cifs and rpc
(This used to be commit c7829fa0d8)
2000-06-09 02:59:50 +00:00
Luke Leighton
d500cbb206 messing about.
(This used to be commit 9c6f2d75d8)
2000-05-31 05:39:54 +00:00
Andrew Tridgell
943340a5a3 more aparser stuff - we now handle everything but the idl headers in srvsvc.idl
(This used to be commit 5f1e8422d0)
2000-05-22 09:09:37 +00:00
Andrew Tridgell
ec6c547390 error check in vluke.c
more conversion from idl to .struct of srvsvc
(This used to be commit 83b787f57e)
2000-05-17 08:08:09 +00:00
Andrew Tridgell
9b86339869 the vluke program now takes a structure name on the command line
(This used to be commit 6a3e7ba4f0)
2000-05-16 15:03:48 +00:00
Andrew Tridgell
058ecd89b4 take the sructure name to run through vluke on the command line
(This used to be commit 03fbe1b151)
2000-05-16 14:02:31 +00:00
Andrew Tridgell
128026c9a2 added the ".trailer" type, to mark where a packet turns into a trailer
this now gives us enough to parse complete function calls, including
the return values
(This used to be commit ca8f1e92ad)
2000-05-16 12:43:53 +00:00
Andrew Tridgell
f3a3a05ade another awk parser update
we can now handle arrays of structures, pointers to structures,
pointers in unions etc
(This used to be commit 1df80cd1e8)
2000-05-16 11:55:06 +00:00
Andrew Tridgell
421f549cd8 use grow_size to determine size of dump
(This used to be commit 968b381cd3)
2000-05-15 09:56:51 +00:00
Andrew Tridgell
b7022e94d2 vastly improved awk based code generator
now handles recursive function definitions, unions etc
it is sufficient for some basic types like UNISTR2 and BUFFER5
to be defined in the *.struct file and used successfully

this generator uses templates (in *.tpl files) for all code
generation, allowing easy replacement of the backend functions
(This used to be commit 14ded82dc9)
2000-05-14 14:05:10 +00:00
Andrew Tridgell
feb3afbb91 renamed the harness program to vluke (for "virtual luke")
added a couple of sample .prs files
(This used to be commit 70f68209da)
2000-05-12 14:35:15 +00:00
Andrew Tridgell
5c3588c430 this is a awk based code generator. Very primitive at the moment, but
it was sufficient to generate info level 6 of the add printer driver
for spoolss

It has two capabilities:

1) generate the header and C code for parsing a structure, given a
   *.struct file that describes the structure. Evetually I hope to
   make *.struct compatible with MIDL.

2) it provides a harness that can read a binary data file from
   prs_dump() which contains real data from a client and display the
   parse of it from the output of the awk parser. This allows you to
   "play" with the structure definition until it comes out right, it
   takes just a few mimutes of playing with the .struct file to work
   out the right layout.

all this is very primitive right now. I hope next to completely
replace the spoolss parser with a single .struct file that describes
all the structures, and auto-generates working code. That will require
quite a bit more work.
(This used to be commit 7bc87d20ea)
2000-05-12 14:35:13 +00:00