Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-21 | s4:dsdb/schema/schema_* - adaptions needed for removed "const" on OIDs | Matthias Dieter Wallnöfer | 1 | -1/+4 | |
2010-12-01 | s4-dsdb/prefixMap: Add prefixMap shallow copy function | Kamen Mazdrashki | 1 | -0/+17 | |
2010-11-11 | s4-prefixMap: dsdb_schema_pfm_oid_from_attid() to use const prefixMap | Kamen Mazdrashki | 1 | -1/+2 | |
It is not supposed to change supplied prefixMap | |||||
2010-11-08 | s4-attid: Uppercase ATTID type constants | Kamen Mazdrashki | 1 | -5/+5 | |
Thanks Metze for noting this! Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Mon Nov 8 23:06:41 UTC 2010 on sn-devel-104 | |||||
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 | 1 | -1/+1 | |
rather than WERR_DS_NO_MSDS_INTID. WERR_DS_NO_MSDS_INTID is intended to be used for msDsIntId attribute values handling | |||||
2010-09-21 | s4-dsdb-schema_prefixmap: return WERR_DS_NO_ATTRIBUTE_OR_VALUE when ATTID is ↵ | Kamen Mazdrashki | 1 | -1/+1 | |
not found rather than WERR_INTERNAL_ERROR - it is not internal error! | |||||
2010-09-21 | s4-dsdb-schema_prefixmap: Print debug message when internal failure occurs | Kamen Mazdrashki | 1 | -0/+5 | |
2010-09-17 | s4-prefixMap: use dsdb_schema_info_blob_is_valid() for schemaInfo blob ↵ | Kamen Mazdrashki | 1 | -4/+2 | |
validation This fixes a leaking dsdb_schema_info object also. | |||||
2010-04-09 | s4/dsdb: Use dsdb_schema_info object to verify schema_info blobs | Kamen Mazdrashki | 1 | -7/+8 | |
2010-03-07 | s4:schema - Change also here counters to "unsigned" where needed | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Counters which are used in the way "for (i = 0; array[i] != NULL; i++)" I modified to "unsigned" since for sure we don't want to have negative array indexes there. | |||||
2009-12-21 | s4-drs: Implement constraints on ATTID values in prefixMap | Kamen Mazdrashki | 1 | -0/+24 | |
Ref: MS-ADTS, 3.1.1.2.6 ATTRTYP Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2009-11-06 | s4/drs: Refactor to be more SAMBA.Coding style compliant | Kamen Mazdrashki | 1 | -3/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-11-06 | s4/drs: prefixMap lookup by full_OID implementation | Kamen Mazdrashki | 1 | -0/+25 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-11-06 | s4/drs: dsdb_schema_pfm_from_drsuapi_pfm() to accept partial drsuapi_prefixMap | Kamen Mazdrashki | 1 | -21/+45 | |
"partial drsuapi_prefixMap" is a prefix map without last entry being special - i.e. map that does not contains schema_info entry. Test for dsdb_schema_pfm_from_drsuapi_pfm() were also extended to cover both 'full' and 'partial' map conversion. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-11-06 | s4/drs: Move schema_prefixMap allocation in separate function | Kamen Mazdrashki | 1 | -15/+29 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-11-06 | s4/drs: schema_prefixMap to/from drsuapi_prefixMap conversion implementation | Kamen Mazdrashki | 1 | -1/+228 | |
Along with this, dsdb_schema_pfm_contains_drsuapi_pfm() function is implemented to replace previous implementation for dsdb_verify_oid_mappings_drsuapi(). Name of the function clearly implies how week this verification is, as currently it is used to indicate "Schema modified on remote" condition. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-11-06 | s4/drs: Implement binary-oid-lookup into prefixMap | Kamen Mazdrashki | 1 | -25/+37 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-11-06 | s4/drs: Move making of partial-binary-oid to a separate function | Kamen Mazdrashki | 1 | -20/+45 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-11-06 | s4/drs: Fix memory leek in prefixMap | Kamen Mazdrashki | 1 | -1/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-10-21 | s4/drs: prefixMap main interface implementation | Kamen Mazdrashki | 1 | -0/+244 | |
Currenly implemented functions are: dsdb_schema_pfm_new(), dsdb_schema_pfm_make_attid() and dsdb_schema_pfm_oid_from_attid() | |||||
2009-10-16 | s4/drs: prefixMap module initial definition | Kamen Mazdrashki | 1 | -0/+22 | |