summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/samdb/ldb_modules
Commit message (Expand)AuthorAgeFilesLines
* s4:password_hash - load the domain parameters from the "loadparm context"Matthias Dieter Wallnöfer2009-10-141-42/+11
* s4:objectclass ldb module - Check for empty messagesMatthias Dieter Wallnöfer2009-10-121-1/+8
* s4:dsdb Search for the schema with dsdb_module_search(), in schema_fsmoAndrew Bartlett2009-10-121-12/+101
* s4:dsdb Add new functions to help modules do an ldb_search()Andrew Bartlett2009-10-125-43/+173
* s4:provision Remove all references to samba4LocalDomainAndrew Bartlett2009-10-122-7/+6
* s4:subtree_delete - Make the initialisation of the child counter more clearMatthias Dieter Wallnöfer2009-10-081-0/+2
* s4:various LDB modules - "build_request" functions - propagate result codes backMatthias Dieter Wallnöfer2009-10-064-12/+19
* s4:rootdse module - intendation fixupMatthias Dieter Wallnöfer2009-10-061-2/+2
* s4:acl module - intendation fix and comment enhancementMatthias Dieter Wallnöfer2009-10-061-1/+2
* s4:objectclass - Free unused memory from responsesMatthias Dieter Wallnöfer2009-10-031-0/+3
* s4:dsdb Use possibleInferiors to restrict creation of child objectsAndrew Bartlett2009-10-031-4/+15
* s4:dsdb Add objectClass and RDN constraints to objectClass moduleAndrew Bartlett2009-10-031-8/+35
* s4:dsdb Don't allow creation of systemOnly objectclassesMatthias Dieter Wallnöfer2009-10-032-4/+10
* s4:repl_meta_data - variousMatthias Dieter Wallnöfer2009-10-021-9/+38
* s4:dsdb Return correct error on invalid attributeAndrew Bartlett2009-10-021-1/+2
* s4:dsdb Pass down the exact error code on failure in repl_meta_dataAndrew Bartlett2009-10-021-5/+5
* s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer2009-10-021-6/+8
* s4:dsdb rework instanceType module - put instanceType in provisionAndrew Bartlett2009-10-021-29/+9
* s4:dsdb Don't allow creating of new objects with an isDefunct schema classAndrew Bartlett2009-10-021-1/+7
* s4:dsdb Add 'lazy_commit' module to swallow the 'lazy commit' OIDAndrew Bartlett2009-10-022-0/+144
* s4-ldb: Use relax control to check in replace metadata module if we accept re...Matthieu Patou2009-10-021-5/+38
* s4:Ensure the selected RDN is the right one per the schemaAndrew Bartlett2009-10-021-1/+7
* s4-samldb: the samldb module requires that the primary group existsAndrew Tridgell2009-10-021-9/+17
* s4-samdb: added some debuggingAndrew Tridgell2009-10-021-2/+8
* s4-ldb: accept the binary DN OIDs in extended DN modulesAndrew Tridgell2009-10-022-4/+8
* s4-dsdb: don't return the partition root objectsAndrew Tridgell2009-09-281-1/+19
* s4-dsdb: removed extraneous debug messagesAndrew Tridgell2009-09-281-4/+0
* s4-dsdb: update replPropertyMetaData on linked attribute source attributesAndrew Tridgell2009-09-281-0/+23
* s4-dsdb: fixed searching for GUID based DNs between partitionsAndrew Tridgell2009-09-281-2/+16
* s4-samdb: when UF_SERVER_TRUST_ACCOUNT is set mark object as criticalAndrew Tridgell2009-09-281-0/+10
* s4-repl: free the la list on prepare commit failureAndrew Tridgell2009-09-281-0/+3
* s4-samdb: free the linked_attributes list on prepare commit failureAndrew Tridgell2009-09-281-0/+6
* s4-repl: use GUID to resolve target in linked attributesAndrew Tridgell2009-09-281-8/+7
* s4-drs: fixed sorting of replPropertyMetaDataAndrew Tridgell2009-09-281-31/+44
* s4-drs: add defines for replication flags on attributesAndrew Tridgell2009-09-241-5/+2
* s4-ldb: sort replPropertyMetaData by attidAndrew Tridgell2009-09-241-1/+16
* s4-ldb: add instanceType in repl_meta_data moduleAndrew Tridgell2009-09-241-0/+8
* s4-drs: ignore zero value elements in DRS add operationsAndrew Tridgell2009-09-231-0/+13
* s4-ldb: added a bunch more debug for DC joinAndrew Tridgell2009-09-223-0/+9
* s4-ldbmodules: allow instanceType to be specified by clientsAndrew Tridgell2009-09-221-0/+6
* s4:dsdb Fix of double addition of SD-sNadezhda Ivanova2009-09-212-11/+25
* Merge branch 'master' of git://git.samba.org/sambaNadezhda Ivanova2009-09-212-8/+135
|\
| * s4:dsdb Run the new 'descriptor' module by default.Andrew Bartlett2009-09-211-6/+0
| * s4-ldap: default edn type is 0Andrew Tridgell2009-09-211-1/+1
| * s4-ldb: add support for extended DNs in the rootDSEAndrew Tridgell2009-09-211-2/+135
* | Initial Implementation of the DS objects access checks.Nadezhda Ivanova2009-09-213-0/+1176
|/
* s4:kerberos Fix the salt to match Windows 2008.Andrew Bartlett2009-09-211-1/+1
* s4:dsdb/resolve_oids: add fast pathes for the common operations without oidsStefan Metzmacher2009-09-211-0/+217
* s4:dsdb/resolve_oids: check return values in recursionStefan Metzmacher2009-09-211-3/+6
* Merge branch 'master' of git://git.samba.org/sambaMatthias Dieter Wallnöfer2009-09-211-0/+29
|\