summaryrefslogtreecommitdiffstats
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
...
* s4:samldb LDB module - first implementation of the samldb objectclass triggerMatthias Dieter Wallnöfer2010-10-131-0/+176
* dsdb/schema_data: Build as shared object.Jelmer Vernooij2010-10-131-1/+1
* dsdb/schema_load: Build as shared object.Jelmer Vernooij2010-10-131-1/+1
* samdb: Build as library.Jelmer Vernooij2010-10-131-1/+1
* s4-schema: don't name variables after standard libc functionsAndrew Tridgell2010-10-131-3/+3
* torture/becomedc: Add test for global schema, use samdb_connect().Jelmer Vernooij2010-10-121-1/+6
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-1/+0
* libcli/security Use common security.hAndrew Bartlett2010-10-126-7/+6
* s4-libcli/security Use seperate subsystem for session related functionsAndrew Bartlett2010-10-124-3/+6
* libcli/security Add debug class to security_token_debug() et alAndrew Bartlett2010-10-121-1/+1
* dsdb: Build more modules as shared objects.Jelmer Vernooij2010-10-121-14/+14
* dsdb: Build some more modules as shared objects.Jelmer Vernooij2010-10-111-7/+7
* dsdb: Build some more modules as shared object files.Jelmer Vernooij2010-10-111-10/+10
* dsdb: Build some more modules as .so files.Jelmer Vernooij2010-10-111-9/+9
* samdb_common, ntlm: Add missing dependency on libsamba-hostconfig.Jelmer Vernooij2010-10-111-1/+1
* 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-112-2/+2
* dsdb/modules: Split up helpers a bit to prevent recursive dependencies.Jelmer Vernooij2010-10-107-93/+134
* dsdb/schema: Move some dsdb_dn functions that are schema-specific.Jelmer Vernooij2010-10-114-80/+106
* dsdb modules: Split ridalloc out of common helpers, because of dependency loops.Jelmer Vernooij2010-10-113-5/+12
* samdb: Remove dependency on unknown subsystem.Jelmer Vernooij2010-10-101-1/+1
* dsdb: add missing dependency on samba_socket.Jelmer Vernooij2010-10-101-2/+2
* 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-104-14/+15
* 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-105-6/+7
* samdb: Handle schema setup in samdb, not in more generic ldbsamba.Jelmer Vernooij2010-10-101-0/+9
* s4-dsdb-repl: Print what the error code for failure isKamen Mazdrashki2010-10-101-1/+3
* s4-dsdb: Make dsdb_setup_sorted_accessors() publicKamen Mazdrashki2010-10-101-2/+2
* s4:ldap.py - split it up and move SAM related stuff to sam.pyMatthias Dieter Wallnöfer2010-10-082-552/+664
* s4:dsdb/common/util_samr.c - use an LDB constant for result checkingMatthias Dieter Wallnöfer2010-10-071-1/+1
* s4:dsdb/common/util.c - provide message set functions for integer typesMatthias Dieter Wallnöfer2010-10-071-0/+31
* 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-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