Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2010-10-25 | s4:samldb LDB module - other indentation fixes on error messages | Matthias Dieter Wallnöfer | 1 | -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 | |||||
2010-10-25 | s4:ldap.py - prove the denied multi-valued replace requests | Matthias Dieter Wallnöfer | 1 | -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 | |||||
2010-10-25 | s4:objectclass_attrs LDB module - deny multi-valued replace requests | Matthias Dieter Wallnöfer | 1 | -0/+13 | |
This is the AD behaviour. But on attributes with the flag "FLAG_ATTR_REQ_PARTIAL_SET_MEMBER" it is allowed. | |||||
2010-10-25 | s4:provision_*_references.ldif - "add" and do not "replace" the ↵ | Matthias Dieter Wallnöfer | 2 | -2/+2 | |
"wellKnownObjects" This is the correct AD operation in this case. Multi-valued replaces are generally denied most of the time. | |||||
2010-10-25 | s4:samldb LDB module - fix indentations | Matthias Dieter Wallnöfer | 1 | -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 | |||||
2010-10-25 | s4:samldb LDB module - use "uint32_t" for available krbtgt number | Matthias Dieter Wallnöfer | 1 | -5/+8 | |
2010-10-25 | s4:samldb LDB module - assign better memory contexts in some cases | Matthias Dieter Wallnöfer | 1 | -8/+9 | |
2010-10-25 | s4-waf: don't generate PACKAGE_* defines in config.h | Stefan Metzmacher | 4 | -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 | |||||
2010-10-25 | waf: moved the -Wl,-no-undefined flags to source4 and ldb | Andrew Tridgell | 2 | -0/+8 | |
moved it out of the general waf build as the s3 waf build cannot yet handle linking with -Wl,-no-undefined Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Oct 25 01:12:15 UTC 2010 on sn-devel-104 | |||||
2010-10-24 | s4-test: Print correct partition DN in msDSIntId test | Kamen Mazdrashki | 1 | -1/+1 | |
Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Sun Oct 24 20:45:21 UTC 2010 on sn-devel-104 | |||||
2010-10-24 | s4:dsdb - remove some calls of "samdb_msg_add_string" when we have talloc'ed ↵ | Matthias Dieter Wallnöfer | 2 | -13/+8 | |
strings They can be substituted by "ldb_msg_add_string" if the string was already talloc'ed. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Oct 24 20:03:27 UTC 2010 on sn-devel-104 | |||||
2010-10-24 | s4:dsdb - use LDB results in "add_time_element" and "add_uint64_element" | Matthias Dieter Wallnöfer | 2 | -24/+35 | |
In both the "objectguid" and the "repl_meta_data" DSDB module. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Oct 24 18:39:43 UTC 2010 on sn-devel-104 | |||||
2010-10-24 | s4:dsdb - use the more safe "samdb_msg_add_(u)int*" calls always where possible | Matthias Dieter Wallnöfer | 5 | -22/+30 | |
This should prevent all possible integer storage problems in future. | |||||
2010-10-24 | s4:librpc: we don't need dcerpc client bindings for dns.idl | Stefan Metzmacher | 1 | -16/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Oct 24 11:23:50 UTC 2010 on sn-devel-104 | |||||
2010-10-24 | torture/local: Depend on NSS_WRAPPER, even if it wasn't enabled. | Jelmer Vernooij | 1 | -1/+1 | |
torture_local tests nss_wrapper. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 24 01:02:00 UTC 2010 on sn-devel-104 | |||||
2010-10-24 | ldb: Rename pyldb pkg-config file to pyldb-util, to avoid confusion with | Jelmer Vernooij | 3 | -8/+8 | |
'ldb' python module. | |||||
2010-10-24 | s4: Rename LIBCLI_NBT -> cli_nbt. | Jelmer Vernooij | 3 | -7/+7 | |
2010-10-24 | s4: Rename LIBCLI_LDAP to libcli_ldap. | Jelmer Vernooij | 5 | -5/+5 | |
2010-10-24 | s4: Rename WBCLIENT to wbclient. | Jelmer Vernooij | 2 | -2/+2 | |
2010-10-24 | s4: Rename DB_GLUE to db_glue. | Jelmer Vernooij | 1 | -4/+4 | |
2010-10-24 | s4: Rename SMBPASSWD to smbpasswd. | Jelmer Vernooij | 4 | -11/+11 | |
Rename DSDB_MODULE to dsdb_module. | |||||
2010-10-24 | waf: Lowercase several library names. | Jelmer Vernooij | 1 | -12/+12 | |
2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 35 | -80/+80 | |