summaryrefslogtreecommitdiff
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
* samdb: Accept a list of member variables rather than a comma-separated string.Jelmer Vernooij2012-06-213-17/+17
* ldb: use tdb directly, not tdb_compat.Rusty Russell2012-06-191-6/+6
* lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett2012-06-153-3/+3
* build: Add missing deps and make MESSAGING a private libraryAndrew Bartlett2012-06-071-1/+1
* dsdb: Fix error checking conditions in partition_metadata moduleAmitay Isaacs2012-05-301-7/+7
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-234-358/+363
* s4-dsdb: allow modification of some deleted object if the show-deleted contro...Matthieu Patou2012-05-191-4/+9
* s4-dsdb: naming context needs to have the extended-dn syntax tooMatthieu Patou2012-05-191-0/+1
* s4-schema: Validate more class attribute when adding a new class in the schemaMatthieu Patou2012-05-061-0/+29
* s4: use intermediate var, increase lisibilityMatthieu Patou2012-05-051-6/+5
* s4-dsdb: Use data_blob_string_const and add explaination for open-coded funct...Andrew Bartlett2012-05-041-4/+6
* s4-dsdb: Use strcasecmp_m() to compare possibly multibyte strings in samldbAndrew Bartlett2012-05-041-5/+5
* s4:samldb LDB module - make sure to not add identical "servicePrincipalName"s...Matthias Dieter Wallnöfer2012-05-042-16/+88
* s4:samldb LDB module - homogenize LDB search attributes arraysMatthias Dieter Wallnöfer2012-04-301-13/+13
* s4:samldb LDB module - implement "fSMORoleOwner" attribute protectionMatthias Dieter Wallnöfer2012-04-302-0/+153
* s4:dsdb/common/util.c - samdb_is_pdc() - fail if the "fSMORoleOwner" attribut...Matthias Dieter Wallnöfer2012-04-291-1/+5
* Add some debug for FOOBAR return case as they are hard to diagnoseMatthieu Patou2012-04-291-0/+3
* dsdb: more RELAX to DBCHECK control shift so that only dbcheck can do uncontr...Matthieu Patou2012-04-291-2/+2
* dsdb: change control from relax to dbcheckMatthieu Patou2012-04-291-1/+1
* Cracknames: use krb wrapper functions so it works with MITSimo Sorce2012-04-231-25/+29
* Make krb5 wrapper library common so they can be used all overSimo Sorce2012-04-231-1/+1
* s4-kcc: avoid a false alarm with rodcMatthieu Patou2012-04-191-0/+7
* dsdb: added SHOW_DELETED to samldb_member_check()Andrew Tridgell2012-04-181-1/+1
* s4:dsdb/pydsdb.c - call the "objectClass" normalisation code from PythonMatthias Dieter Wallnöfer2012-04-181-0/+14
* s4:samdb:rootdse: implement the schemaUpgradeInProgress operation in ldap modifyMichael Adam2012-04-182-0/+35
* s4-schema: set subClassOf by default to top if not specifiedMatthieu Patou2012-04-181-0/+6
* s4-schema: remove unused variableMatthieu Patou2012-04-181-4/+0
* s4-schema: Generate some schema related attribute as MS AD is doing if they a...Matthieu Patou2012-04-181-0/+43
* s4-schema: rename dsdb_attribute_from_ldb to dsdb_set_attribute_from_ldb and...Matthieu Patou2012-04-183-11/+32
* s4: use enums instead of strings it's cheaperMatthieu Patou2012-04-171-14/+40
* srv_keytab: Pass krb5_context directly, it's all we use anyways.Simo Sorce2012-04-121-1/+1
* s4-auth-krb: Remove unneded dependency on kerberos_util.Simo Sorce2012-04-121-1/+1
* s4-auth-krb: Simplify salt_princ handling.Simo Sorce2012-04-122-9/+63
* s4-auth-krb: Move keytab functions in a separate file.Simo Sorce2012-04-122-1/+2
* s4-ldb: use KRB5_KEY macros to access key elements.Günther Deschner2012-04-121-8/+8
* s4:dsdb/samdb/ldb_modules/schema.c - move "get_last_structural_class()" into ...Matthias Dieter Wallnöfer2012-04-116-83/+46
* s4:dsdb/samdb/ldb_modules/schema.c - inline "get_oc_guid_from_message()" to i...Matthias Dieter Wallnöfer2012-04-112-18/+23
* s4:dsdb - introduce a only constant-time "get_last_structural_class()" callMatthias Dieter Wallnöfer2012-04-113-37/+18
* s4:dsdb/samdb/ldb_modules/schema.c - inline "acl_check_access_on_class" to it...Matthias Dieter Wallnöfer2012-04-112-46/+47
* s4:dsdb - move "objectclass_sort()" out from the objectclass LDB module into ...Matthias Dieter Wallnöfer2012-04-112-217/+200
* s4:acl LDB module - remove set but unused variablesMatthias Dieter Wallnöfer2012-04-111-5/+0
* s4:objectclass LDB module - remove unneeded build dependenciesMatthias Dieter Wallnöfer2012-04-111-1/+1
* s4:schema/schema_query.c - fix a commentMatthias Dieter Wallnöfer2012-04-111-1/+1
* s4:schema/schema_init.c - better use "ldb_attr_cmp" instead of "strcasecmp"Matthias Dieter Wallnöfer2012-04-111-1/+1
* s4:dsdb/pydsdb.c - fix indentationMatthias Dieter Wallnöfer2012-04-111-1/+1
* s4-dsdb: use constant-time search for descriptor -> get_last_structural_class()Andrew Bartlett2012-03-262-2/+4
* s4:ldap.py - re-introduce the "(dn=CN=ldaptestUSER3,CN=Users,DC=wallnoefer2,D...Matthias Dieter Wallnöfer2012-03-261-11/+4
* LDB/s4 - do not use the "(dn=...)" syntax on filters anymoreMatthias Dieter Wallnöfer2012-03-261-5/+5
* s4:ldap.py - test the already mentioned structural object class sorting behav...Matthias Dieter Wallnöfer2012-03-261-0/+15
* s4:dsdb - enhance "get_last_structural_class()" for optimisationsMatthias Dieter Wallnöfer2012-03-263-10/+29