summaryrefslogtreecommitdiff
path: root/source4/script
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r9644: add LOCAL-PAC to the list of 'make test' testsAndrew Tridgell1-1/+1
(This used to be commit 13185f468f7f2a6773e58c14480f19c038dfd797)
2007-10-10r9591: - Remove empty fileJelmer Vernooij1-6/+7
- Fix a couple of typo's - Fix build of lib/samba3/secrets.c for systems that don't have /usr/include/tdb.h... (This used to be commit b8c52900636515d1215ae79a70416db93ce4531c)
2007-10-10r9493: our test scripts need to use testok at the end or the errors don't ↵Andrew Tridgell5-1/+8
annumulate between scripts this is why the GetOptions bug wasn't caught by 'make test' (This used to be commit 20a14b9b35c928a592cf03ebedbc6c89f756af28)
2007-10-10r9460: - Move pidl to lib/. This fixes standalone installation of pidl.Jelmer Vernooij1-1/+1
- Update the README - Allow building the docs stand-alone (This used to be commit b56084ce251ab7a35dd1422f38de258e8e1e1477)
2007-10-10r9459: Move pidl up one level (to prevent too much nesting)Jelmer Vernooij1-1/+1
(This used to be commit e48202275e60c18e464457d200daeb953386e221)
2007-10-10r9379: the valgrind test box is now just going past the max 30 minute smbdAndrew Tridgell1-1/+1
runtime for testing. Increased to 45 minutes. (This used to be commit 4fd436260901785e808de23763a6e127bc742142)
2007-10-10r9377: made winreg a user tool (I find it quite useful). I expect it to get ↵Andrew Tridgell1-0/+1
the ability to add/remove keys and values in the future. add it to the standard tests, ensuring that we know if winreg breaks. This is particularly important as winreg uses such unusual IDL constructs (This used to be commit e4ca36bda34cf5e6fecaef5fe60e5dd397ebee3c)
2007-10-10r9346: allow test_ldap.sh to be called when $CONFFILE is not setAndrew Tridgell1-1/+1
(This used to be commit 3ad02091f621e3ff51aa082ca7a47b9da238aa40)
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-10r9260: only overwrite destination files when the temp files was created correctStefan Metzmacher2-5/+10
metze (This used to be commit b5626c978fe3349f0972e1aeea51b05e66c6ce33)
2007-10-10r9258: return is only supported in function, not in plain shell scriptsStefan Metzmacher2-9/+9
metze (This used to be commit 3b99c3685734e398ab007e93dd7f468027c1847f)
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-10r9137: fixed installswat to handle the deep directory structure of qooxdooAndrew Tridgell1-2/+7
(This used to be commit b1f0b7b12b5b3b921054921d3417e820057f1ccd)
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-10r9120: added the BASE-DISCONNECT test to our set of standard testsAndrew Tridgell1-1/+1
(This used to be commit a6e2e6e1ba950ddd9918bf527ce1c5278f7b49bd)
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-10r9052: Support lex/yacc compilers without support for -oJelmer Vernooij2-0/+49
(This used to be commit e641d3a847f2dafc25e5555eed601325cbc86c07)
2007-10-10r9038: Revert svn rev 414. Discussed with Jerry and Metze.Lars Müller1-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)
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)
2007-10-10r8885: fixed shell syntaxAndrew Tridgell1-2/+2
(This used to be commit 00ea1f38a36a0e45219a941a38875787bf526661)
2007-10-10r8884: valgrind error logs only matter if non-zero in sizeAndrew Tridgell1-3/+5
(This used to be commit baaad4f4a4c84fb0261ab59d31a680f33b1beb47)
2007-10-10r8882: - enable the domain masterAndrew Tridgell1-0/+12
- start adding support for showing valgrind results in build farm tests (This used to be commit b1d0e9fa4e750564bcb80e7b8db9155aea6fac62)
2007-10-10r8806: Move data representation-independent data into seperate headerJelmer Vernooij1-1/+1
(This used to be commit 26e1fdf63007e28468a05b18bede1e69981edc12)
2007-10-10r8803: Rename --header to --ndr-header and --parser to --ndr-parserJelmer Vernooij1-1/+1
(This used to be commit d292ab7ca6ce8232a182e7ec9480671bb3044a6a)
2007-10-10r8801: Change --output to --outputdir and make pidl add a data ↵Jelmer Vernooij1-1/+1
representation prefix to pidl itself. Useful for supporting other data representation types. (This used to be commit 5af68a04763f39f2a9898155e2c82ed2ee646f36)
2007-10-10r8772: Include the ldap ejs test in the standard 'make test'Andrew Bartlett1-0/+4
Andrew Bartlett (This used to be commit 4ade880dcf3aa78f5934345e587cd54851378261)
2007-10-10r8735: added NBT and WINS testing to 'make test' so we will know if it ↵Andrew Tridgell4-0/+27
breaks again (This used to be commit 519812a9e8da777e4dff1dec22bd8a96c05c50c9)
2007-10-10r8680: try harder to find the binary for gdb in the backtraceAndrew Tridgell1-0/+11
(This used to be commit e84871dd3232de73104bee81dd877cc329cd1970)
2007-10-10r8678: setup for gdb backtrace in 'make test'Andrew Tridgell2-0/+18
(This used to be commit acf8c8fd4995acef47390df5a7d4e611c597367d)
2007-10-10r8671: use much shorter names for the selftest directory and socket wrapperAndrew Tridgell1-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)
2007-10-10r8642: - fixed install of new swat filesAndrew Tridgell1-6/+2
- removed old provisioning items from esptest menu (This used to be commit 760cc6bea5661245a8e4e18f103148281e31aaac)
2007-10-10r8636: fixed the ejs ldb test to work with the new ldb.search() syntax, andAndrew Tridgell1-1/+1
add it to our test suite so it will be maintained (This used to be commit 42ae50db8108ddc7c33f832d8752f809c99de157)
2007-10-10r8626: fixed a typoAndrew Tridgell1-1/+1
(This used to be commit 3083d494e2281b46209176ee63dd571850f0d328)
2007-10-10r8576: install scripts from scripting/bin/Andrew Tridgell1-2/+8
(This used to be commit a64490d1e5224c47437e07a0f1fbcbd8f197fdfd)
2007-10-10r8559: Couple of (D)COM updates:Jelmer Vernooij2-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)