summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/samdb
Commit message (Expand)AuthorAgeFilesLines
* s4: Rename NSS_WRAPPER to nss_wrapper.Jelmer Vernooij2010-10-231-2/+2
* s4: Rename LIBEVENTS to libevents.Jelmer Vernooij2010-10-231-34/+34
* ldb:rename LDB_CONTROL_BYPASSOPERATIONAL_OID into LDB_CONTROL_BYPASS_OPERATIO...Matthias Dieter Wallnöfer2010-10-231-3/+3
* s4-dsdb extended_dn_out: Move lazy dereference control creation to lazy-initAndrew Bartlett2010-10-211-54/+77
* s4-dsdb: force LDB_ERR_NO_SUCH_ATTRIBUTE on missing schemaInfoAndrew Tridgell2010-10-211-2/+3
* s4-dsdb: fixed depenencies for -no-undefinedAndrew Tridgell2010-10-211-4/+4
* s4-dsdb: make ldb_password_hash depend on hdb not HEIMDAL_HDB_KEYSAndrew Tridgell2010-10-211-1/+1
* s4-dsdb: moved a bunch of fuctions from schema/schema_info_attr.c to samdb/ld...Andrew Tridgell2010-10-213-10/+350
* s4-dsdb Reset the error string after 'expected' errors.Andrew Bartlett2010-10-191-0/+1
* s4-dsdb Add module to send only 'simple' DNs to OpenLDAP backendsAndrew Bartlett2010-10-193-2/+83
* s4-dsdb: register the DCPROMO_OID control with the rootdseAndrew Tridgell2010-10-191-0/+7
* s4-dsdb: filter unregistered controls in the rootdse moduleAndrew Tridgell2010-10-191-19/+84
* s4:"util_ldb" - remove some really unused dependanciesMatthias Dieter Wallnöfer2010-10-182-2/+0
* dsdb simple_ldap_map depends on LDBSAMBAAndrew Bartlett2010-10-181-1/+1
* dsdb: Module aliases require to be prefixed with the subsystem name.Jelmer Vernooij2010-10-181-2/+2
* Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ...Matthias Dieter Wallnöfer2010-10-175-0/+5
* s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb...Matthias Dieter Wallnöfer2010-10-175-5/+0
* s4:samldb LDB module - use appropriate fixed-length integer types where neededMatthias Dieter Wallnöfer2010-10-161-4/+5
* s4:dsdb/samdb/ldb_modules/util.c - remove now unused functions which set inte...Matthias Dieter Wallnöfer2010-10-161-74/+0
* s4:samba3sid LDB module - handle the RID as uint32_tMatthias Dieter Wallnöfer2010-10-161-13/+15
* s4:objectclass LDB module - implement the "isCriticalSystemObject" subtree de...Matthias Dieter Wallnöfer2010-10-161-1/+16
* s4:dsdb - fix unsigned integer save problems using the "%u" specifierMatthias Dieter Wallnöfer2010-10-165-17/+31
* s4 dsdb: fix sign problem on PPC and x86Matthieu Patou2010-10-151-2/+2
* s4:samldb LDB module - cosmetic - use "ldb" variable rather than "ldb_module_...Matthias Dieter Wallnöfer2010-10-151-1/+1
* s4:dsdb - remove "samdb_result_uint", "samdb_result_int64", "samdb_result_uin...Matthias Dieter Wallnöfer2010-10-153-18/+26
* s4:samldb LDB module - attempt to fix integer handling on big-endian platformsMatthias Dieter Wallnöfer2010-10-141-7/+9
* s4:samldb LDB module - cosmetic fixupsMatthias Dieter Wallnöfer2010-10-131-9/+9
* s4:samldb LDB module - deny creation of temporary duplicate accountsMatthias Dieter Wallnöfer2010-10-131-0/+12
* s4:samldb LDB module - proof the account type also on LDB modify operationsMatthias Dieter Wallnöfer2010-10-131-0/+8
* s4:samldb LDB module - support the group type changing properlyMatthias Dieter Wallnöfer2010-10-131-1/+53
* s4:samldb LDB module - deny also the direct modification of "isCriticalSystem...Matthias Dieter Wallnöfer2010-10-131-3/+14
* s4:objectclass LDB module - deny the creation of "isCriticalSystemObject" ent...Matthias Dieter Wallnöfer2010-10-131-0/+9
* s4:samldb LDB module - first implementation of the samldb primary group triggerMatthias Dieter Wallnöfer2010-10-131-48/+61
* s4:samldb LDB module - use the new "objectclass_trigger" for add operationsMatthias Dieter Wallnöfer2010-10-131-142/+33
* 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
* s4-schema: don't name variables after standard libc functionsAndrew Tridgell2010-10-131-3/+3
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-1/+0
* libcli/security Use common security.hAndrew Bartlett2010-10-123-4/+3
* 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
* 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