Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-08 | s4-dsdb: register samba handlers in dsdb module | Andrew Tridgell | 1 | -0/+6 | |
2010-12-06 | s4-acl: Remove unused variables from aclread module. | Nadezhda Ivanova | 1 | -8/+0 | |
Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Mon Dec 6 16:48:35 CET 2010 on sn-devel-104 | |||||
2010-12-06 | s4:acl_read LDB module - fix attributes list | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Dec 6 15:11:44 CET 2010 on sn-devel-104 | |||||
2010-12-06 | s4-acl: Some optimisation of the aclread module | Nadezhda Ivanova | 1 | -58/+75 | |
Modified the aclread module to now insert the attributes needed to perform access checks in the same request, instead of doind a separate search per entry. Also, instanceType is now used to determine id the object has a parent instead of parentGUID, which saves one additional search in operational. Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Mon Dec 6 13:50:19 CET 2010 on sn-devel-104 | |||||
2010-12-06 | s4-acl: Moved aclread module below descriptor and acl. | Nadezhda Ivanova | 1 | -1/+1 | |
The aclread needs to be belod descriptor, as it needs to have the full nTsecurityDescriptor to make the checks, and the descriptor module may filter out parts of it if SD_FLAGS_CONTROL is provided. | |||||
2010-12-06 | s4:fix some shadowed declaration warnings on Solaris by renaming the symbols | Matthias Dieter Wallnöfer | 2 | -15/+21 | |
2010-12-06 | s4-repl_meta_data: Print function name when we can't find attribute in ↵ | Kamen Mazdrashki | 1 | -1/+2 | |
Schema cache Same error message is printed by linked_attributes.c module and it was really hard to tell where the error occurred Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Mon Dec 6 00:05:59 CET 2010 on sn-devel-104 | |||||
2010-12-06 | s4-linked_attributes: Give more info where an error occured | Kamen Mazdrashki | 1 | -3/+8 | |
We have exact same error messages at different locations and it is little bit hard to tell where the error came from from the log. | |||||
2010-12-06 | s4-repl_meta_data: Remove duplicated check | Kamen Mazdrashki | 1 | -2/+0 | |
2010-12-06 | s4-schema_load: Strip a pointless check | Kamen Mazdrashki | 1 | -3/+1 | |
If *schema is NULL, then dsdb_schema_from_ldb_results() call should have failed | |||||
2010-12-05 | s4:dsdb/samdb/ldb_modules/util.h - fix a gcc 3.4 compile warning | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-12-04 | s4:dsdb/samdb/cracknames.c - fix another memory leak | Matthias Dieter Wallnöfer | 1 | -0/+1 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Dec 4 17:26:39 CET 2010 on sn-devel-104 | |||||
2010-12-04 | s4:dsdb/common/util_samr.c and auth/sam.c - fix error message | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
2010-12-04 | s4:dsdb/common/util_samr.c - "dsdb_enum_group_mem" - fix it up regarding non ↵ | Matthias Dieter Wallnöfer | 1 | -7/+16 | |
SAM members For example contacts. | |||||
2010-12-02 | s4-dsdb/syntax: Map remote ATTIDs for Class OID syntax | Kamen Mazdrashki | 1 | -0/+6 | |
Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Thu Dec 2 18:47:59 CET 2010 on sn-devel-104 | |||||
2010-12-02 | s4-dsdb_syntax: Be a little bit more chatty when we can't an ATTID in our cache | Kamen Mazdrashki | 1 | -1/+3 | |
2010-12-02 | s4-dsdb/descriptor: comment typo | Kamen Mazdrashki | 1 | -1/+1 | |
2010-12-02 | s4:dsdb/samdb/cracknames.c - fix various KRB5 memory leaks | Matthias Dieter Wallnöfer | 1 | -7/+13 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Dec 2 12:35:03 CET 2010 on sn-devel-104 | |||||
2010-12-02 | s4:password_hash LDB module - allow empty ("") passwords | Matthias Dieter Wallnöfer | 2 | -22/+50 | |
This seems to have been broken some time ago - till someone on the mailing list noticed it. I've also added a testsuite (and some additional SamDB python helpers) which should prove this. | |||||
2010-12-01 | s4:dsdb/repl/replicated_objects.c - proof if "talloc_reference" doesn't ↵ | Matthias Dieter Wallnöfer | 1 | -1/+2 | |
return NULL Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Wed Dec 1 17:14:01 CET 2010 on sn-devel-104 | |||||
2010-12-01 | s4:dsdb/common/util.c - "samdb_msg_add_add/delval" - introduce also here the ↵ | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
better memory context "msg->elements" fits better than "msg". | |||||
2010-12-01 | s4:ranged results LDB module - cosmetic - fix some indentation | Matthias Dieter Wallnöfer | 1 | -1/+3 | |
2010-12-01 | s4:ranged results LDB module - "rr_search_callback" - change some memory context | Matthias Dieter Wallnöfer | 1 | -1/+3 | |
"el->values" could under some circumstances be NULL (see "if" above). | |||||
2010-12-01 | s4-dsdb/syntax: Map remote ATTIDs for Attribute OID syntax | Kamen Mazdrashki | 1 | -0/+6 | |
2010-12-01 | s4-dsdb/syntax: Implement Remote-ATTID to Local-ATTID mapping function | Kamen Mazdrashki | 1 | -0/+35 | |
2010-12-01 | s4-dreplsrv: Use working_schema when replicating from Schema NC | Kamen Mazdrashki | 1 | -2/+22 | |
Schema is changed and it is quite possible we won't be able to decode replicated objects using current Schema cache we have. Thus, when replicating Schema, we will make a temporary Schema cache, working_schema, so that we can fully decode objects we recieve. | |||||
2010-12-01 | s4-dsdb/schema: Implement multi-pass working schema creation function | Kamen Mazdrashki | 1 | -0/+132 | |
It is heavily based on implementation in libnet_vampire_cb_apply_schema() function, except that it actually creates a new copy of the supplied initial_schema + resolving all incoming objects and add them to supplied initial_schema. We are going to need this 'working_schema' later so we are able to fully resolve all objects we receive on wire during DRS replication. Working schema created is to be used only as an index to search in. It is not supposed to be set to an ldb_context as it doesn't contain all information for classSchema and attributeSchema objects. | |||||
2010-12-01 | s4-dsdb/schema: Add Schema shallow copy function | Kamen Mazdrashki | 1 | -0/+57 | |
2010-12-01 | s4-dsdb/prefixMap: Add prefixMap shallow copy function | Kamen Mazdrashki | 1 | -0/+17 | |
2010-12-01 | s4-repl: Let dsdb_replicated_objects_convert() to accept schema from caller | Kamen Mazdrashki | 2 | -7/+16 | |
This allows us to use schema that is different than the one set to 'ldb' to decode objects. | |||||
2010-12-01 | s4-ranged_result.c: Fix memory context for ranged attributes handling | Kamen Mazdrashki | 1 | -4/+15 | |
Pair-Programmed-With: Zahari Zahariev <zahari.zahariev@postpath.com> Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Wed Dec 1 11:45:48 CET 2010 on sn-devel-104 | |||||
2010-11-29 | samdb: Build as public library. | Jelmer Vernooij | 2 | -1/+12 | |
2010-11-29 | s4-dsdb: give full error message for operational failures | Andrew Tridgell | 1 | -2/+2 | |
2010-11-29 | s4-pydsdb: two more GPO related flags | Andrew Tridgell | 1 | -0/+2 | |
2010-11-29 | s4-pydsdb: added GPO policy flags | Andrew Tridgell | 1 | -0/+7 | |
2010-11-28 | s4:dsdb/repl/drepl* - move "lib/messaging/irpc.h" include into "drepl_service.h" | Matthias Dieter Wallnöfer | 8 | -9/+1 | |
This is needed to fix a Tru64 "cc" warning regarding "enum drepl_role_master". Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Nov 28 12:46:19 CET 2010 on sn-devel-104 | |||||
2010-11-27 | s4:dsdb/repl/drepl_service.c - return the correct WERR result | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-11-27 | s4:drepl_service.c - fix error macro (use "_werr" and not "werr") | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Detected by Tru64 "cc". | |||||
2010-11-27 | s4:dsdb/repl/drepl_out_helpers.c - print out the correct error message (werr) | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Also detected by Tru64 "cc". | |||||
2010-11-27 | s4:param/secrets.h - fix "enum netr_SchannelType" include correctly | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
2010-11-27 | s4:dsdb/samdb/samdb.h - fix include ordering in order to prevent warnings on ↵ | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Tru64 | |||||
2010-11-27 | s4:role transfer - use always type "enum drepl_role_master" for role ↵ | Matthias Dieter Wallnöfer | 3 | -4/+5 | |
specifications Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Nov 27 16:03:43 CET 2010 on sn-devel-104 | |||||
2010-11-27 | s4:samba3sam LDB module - correctly print out an unsigned value | Matthias Dieter Wallnöfer | 1 | -1/+2 | |
Here we can print it out as unsigned since we are generating a string attribute. | |||||
2010-11-27 | s4:samba3sam LDB module - make the "pw_uid"/"pw_gid" conversion a bit clearer | Matthias Dieter Wallnöfer | 1 | -2/+6 | |
And remove the "long" specifier since at least on the major platforms (Linux, BSD and Solaris) these types are defined as "uint32_t". | |||||
2010-11-27 | s4:dsdb tests - make use of "ldb.get_domain_sid()" | Matthias Dieter Wallnöfer | 4 | -22/+5 | |
2010-11-27 | s4:dsdb/tests/python/sam.py - we don't need the domain SID | Matthias Dieter Wallnöfer | 1 | -5/+0 | |
2010-11-28 | s4-pydsdb: use cpp macro to simplify flags definitions | Andrew Tridgell | 1 | -137/+110 | |
also added some more from flags.h | |||||
2010-11-26 | s4:rootdse LDB module - remove unused variable | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Nov 26 13:58:27 CET 2010 on sn-devel-104 | |||||
2010-11-26 | s4:objectclass LDB module - simply use "msg" when requesting the message | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
2010-11-26 | s4:objectclass LDB module - move the "mem_ctx" allocation to a better place | Matthias Dieter Wallnöfer | 1 | -7/+6 | |
It's only needed if we've a schema around. |