summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reintroduce mergedobj support.Jelmer Vernooij2008-02-163-1/+32
| | | | (This used to be commit 1cf23c58411a9b8a9bb97016c27c10a218e73146)
* Remove unused code.Jelmer Vernooij2008-02-162-8/+4
| | | | (This used to be commit 98d6095b9605ff4db61394719f29b3e38349c59f)
* Simplify handling of plugin installation.Jelmer Vernooij2008-02-162-13/+20
| | | | (This used to be commit 8f1270dd5c7688f023cf24215fa229da213e760c)
* Add static header for gencache.Jelmer Vernooij2008-02-163-6/+95
| | | | (This used to be commit 58c25657bf552a11e7c522602805ba961de94cf2)
* Formatting fixes.Jelmer Vernooij2008-02-161-2/+3
| | | | (This used to be commit bc0fab89e325ebb6ab870b1c3f4b263c50631b70)
* Unconditionally run the python tests.Jelmer Vernooij2008-02-151-30/+26
| | | | (This used to be commit 0ab4428fce9f2b970dfbced3b5dfea7ec688760a)
* Reconcile header files for torture utility functions.Jelmer Vernooij2008-02-156-55/+123
| | | | (This used to be commit 1269758e95686cc155284d5d56080e1be11bbd75)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-1520-469/+606
|\ | | | | | | | | | | | | Conflicts: source/torture/libnet/libnet_BecomeDC.c (This used to be commit 2da0734f439ee5f4e3eb1c9416e7df4450f08534)
| * lsa.idl: add lsa_AsciiStringLargeStefan Metzmacher2008-02-151-0/+6
| | | | | | | | | | metze (This used to be commit 646c597b79cb01474ed8139e4e790206bd84632c)
| * lsa.idl: don't use ascstr_noterm anymoreStefan Metzmacher2008-02-151-3/+3
| | | | | | | | | | metze (This used to be commit b994f899b42d294c0418bdc82660a2f7510667d6)
| * epmapper.idl: don't use ascstr2 anymoreStefan Metzmacher2008-02-151-1/+10
| | | | | | | | | | metze (This used to be commit 96f1ad6d27fdfecd3a07a05052c8085d66472106)
| * epmapper.idl: add link to official IDLStefan Metzmacher2008-02-151-0/+1
| | | | | | | | | | metze (This used to be commit b5c0a6c114b5c832f742bd84179e5e9a5aed3698)
| * dcerpc.idl: use charset() instead of ascstr3Stefan Metzmacher2008-02-151-1/+2
| | | | | | | | | | metze (This used to be commit 47447f60bc8e5dd1021752e9b011f22762e45eed)
| * ndr_sec_helper: create a completely zero sid, so that ndr_size_dom_sid28 can ↵Stefan Metzmacher2008-02-151-0/+3
| | | | | | | | | | | | | | return 0 metze (This used to be commit ae6976eb4a8ddafc40ce91f68c9bca861502093b)
| * drsuapi.idl: use charset() instead of the exotic flags() and stringStefan Metzmacher2008-02-151-3/+6
| | | | | | | | | | metze (This used to be commit 70c7faace76a84d2fe15accf4f8a1ca0ad905bd4)
| * krb5pac.idl: use charset() instead of string type with flagsStefan Metzmacher2008-02-151-1/+2
| | | | | | | | | | metze (This used to be commit 30657ae0ebdb85ae995a3dfe3ce123851fd92e0f)
| * NET-API-BECOME-DC: at least find the 'provision' function in python modeStefan Metzmacher2008-02-151-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | This is still broken, as we call provision() with wrong arguments. Also the python provision() function, doesn't allow us to specify the locations of the partition ldb files, this is strictly needed otherwise the torture test destroys a production databases. I think we should have a provision_become_dc() again! metze (This used to be commit 096eafd34778dde222bce4b0a5c0fc38b7de0359)
| * cyrus_sasl: fix compiler warningsStefan Metzmacher2008-02-151-1/+4
| | | | | | | | | | metze (This used to be commit 558c717c6c279b739633e26855910b61b792e7b6)
| * remove redundent codeAndrew Tridgell2008-02-151-3/+0
| | | | | | | | (This used to be commit 7f2421f17cae313d7dbf5c35c73b5410cb1d5db0)
| * fixed some options that could not be overridden on the command lineAndrew Tridgell2008-02-151-10/+3
| | | | | | | | (This used to be commit eea486d8942fdda769684fa6e825c0f899cf3304)
| * added blackbox testing of gentestAndrew Tridgell2008-02-152-0/+48
| | | | | | | | (This used to be commit 716345fd38dfd8c6e610fbd6ba84c4f33e3edbb9)
| * convert gentest to use popt and the cmdline libraryAndrew Tridgell2008-02-151-83/+83
| | | | | | | | (This used to be commit 681366b956a71aa7bd16b75263ccd73ddc680082)
| * make sure lp_ctx is initialisedAndrew Tridgell2008-02-151-1/+2
| | | | | | | | (This used to be commit 3abb33c8bff9aac8ba1ba4783b919732e5159283)
| * fix typoAndrew Tridgell2008-02-151-1/+1
| | | | | | | | (This used to be commit 1699b2a804cf91175de2528c1e640a09b4de4f08)
| * added a blackbox test for masktestAndrew Tridgell2008-02-153-5/+52
| | | | | | | | (This used to be commit 05a110123df2372418e2ef2fd8f269b92054069c)
| * fixed masktest to use popt, and fixed the incorrect pstring conversionAndrew Tridgell2008-02-151-94/+63
| | | | | | | | (This used to be commit c37133fd95e6d02a0cdf0f7b5408211740d8046c)
| * converted locktest to use popt and cmdline utility codeAndrew Tridgell2008-02-154-99/+77
| | | | | | | | (This used to be commit 625ea49a95cbdb507ea5b191f75ffa27e25cdb90)
| * added blackbox testing for locktestAndrew Tridgell2008-02-153-1/+56
| | | | | | | | (This used to be commit af6484f78d273407dd9b264bc4adb33497eee48b)
| * add some info on running testsAndrew Tridgell2008-02-151-0/+21
| | | | | | | | (This used to be commit b6ba0afc1424a1d202626aabf1cd0f28246319a6)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-02-1510-207/+204
| |\ | | | | | | | | | (This used to be commit 9c12b5b49679d404ac623041f2da944019f97754)
| | * Fix path to talloc guide. Noted by "teferi" on irc.Michael Adam2008-02-141-1/+1
| | | | | | | | | | | | | | | Michael (This used to be commit bc4e03f2ddb669758e27e2a5c32e15c7d6c5257d)
| | * util_ldb: Add a missing \n to debug string, fix trailing whitespaces.Kai Blin2008-02-141-8/+9
| | | | | | | | | | | | (This used to be commit b0991cc09b36171c18d2407c9f3153b6f7e8299b)
| | * loadparm: Clean up trailing whitespaceKai Blin2008-02-141-163/+163
| | | | | | | | | | | | | | | No code change. Couldn't resist. (This used to be commit abc816b3884838441ab379c9e31e16937caa4734)
| * | fixed loadparm handling in standalone testsAndrew Tridgell2008-02-153-3/+3
| | | | | | | | | | | | (This used to be commit 2633f4259ed30ab990017c4c3205f92bf38f0135)
* | | Mark the provision_bare() test as known failing for now.Jelmer Vernooij2008-02-151-0/+1
| | | | | | | | | | | | (This used to be commit bb473a8d11ce0ab8d5c9f0b339861b552fc2b262)
* | | Use struct for provision parameters since there are so many of them.Jelmer Vernooij2008-02-155-186/+202
| | | | | | | | | | | | (This used to be commit 4b9d5bc57ca4ee14c142ea720dce5e4ee97f8c16)
* | | Add ability to not specify certain provision options(), fix some other options.Jelmer Vernooij2008-02-151-19/+47
| | | | | | | | | | | | (This used to be commit fe8bfda22d8e1fdbece4209b7489419074565efd)
* | | Add test for provision_bare() code.Jelmer Vernooij2008-02-151-0/+21
| | | | | | | | | | | | (This used to be commit 0f3a1dbb5355bf5181d9a100af35be8a7f292be6)
* | | Finish migration of provision code.Jelmer Vernooij2008-02-153-57/+103
| | | | | | | | | | | | (This used to be commit 53c5924195844dac4dfe99e5c9b0c8911394497a)
* | | Move Python dependencies.Jelmer Vernooij2008-02-151-3/+2
| | | | | | | | | | | | (This used to be commit f6c5b787cc031ddf858d7b16f455692a98a19b9e)
* | | Avoid using private libnet test structure inside util_provision.Jelmer Vernooij2008-02-152-55/+95
| | | | | | | | | | | | (This used to be commit 1a1f8a5e6b193f25f4838a3e7964cdf0590f4eb2)
* | | Split provision from C code out of becomedc.Jelmer Vernooij2008-02-143-296/+326
| |/ |/| | | | | (This used to be commit ed2b72ac76ec069fec799b3fd805cca59fc28de4)
* | Don't create symlinks pointing at themselves.Jelmer Vernooij2008-02-141-3/+1
| | | | | | | | (This used to be commit 96736eb556bfd7ab5b04ec40beefe23e475a438d)
* | Remove type before variables in data.mkJelmer Vernooij2008-02-146-29/+29
| | | | | | | | (This used to be commit 3c1a7c0dcc56ed5595e31a8df023a04ae95bfca5)
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-1436-235/+446
|\| | | | | | | (This used to be commit 50697762fd28e2fc77142c5fea528b12d4cc0ebc)
| * updated SMB2 code for getinfo according to WSPP docsAndrew Tridgell2008-02-148-58/+109
| | | | | | | | | | | | | | - Updated getinfo structures and field names - also updated the protocol revision number handling to reflect new docs (This used to be commit 3aaa2e86d94675c6c68d66d75292c3e34bfbc81b)
| * A better way to handle the different format of RenameInformation in SMB2Andrew Tridgell2008-02-146-14/+54
| | | | | | | | | | | | We now define a separate info level RAW_SFILEINFO_RENAME_INFORMATION_SMB2 and set that level when handling SMB2 packets. This makes the parsers clearer. (This used to be commit f6cdf3f1177f63d80be757f007eb15380839b4f5)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-02-1418-96/+115
| |\ | | | | | | | | | (This used to be commit 309cf408e01c36e2a12ed2d1462f2bbe407d4597)
| * | we need to refuse a root_fid in rename on SMB but not SMB2Andrew Tridgell2008-02-141-3/+5
| | | | | | | | | | | | (This used to be commit 9a139c35b7f1326616d26ce13bbdc7d6b22cd9b5)
| * | Fixed SMB2 rename operations from Vista clientsAndrew Tridgell2008-02-148-30/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We needed a flag in bufinfo to mark packets as SMB2, as it seems that SMB2 uses a different format for the RenameInformation buffer than SMB does Also handle the fact that SMB2 clients give the full path to the target file in the rename, not a relative path (This used to be commit 52d7972d95ddc19d22a4187b4d4428a6c3ed32d5)