summaryrefslogtreecommitdiffstats
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
* s4:pydsdb: remove unused variable from py_dsdb_am_pdc()Stefan Metzmacher2011-12-131-1/+0
* s4:dsdb/common/util.c - test LDB result against LDB_SUCCESS as we are always ...Matthias Dieter Wallnöfer2011-12-091-1/+1
* Invocation of samba_kcc from KCC taskDave Craft2011-12-083-21/+89
* Add subreq and status to kcc_service structDave Craft2011-12-081-2/+9
* pydsdb: provide a am_pdc hook like am_rodc to python scriptsAndrew Bartlett2011-12-071-0/+22
* s4-drs: do not try to contact for replication servers that are not anymore in...Matthieu Patou2011-12-051-6/+40
* s4-resolver: do not use all the A and AAAA records, those after a NS are not ...Matthieu Patou2011-12-051-1/+1
* s4-drs: mark WERR_DS_DRA_BUSY as a non error in DsReplicaUpdateRefsMatthieu Patou2011-12-051-2/+22
* s4-repl: Check if GC SPN exists before using it for replicationAmitay Isaacs2011-11-291-3/+54
* s4-dsdb: Added metadata to partition module for global sequence numberAmitay Isaacs2011-11-295-17/+612
* s4-dsdb: use dsdb_module_extended instead of duplicate codeAmitay Isaacs2011-11-292-31/+13
* s4-dsdb: Return ldb_result context in dsdb_module_extendedAmitay Isaacs2011-11-291-3/+20
* s4-dsdb: Remove LDB_SEQ_HIGHEST_TIMESTAMP sequence number supportAmitay Isaacs2011-11-292-140/+13
* s4:update_keytab LDB module - no need to filter for the DNMatthias Dieter Wallnöfer2011-11-261-2/+2
* s4-dsdb: Modify the repl_meta_data behavior to allow Metadata change on attri...Matthieu Patou2011-11-191-2/+8
* dsdb: Fix the password expiry calculationAmitay Isaacs2011-11-181-1/+1
* s4-dsdb: Remove unsed variableAmitay Isaacs2011-11-171-2/+0
* s4-dsdb: rework the NC detection for the descriptor calculationMatthieu Patou2011-11-161-12/+31
* s4:partition LDB module - fix handling regarding special DNs on searchesMatthias Dieter Wallnöfer2011-11-151-0/+5
* s4:dsdb/schema_data: reject schema update unless they're allowedStefan Metzmacher2011-11-151-0/+12
* s4:dsdb/schema: add "dsdb:schema update allowed" option to enable schema updatesStefan Metzmacher2011-11-153-2/+17
* s4:dsdb/schema_data: reject changes to schemaInfo, msDs-Schema-Extensions, ms...Stefan Metzmacher2011-11-151-0/+28
* s4:dsdb/schema_data: make sure we reject schema changes if we're not the sche...Stefan Metzmacher2011-11-151-0/+101
* s4:dsdb/schema_data: make sure we only allow objects one level below the sche...Stefan Metzmacher2011-11-151-1/+33
* s4:param/provision: pass schema_dn to provision_get_schema()Stefan Metzmacher2011-11-151-1/+1
* s4:dsdb/schema: pass and remember the schema_dn in dsdb_set_schema_from_ldif()Stefan Metzmacher2011-11-152-4/+12
* s4:dsdb/pydsdb: pass down schema_dn to _dsdb_set_schema_from_ldif()Stefan Metzmacher2011-11-151-2/+2
* s4:dsdb/samldb: use DSDB_FLAG_AS_SYSTEM in samldb_schema_info_update()Stefan Metzmacher2011-11-151-1/+3
* Remove broken code - these lines use undefined symbols.Jelmer Vernooij2011-11-141-7/+2
* s4-dsdb: initialize correctly the value of originating_change_time for the De...Matthieu Patou2011-11-131-2/+52
* test: fixed several tests to use samba.testsAndrew Tridgell2011-11-105-8/+9
* python dsdb flag addtions (NTDSSETTINGS, NTDSCONN)Dave Craft2011-11-071-0/+27
* s4-sites: Document, fix under optimal coding, use exceptionsMatthieu Patou2011-11-021-18/+18
* s4-selftest: add unit tests for sites's function in pythonMatthieu Patou2011-11-021-0/+125
* dsdb: Handle the case when extended rights string is NULLAmitay Isaacs2011-11-021-4/+7
* s4-drepl: Search for application partitions in addition to main onesAmitay Isaacs2011-11-021-3/+16
* s4-dsdb Remove LDAP backend credentials supportAndrew Bartlett2011-11-011-51/+3
* s4:repl_meta_data LDB module - don't intercept the partition LDB module refer...Matthias Dieter Wallnöfer2011-10-271-17/+18
* s4:repl_meta_data LDB module - rename operation - do not overwrite error mess...Matthias Dieter Wallnöfer2011-10-271-3/+1
* s4:repl_meta_data LDB module - remove pointless debug messagesMatthias Dieter Wallnöfer2011-10-271-4/+0
* s4:repl_meta_data LDB module - always return the original LDB result codes on...Matthias Dieter Wallnöfer2011-10-271-5/+12
* s4:repl_meta_data LDB module - "dsdb_search_module_dn" already checks if len(...Matthias Dieter Wallnöfer2011-10-271-4/+4
* s4:ldap.py - fix up the dSHeuristics test to check for the right behaviourMatthias Dieter Wallnöfer2011-10-271-15/+27
* s4:objectclass_attrs LDB module - implement the dSHeuristics length checks co...Matthias Dieter Wallnöfer2011-10-271-5/+37
* s4:ldap.py - we test the creation of secrets already in the "systemOnly" test...Matthias Dieter Wallnöfer2011-10-271-9/+0
* s4:ldap.py - enhance and fix up the object class testMatthias Dieter Wallnöfer2011-10-271-6/+95
* s4:objectclass LDB module - objectclass modify op. - remove superflous "tallo...Matthias Dieter Wallnöfer2011-10-271-8/+4
* s4:objectclass LDB module - objectclass modify operationsMatthias Dieter Wallnöfer2011-10-271-95/+32
* s4:objectclass LDB module - forbid to add unrelated objectclassesMatthias Dieter Wallnöfer2011-10-271-0/+61
* s4:objectclass LDB module - "objectclass_add" - small optimisationMatthias Dieter Wallnöfer2011-10-271-4/+2