summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/samdb
Commit message (Expand)AuthorAgeFilesLines
...
* Cosmetic corrections for the DSDB moduleMatthias Dieter Wallnöfer2008-09-244-16/+16
* Use loadparm since it's required by some modules.Jelmer Vernooij2008-09-241-6/+6
* Move source4/lib/crypto to lib/crypto.Jelmer Vernooij2008-09-241-1/+1
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-239-38/+29
* Fix last samba3sam.py test.Jelmer Vernooij2008-09-211-24/+28
* Fix DNs - only one more samba3sam test failing now.Jelmer Vernooij2008-09-211-80/+72
* More code simplifications.Jelmer Vernooij2008-09-201-24/+25
* Fix formatting.Jelmer Vernooij2008-09-191-35/+63
* Simplify code, remove print statements.Jelmer Vernooij2008-09-191-29/+42
* Fix objectclass tests.Jelmer Vernooij2008-09-191-4/+3
* Improve formatting.Jelmer Vernooij2008-09-181-66/+54
* Fix tests, be less verbose.Jelmer Vernooij2008-09-181-35/+35
* Fix some tests.Jelmer Vernooij2008-09-181-4/+16
* Remove ancient remains of first experimentations aboutSimo Sorce2008-09-124-1781/+0
* Try to implement the right logic for systemFlagsAndrew Bartlett2008-09-081-0/+37
* Don't expose passwords, even to the administrator.Andrew Bartlett2008-09-081-1/+14
* 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
* Note the ldb syntax for attribute syntaxes in the table.Andrew Bartlett2008-08-181-0/+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
* dsdb: add a comment about the parameter to DSDB_EXTENDED_SCHEMA_UPDATE_NOW_OIDStefan Metzmacher2008-07-261-0/+4
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-07-255-119/+501
|\
| * password_hash: fix the callers after drsblobs.idl changesStefan Metzmacher2008-07-241-33/+41
| * Handle schema reloading request.Anatoliy Atanasov2008-07-244-4/+158
| * 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
|\
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-07-151-1/+26
| |\
| * | Revert Fedrora DS backend to use extensibleObject.Andrew Bartlett2008-07-151-1/+1
* | | Simplify the contextCSN determination.Andrew Bartlett2008-07-152-145/+68
| |/ |/|
* | Use secrets.ldb to store credentials to contact LDAP backend.Andrew Bartlett2008-07-151-1/+26
|/
* 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-013-33/+9