summaryrefslogtreecommitdiffstats
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
* Add missing dependencies for com_err.Jelmer Vernooij2010-10-052-4/+4
* heimdal: Fix name of hx509 library.Jelmer Vernooij2010-10-052-2/+2
* s4:dsdb/common/util.c - change the usage of the RECYCLED controlMatthias Dieter Wallnöfer2010-10-041-1/+4
* s4:ldap.py - test allowed system flags restrictionMatthias Dieter Wallnöfer2010-10-031-1/+16
* s4:objectclass LDB module - introduce allowed system flags restrictionMatthias Dieter Wallnöfer2010-10-031-6/+11
* s4:urgent_replication.py - fix up the system flags handlingMatthias Dieter Wallnöfer2010-10-031-4/+3
* s4:deletetest.py - enhance the testsMatthias Dieter Wallnöfer2010-10-031-21/+216
* s4:ldap.py - remove the delete testsMatthias Dieter Wallnöfer2010-10-031-92/+0
* s4:dsdb - substitute the "show_deleted" with the "show_recycled" controlMatthias Dieter Wallnöfer2010-10-0311-24/+30
* s4:dsdb/common/util.c - introduce "DSDB_SEARCH_SHOW_RECYCLED" flagMatthias Dieter Wallnöfer2010-10-032-0/+8
* s4:subtree_rename LDB module - also already deleted objects have to be renamedMatthias Dieter Wallnöfer2010-10-031-2/+13
* s4:show_deleted LDB module - also support the "show_recycled" controlMatthias Dieter Wallnöfer2010-10-031-11/+62
* s4:repl_meta_data LDB module - consider the SYSTEM_FLAG_DISALLOW_MOVE_ON_DELE...Matthias Dieter Wallnöfer2010-10-031-10/+25
* s4:subtree_delete LDB module - it is only responsible for non-deleted objectsMatthias Dieter Wallnöfer2010-10-031-2/+1
* s4:objectclass LDB module - fix the "crossRef" delete protectionMatthias Dieter Wallnöfer2010-10-031-3/+9
* s4:objectclass LDB module - fix the delete behaviour of server containersMatthias Dieter Wallnöfer2010-10-031-2/+2
* s4:dsdb_dn_val_rmd_flags - memmem - scan the whole string for occourencesMatthias Dieter Wallnöfer2010-10-031-1/+1
* s4:ldap.py - delete the right object after test completitionMatthias Dieter Wallnöfer2010-10-031-1/+1
* s4:ldap.py - fix "system only" testMatthias Dieter Wallnöfer2010-10-031-0/+8
* s4:acl_read LDB module - fix counter typeMatthias Dieter Wallnöfer2010-10-031-1/+2
* s4-kcc: silence "Testing kcctpl_create_intersite_connections" messageAndrew Tridgell2010-10-031-1/+1
* s4-test-dsdb_schema_info.py: Get rid of global module variablesKamen Mazdrashki2010-10-031-17/+19
* s4-test-dsdb_schema_info.py: Simplify connection SamDBKamen Mazdrashki2010-10-031-19/+3
* s4-repl: use the GC principal name for DRS replication connectionAndrew Tridgell2010-10-013-6/+76
* s4-dsdb: added dsdb_search_by_dn_guid()Andrew Tridgell2010-10-011-0/+26
* s4-drs: fixed comparison login in replicated renamesAndrew Tridgell2010-10-021-45/+72
* s4-kcc: remove stale repsTo entries in the KCCAndrew Tridgell2010-10-021-0/+32
* s4-rpmd: fixed a use after realloc bugAndrew Tridgell2010-10-011-2/+8
* s4-dsdb: fail the transaction instead of asserting on errorAndrew Tridgell2010-10-011-2/+10
* s4-rodc: don't set SPECIAL_SECRET_PROCESSING on EXOP_REPL_SECRETAndrew Tridgell2010-09-301-0/+3
* s4-dsdb: silence the domainFunctionality not setup warningAndrew Tridgell2010-09-301-1/+2
* s4-drepl: don't call UpdateRefs on a RODCAndrew Tridgell2010-09-291-5/+11
* s4-drepl: fixed the checking of replica_flags in the drepl serverAndrew Tridgell2010-09-291-7/+0
* s4-kcc: fixed the replica_flags in repsFrom in the kccAndrew Tridgell2010-09-291-31/+72
* s4-samldb: also set a password on the krbtgt_NNNN accountAndrew Tridgell2010-09-291-0/+11
* s4-rodc: RODC should not accept requests for role transferNadezhda Ivanova2010-09-291-0/+12
* s4-drs: moved the drs_ObjectIdentifier handling to dsdb_dn.cAndrew Tridgell2010-09-281-0/+42
* s4-dsdb: adapted check_access_on_dn for use in drs.Nadezhda Ivanova2010-09-281-9/+10
* s4-dsdb Add ldb_reset_err_string() when we set error codes.Andrew Bartlett2010-09-292-0/+4
* s4-dsdb Make samdb_reference_dn() use dsdb_search() and DSDB_SEARCH_ONE_ONLYAndrew Bartlett2010-09-291-7/+8
* s4-dsdb Fix segfault in error case in rootdse moduleAndrew Bartlett2010-09-291-1/+4
* s4-dns: implemented RODC DNS update in dns update taskAndrew Tridgell2010-09-271-0/+199
* s4-ldb: removed an unused variableAndrew Tridgell2010-09-271-1/+0
* s4-kcc: fixed a incorrect context to kcctpl_get_all_bridgehead_dcsAndrew Tridgell2010-09-271-1/+1
* s4-dsdb: added samdb_find_site_for_computer() and samdb_find_ntdsguid_for_com...Andrew Tridgell2010-09-271-0/+57
* s4-kcc: don't print "Testing kcctpl_create_intersite_connections"Andrew Tridgell2010-09-271-1/+1
* s4-ldb: Added ldb_request_replace_controlNadezhda Ivanova2010-09-271-1/+1
* s4-ldbmodules: Added new module aclread to handle access checks on LDAP searchNadezhda Ivanova2010-09-264-0/+327
* s4-tests: Added tests for search checks on attributesNadezhda Ivanova2010-09-261-5/+100
* s4-tests: Removed search tests with anonymous credentials as they fail againt...Nadezhda Ivanova2010-09-261-1/+1