summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/samdb
Commit message (Expand)AuthorAgeFilesLines
...
* dsdb: Build some more modules as .so files.Jelmer Vernooij2010-10-111-9/+9
* s4-credentials Add explicit event context handling to Kerberos calls (only)Andrew Bartlett2010-10-111-4/+3
* credentials: Split up into several subsystems.Jelmer Vernooij2010-10-111-1/+1
* dsdb/modules: Split up helpers a bit to prevent recursive dependencies.Jelmer Vernooij2010-10-107-93/+134
* dsdb modules: Split ridalloc out of common helpers, because of dependency loops.Jelmer Vernooij2010-10-113-5/+12
* ldb-samba: Rename samdb_relative_path to ldb_relative_path, as it's not samdb...Jelmer Vernooij2010-10-102-28/+2
* dsdb: Move attr_in_list to SAMDB_COMMON to avoid circular dependency between ...Jelmer Vernooij2010-10-101-12/+0
* ldb-samba: Add ldb_wrap_add, remove last schema reference from ldb_wrap.Jelmer Vernooij2010-10-101-5/+25
* samdb: Add flags argument to samdb_connect().Jelmer Vernooij2010-10-102-3/+4
* samdb: Handle schema setup in samdb, not in more generic ldbsamba.Jelmer Vernooij2010-10-101-0/+9
* s4:samldb LDB module - remove "type" parameter of "samldb_fill_object"Matthias Dieter Wallnöfer2010-10-061-6/+9
* s4:subtree_delete LDB module - remove the DN from an error messageMatthias Dieter Wallnöfer2010-10-051-3/+6
* s4:samldb LDB module - simplify/unify the message handling on add and modify ...Matthias Dieter Wallnöfer2010-10-051-28/+54
* s4:samldb LDB module - assign better memory contexts on two placesMatthias Dieter Wallnöfer2010-10-051-2/+2
* Add missing dependencies for com_err.Jelmer Vernooij2010-10-051-2/+2
* heimdal: Fix name of hx509 library.Jelmer Vernooij2010-10-051-1/+1
* s4:objectclass LDB module - introduce allowed system flags restrictionMatthias Dieter Wallnöfer2010-10-031-6/+11
* s4:dsdb - substitute the "show_deleted" with the "show_recycled" controlMatthias Dieter Wallnöfer2010-10-039-20/+23
* 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:acl_read LDB module - fix counter typeMatthias Dieter Wallnöfer2010-10-031-1/+2
* s4-drs: fixed comparison login in replicated renamesAndrew Tridgell2010-10-021-45/+72
* 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-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-dsdb Add ldb_reset_err_string() when we set error codes.Andrew Bartlett2010-09-291-0/+1
* s4-dsdb Fix segfault in error case in rootdse moduleAndrew Bartlett2010-09-291-1/+4
* s4-ldb: removed an unused variableAndrew Tridgell2010-09-271-1/+0
* 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: Removed search tests with anonymous credentials as they fail againt...Nadezhda Ivanova2010-09-261-1/+1
* s4-dsdb: Added a function to check access on a particular object by its guidNadezhda Ivanova2010-09-261-0/+37
* s4-dsdb: Moved some helper functions to a separate fileNadezhda Ivanova2010-09-265-222/+260
* s4-ldap: Added a control to apply the access checks on read via LDAPNadezhda Ivanova2010-09-261-0/+3
* s4-auth: fixed the SID list for DCs in the PACAndrew Tridgell2010-09-261-10/+0
* s4-possibleinferiors.py: Fix usage of 'paged_search' module for remote LDB co...Kamen Mazdrashki2010-09-261-1/+7
* ldb: mark the location of a lot more ldb requestsAndrew Tridgell2010-09-2528-15/+109
* s4-dsdb: added tagging of requests in dsdb modulesAndrew Tridgell2010-09-258-0/+30
* s4-repl: don't store repsFrom on DNs other than NC headsAndrew Tridgell2010-09-251-0/+9
* s4-dsdb: Fixed a call to the wrong ops function in dsdb_module_search_dn.Nadezhda Ivanova2010-09-251-1/+1
* s4-kerberos Rework keytab handling to export servicePrincipalName entriesAndrew Bartlett2010-09-241-2/+6
* s4-kerberos Move 'set key into keytab' code out of credentials.Andrew Bartlett2010-09-241-31/+23
* s4:repl_meta_data - also on delete operations the new RDN attribute has to be...Matthias Dieter Wallnöfer2010-09-241-1/+10
* s4:lazy_commit LDB module - the "show_deleted" control is initialised by the ...Matthias Dieter Wallnöfer2010-09-241-17/+0
* s4:rootdse LDB module - make use of "dsdb_forest_functional_level"Matthias Dieter Wallnöfer2010-09-241-3/+2