summaryrefslogtreecommitdiffstats
path: root/source4/script
Commit message (Collapse)AuthorAgeFilesLines
...
* r9295: Tridge had some good suggestions for simplifying the smb_interfaces ejsTim Potter2007-10-101-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)
* r9292: More compiles fixes for autogenerated smb_interfaces ejs wrappers.Tim Potter2007-10-101-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)
* r9260: only overwrite destination files when the temp files was created correctStefan Metzmacher2007-10-102-5/+10
| | | | | metze (This used to be commit b5626c978fe3349f0972e1aeea51b05e66c6ce33)
* r9258: return is only supported in function, not in plain shell scriptsStefan Metzmacher2007-10-102-9/+9
| | | | | metze (This used to be commit 3b99c3685734e398ab007e93dd7f468027c1847f)
* r9220: Start trying to get autogenerated code to compile.Tim Potter2007-10-101-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)
* r9207: Start generating ejs_push/pull calls for structure elements.Tim Potter2007-10-101-17/+31
| | | | (This used to be commit 8ff27a1effd2050733916569190264e347286c45)
* r9205: Generate more stub code for smb_raw ejs functions.Tim Potter2007-10-101-44/+65
| | | | (This used to be commit 3407490121344f34c69eeaf838de6ce9c4c7b1fc)
* r9202: OK now we are getting somewhere. Generate js stubs for top level structsTim Potter2007-10-101-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)
* r9199: Another go at recursive flattening of structs.Tim Potter2007-10-101-25/+18
| | | | (This used to be commit a6541a07028d7d53e441a1eb78457c0d572109af)
* r9191: Generate headers for nested structures that need pushing or pulling.Tim Potter2007-10-101-34/+38
| | | | (This used to be commit c56a530d3ba31a603d1a5615bdd2a0788cf1f967)
* r9185: Make second pass over the parser tree and tidy things up to make it aTim Potter2007-10-101-2/+84
| | | | | bit easier for the code generator. (This used to be commit a6f1f251e86bac43b894d551e93536256bab7329)
* r9137: fixed installswat to handle the deep directory structure of qooxdooAndrew Tridgell2007-10-101-2/+7
| | | | (This used to be commit b1f0b7b12b5b3b921054921d3417e820057f1ccd)
* r9129: Start working on nested anonymous structures and unions. A betterTim Potter2007-10-101-4/+55
| | | | | design is starting to become clearer. (-: (This used to be commit 23b9f8f3b59cc497fc7368c40ca7fce474370ed3)
* r9124: Handle more types pointers to simple types.Tim Potter2007-10-101-2/+10
| | | | (This used to be commit acd34c1cac151e16f5cecae8c80a01b36ccd3fc0)
* r9120: added the BASE-DISCONNECT test to our set of standard testsAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit a6e2e6e1ba950ddd9918bf527ce1c5278f7b49bd)
* r9102: Generate files in $srcdir/libcli/gen_raw instead of $srcdir.Tim Potter2007-10-101-3/+12
| | | | | Start fixing compile problems in generated output. (This used to be commit e85b938ea0577c6263a28ceb722e173df475ead3)
* r9099: Start generating code to pull/push fields. Generate functions to callTim Potter2007-10-101-31/+67
| | | | | the smb_raw_foo() calls. (This used to be commit 39dfabe66d1a377ed5a473db0309ca97adf24e7a)
* r9092: Generate some more stub functions.Tim Potter2007-10-101-1/+29
| | | | (This used to be commit 301dd7b78b78a4036a8dbf40c12171c0de50974f)
* r9089: Start generating module init and top level ejs functions for ↵Tim Potter2007-10-101-2/+28
| | | | | | smb_interfaces. (This used to be commit 0aee33c3de6ba94ec563725a56b7dfbddd0d521a)
* r9052: Support lex/yacc compilers without support for -oJelmer Vernooij2007-10-102-0/+49
| | | | (This used to be commit e641d3a847f2dafc25e5555eed601325cbc86c07)
* r9038: Revert svn rev 414. Discussed with Jerry and Metze.Lars Müller2007-10-101-1/+6
| | | | | | | | We need the option to add an 'a' if we're already in pre or rc state with the next release. Bugzilla Bug 2618 (This used to be commit 8e2be770aef55ef1d9a7ec45d189c96d231ae72a)
* r8934: Some refactoring of smb_interfaces code generator.Tim Potter2007-10-101-11/+50
| | | | (This used to be commit c016487a0148694a1a1464bb5f7ba0d0e142d14f)
* r8925: Start generating header and implementation files for smb_interfaces.hTim Potter2007-10-101-5/+49
| | | | (This used to be commit 3a93f1125539eec6bd17003a748f1b7dd76d0031)
* r8910: An initial parser to parse structures in smb_interfaces.h. This will beTim Potter2007-10-101-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)
* r8885: fixed shell syntaxAndrew Tridgell2007-10-101-2/+2
| | | | (This used to be commit 00ea1f38a36a0e45219a941a38875787bf526661)
* r8884: valgrind error logs only matter if non-zero in sizeAndrew Tridgell2007-10-101-3/+5
| | | | (This used to be commit baaad4f4a4c84fb0261ab59d31a680f33b1beb47)
* r8882: - enable the domain masterAndrew Tridgell2007-10-101-0/+12
| | | | | - start adding support for showing valgrind results in build farm tests (This used to be commit b1d0e9fa4e750564bcb80e7b8db9155aea6fac62)
* r8806: Move data representation-independent data into seperate headerJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 26e1fdf63007e28468a05b18bede1e69981edc12)
* r8803: Rename --header to --ndr-header and --parser to --ndr-parserJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit d292ab7ca6ce8232a182e7ec9480671bb3044a6a)
* r8801: Change --output to --outputdir and make pidl add a data ↵Jelmer Vernooij2007-10-101-1/+1
| | | | | | | representation prefix to pidl itself. Useful for supporting other data representation types. (This used to be commit 5af68a04763f39f2a9898155e2c82ed2ee646f36)
* r8772: Include the ldap ejs test in the standard 'make test'Andrew Bartlett2007-10-101-0/+4
| | | | | Andrew Bartlett (This used to be commit 4ade880dcf3aa78f5934345e587cd54851378261)
* r8735: added NBT and WINS testing to 'make test' so we will know if it ↵Andrew Tridgell2007-10-104-0/+27
| | | | | | breaks again (This used to be commit 519812a9e8da777e4dff1dec22bd8a96c05c50c9)
* r8680: try harder to find the binary for gdb in the backtraceAndrew Tridgell2007-10-101-0/+11
| | | | (This used to be commit e84871dd3232de73104bee81dd877cc329cd1970)
* r8678: setup for gdb backtrace in 'make test'Andrew Tridgell2007-10-102-0/+18
| | | | (This used to be commit acf8c8fd4995acef47390df5a7d4e611c597367d)
* r8671: use much shorter names for the selftest directory and socket wrapperAndrew Tridgell2007-10-101-1/+1
| | | | | | | code. I'm afraid this is needed by irix 6.4 which silently truncates names in unix domain sockets in recvfrom() to 16 chars. My apologies for having to move to such short names :-( (This used to be commit f9693e313da67e1347a607db5d3ebbf36e02a77a)
* r8642: - fixed install of new swat filesAndrew Tridgell2007-10-101-6/+2
| | | | | - removed old provisioning items from esptest menu (This used to be commit 760cc6bea5661245a8e4e18f103148281e31aaac)
* r8636: fixed the ejs ldb test to work with the new ldb.search() syntax, andAndrew Tridgell2007-10-101-1/+1
| | | | | add it to our test suite so it will be maintained (This used to be commit 42ae50db8108ddc7c33f832d8752f809c99de157)
* r8626: fixed a typoAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 3083d494e2281b46209176ee63dd571850f0d328)
* r8576: install scripts from scripting/bin/Andrew Tridgell2007-10-101-2/+8
| | | | (This used to be commit a64490d1e5224c47437e07a0f1fbcbd8f197fdfd)
* r8559: Couple of (D)COM updates:Jelmer Vernooij2007-10-102-0/+2
| | | | | | | - Fixes annoying array-of-pointers bug in pidl. - No longer "inherit" alignment thru subcontexts - Use "Image Object" as example DCOM object, rather then the "My Computer" object, which is built-in and can't be accessed remotely as far as I can see (This used to be commit bd706d496405d274b68c1ee560211837a8e63009)
* r8539: $LOGNAME is a common varient of $USER on some systemsAndrew Tridgell2007-10-101-0/+3
| | | | (This used to be commit e571d6a36bdf61aaab383e05c857347838de4c1d)
* r8536: - use smbd pid file to kill at end of selftestAndrew Tridgell2007-10-102-18/+2
| | | | | - remove use of 'jobs -p' as it is not portable (This used to be commit ff42315245750a37759ef84548582da5cf5e4716)
* r8525: added two more test targets:Andrew Tridgell2007-10-106-12/+69
| | | | | | | | | | - 'make quicktest' for running only quick tests. Finishes in 20 seconds or so. - 'make valgrindtest' runs smbd under valgrind in a xterm window and runs the quick tests. Also disables tls as that slows down valgrind too much to be usable (This used to be commit af36bc401154d278dbe272628110634f62fdba25)
* r8505: - 'seal' and 'sign,seal' is the sameStefan Metzmacher2007-10-101-1/+1
| | | | | | | - sign and seal are tested seperate below metze (This used to be commit 102c2e0ae4f5e48da925ef4ee40691f9ee9187f4)
* r8498: more test suite speedups. It's down to 5 minutes on my box nowAndrew Tridgell2007-10-102-2/+2
| | | | (This used to be commit 82f8ad16af52aeb0ba5f831ea5c9960f90e8ae8f)
* r8496: speed up the test_echo.sh test a lot, while still providing good coverageAndrew Tridgell2007-10-101-5/+10
| | | | (This used to be commit 037feb7538f162d99f220b46c29a3c1538b69d16)
* r8469: the extra pidl args need to be normal args, not after a --, otherwise ↵Andrew Tridgell2007-10-101-1/+1
| | | | | | | | | pidl tries to compile "--uint-enums" as a IDL file :-) This should help the build on AIX 5.2 (This used to be commit f54e6c83e48cc2d1f03827337b68658057206898)
* r8446: if provisioning fails then don't try to run the test suite!Andrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 7c1bc27254ea58b63c66ce1dbc9f7630c0bedbad)
* r8416: added the extra_cflags.txt system from smb-buildAndrew Tridgell2007-10-101-0/+28
| | | | | | | | | this removes the need for recursive make for heimdal, which is a big win. It should also make it easier/cleaner to build ldb/tdb/appweb etc in both in-tree and out-of-tree forms by allowing us to specify different CFLAGS (and thus different include paths) per directory or file (This used to be commit b2f9b8aa32426198aa21a703ab4f1d59fb77e512)
* r8403: Reinstate linkpad.gif at Deryck's suggestion.Tim Potter2007-10-101-1/+1
| | | | | Install *.gif from swat/images when installing swat. (This used to be commit 156e090c2c0ec2c7bdf66405c3742839b82fe757)