Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-30 | replace: create a private replace-test library | Andrew Tridgell | 2 | -2/+3 | |
used by replace_testuite and smbtorture | |||||
2010-10-30 | s4-ldb: create a private library ldb-cmdline | Andrew Tridgell | 2 | -6/+7 | |
this prevents duplicate linking of the cmdline support code | |||||
2010-10-29 | s4:torture/rpc/samr.c - fix NTTIME warnings by casts | Matthias Dieter Wallnöfer | 1 | -13/+16 | |
And also the format specifier is wrong since NTTIME is "uint64_t" and therefore unsigned. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Oct 29 10:36:46 UTC 2010 on sn-devel-104 | |||||
2010-10-29 | s4:torture/rpc/samr.c - test the "ReplicaSourceNodeName" only against s3 | Matthias Dieter Wallnöfer | 1 | -2/+4 | |
AD handles this differently (see MS-SAMR 2.2.4.1) | |||||
2010-10-29 | s4:samr RPC server - fix trailing whitespaces | Matthias Dieter Wallnöfer | 3 | -268/+268 | |
2010-10-29 | s4:samr RPC server - fix indentation of function parameters | Matthias Dieter Wallnöfer | 1 | -29/+30 | |
2010-10-29 | s4:samr RPC server - DomainGeneralInformation - never return NULL on the oem ↵ | Matthias Dieter Wallnöfer | 1 | -2/+6 | |
name As far as I can tell Windows SAMR never returns NULL on unknown values in this call. | |||||
2010-10-29 | s4:samr RPC server - provide the right "ReplicaSourceNodeName" | Matthias Dieter Wallnöfer | 1 | -12/+16 | |
It's the content of the "domainReplica" attribute if it exists and has only a meaning on interim/mixed domain function levels (with NT4 dcs). | |||||
2010-10-29 | s4:samr RPC server - remove wrong implementation of ReplicaSourceNodeName | Matthias Dieter Wallnöfer | 2 | -42/+7 | |
This should represent a replication partner - never the DC iself | |||||
2010-10-29 | s4-drs_tests: drs_util_DsAttributeId_to_string() is not used anymore | Kamen Mazdrashki | 1 | -74/+0 | |
Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Fri Oct 29 09:54:01 UTC 2010 on sn-devel-104 | |||||
2010-10-29 | s4-resolve_oids: Remove redundant check - resolve_oids_need_value() handle this | Kamen Mazdrashki | 1 | -4/+0 | |
2010-10-29 | s4-schema_init: we should be able to resolve Syntax OIDs with prefixMap we have | Kamen Mazdrashki | 1 | -3/+3 | |
If Syntax OID is not in the prefixMap then we are getting an unknown Attribute Syntax (which we can't handle anyway) | |||||
2010-10-29 | s4-pfm_test: Use single instance of global testing data to test with | Kamen Mazdrashki | 1 | -52/+24 | |
2010-10-29 | s4-pfm-test: Enrich and fix comment primary for testing data | Kamen Mazdrashki | 1 | -5/+12 | |
2010-10-28 | unit tests: use skip file to exclude smb2.dir instead of hack | Matthieu Patou | 2 | -1/+2 | |
Thanks metze for pointing this. Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Thu Oct 28 09:39:11 UTC 2010 on sn-devel-104 | |||||
2010-10-28 | s4 net: rename to samba-tool in order to not clash with s3 net | Kai Blin | 24 | -262/+211 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Oct 28 07:25:16 UTC 2010 on sn-devel-104 | |||||
2010-10-27 | tls: Inform the user if the cert/ca/private key can't be saved | Matthieu Patou | 1 | -3/+12 | |
Most of the time this problem is due to a missing <private>/tls dir. Should close bug 7640. Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Wed Oct 27 20:08:54 UTC 2010 on sn-devel-104 | |||||
2010-10-27 | s4:setup/schema_samba4.ldif - this control isn't used anymore | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Wed Oct 27 16:32:28 UTC 2010 on sn-devel-104 | |||||
2010-10-27 | s4-ldb: Added the correct extended check for read access to nTSecurityDescriptor | Nadezhda Ivanova | 3 | -1/+64 | |
It does not depend on READ_PROPERTY, but on SECURITY_PRIVILEGE and READ_CONTROL Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Wed Oct 27 13:18:50 UTC 2010 on sn-devel-104 | |||||
2010-10-27 | s4-ldb: Changes the aclread module to use LDB_HANDLE_FLAG_UNTRUSTED to ↵ | Nadezhda Ivanova | 4 | -12/+5 | |
determine the source of the request The aclread module used to use a control to make sure the request comes from the ldap server, but now the rootdse filters out any unregistered controls comming from ldap, so the control is lost. Using the LDB_HANDLE_FLAG_UNTRUSTED is a much more elegant solution. Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Wed Oct 27 11:55:11 UTC 2010 on sn-devel-104 | |||||
2010-10-27 | unit tests: move backend testing to the end | Matthieu Patou | 1 | -1/+1 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Wed Oct 27 11:12:02 UTC 2010 on sn-devel-104 | |||||
2010-10-27 | unit tests: remove smb2.dir | Matthieu Patou | 1 | -1/+1 | |
Tridge says that it's a hard to fix pb and that it's not the priority for 4.0.0 | |||||
2010-10-27 | auth/credentials Give a sensible behaviour for resetting the krb5 context | Andrew Bartlett | 1 | -3/+8 | |
This extra code isn't used at the moment, but I noticed the old API was rather supprising in it's behaviour, and might catch someone out at some later time. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Oct 27 05:24:22 UTC 2010 on sn-devel-104 | |||||
2010-10-26 | s4-dsdb_syntax: *_OID_oid_ldb_to_drsuapi() functions should use | Kamen Mazdrashki | 1 | -6/+6 | |
dsdb_schema_pfm_attid_from_oid() instead of dsdb_schema_pfm_make_attid() as those functions are supposed to return ATTIDs only for OIDs we already know about (i.e. are in prefixMap) Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Tue Oct 26 22:44:36 UTC 2010 on sn-devel-104 | |||||
2010-10-26 | s4-pfm_test: no need to test created prefixMap contents here - it already tested | Kamen Mazdrashki | 1 | -3/+0 | |
2010-10-26 | s4-pfm_test: Tests for dsdb_schema_pfm_attid_from_oid() | Kamen Mazdrashki | 1 | -0/+117 | |
2010-10-26 | s4-prefixMap: split dsdb_schema_make_attid() function into read-only and | Kamen Mazdrashki | 1 | -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 | |||||
2010-10-26 | s4-prefixmap: Use WERR_NOT_FOUND when OID is not found in current prefixMap | Kamen Mazdrashki | 3 | -3/+3 | |
rather than WERR_DS_NO_MSDS_INTID. WERR_DS_NO_MSDS_INTID is intended to be used for msDsIntId attribute values handling | |||||
2010-10-26 | Add a script for formating test result of st/subunit | Matthieu Patou | 1 | -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 | |||||
2010-10-26 | s4:librpc: we don't need dcerpc client bindings for dns.idl | Stefan Metzmacher | 1 | -11/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Oct 26 19:35:59 UTC 2010 on sn-devel-104 | |||||
2010-10-26 | s4:ldap.py - add a test for attribute ranges - still very basic | Matthias Dieter Wallnöfer | 1 | -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 | |||||
2010-10-26 | s4:sam.py - enhance users and groups test | Matthias Dieter Wallnöfer | 1 | -2/+63 | |
2010-10-26 | s4:samldb LDB module - enhance the "member"-check trigger | Matthias Dieter Wallnöfer | 1 | -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" | |||||
2010-10-26 | s4:ldap.py - enhance and activate the "description" attribute test | Matthias Dieter Wallnöfer | 1 | -27/+89 | |
It tests only the "description" attribute in particular since it behaves differently from all others. | |||||
2010-10-26 | s4:objectclass_attrs.c - rework to support these special "description" ↵ | Matthias Dieter Wallnöfer | 1 | -10/+40 | |
constraints Only the "description" attribute has this special restrictions. | |||||
2010-10-26 | talloc: change pytalloc-util to be a public library. | Jelmer Vernooij | 8 | -33/+33 | |
2010-10-26 | waf: Remove unused EXT_LIB_PYTHON. | Jelmer Vernooij | 1 | -5/+1 | |
2010-10-26 | talloc: Move pytalloc to lib/talloc. | Jelmer Vernooij | 1 | -7/+0 | |
2010-10-26 | waf: Only specify vnum for non-private libraries. | Jelmer Vernooij | 1 | -2/+6 | |
2010-10-26 | waf: Stop automaticaly changing dashes to underscores in library names. | Jelmer Vernooij | 15 | -49/+49 | |
2010-10-26 | waf: Don't auto-lowercase library names. | Jelmer Vernooij | 2 | -12/+12 | |
2010-10-26 | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 33 | -104/+104 | |
2010-10-26 | torture_local: Add missing dependency on socket_wrapper. | Jelmer Vernooij | 2 | -2/+2 | |
2010-10-26 | dcerpc_dns: Change back to subsystem for the moment. | Jelmer Vernooij | 1 | -2/+14 | |
2010-10-26 | s4: Drop duplicate 'lib' prefix for private libraries. | Jelmer Vernooij | 29 | -81/+81 | |
2010-10-25 | s4:samr RPC server - "dcesrv_samr_info_DomGeneralInformation" - count always ↵ | Matthias Dieter Wallnöfer | 1 | -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 | |||||
2010-10-25 | s4:samr RPC server - remove a somewhat pointless comment | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
Regardless if groups and users do exist in the builtin domain or not we do count always all users, groups and aliases. | |||||
2010-10-25 | s4:"samdb_search_count" - introduce a "mem_ctx" parameter | Matthias Dieter Wallnöfer | 3 | -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 | |||||
2010-10-25 | ldb:gendb_* calls: support a "NULL" resultset parameter | Matthias Dieter Wallnöfer | 1 | -2/+1 | |
This is useful for "samdb_search_count" where only the amount of entries matters. | |||||
2010-10-25 | s4-test: Extend DRS-msDSIntId test to verify Configuration NC replica also | Kamen Mazdrashki | 1 | -5/+30 | |
Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Mon Oct 25 13:13:48 UTC 2010 on sn-devel-104 |