summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* auth: Remove support for HAVE_TRUNCATED_SALT from pass_check.cAndrew Bartlett2014-04-151-851/+0
| | | | | | | | | | | The comments indicate that this was needed for HP-UX at one point, but the configure code was never ported to WAF. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Tue Apr 15 12:32:09 CEST 2014 on sn-devel-104
* build: don't execute tests/summary.cGustavo Zacarias2014-02-121-9/+5
| | | | | | | | | | | tests/summary.c will never be able to be executed when cross compiling. Use #error and #warning directives to fail or warn accordingly when compiling it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Kamen Mazdrashki <kamenim@samba.org>
* build: Fix quota tests, including move of sysquotas.c to the top levelAndrew Bartlett2012-09-291-0/+90
| | | | | | This correctly detects quotas on FreeBSD Andrew Bartlett
* test: fix compile warning on test summaryBjörn Jacke2012-07-121-1/+1
|
* Move back to using per-thread credentials on Linux. Fixes the glibc native ↵Jeremy Allison2012-06-291-1/+1
| | | | | | | | | | | | | AIO lost wakeup problem. See this post: https://lists.samba.org/archive/samba-technical/2012-June/085101.html for details. Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri Jun 29 03:57:45 CEST 2012 on sn-devel-104
* build: Fix bitrotted configure summary, we now also test HAVE_IFACE_GETIFADDRSAndrew Bartlett2012-04-051-1/+1
|
* build: Restore configure summary checkingAndrew Bartlett2012-04-051-1/+0
| | | | | | | | | | | | This was accidentily lost in: commit b1ce226af8b61ad7e3c37860a59c6715012e738b Author: James Peach <jpeach@samba.org> Date: Fri Jun 15 21:58:49 2007 +0000 r23510: Tidy calls to smb_panic by removing trailing newlines. Print the failed expression in SMB_ASSERT. (This used to be commit 171dc060e2a576d724eed1ca65636bdafffd7713)
* build: Add more assertions that fcntl locking works 64-bitAndrew Bartlett2012-04-051-4/+15
|
* build: Remove configure tests for *64 functions and typesAndrew Bartlett2012-04-052-98/+2
| | | | | | We now use the standard types only. Andrew Bartlett
* s3: Fix bug 7052: "DFS broken on AIX (maybe others)"William Jojo2010-01-211-1/+1
|
* Fix bug #6330 - DFS doesn't work on AIX. Jeremy.Jeremy Allison2009-05-081-0/+33
|
* Fix Coverity ID 519 (NEGATIVE_RETURNS)Volker Lendecke2009-02-111-0/+4
|
* Move configure test files to the top-level and share them between s3 andJelmer Vernooij2009-01-2211-0/+1411
s4.