summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* wintest: make IPv6 optional in wintestAndrew Tridgell2010-11-263-7/+12
| | | | we need some more work on IPv6 support in s4 before this works
* s4-provision: don't try to look for an IPv6 address when not specifiedAndrew Tridgell2010-11-261-11/+0
| | | | | | | | the getaddrinfo() method of finding an IPv6 address is incorrect. We could do it via the Samba interfaces code, but until we have that it is better to not try to auto-detect IPv6 Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* librpc: fix builds without IPv6 suport (HP-UX 11.00)Björn Jacke2010-11-261-0/+2
| | | | | | | Kai, please check. Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Fri Nov 26 03:07:21 CET 2010 on sn-devel-104
* s3/smbtorture: use $MAKE to build to make sure we use the make that makes ↵Björn Jacke2010-11-261-2/+2
| | | | our build
* ѕ3/configue: set Tru64 cc's PIC switch right (none)Björn Jacke2010-11-261-1/+3
| | | | -fPIC made shared library builds fail there
* s4-dsdb Remove rootDSE and anonymous checks from acl_readAndrew Bartlett2010-11-261-15/+0
| | | | | | | | | | The rootdse module handles rootDSE requests, and blocks anonymous access, so we on't need to do it again here. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Nov 26 00:36:19 CET 2010 on sn-devel-104
* s4-dsdb Add 'block anonymous' checks to the rootdse moduleAndrew Bartlett2010-11-261-0/+100
| | | | | | | This ensures that one single point checks for and blocks anonymous read access to the database over LDAP. Andrew Bartlett
* s4-dsdb Remove mem_ctx argument from dsdb_module_find_dsheuristics().Andrew Bartlett2010-11-262-4/+3
| | | | | | A function that does not return memory should not take a memory context. Andrew Bartlett
* s4-tests: Made acl tests to reconnect if dSHeuristics is being manipulatedNadezhda Ivanova2010-11-251-28/+25
| | | | | | | Also made password tests set dSHeuristics only once rather that once per test. Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Thu Nov 25 20:48:38 CET 2010 on sn-devel-104
* s4-tests: Modified create_ou to only accept security.descriptor type for sd ↵Nadezhda Ivanova2010-11-252-45/+31
| | | | | | | | | to avoid confusion It used to work with sddl as well, but this is confusing and could lead to errors. It also caused a message about tallocing a security descriptor to appear. Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Thu Nov 25 19:46:42 CET 2010 on sn-devel-104
* s4-dsdb: Switched to using a dictionary in create_ou for consistency.Nadezhda Ivanova2010-11-251-4/+2
| | | | | Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Thu Nov 25 14:12:52 CET 2010 on sn-devel-104
* s4-dsdb: Fixed wrong assignment of name attribute to description atribute in ↵Nadezhda Ivanova2010-11-251-1/+1
| | | | create_ou.
* s4:lsa RPC server / objectclass LDB module - fix the creation of trusted ↵Matthias Dieter Wallnöfer2010-11-252-9/+3
| | | | | | | | | | | domain objects Tridge pointed out that it is to dangerous to allow them to be created with SYSTEM permissions. The solution using the "untrusted" flag should be much more viable. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Nov 25 13:05:56 CET 2010 on sn-devel-104
* s4-tests: Modified speedtest.py to use samba.tests.delete_forceNadezhda Ivanova2010-11-251-8/+3
| | | | | Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Thu Nov 25 01:28:19 CET 2010 on sn-devel-104
* s4-tests: Modified sec_descriptor.py to use samba.tests.delete_forceNadezhda Ivanova2010-11-251-71/+66
|
* s4-tests: Modified sam.py to use samba.tests.delete_forceNadezhda Ivanova2010-11-251-72/+67
|
* s4-tests: Modified passwords.py to use samba.tests.delete_forceNadezhda Ivanova2010-11-251-12/+7
|
* s4-tests: delete_force was unused, removed it.Nadezhda Ivanova2010-11-251-5/+0
|
* s4-tests: Modified ldap_schema.py to use samba.tests.delete_forceNadezhda Ivanova2010-11-251-8/+3
|
* s4-tests: Modified ldap.py to use samba.tests.delete_forceNadezhda Ivanova2010-11-251-93/+88
|
* s4-tests: Modified deletetest.py to use samba.tests.delete_forceNadezhda Ivanova2010-11-251-18/+14
|
* s4-tests: Modified bind.py to use samba.tests.delete_forceNadezhda Ivanova2010-11-251-7/+2
|
* s4-tests: Modified acly.py to use common delete_force instead of defining ↵Nadezhda Ivanova2010-11-251-60/+55
| | | | its own.
* s4-tests: Added a common definition of delete_force.Nadezhda Ivanova2010-11-251-0/+6
|
* s4-smbtorture: pick a better printer in RPC-SPOOLSS-ACCESS.Günther Deschner2010-11-241-1/+8
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Nov 24 22:07:33 CET 2010 on sn-devel-104
* s4:objectclass LDB module - LSA objects - allow them if the SYSTEM control ↵Matthias Dieter Wallnöfer2010-11-242-5/+9
| | | | | | | | | is specified This fits better than the RELAX one. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Wed Nov 24 18:23:01 CET 2010 on sn-devel-104
* s4:objectclass LDB module - move one checks into the "objectclass derivation ↵Matthias Dieter Wallnöfer2010-11-241-11/+17
| | | | | | | | | loop" This denies objects created from possible derivated classes from the prohibited ones. Also small cosmetic improvements for another check.
* s4:objectclass LDB module - some more or less cosmetic return value macro ↵Matthias Dieter Wallnöfer2010-11-241-14/+22
| | | | | | changes Sometimes "ldb_module_oom" fits better than "ldb_operr" or "ldb_oom".
* s4-tests: Modified sec_descriptor to use samdb.newgroup instead of locally ↵Nadezhda Ivanova2010-11-241-48/+50
| | | | | | | defined method. Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Wed Nov 24 17:38:28 CET 2010 on sn-devel-104
* s4-dsdb: Extended samdb.newgroup to set the group's security descriptor.Nadezhda Ivanova2010-11-241-1/+5
|
* s3:winbind correct a copy&paste errorChristian Ambach2010-11-241-3/+3
| | | | | | | | | | | negative results of sid->gid lookups should be stored with idmap_cache_set_sid2gid instead of idmap_cache_set_sid2uid This seems to be a copy&paste error when similar logic from the sid2uid path was copied here in 84b88f4b. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Nov 24 16:53:01 CET 2010 on sn-devel-104
* s3: Correctly calculate the wbinfo -s resultVolker Lendecke2010-11-241-9/+25
|
* s3-test: try to avoid a problem of CFLAGS propogating to the torture buildAndrew Tridgell2010-11-241-2/+2
| | | | | | | | CFLAGS is set by s3 to include -D_SAMBA_BUILD_=3. We need to ensure this does not propogate to the smbtorture4 build Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Nov 24 14:40:16 CET 2010 on sn-devel-104
* wintest: added an IPv6 address, and use fully qualified hostnameAndrew Tridgell2010-11-244-34/+53
| | | | | | | this also makes the resolv.conf handling more robust Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Nov 24 11:34:30 CET 2010 on sn-devel-104
* s3-libnetapi Load case tables earlierAndrew Bartlett2010-11-241-2/+3
| | | | | | | | | | If we don't load the case tables as the 'first' thing we do, we will segfault on the first case insensitive string comparison. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Nov 24 09:21:05 CET 2010 on sn-devel-104
* s3-libnetapi Add function header commentsAndrew Bartlett2010-11-241-0/+3
| | | | Andrew Bartlett
* s3-netapi Add libnetapi_net_init(), don't double-init common Samba subsystemsAndrew Bartlett2010-11-246-19/+70
| | | | | | | | | | | | | The issue here is that libnet and net were both trying to load the smb.conf files, the case tables and set the debug levels. The set of the debug levels caused problems, because it would force the level to 0, not (say) 10 as requested on the command line. This regression was apparently introduced in cf4de8ec2c8df2ceabbe3d836d296b058e7b19fb when eliminating AllowDebugChange. Andrew Bartlett
* lib/debug Add clarifying commentsAndrew Bartlett2010-11-241-2/+2
|
* wintest Don't connect to localhost or unqualified hostname, bind interface onlyAndrew Bartlett2010-11-241-13/+13
| | | | | | | | | | | | | | | Instead, connect to ${INTERFACE_IP} and the fully qualified hostname, so that we talk to the the interface where Samba is (now) bound. Using 'bind interfaces only' means that the other Samba instances (properly configured) can still run while the tests progress. (killall operations that currently terminate other Samba instances still need work). Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Nov 24 08:33:03 CET 2010 on sn-devel-104
* s4-setup correct the require BIND version for Dynamic DNSAndrew Bartlett2010-11-241-1/+1
|
* wintest: fixed cleanup of /etc/resolv.confAndrew Tridgell2010-11-241-1/+3
| | | | | Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Nov 24 07:29:49 CET 2010 on sn-devel-104
* wintest: remove reliance on hostname in /etc/hostsAndrew Tridgell2010-11-242-35/+34
| | | | | | - don't setwinvars() in test code - use fully qualified names where possible - don't delete named and rndc config
* wintest: fixed interface handling and DNS forwardingAndrew Tridgell2010-11-244-65/+118
| | | | | | - allow for _IP vars on VMs - resolve IPs using nmblookup - forward DNS requests for windows domains
* Add in fsp->access_mask checks. Not required (underlying system does this)Jeremy Allison2010-11-242-2/+42
| | | | | | | | | but makes logic cleaner. Pointed out by Metze. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Nov 24 01:47:13 CET 2010 on sn-devel-104
* s4-devel: we don't need to override these scripts nowAndrew Tridgell2010-11-241-2/+0
| | | | | Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Nov 24 01:02:43 CET 2010 on sn-devel-104
* s3-torture: remove the merged_build tests for building smbtorture4Andrew Tridgell2010-11-241-27/+6
| | | | | | s3 now builds smbtorture4 if the required packages (perl, python, ads) are available. This should ensure that smbtorture4 is built in the build farm when possible
* s4-dynconfig: override more paths when running from the build directoryAndrew Tridgell2010-11-244-9/+16
| | | | | this ensures consistency between binaries and scripts when testing as a developer
* s4-kcc: disable the NDR printing of DRS getinfo requestsAndrew Tridgell2010-11-241-0/+4
|
* Fix bug #7812 - vfs_acl_xattr/vfs_acl_tdb: ACL inheritance cannot be disabledJeremy Allison2010-11-241-0/+6
| | | | | | | | | | | We were losing the incoming security descriptor revision number and most importantly the "type" field as sent by the client. Ensure we correctly store these in the xattr object. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Nov 24 00:18:57 CET 2010 on sn-devel-104
* pyldb: Fix broken test.Jelmer Vernooij2010-11-232-1/+2
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Nov 23 23:20:38 CET 2010 on sn-devel-104