summaryrefslogtreecommitdiff
path: root/source4/script/build_smb_interfaces.pl
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r9297: Add a NDR_CHECK() around each ejs push/pull.Tim Potter1-1/+8
Some experimentation with the top level function calls. (This used to be commit e8d53d15e4371bc266a691c3c3c82675373ba7f4)
2007-10-10r9296: Reinstate generation of push/pull functions for each field in a structTim Potter1-4/+16
or union. (This used to be commit 72420f24e654661c8792bd7d0eae610ad182d529)
2007-10-10r9295: Tridge had some good suggestions for simplifying the smb_interfaces ejsTim Potter1-180/+0
code. I will try and get just the push/pull functions working rather than getting in a mess with trying to do everything at once. (This used to be commit a7504ebf9557796bd50907620115f8367ea586f0)
2007-10-10r9292: More compiles fixes for autogenerated smb_interfaces ejs wrappers.Tim Potter1-8/+101
Add some code to try and work out whether a smb_interface requires a TALLOC_CTX in the function signature. I'm not sure whether this is going to work as the raw api is a bit inconsistent I think. (This used to be commit 13a101653ea7bba3b8b1f74637d981eb004484cc)
2007-10-10r9220: Start trying to get autogenerated code to compile.Tim Potter1-11/+44
- Split out push/pull of top level elements into separate functions. - Remove _t from simple type names. (This used to be commit c419eef1c93afb51cf2fb42f87c0e5d29d2348ea)
2007-10-10r9207: Start generating ejs_push/pull calls for structure elements.Tim Potter1-17/+31
(This used to be commit 8ff27a1effd2050733916569190264e347286c45)
2007-10-10r9205: Generate more stub code for smb_raw ejs functions.Tim Potter1-44/+65
(This used to be commit 3407490121344f34c69eeaf838de6ce9c4c7b1fc)
2007-10-10r9202: OK now we are getting somewhere. Generate js stubs for top level structsTim Potter1-207/+38
and each arm of top level unions. Don't generate a header file (duh) as the namespace stuff is done in the module init. (This used to be commit dde7f8be97f1a85b2f8221a98eb2edd357eb8cf2)
2007-10-10r9199: Another go at recursive flattening of structs.Tim Potter1-25/+18
(This used to be commit a6541a07028d7d53e441a1eb78457c0d572109af)
2007-10-10r9191: Generate headers for nested structures that need pushing or pulling.Tim Potter1-34/+38
(This used to be commit c56a530d3ba31a603d1a5615bdd2a0788cf1f967)
2007-10-10r9185: Make second pass over the parser tree and tidy things up to make it aTim Potter1-2/+84
bit easier for the code generator. (This used to be commit a6f1f251e86bac43b894d551e93536256bab7329)
2007-10-10r9129: Start working on nested anonymous structures and unions. A betterTim Potter1-4/+55
design is starting to become clearer. (-: (This used to be commit 23b9f8f3b59cc497fc7368c40ca7fce474370ed3)
2007-10-10r9124: Handle more types pointers to simple types.Tim Potter1-2/+10
(This used to be commit acd34c1cac151e16f5cecae8c80a01b36ccd3fc0)
2007-10-10r9102: Generate files in $srcdir/libcli/gen_raw instead of $srcdir.Tim Potter1-3/+12
Start fixing compile problems in generated output. (This used to be commit e85b938ea0577c6263a28ceb722e173df475ead3)
2007-10-10r9099: Start generating code to pull/push fields. Generate functions to callTim Potter1-31/+67
the smb_raw_foo() calls. (This used to be commit 39dfabe66d1a377ed5a473db0309ca97adf24e7a)
2007-10-10r9092: Generate some more stub functions.Tim Potter1-1/+29
(This used to be commit 301dd7b78b78a4036a8dbf40c12171c0de50974f)
2007-10-10r9089: Start generating module init and top level ejs functions for ↵Tim Potter1-2/+28
smb_interfaces. (This used to be commit 0aee33c3de6ba94ec563725a56b7dfbddd0d521a)
2007-10-10r8934: Some refactoring of smb_interfaces code generator.Tim Potter1-11/+50
(This used to be commit c016487a0148694a1a1464bb5f7ba0d0e142d14f)
2007-10-10r8925: Start generating header and implementation files for smb_interfaces.hTim Potter1-5/+49
(This used to be commit 3a93f1125539eec6bd17003a748f1b7dd76d0031)
2007-10-10r8910: An initial parser to parse structures in smb_interfaces.h. This will beTim Potter1-0/+10
used to generate ejs objects for making raw smb calls. Running 'make smb_interfaces' should run the build_smb_interfaces.pl script which at the moment only displays a dump of the parsed data. Const is also not working right now but it's bedtime. (This used to be commit 1be5f55d7f6926bf7266ea72623990f0bb558c94)