Age | Commit message (Expand) | Author | Files | Lines |
2008-09-12 | Remove ancient remains of first experimentations about | Simo Sorce | 4 | -1781/+0 |
2008-09-12 | Fix failure to load the schema on read-only DB. | Andrew Bartlett | 1 | -23/+13 |
2008-09-11 | Remove the complexity of transactions from the attributes-setting code. | Andrew Bartlett | 1 | -16/+1 |
2008-09-11 | Make cn=aggregate output less pretty, by more like Win2008. | Andrew Bartlett | 1 | -2/+2 |
2008-09-09 | Fix reversed test trying to fix bug #5713 | Andrew Bartlett | 1 | -1/+1 |
2008-09-09 | Fix bug #5713 by correcting the generated schema. | Andrew Bartlett | 1 | -1/+1 |
2008-09-08 | Add definition for SYSTEM_FLAG_ATTR_IS_RDN | Andrew Bartlett | 1 | -0/+1 |
2008-09-08 | Try to implement the right logic for systemFlags | Andrew Bartlett | 1 | -0/+37 |
2008-09-08 | Don't expose passwords, even to the administrator. | Andrew Bartlett | 1 | -1/+14 |
2008-08-22 | Merge branch 'abartlet-4-0-local' into v4-0-test | Andrew Tridgell | 12 | -572/+828 |
2008-08-22 | fixed error handling in ANR code | Andrew Tridgell | 1 | -18/+24 |
2008-08-21 | Don't walk past the end of ldb values. | Andrew Bartlett | 5 | -8/+8 |
2008-08-21 | Stop every ldb startup doing a write to the database. | Andrew Bartlett | 1 | -0/+7 |
2008-08-21 | Set both attributes and indexes into the database on schema load. | Andrew Bartlett | 1 | -18/+142 |
2008-08-21 | Don't maniplate control entries in samldb | Andrew Bartlett | 1 | -0/+4 |
2008-08-20 | drsuapi: fix samba4 callers after drsuapi.idl changes | Stefan Metzmacher | 1 | -6/+14 |
2008-08-20 | Use the new SEARCH_FLAG_ANR define | Andrew Bartlett | 1 | -1/+1 |
2008-08-20 | Apply attributes (and their syntax) from the schema into ldb | Andrew Bartlett | 1 | -0/+49 |
2008-08-20 | Add schema search flags from MS-ADTS | Andrew Bartlett | 1 | -0/+11 |
2008-08-20 | Split schema_init.c into smaller bits. | Andrew Bartlett | 4 | -545/+600 |
2008-08-18 | Note the ldb syntax for attribute syntaxes in the table. | Andrew Bartlett | 3 | -20/+29 |
2008-08-18 | Fix segfaults when loading the schema fails. | Andrew Bartlett | 1 | -14/+13 |
2008-08-18 | Ensure we fail to proceed if the schema won't load. | Andrew Bartlett | 1 | -0/+1 |
2008-08-18 | Remove references to the unused @SUBCLASS feature. | Andrew Bartlett | 1 | -1/+1 |
2008-08-18 | Merge the two attribute syntax tables. | Andrew Bartlett | 6 | -183/+75 |
2008-08-15 | Generate the subSchema in cn=Aggregate | Andrew Bartlett | 8 | -234/+758 |
2008-08-07 | drsuapi: fix callers after idl change | Stefan Metzmacher | 1 | -1/+1 |
2008-07-28 | Remove unused variable | Andrew Bartlett | 1 | -1/+0 |
2008-07-28 | Fix warnings in new prefixMap code | Andrew Bartlett | 1 | -2/+3 |
2008-07-26 | dsdb: add a comment about the parameter to DSDB_EXTENDED_SCHEMA_UPDATE_NOW_OID | Stefan Metzmacher | 1 | -0/+4 |
2008-07-26 | dsdb/schema: make more clear where we create the value for the new prefix map... | Stefan Metzmacher | 1 | -0/+6 |
2008-07-26 | dsdb/schema: dsdb_write_prefixes_to_ldb() should do the reverse of dsdb_read_... | Stefan Metzmacher | 1 | -52/+44 |
2008-07-25 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 8 | -155/+768 |
2008-07-25 | Try to avoid a memory leak if we re-set the global schema | Andrew Bartlett | 1 | -0/+9 |
2008-07-25 | Clarify how we are doing the 'this is a rootdse query' check. | Andrew Bartlett | 1 | -1/+2 |
2008-07-24 | password_hash: fix the callers after drsblobs.idl changes | Stefan Metzmacher | 1 | -33/+41 |
2008-07-24 | dsdb_create_prefix_mapping() implementation checks for existing prefix maping... | Anatoliy Atanasov | 1 | -36/+257 |
2008-07-24 | Handle schema reloading request. | Anatoliy Atanasov | 4 | -4/+158 |
2008-07-23 | libnet_become_dc: send msDS_Behavior_Version == 3 (win2k8) in DsAddEntry | Michael Adam | 1 | -0/+1 |
2008-07-23 | dsdb: teach dreplsrv_out_drsuapi_bind_recv() knowledge of DsBindInfo48. | Michael Adam | 1 | -0/+9 |
2008-07-23 | password_hash: add generation of the Primary:Kerberos-Newer-Keys blob | Stefan Metzmacher | 1 | -3/+216 |
2008-07-23 | password_hash: order the supplementalCredentials Packages in the same order l... | Stefan Metzmacher | 1 | -13/+55 |
2008-07-23 | password_hash: split the generation of krb5 keys into a different function | Stefan Metzmacher | 1 | -92/+69 |
2008-07-23 | password_hash: simplify the logic if we have cleartext we always generate the... | Stefan Metzmacher | 1 | -2/+2 |
2008-07-23 | password_hash: fix callers after idl change for package_PrimaryKerberos | Stefan Metzmacher | 1 | -7/+0 |
2008-07-23 | password_hash: check the SUPPLEMENTAL_CREDENTIALS_SIGNATURE | Stefan Metzmacher | 1 | -2/+11 |
2008-07-23 | password_hash: ignore reserved value, but still set it like windows does | Stefan Metzmacher | 1 | -8/+4 |
2008-07-23 | password_hash: don't add zero padding as w2k8 also don't add it | Stefan Metzmacher | 1 | -10/+0 |
2008-07-22 | Change occurrences of the u1 member of DsBindInfo* to pid after idl change. | Michael Adam | 2 | -2/+2 |
2008-07-16 | drsuapi: make use of the 'more_data' field in DsGetNCChangesCtr[1|6] | Stefan Metzmacher | 1 | -8/+2 |