summaryrefslogtreecommitdiff
path: root/source/dsdb
Commit message (Expand)AuthorAgeFilesLines
* Fix reversed test trying to fix bug #5713Andrew Bartlett2008-09-091-1/+1
* Fix bug #5713 by correcting the generated schema.Andrew Bartlett2008-09-091-1/+1
* Add definition for SYSTEM_FLAG_ATTR_IS_RDNAndrew Bartlett2008-09-081-0/+1
* 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
* Merge branch 'abartlet-4-0-local' into v4-0-testAndrew Tridgell2008-08-2212-572/+828
|\
| * 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
| * Stop every ldb startup doing a write to the database.Andrew Bartlett2008-08-211-0/+7
| * Set both attributes and indexes into the database on schema load.Andrew Bartlett2008-08-211-18/+142
| * Don't maniplate control entries in samldbAndrew Bartlett2008-08-211-0/+4
| * Use the new SEARCH_FLAG_ANR defineAndrew Bartlett2008-08-201-1/+1
| * Apply attributes (and their syntax) from the schema into ldbAndrew Bartlett2008-08-201-0/+49
| * Add schema search flags from MS-ADTSAndrew Bartlett2008-08-201-0/+11
| * Split schema_init.c into smaller bits.Andrew Bartlett2008-08-204-545/+600
* | drsuapi: fix samba4 callers after drsuapi.idl changesStefan Metzmacher2008-08-201-6/+14
|/
* Note the ldb syntax for attribute syntaxes in the table.Andrew Bartlett2008-08-183-20/+29
* Fix segfaults when loading the schema fails.Andrew Bartlett2008-08-181-14/+13
* 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
* Merge the two attribute syntax tables.Andrew Bartlett2008-08-186-183/+75
* Generate the subSchema in cn=AggregateAndrew Bartlett2008-08-158-234/+758
* drsuapi: fix callers after idl changeStefan Metzmacher2008-08-071-1/+1
* Remove unused variableAndrew Bartlett2008-07-281-1/+0
* Fix warnings in new prefixMap codeAndrew Bartlett2008-07-281-2/+3
* dsdb: add a comment about the parameter to DSDB_EXTENDED_SCHEMA_UPDATE_NOW_OIDStefan Metzmacher2008-07-261-0/+4
* dsdb/schema: make more clear where we create the value for the new prefix map...Stefan Metzmacher2008-07-261-0/+6
* dsdb/schema: dsdb_write_prefixes_to_ldb() should do the reverse of dsdb_read_...Stefan Metzmacher2008-07-261-52/+44
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-07-258-155/+768
|\
| * password_hash: fix the callers after drsblobs.idl changesStefan Metzmacher2008-07-241-33/+41
| * dsdb_create_prefix_mapping() implementation checks for existing prefix maping...Anatoliy Atanasov2008-07-241-36/+257
| * Handle schema reloading request.Anatoliy Atanasov2008-07-244-4/+158
| * libnet_become_dc: send msDS_Behavior_Version == 3 (win2k8) in DsAddEntryMichael Adam2008-07-231-0/+1
| * dsdb: teach dreplsrv_out_drsuapi_bind_recv() knowledge of DsBindInfo48.Michael Adam2008-07-231-0/+9
| * 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
* | Try to avoid a memory leak if we re-set the global schemaAndrew Bartlett2008-07-251-0/+9
* | Clarify how we are doing the 'this is a rootdse query' check.Andrew Bartlett2008-07-251-1/+2
|/
* Change occurrences of the u1 member of DsBindInfo* to pid after idl change.Michael Adam2008-07-222-2/+2
* drsuapi: make use of the 'more_data' field in DsGetNCChangesCtr[1|6]Stefan Metzmacher2008-07-161-8/+2
* drsuapi: check ctr6->drs_errorStefan Metzmacher2008-07-161-0/+7
* drsuapi: get ctr6 out of xpress compressed levelStefan Metzmacher2008-07-161-0/+5
* 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
| |\