summaryrefslogtreecommitdiff
path: root/source4/dsdb
AgeCommit message (Expand)AuthorFilesLines
2012-03-26s4-dsdb: use constant-time search for descriptor -> get_last_structural_class()Andrew Bartlett2-2/+4
2012-03-26s4:ldap.py - re-introduce the "(dn=CN=ldaptestUSER3,CN=Users,DC=wallnoefer2,D...Matthias Dieter Wallnöfer1-11/+4
2012-03-26LDB/s4 - do not use the "(dn=...)" syntax on filters anymoreMatthias Dieter Wallnöfer1-5/+5
2012-03-26s4:ldap.py - test the already mentioned structural object class sorting behav...Matthias Dieter Wallnöfer1-0/+15
2012-03-26s4:dsdb - enhance "get_last_structural_class()" for optimisationsMatthias Dieter Wallnöfer3-10/+29
2012-03-26s4:objectclass LDB module - fix up the sorting in respect to structural or 88...Matthias Dieter Wallnöfer1-4/+18
2012-03-26s4:objectclass LDB module - clean up "objectclass_sort()"Matthias Dieter Wallnöfer1-24/+13
2012-03-20Move NS_GUID_string and NS_GUID_from_string to dsdb-common.Jelmer Vernooij4-1/+64
2012-03-14s4-dsdb: Fix the case for attribute name msDS-hasMasterNCsAmitay Isaacs2-3/+3
2012-03-10tdb_wrap: Move to specific directory.Jelmer Vernooij1-1/+1
2012-03-02SEGV in acl_validate_spn_value: dnsHostName NULLArvid Requate1-1/+1
2012-02-25s4-lib: Remove unused samdb_msg_set_value()Ricky Nance1-15/+0
2012-02-25s4-lib: Remove unused samdb_msg_set_string()Ricky Nance1-15/+0
2012-02-25s4-lib: Remove unused samdb_msg_set_int()Ricky Nance1-15/+0
2012-02-20s4-selftest: Avoid running kinit for each new connectionAndrew Bartlett3-3/+6
2012-02-13s4-dsdb: Check if metadata.tdb exists, before trying to open itAmitay Isaacs1-0/+6
2012-02-01Revert "s4-drs: do not try to contact for replication servers that are not an...Andrew Tridgell1-38/+4
2012-01-30samdb: use compat wrappers for tdb_fetch().Rusty Russell1-6/+6
2012-01-24dsdb: Allow DSDB_CONTROL_PASSWORD_BYPASS_LAST_SET_OID to be specified as a flagAndrew Bartlett2-0/+8
2012-01-24python: Change except: statement to except Exception:Amitay Isaacs1-1/+1
2012-01-16s4:dsdb/password_hash: require a "Primary:Kerberos" blob in supplementalCrede...Stefan Metzmacher1-0/+16
2012-01-14Intersite KCC flags for pythonDave Craft1-0/+5
2012-01-05s4:repl_meta_data LDB module - set "isRecycled" time correctlyMatthias Dieter Wallnöfer1-9/+8
2011-12-23s4-kcc: Remove also deleted objects that are not in the Deleted Object containerMatthieu Patou2-2/+38
2011-12-23s4-ldb: Add isRecycled when is defined in the schemaMatthieu Patou1-3/+9
2011-12-19s4-dsdb: Relax the conditions where we can't do a subtree deleteMatthieu Patou1-1/+19
2011-12-13s4:pydsdb: remove unused variable from py_dsdb_am_pdc()Stefan Metzmacher1-1/+0
2011-12-09s4:dsdb/common/util.c - test LDB result against LDB_SUCCESS as we are always ...Matthias Dieter Wallnöfer1-1/+1
2011-12-08Invocation of samba_kcc from KCC taskDave Craft3-21/+89
2011-12-08Add subreq and status to kcc_service structDave Craft1-2/+9
2011-12-07pydsdb: provide a am_pdc hook like am_rodc to python scriptsAndrew Bartlett1-0/+22
2011-12-05s4-drs: do not try to contact for replication servers that are not anymore in...Matthieu Patou1-6/+40
2011-12-05s4-resolver: do not use all the A and AAAA records, those after a NS are not ...Matthieu Patou1-1/+1
2011-12-05s4-drs: mark WERR_DS_DRA_BUSY as a non error in DsReplicaUpdateRefsMatthieu Patou1-2/+22
2011-11-29s4-repl: Check if GC SPN exists before using it for replicationAmitay Isaacs1-3/+54
2011-11-29s4-dsdb: Added metadata to partition module for global sequence numberAmitay Isaacs5-17/+612
2011-11-29s4-dsdb: use dsdb_module_extended instead of duplicate codeAmitay Isaacs2-31/+13
2011-11-29s4-dsdb: Return ldb_result context in dsdb_module_extendedAmitay Isaacs1-3/+20
2011-11-29s4-dsdb: Remove LDB_SEQ_HIGHEST_TIMESTAMP sequence number supportAmitay Isaacs2-140/+13
2011-11-26s4:update_keytab LDB module - no need to filter for the DNMatthias Dieter Wallnöfer1-2/+2
2011-11-19s4-dsdb: Modify the repl_meta_data behavior to allow Metadata change on attri...Matthieu Patou1-2/+8
2011-11-18dsdb: Fix the password expiry calculationAmitay Isaacs1-1/+1
2011-11-17s4-dsdb: Remove unsed variableAmitay Isaacs1-2/+0
2011-11-16s4-dsdb: rework the NC detection for the descriptor calculationMatthieu Patou1-12/+31
2011-11-15s4:partition LDB module - fix handling regarding special DNs on searchesMatthias Dieter Wallnöfer1-0/+5
2011-11-15s4:dsdb/schema_data: reject schema update unless they're allowedStefan Metzmacher1-0/+12
2011-11-15s4:dsdb/schema: add "dsdb:schema update allowed" option to enable schema updatesStefan Metzmacher3-2/+17
2011-11-15s4:dsdb/schema_data: reject changes to schemaInfo, msDs-Schema-Extensions, ms...Stefan Metzmacher1-0/+28
2011-11-15s4:dsdb/schema_data: make sure we reject schema changes if we're not the sche...Stefan Metzmacher1-0/+101
2011-11-15s4:dsdb/schema_data: make sure we only allow objects one level below the sche...Stefan Metzmacher1-1/+33