Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-17 | to be portable, use options first, arguments last | Björn Jacke | 1 | -1/+1 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2009-03-09 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 1 | -1/+1 | |
2009-03-09 | use LIB_PATH_VAR in selftest.sh if we have it | Björn Jacke | 1 | -6/+7 | |
if we have LIB_PATH_VAR we should use it, otherwise we'll unobtrusively complain about not having it and use the most likely LD_LIBRARY_PATH. Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2009-03-06 | s3:make_test: run CHAIN1 test | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-02-03 | Revert "s3:selftest: create BUILTIN\\Administrators at startup" | Stefan Metzmacher | 2 | -12/+10 | |
This reverts commit a849183f9492d09ccd7e273f955d4d8f2668fdf3. This is to racy for most of the build-farm machines, because winbindd doesn't start fast enough. metze | |||||
2009-02-03 | Revert "s3:test: try to find why creating BUILTIN\Administrators doesn't ↵ | Stefan Metzmacher | 1 | -5/+3 | |
work in the build-farm" This reverts commit 20a1cb15699c781651593c68685ece91c03e6a18. I will also revert a849183f9492d09ccd7e273f955d4d8f2668fdf3 metze | |||||
2009-02-03 | s3:test: try to find why creating BUILTIN\Administrators doesn't work in the ↵ | Stefan Metzmacher | 1 | -3/+5 | |
build-farm metze | |||||
2009-01-30 | s3:tests: add a guard arround . $incdir/test_functions.sh | Stefan Metzmacher | 11 | -0/+21 | |
So that caller can overwrite the functions. metze | |||||
2009-01-29 | s3:seltest: make test_smbclient_s3.sh more strict | Stefan Metzmacher | 3 | -15/+34 | |
metze | |||||
2009-01-28 | selftest: abstract Samba3 provision a bit | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-01-28 | s3:selftest: create BUILTIN\\Administrators at startup | Stefan Metzmacher | 2 | -10/+12 | |
And add and remove the alias member via net rpc group instead of net sam. metze | |||||
2009-01-28 | s3:test: exit the net rpc registry tests when give_administrative_rights fails | Michael Adam | 1 | -2/+5 | |
Michael | |||||
2009-01-28 | s3:selftest: fix warnings with empty *_TEST_LOG variables | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2009-01-27 | Move S3 specific parameters to S3 conf file in make test. | Steven Danneman | 1 | -2/+3 | |
2009-01-26 | s3 make test: Fix a bug in the previous commit | Tim Prouty | 1 | -7/+8 | |
Luckily the build farm caught this | |||||
2009-01-26 | s3 make test: Add the ability to specify a custom smb.conf for make test | Tim Prouty | 1 | -11/+44 | |
- Adds new -c <custom conf> option to selftest.sh that when specified adds a line to make test's server.conf: "include <custom conf>" - Adds getopts processing to selftest.sh - Changes selftest.sh shrdir arg to use -s <shrdir> - Changes selftest.sh smbtorture4_path arg to use -t <smbtortur4 path> - Adds configure option --with-selftest-custom-conf=<custom conf> - Updates Makefile.in to take advantage of the new/changed parameters | |||||
2009-01-21 | expand-includes: Add simple protection against infinite recursion. | Jelmer Vernooij | 1 | -0/+5 | |
2009-01-21 | Automagically expand includes in Makefile.in during configure time | Jelmer Vernooij | 1 | -0/+25 | |
when make is not GNU Make. | |||||
2009-01-12 | Make STATEDIR and CACHEDIR configurable through ./configure and loadparm.c | Steven Danneman | 2 | -0/+4 | |
If they are not explicitely set in either place both will default to LOCKDIR. Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2009-01-08 | Make sure smbtorture4 can find all gensec modules. (Fixes RPC-BINDSAMBA3) | Jelmer Vernooij | 1 | -0/+1 | |
2008-12-31 | Fix more asprintf and "ignoring return code" warnings from gcc 4.3. | Jeremy Allison | 1 | -6/+8 | |
Jeremy. | |||||
2008-12-31 | Enable individual smbtorture_s3 subtests in make test | Volker Lendecke | 1 | -0/+4 | |
2008-12-22 | Set right LD_LIBRARY_PATH for finding Samba4's libraries. | Jelmer Vernooij | 1 | -8/+8 | |
2008-12-16 | Consider shared IDL files and Samba3-specific IDL files separately, allow ↵ | Jelmer Vernooij | 1 | -3/+3 | |
overriding output directory. | |||||
2008-12-01 | s3:selftest: test the streams_depot module as it passes make test | Stefan Metzmacher | 1 | -1/+1 | |
The streams_xattr module only passes sometimes on my laptop. metze | |||||
2008-12-01 | Fix script installmo.sh when no .po file exists | Bo Yang | 1 | -0/+4 | |
2008-11-13 | i18n/l10n pam_winbind | Bo Yang | 2 | -0/+84 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2008-11-11 | s3: Add support for make test to use a share dir outside of the prefix dir | Tim Prouty | 1 | -7/+21 | |
Some systems need to have the tdbs (and other files required for samba to run) on a different filesystem than the share directory that samba is exporting. This patch: - Adds an optional "shrdir" argument to selftest.sh - If shrdir is specified it will be used, otherwise the default will be used: "<prefix>/tmp" - Adds a new configure option: --with-selftest-shrdir - Plumbs shrdir through Makefile.in and configure.in | |||||
2008-10-30 | mksyms.sh: Fix typo in comment. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-27 | [s3]test: fix testparm_s3 tests: don't create truncated smb.conf files. | Michael Adam | 1 | -1/+1 | |
Use whole argument string in test_one_global_option(), not only first. Michael | |||||
2008-10-23 | Share codepages. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-15 | Share idl_types.h. | Jelmer Vernooij | 1 | -6/+6 | |
2008-10-14 | s3-build: add and use IDL_PATH while building IDL files. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2008-10-09 | build: add "make test_wbpad" for checking winbind 32/64bit structure padding. | Günther Deschner | 1 | -0/+82 | |
Guenther | |||||
2008-09-21 | build: rebuild only changed IDL files. | Günther Deschner | 1 | -1/+1 | |
Let"s see how this works now. Guenther | |||||
2008-09-18 | Fix location of nss_wrapper.pl script. | Jelmer Vernooij | 1 | -3/+3 | |
2008-09-16 | Use pidl from Samba 4 from Samba 3 rather than hoping there is one installed ↵ | Jelmer Vernooij | 1 | -4/+0 | |
on the system. | |||||
2008-09-12 | Reorder defines for version for consistency with Samba 4. | Jelmer Vernooij | 1 | -1/+15 | |
(This used to be commit fe36d83508a6b1a8de5ad58ec1d0c80cda7b4a21) | |||||
2008-08-15 | buildoptions: output MODULESDIR. | Michael Adam | 1 | -0/+1 | |
Michael (This used to be commit bcb868e4340a856c4009450479628088a8a1628c) | |||||
2008-07-21 | testsuite: fix expr error on Tru64, triggered by uninitialized failed variable. | Michael Adam | 1 | -0/+2 | |
Michael (This used to be commit 25cd227aaecf91dfa3114ae0fd2b47c783434aad) | |||||
2008-07-21 | testsuite: fix another expr syntax error. in tests_all.sh. | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit 486b1bc5b5021565ec443fd463c8287c02c686b3) | |||||
2008-07-20 | testsuite: fix expr syntax error in net registry test. | Michael Adam | 1 | -1/+1 | |
Pointed out by Björn Jacke <bj@sernet.de>. Michael (This used to be commit 87e02bca04cb26d0d237f3ccd17be0ba2dd6d85f) | |||||
2008-07-17 | Simplify samba_version_string. | Andreas Schneider | 1 | -0/+6 | |
This adds a new macro for a vender version function which will be returned by the samba_version_string() function if defined. Signed-off-by: Andreas Schneider <anschneider@suse.de> Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 8b9301fbc73f28c657ec81c605760a0ff7a1973a) | |||||
2008-07-15 | testparm: rename -g|--skip-global-ckecks to -l|--skip-logic-checks | Michael Adam | 1 | -1/+1 | |
as suggested by Karolin. That is what it really means. And per-share logic tests will be disabled by the same switch, too... Michael (This used to be commit 5b8a4c33482917a1ef7071df224957ba831d853a) | |||||
2008-07-15 | testsuite: fix bug #5594 by using the new --skip-global-ckecks switch | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit 32f4b1443af12026c419684be45a7d8b96ccfaac) | |||||
2008-07-09 | testsuite: fix another expr typo in net registry test script. | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit 73312e4e21b6d14363bd0987e0c9716c4ec91834) | |||||
2008-07-09 | testsuite: fix expr typo in net registry testscript. | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit 5b6c32160a5d8fafc807fbefb66aa8c98662baae) | |||||
2008-06-27 | Revert "build: add symbol versioning when we build with gnu ld" | Karolin Seeger | 2 | -29/+8 | |
This reverts commit cb5492978b6b157f529806afb2f5fc6202888129. For more information, please have a look at the discussion on samba-technical starting with [1]. [1] http://lists.samba.org/archive/samba-technical/2008-June/059511.html Karolin (cherry picked from commit 1e5aeb96f92fef8056ec9010e125f4d0d31dd90e) (This used to be commit d06baf0e744d779b836783f61ec97d3a6d380eb5) | |||||
2008-06-19 | testsuite: enable the testparm_s3 tests. | Michael Adam | 1 | -0/+7 | |
Michael (This used to be commit 0f5c13e5735990f4325f98156a7dc410276372fe) | |||||
2008-06-19 | testsuite: add a testparm_s3 test script. | Michael Adam | 1 | -0/+90 | |
This is a first testparm/lp_load test that runs testparm on a couple of configuration files. The main purpose for now is to test the options that have special handlers (to check whether the handlers succeed). In particular, all the Macro expansions that are available via alloc_sub_basic() are tested with the include handler. This is to catch such crashbugs as #5548 where %m expansion led to a segfault. The tests now are very simple. Just check if testparm completes successfully on the given config files. This can (and should) be elaborated in the future. Michael (This used to be commit eb28146d40b8a8bc2c20b8d222abf191ea178d5a) |