summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s4-pfm_test: no need to test created prefixMap contents here - it already testedKamen Mazdrashki2010-10-261-3/+0
|
* s4-pfm_test: Tests for dsdb_schema_pfm_attid_from_oid()Kamen Mazdrashki2010-10-261-0/+117
|
* s4-prefixMap: split dsdb_schema_make_attid() function into read-only andKamen Mazdrashki2010-10-261-1/+38
| | | | | | | | | | | read-write functions. dsdb_schema_make_attid() may change prefixMap implicitly and this is not always desired behavior. The problem was that (1) callers had no control on this behavior (2) callers had no way to know wheter prefixMap has been changed which can lead to hard to find bugs like prefixMap is changed in read operation
* s4-prefixmap: Use WERR_NOT_FOUND when OID is not found in current prefixMapKamen Mazdrashki2010-10-263-3/+3
| | | | | | rather than WERR_DS_NO_MSDS_INTID. WERR_DS_NO_MSDS_INTID is intended to be used for msDsIntId attribute values handling
* Add a script for formating test result of st/subunitMatthieu Patou2010-10-261-0/+19
| | | | | | | | This script show the time of each test and tests are sorted by execution time (from the slowest to the quickest) Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Tue Oct 26 20:42:11 UTC 2010 on sn-devel-104
* replace: restore the order for #define + rep_strtollMatthieu Patou2010-10-261-3/+3
|
* s4:librpc: we don't need dcerpc client bindings for dns.idlStefan Metzmacher2010-10-261-11/+0
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Oct 26 19:35:59 UTC 2010 on sn-devel-104
* s4:ldap.py - add a test for attribute ranges - still very basicMatthias Dieter Wallnöfer2010-10-261-1/+56
| | | | | | | And partially outcommented. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Oct 26 18:53:12 UTC 2010 on sn-devel-104
* s4:sam.py - enhance users and groups testMatthias Dieter Wallnöfer2010-10-261-2/+63
|
* s4:samldb LDB module - enhance the "member"-check triggerMatthias Dieter Wallnöfer2010-10-261-3/+7
| | | | | | - Also multi-valued "member" attributes are allowed - When you try to delete a member from a group which has it primary group set exactly to this group you get "UNWILLING_TO_PERFORM"
* s4:ldap.py - enhance and activate the "description" attribute testMatthias Dieter Wallnöfer2010-10-261-27/+89
| | | | | It tests only the "description" attribute in particular since it behaves differently from all others.
* s4:objectclass_attrs.c - rework to support these special "description" ↵Matthias Dieter Wallnöfer2010-10-261-10/+40
| | | | | | constraints Only the "description" attribute has this special restrictions.
* wafsamba: Fix soname for standalone private libraries.Jelmer Vernooij2010-10-261-1/+1
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Oct 26 18:10:13 UTC 2010 on sn-devel-104
* talloc: change pytalloc-util to be a public library.Jelmer Vernooij2010-10-269-34/+35
|
* talloc: Install pytalloc-util as system library.Jelmer Vernooij2010-10-262-3/+36
|
* waf: Remove unused EXT_LIB_PYTHON.Jelmer Vernooij2010-10-261-5/+1
|
* talloc: Avoid dependency on unknown EXT_LIB_PYTHON.Jelmer Vernooij2010-10-261-1/+1
|
* talloc: Move pytalloc to lib/talloc.Jelmer Vernooij2010-10-262-7/+8
|
* waf: Only specify vnum for non-private libraries.Jelmer Vernooij2010-10-264-30/+50
|
* waf: Stop automaticaly changing dashes to underscores in library names.Jelmer Vernooij2010-10-2620-58/+57
|
* waf: Don't auto-lowercase library names.Jelmer Vernooij2010-10-264-27/+27
|
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-2646-195/+193
|
* torture_local: Add missing dependency on socket_wrapper.Jelmer Vernooij2010-10-262-2/+2
|
* waf: build private libraries with so names.Jelmer Vernooij2010-10-261-1/+6
|
* dcerpc_dns: Change back to subsystem for the moment.Jelmer Vernooij2010-10-261-2/+14
|
* s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij2010-10-2637-91/+91
|
* s3: Fix some DEBUG msgsVolker Lendecke2010-10-261-5/+5
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Oct 26 15:20:01 UTC 2010 on sn-devel-104
* s3: Package tdbrestore in RHEL-CTDBVolker Lendecke2010-10-261-0/+1
|
* s3: Pass tdb_flags to ctdbd when attaching to a dbVolker Lendecke2010-10-261-1/+1
| | | | This is required to make ctdb create databases with INCOMPATIBLE_HASH
* s4:samr RPC server - "dcesrv_samr_info_DomGeneralInformation" - count always ↵Matthias Dieter Wallnöfer2010-10-251-4/+6
| | | | | | | | | | | all type of groups One pair are universal an global groups (on the SAMR pipe called "groups") and the other one are the domain and builtin local groups (on the SAMR pipe called "aliases"). Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Oct 25 19:37:27 UTC 2010 on sn-devel-104
* s4:samr RPC server - remove a somewhat pointless commentMatthias Dieter Wallnöfer2010-10-251-1/+0
| | | | | Regardless if groups and users do exist in the builtin domain or not we do count always all users, groups and aliases.
* s4:"samdb_search_count" - introduce a "mem_ctx" parameterMatthias Dieter Wallnöfer2010-10-253-10/+12
| | | | | | | All other "samdb_search_*" calls do have one - why "samdb_search_count" doesn't? Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Oct 25 17:42:33 UTC 2010 on sn-devel-104
* ldb:gendb_* calls: support a "NULL" resultset parameterMatthias Dieter Wallnöfer2010-10-252-6/+6
| | | | | This is useful for "samdb_search_count" where only the amount of entries matters.
* s4-test: Extend DRS-msDSIntId test to verify Configuration NC replica alsoKamen Mazdrashki2010-10-251-5/+30
| | | | | Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Mon Oct 25 13:13:48 UTC 2010 on sn-devel-104
* s4:samldb LDB module - other indentation fixes on error messagesMatthias Dieter Wallnöfer2010-10-251-9/+12
| | | | | Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Oct 25 12:31:57 UTC 2010 on sn-devel-104
* s4:ldap.py - prove the denied multi-valued replace requestsMatthias Dieter Wallnöfer2010-10-251-18/+18
| | | | | Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Oct 25 11:49:19 UTC 2010 on sn-devel-104
* s4:objectclass_attrs LDB module - deny multi-valued replace requestsMatthias Dieter Wallnöfer2010-10-251-0/+13
| | | | | This is the AD behaviour. But on attributes with the flag "FLAG_ATTR_REQ_PARTIAL_SET_MEMBER" it is allowed.
* s4:provision_*_references.ldif - "add" and do not "replace" the ↵Matthias Dieter Wallnöfer2010-10-252-2/+2
| | | | | | | "wellKnownObjects" This is the correct AD operation in this case. Multi-valued replaces are generally denied most of the time.
* s4:samldb LDB module - fix indentationsMatthias Dieter Wallnöfer2010-10-251-15/+28
| | | | | Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Oct 25 09:48:15 UTC 2010 on sn-devel-104
* s4:samldb LDB module - use "uint32_t" for available krbtgt numberMatthias Dieter Wallnöfer2010-10-251-5/+8
|
* s4:samldb LDB module - assign better memory contexts in some casesMatthias Dieter Wallnöfer2010-10-251-8/+9
|
* s3-waf: implement LIBMSRPC_GEN as tiny wrapper of 'NDR_STANDARD NDR_DSSETUP ↵Stefan Metzmacher2010-10-251-23/+2
| | | | | | | | | NDR_SPOOLSS' metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Oct 25 08:58:49 UTC 2010 on sn-devel-104
* s3-waf: use NDR_NETLOGON for ntlm_authStefan Metzmacher2010-10-251-3/+2
| | | | metze
* s3-waf: use NDR_SCHANNELStefan Metzmacher2010-10-251-6/+2
| | | | metze
* s3-waf: use NDR_NTLMSSP subsystemStefan Metzmacher2010-10-251-5/+1
| | | | metze
* s3-waf: add NDR_STANDARD dependencies to fix the buildStefan Metzmacher2010-10-251-0/+6
| | | | metze
* s3-waf: use git to calculate the version if availableStefan Metzmacher2010-10-252-11/+17
| | | | metze
* s4-waf: don't generate PACKAGE_* defines in config.hStefan Metzmacher2010-10-254-12/+8
| | | | | | | | | | | - We don't use them anywhere (heimdal has special rules) - They calculate the version at configure time and may contain the wrong git hash while building - If we really need them in future we should add them to version.h and not config.h, as the changing git hash will trigger a full rebuild if config.h changes. metze
* autobuild: add some commentsStefan Metzmacher2010-10-251-0/+2
| | | | metze
* autobuild: run ldb tests with TDB_NO_FSYNC=1Stefan Metzmacher2010-10-251-1/+1
| | | | | | Only the tdb tests should not have this. metze