Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3-selftest: enable RPC-WINREG against s3. | Günther Deschner | 2010-05-27 | 1 | -1/+1 |
| | | | | | | | Guenther The last 4 patches address bug #7453 (winreg: QueryValue crashes on NULL pointer dereference). | ||||
* | s3-selftest: deal with changed samba3 test names. | Günther Deschner | 2010-05-25 | 1 | -2/+2 |
| | | | | Guenther | ||||
* | s3-selftest: enable RPC-SAMBA3-WINREG. | Günther Deschner | 2009-12-14 | 1 | -1/+1 |
| | | | | | | | Very strange we didn't run it before. Guenther (cherry picked from commit 31202a9dab330ed939b4ea71349c816707adff95) | ||||
* | s3-selftest: run LOCAL-NDR when running make selftest. | Günther Deschner | 2009-12-03 | 1 | -1/+1 |
| | | | | | Guenther (cherry picked from commit 9a3d9abdd8e9737245e3cdd7f31d453c2062dba9) | ||||
* | Conditional install of the cifs.upcall man page | Lars Müller | 2009-12-01 | 1 | -0/+1 |
| | | | | | | | | Only install the cifs.upcall man page if CIFSUPCALL_PROGS was set while configure. (cherry picked from commit 789963de23d46eba41cdd29c7b50100ec47e4361) Fix bug #6710 (cifs.upcall: Commits e9e2414e and 64982295 are missing in 3.4.1). | ||||
* | Adjust regex to match variable names including underscores | Lars Müller | 2009-12-01 | 1 | -1/+1 |
| | | | | | | This is required to get the CIFSUPCALL_PROGS setting extracted from config.log. (cherry picked from commit 5148eefe1ea6e215dcbf4ffaa642860bd8dab45f) | ||||
* | Add RAW-CHKPATH test with case-sensitive share. | Jeremy Allison | 2009-11-25 | 2 | -0/+7 |
| | | | | | Jeremy. (cherry picked from commit 108da2adaf77c152fd292bbdf5645923659a7c2c) | ||||
* | s3-netlogon: enable RPC-NETLOGON-ADMIN test against s3. | Günther Deschner | 2009-11-10 | 1 | -1/+2 |
| | | | | | Guenther (cherry picked from commit d7ce873391f215f4f3785abcd13b9d120b87e744) | ||||
* | Remove the smbd:writetimeupdatedelay change Metze added. Metze please | Jeremy Allison | 2009-11-05 | 2 | -3/+7 |
| | | | | | | | explain why you added this. Change --maximum-runtime=900 for smbtorture4 with BASE-DELAYWRITE. Should allow it to successfully complete now. Jeremy. (cherry picked from commit e434934526b23b34dd85b43495961260dc639e1f) | ||||
* | Turn on LOCK9 test which will test for regressions in bug 6828. | Jeremy Allison | 2009-10-20 | 2 | -2/+4 |
| | | | | Jeremy. | ||||
* | s3-selftest: enable RPC-LSA-PRIVILEGES against Samba 3. | Günther Deschner | 2009-10-20 | 1 | -0/+1 |
| | | | | | Guenther (cherry picked from commit 870f2d336a57f16ed5f1018ced6fa4ef5d61539c) | ||||
* | Fix posix_unlink test. Was doing grep without quotes around the | Jeremy Allison | 2009-10-17 | 1 | -4/+5 |
| | | | | | target string. Jeremy. | ||||
* | Fix one missing STAT -> LSTAT with POSIX pathnames in vfs_xattr_tdb.c. ↵ | Jeremy Allison | 2009-10-16 | 1 | -0/+2 |
| | | | | Caught by the torture tester. I love unit tests :-). Jeremy. | ||||
* | s3-selftest: enable WINBIND-WBCLIENT against s3. | Günther Deschner | 2009-10-16 | 1 | -1/+3 |
| | | | | | Guenther (cherry picked from commit 3f80b06d9ed9d1aabb56168ccee90d7d945de8ed) | ||||
* | Use the method used by build_env.sh to discover the user name. | Matt Kraai | 2009-10-11 | 1 | -1/+9 |
| | | | | | so try USERNAME, then LOGNAME, then whoami, then id -un to find out who we are. | ||||
* | Test creating and deleting a bad symlink using the POSIX calls. Ensure | Jeremy Allison | 2009-10-06 | 1 | -0/+42 |
| | | | | | we don't regress on bug 6769. Jeremy. | ||||
* | talloc:mksyms: allow characters after closing functions parenthesis. | Michael Adam | 2009-09-11 | 1 | -2/+2 |
| | | | | Michael | ||||
* | talloc:mksyms: allow double pointer return value of functions. | Michael Adam | 2009-09-11 | 1 | -1/+1 |
| | | | | Michael | ||||
* | s3:mksyms: fix spelling... | Michael Adam | 2009-09-11 | 2 | -2/+2 |
| | | | | Michael | ||||
* | s3-selftest: enable running RPC-NETLOGON-S3 against samba3. | Günther Deschner | 2009-08-26 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | wbinfo: Fix up s3 blackbox test. wbinfo no longer needs a config file. | Kai Blin | 2009-08-18 | 1 | -1/+1 |
| | |||||
* | Move build over to storing DOS attributes in EA's. | Jeremy Allison | 2009-08-12 | 1 | -2/+4 |
| | | | | | | | Turn off "map to" directives. I've now fixed the issues with the build tests running this way. I think this is how most people run these days - please raise this on the list (or revert) if you disagree. | ||||
* | Add "store create time" parameter (docs to follow) | Jeremy Allison | 2009-08-12 | 1 | -0/+1 |
| | | | | | that stores the create time in the user.DosTimestamps EA. Jeremy. | ||||
* | s3:make test: smbtorture from s3 needs to take the config file path via the ↵ | Stefan Metzmacher | 2009-07-15 | 1 | -0/+3 |
| | | | | | | SMB_CONF_PATH envvar metze | ||||
* | Fix&Run local-gencache | Volker Lendecke | 2009-07-10 | 1 | -1/+1 |
| | |||||
* | Fix our base64 implementation for blobs of length 4.... | Volker Lendecke | 2009-07-10 | 1 | -0/+1 |
| | | | | | The additional length check bit us exactly at 4, removing it. The torture test survives valgrind up to 2000 bytes :-) | ||||
* | For non-existent streams we have to return OBJECT_NAME_NOT_FOUND | Volker Lendecke | 2009-07-03 | 1 | -1/+1 |
| | | | | | | See the STREAMERROR s3 torture test. Jeremy, Tim, please check! | ||||
* | s3-selftest: add RPC-SAMR-MACHINE-AUTH to list of test to run against s3. | Günther Deschner | 2009-06-29 | 1 | -2/+3 |
| | | | | Guenther | ||||
* | s3: fix make test with external libtalloc or libtdb. | Michael Adam | 2009-06-19 | 1 | -4/+13 |
| | | | | | | | | | | This skips the talloctort and tdbtorture tests when the corresponding binaries are not present. There might be more clever ways of detecting wether samba has been linked with internal or external libraries, but as a first approximation, this seems valid. Michael | ||||
* | Fix make test_pam_modules | Timur I. Bakeyev | 2009-06-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | In Samba3 there is a very handy Makefile target 'test_pam_modules'. It let quickly veryfy, that obtained PAM module actually is loadable and doesn't miss any dependency libs. the only problem that on FreeBSD it doesn't work OOTB, as it unconditionally adds -ldl to the list of libraries when FreeBSD doesn't have it and doesn't need it. This small patch fixes the problem for FreeBSD and, I hope, still valid for othe systems, where -ldl is required. Has to be tested there though. With regards, Timur Bakeyev. Signed-off-by: Stefan Metzmacher <metze@samba.org> | ||||
* | s3-test: finally enable RPC-SAMR against samba3. | Günther Deschner | 2009-06-08 | 1 | -1/+1 |
| | | | | | | We now pass it :-) Guenther | ||||
* | Move findstatic.pl script to top-level. | Jelmer Vernooij | 2009-06-03 | 1 | -70/+0 |
| | |||||
* | s3-selftest: Fix invalid /etc/group file used with nss_wrapper. | Günther Deschner | 2009-05-30 | 1 | -0/+1 |
| | | | | | | Found by torture test. Guenther | ||||
* | Revert "s3-selftest: enable NETAPI-INITIALIZE and NETAPI-USER against samba3." | Günther Deschner | 2009-05-29 | 1 | -4/+1 |
| | | | | This reverts commit 8da15dc29a920cd6f4d2ed96e8de4fbcd9d1ba11. | ||||
* | s3-selftest: enable NETAPI-INITIALIZE and NETAPI-USER against samba3. | Günther Deschner | 2009-05-29 | 1 | -1/+4 |
| | | | | Guenther | ||||
* | s3-selftest: enable LOCAL-NSS-WRAPPER test against samba 3. | Günther Deschner | 2009-05-29 | 1 | -1/+3 |
| | | | | Guenther | ||||
* | s3-selftest: use nss_wrapper.pl as "add user to group" and "delete user from ↵ | Günther Deschner | 2009-05-28 | 1 | -5/+7 |
| | | | | | | group" script. Guenther | ||||
* | s3-selftest: fix typo. | Günther Deschner | 2009-05-25 | 1 | -2/+2 |
| | | | | Guenther | ||||
* | s3-selftest: enable RPC-SAMR-LARGE-DC against Samba3. | Günther Deschner | 2009-05-25 | 1 | -1/+1 |
| | | | | | | | This will fail for alias creation as nss_wrapper does not yet wrap around libnss_winbind. Guenther | ||||
* | s3-selftest: add add and delete group scripts using nss_wrapper. | Günther Deschner | 2009-05-20 | 1 | -0/+2 |
| | | | | Guenther | ||||
* | s3-selftest: enable RPC-SAMR-USERS-PRIVILEGES. | Günther Deschner | 2009-05-18 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | Turn on SHORTNAME-TEST in torture. | Jeremy Allison | 2009-05-14 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | s3-printing: Fix vlp testprinter application. | Günther Deschner | 2009-05-12 | 1 | -7/+7 |
| | | | | | | | | | | Jeremy, we cannot just access cache_path() here without calling lp_load and friends as well as parsing configfile from the commandline in order to make "make test/selftest" find the correct conffile with path, etc. I just changed it to pass the target tdbfilename as an argument, ok ? Guenther | ||||
* | s3-selftest: enable RPC-LSA-LOOKUPNAMES against Samba 3. | Günther Deschner | 2009-05-11 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3-selftest: enable running RPC-SAMR-USERS against Samba3. | Günther Deschner | 2009-05-08 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3-selftest: run RPC-LSA-GETUSER against Samba 3. | Günther Deschner | 2009-05-08 | 1 | -1/+2 |
| | | | | Guenther | ||||
* | s3-selftest: finally enable RPC-SAMR-PASSWORDS which samba3 now passes. | Günther Deschner | 2009-05-08 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3-selftest: need to enable lanman auth in order make RPC-SAMR-PASSWORDS pass. | Günther Deschner | 2009-05-08 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3-selftest: run RPC-SCHANNEL, RPC-SCHANNEL2 and RPC-BENCH-SCHANNEL1 against ↵ | Günther Deschner | 2009-05-07 | 1 | -0/+1 |
| | | | | | | Samba3. Guenther | ||||
* | Turn on POSIX test (small test) on buildfarm. | Jeremy Allison | 2009-05-04 | 1 | -1/+1 |
| | | | | Jeremy. |