summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/samdb/ldb_modules
Commit message (Expand)AuthorAgeFilesLines
* fixed error handling in ANR code Andrew Tridgell2008-08-221-18/+24
* Don't walk past the end of ldb values.Andrew Bartlett2008-08-215-8/+8
* Don't maniplate control entries in samldbAndrew Bartlett2008-08-211-0/+4
* Use the new SEARCH_FLAG_ANR defineAndrew Bartlett2008-08-201-1/+1
* Ensure we fail to proceed if the schema won't load.Andrew Bartlett2008-08-181-0/+1
* Remove references to the unused @SUBCLASS feature.Andrew Bartlett2008-08-181-1/+1
* Generate the subSchema in cn=AggregateAndrew Bartlett2008-08-151-5/+201
* Remove unused variableAndrew Bartlett2008-07-281-1/+0
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-07-254-119/+499
|\
| * password_hash: fix the callers after drsblobs.idl changesStefan Metzmacher2008-07-241-33/+41
| * Handle schema reloading request.Anatoliy Atanasov2008-07-243-4/+156
| * password_hash: add generation of the Primary:Kerberos-Newer-Keys blobStefan Metzmacher2008-07-231-3/+216
| * password_hash: order the supplementalCredentials Packages in the same order l...Stefan Metzmacher2008-07-231-13/+55
| * password_hash: split the generation of krb5 keys into a different functionStefan Metzmacher2008-07-231-92/+69
| * password_hash: simplify the logic if we have cleartext we always generate the...Stefan Metzmacher2008-07-231-2/+2
| * password_hash: fix callers after idl change for package_PrimaryKerberosStefan Metzmacher2008-07-231-7/+0
| * password_hash: check the SUPPLEMENTAL_CREDENTIALS_SIGNATUREStefan Metzmacher2008-07-231-2/+11
| * password_hash: ignore reserved value, but still set it like windows doesStefan Metzmacher2008-07-231-8/+4
| * password_hash: don't add zero padding as w2k8 also don't add itStefan Metzmacher2008-07-231-10/+0
* | Clarify how we are doing the 'this is a rootdse query' check.Andrew Bartlett2008-07-251-1/+2
|/
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-07-151-1/+1
|\
| * Revert Fedrora DS backend to use extensibleObject.Andrew Bartlett2008-07-151-1/+1
* | Simplify the contextCSN determination.Andrew Bartlett2008-07-152-145/+68
|/
* rename sambaPassword -> userPassword.Andrew Bartlett2008-07-125-40/+22
* Use common code to fill in allowedAttributes in kludge_acl.Andrew Bartlett2008-07-111-36/+28
* Avoid the use of extensibleObject in ldap mapping backend.Andrew Bartlett2008-07-101-2/+2
* Make ad2oLschema even simpler, by moving the heavy work into dsdb.Andrew Bartlett2008-07-101-72/+5
* Move ad2oLschema and oLschema2ldif into Samba4, out of LDBAndrew Bartlett2008-07-021-94/+11
* schema_fsmo: prepare auto allocation of schema oid prefixesStefan Metzmacher2008-07-011-1/+59
* schema_fsmo: move fsmo info into struct dsdb_schemaStefan Metzmacher2008-07-012-28/+9
* schema_fsmo: only set module->private_data in case we keep the struct for a l...Stefan Metzmacher2008-06-301-2/+3
* dsdb: don't force the build of ldb modules as shared_moduleStefan Metzmacher2008-06-301-23/+0
* ldb: fix the init function names for some modulesStefan Metzmacher2008-06-301-2/+2
* Change detection of objectCategory short fommAndrew Bartlett2008-06-191-1/+1
* Make up the right dependencies now that ldb depends on libeventsSimo Sorce2008-06-141-29/+31
* Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6cAndrew Bartlett2008-05-311-10/+8
* Move CFLAGS handling out of smb_build.Jelmer Vernooij2008-05-301-8/+10
* Use variables for directories in dsdb ldb modules.Jelmer Vernooij2008-05-281-26/+26
* Fix dependencies for ldb instancetype module.Jelmer Vernooij2008-05-211-1/+1
* Merge ldb_map into LIBLDB.Jelmer Vernooij2008-05-111-2/+2
* Clean up some git merges gone wrong.Jelmer Vernooij2008-05-101-4/+0
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-254-12/+32
|\
| * Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-172-4/+3
| * Remove event context tracking from the credentials struct.Jelmer Vernooij2008-04-171-2/+2
| * Fix unresolved symbols.Jelmer Vernooij2008-04-141-8/+8
| * Move object files lists to makefile rather than smb_build.Jelmer Vernooij2008-04-141-59/+61
| * Clean up provision and rootdse module to hard-code less stuff.Andrew Bartlett2008-04-041-0/+8
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-088-11/+53
|\|
| * Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-1/+1
| * Fix more valgrind issues.Andrew Bartlett2008-03-292-2/+44