summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* autobuild: add a target "samba3-ctdb" that builds samba3 (autoconf) with ↵Michael Adam2012-06-211-0/+10
| | | | | | | | cluster support This is achieved by using the ctdb header files copied in from current ctdb master. Tests are not run. For this we would need to have a full ctdb built and configured.
* autobuild: add a target "samba-ctdb" that builds samba (waf) with cluster ↵Michael Adam2012-06-211-0/+19
| | | | | | | | support This is achieved by using the ctdb header files copied in from current ctdb master. Tests are not run. For this we would need to have a full ctdb built and configured.
* autobuild: rename the "samba4-libs" target to "samba-libs"Michael Adam2012-06-211-3/+3
|
* autobuild: rename the "samba4" target to "samba"Michael Adam2012-06-211-8/+8
|
* Add current headers from ctdb master.Michael Adam2012-06-215-0/+4236
| | | | | | (ctdb.h, ctdb_protocol.h, ctdb_private.h, ctdb_typesafe_cb.h, ctdb_client.h) This will allow us to check for build regressions against ctdb from autobuild.
* wintest: enable dns forwarding for internal dnsBjörn Baumbach2012-06-212-1/+4
| | | | | | | | | | Internal DNS will forward dns requests to the original nameserver (specified in resolv.conf). Signed-off-by: Kai Blin <kai@samba.org> Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Thu Jun 21 23:47:35 CEST 2012 on sn-devel-104
* wintest: get original nameserver for forwarding on a more general placeBjörn Baumbach2012-06-211-5/+5
| | | | Signed-off-by: Kai Blin <kai@samba.org>
* wintest: extend get_is_dc function with additional expectationsBjörn Baumbach2012-06-211-1/+1
| | | | | | Windows Server 2003 r2 answers "wintest2k3 is not a DC." Signed-off-by: Kai Blin <kai@samba.org>
* wintest: check netcats exitstatus instead of outputBjörn Baumbach2012-06-211-2/+5
| | | | | | There are many netcat implementations with different output messages. Signed-off-by: Kai Blin <kai@samba.org>
* wintest: set recursive queries for internal dnsBjörn Baumbach2012-06-212-1/+5
| | | | | | | Need dns recursive queries = yes, since host expects answers with RA-bit. Signed-off-by: Kai Blin <kai@samba.org>
* wintest: add option to select the dns backendBjörn Baumbach2012-06-212-11/+34
| | | | | | This is an option to use the internal dns. Signed-off-by: Kai Blin <kai@samba.org>
* wintest: set nameserver on a more general placeBjörn Baumbach2012-06-212-2/+2
| | | | Signed-off-by: Kai Blin <kai@samba.org>
* wintest: add option to use ntvfs instead of s3fsBjörn Baumbach2012-06-212-1/+8
| | | | Signed-off-by: Kai Blin <kai@samba.org>
* wintest: add working bbaumbach.conf file for use with VirtualBoxBjörn Baumbach2012-06-211-0/+97
| | | | Signed-off-by: Kai Blin <kai@samba.org>
* Fix bug #8974 - Kernel oplocks are broken when uid(file) != uid(process).Jeremy Allison2012-06-212-5/+13
| | | | | | | Based on a fix from "Etienne Dechamps " <e-t172@akegroup.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu Jun 21 21:53:58 CEST 2012 on sn-devel-104
* Add --disable-ntdb option for building.Jelmer Vernooij2012-06-213-2/+11
| | | | | Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Thu Jun 21 19:59:57 CEST 2012 on sn-devel-104
* samdb: Accept a list of member variables rather than a comma-separated string.Jelmer Vernooij2012-06-215-23/+25
|
* s3:idmap_cache: also store negative entries for unknown sidsStefan Metzmacher2012-06-211-0/+7
| | | | | | | metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Thu Jun 21 18:04:05 CEST 2012 on sn-devel-104
* s3:winbindd: do not expose negative cache idmap entries as valid mappings ↵Stefan Metzmacher2012-06-211-6/+19
| | | | | | (bug #9002) metze
* s3:winbindd: discard the expired gid cache if we're online (bug #9002)Stefan Metzmacher2012-06-211-1/+1
| | | | | | This matches the uid case... metze
* s3: Remove an unnecessary ()Volker Lendecke2012-06-211-1/+1
| | | | | | | Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Thu Jun 21 16:05:30 CEST 2012 on sn-devel-104
* s3: Use string_term_tdb_data where appropriateVolker Lendecke2012-06-211-2/+1
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* s3: Fix const warningsVolker Lendecke2012-06-211-2/+3
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* s4-provision: Give better clues on what Samba needs for s3fs ACL supportAndrew Bartlett2012-06-212-1/+22
| | | | | Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Jun 21 14:07:55 CEST 2012 on sn-devel-104
* s3-rpcclient: support all known netr_LogonControl2 variants properlyAlexander Bokovoy2012-06-211-3/+35
| | | | | | | | | | | logonctrl2 function in rpcclient did not allow to specify arguments to most of netr_LogonControl2 function code points. In addition, make descriptive help to show what is expected at each function code point. Autobuild-User(master): Alexander Bokovoy <ab@samba.org> Autobuild-Date(master): Thu Jun 21 12:11:19 CEST 2012 on sn-devel-104
* s4:torture/smb2: add smb2.durable-open.delete_on_close1Stefan Metzmacher2012-06-212-2/+127
| | | | | | | metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Thu Jun 21 10:19:00 CEST 2012 on sn-devel-104
* s3:move serverid_equal() to serverid.cMichael Adam2012-06-213-21/+23
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3:util: rename procid_equal() to serverid_equal()Michael Adam2012-06-2116-27/+27
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3:util: remove (now) unused cluster_id_equal()Michael Adam2012-06-212-8/+0
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3:smbstatus: use procid_equal() instead of equivalent cluster_id_equal()Michael Adam2012-06-211-1/+2
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3: Remove a user of procid_is_meVolker Lendecke2012-06-211-1/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3: Remove a user of procid_is_meVolker Lendecke2012-06-211-1/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3:util: reformat procid_equal() to adhere to coding guidelinesMichael Adam2012-06-211-7/+14
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3:util: also compare the unique_id in procid_equal().Michael Adam2012-06-211-0/+3
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* script: really sleep in "random-sleep.sh"Michael Adam2012-06-211-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* samba-tool: gpo: Fix creation of filesystem ACL from directory ACLAmitay Isaacs2012-06-211-2/+8
| | | | | Autobuild-User(master): Amitay Isaacs <amitay@samba.org> Autobuild-Date(master): Thu Jun 21 03:25:57 CEST 2012 on sn-devel-104
* s4-pysmb: Parse security info as an unsigned integerAmitay Isaacs2012-06-211-1/+1
|
* s4-torture: Expand whoami test to confirm the user token.Andrew Bartlett2012-06-202-3/+45
| | | | | | | | | | | | | This uses the tokenGroups attribute on LDAP and the posix whoami call to confirm that user token matches between LDAP and CIFS. I have a seperate patch for the anonymous case, because this isn't consistent at this stage, and we need to study and fix that. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Jun 20 18:43:43 CEST 2012 on sn-devel-104
* s4-torture: Change the unix.whoami test to use torture_assert()Andrew Bartlett2012-06-201-24/+19
|
* ntdb: fix occasional abort in testing.Rusty Russell2012-06-201-1/+7
| | | | | | | | | | | | | | Occasionally, the capability test inserts multiple used records and they clash, but our primitive test layout engine doesn't handle hash clashes and aborts. Force a seed value which we know doesn't clash. Reported-by: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Autobuild-User(master): Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date(master): Wed Jun 20 16:50:20 CEST 2012 on sn-devel-104
* script/autobuild: delay start of small projects by 60 to 600 secondsStefan Metzmacher2012-06-202-8/+45
| | | | | | | | | This should reduce the startup load. metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Wed Jun 20 14:56:51 CEST 2012 on sn-devel-104
* script/autobuild: don't use 'make -j 4' for bin/smbtorture4Stefan Metzmacher2012-06-201-1/+1
| | | | | | The '4' has no effect there, which results in NUM_JOBS == NUM_CORES. metze
* script/autobuild: don't use make -j for small projectsStefan Metzmacher2012-06-201-11/+11
| | | | | | | The top level and source3 builds take much longer than the standalone projects, so there's no need to use 'make -j'. metze
* s3:smbd: fix the build with the --with-profiling-data optionStefan Metzmacher2012-06-202-3/+9
| | | | metze
* s3:include: add START/END_PROFILE_STAMP()Stefan Metzmacher2012-06-201-7/+23
| | | | | | This is needed when the profiling spans multiple functions. metze
* wafsamba/irixcc: next try to inject '-c99' the the buildStefan Metzmacher2012-06-201-1/+3
| | | | metze
* Revert "wafsamba/irixcc: add '-c99' option to cc"Stefan Metzmacher2012-06-201-3/+1
| | | | | | | | This reverts commit 59daf91f397c2ebef283ab9e6ecaabbe9dc58fc5. Doesn't seem to work :-( metze
* idmap-hash: Attempt to fix Coverity ID 709116 Overflowed array index writeVolker Lendecke2012-06-201-1/+6
| | | | | | | Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Wed Jun 20 12:53:59 CEST 2012 on sn-devel-104
* idmap-hash: Fix Coverity ID 709117 Dereference before null checkVolker Lendecke2012-06-201-5/+5
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* idmap-hash: Fix Coverity 709118 Dereference before null checkVolker Lendecke2012-06-201-5/+5
| | | | Signed-off-by: Michael Adam <obnox@samba.org>