Age | Commit message (Expand) | Author | Files | Lines |
2009-02-02 | s4:dsdb/schema: s/class/sclass | Stefan Metzmacher | 2 | -31/+32 |
2009-01-30 | Fix all other modules to use ldb_module.h instead of ldb_private.h | Simo Sorce | 1 | -3/+1 |
2008-12-23 | Fix more compiler warnings in various places. | Jelmer Vernooij | 2 | -25/+25 |
2008-12-20 | Treat DN+STring as a binary string for now | Andrew Bartlett | 1 | -4/+4 |
2008-12-20 | Now store the GUID and SID from a DN over DRSUAPI into ldb. | Andrew Bartlett | 3 | -42/+161 |
2008-12-02 | Don't treat the DN+binary syntax as a DN. | Andrew Bartlett | 1 | -2/+2 |
2008-11-16 | s4:dsdb/schema: add a function to generate the "extendedClassInfo" values | Stefan Metzmacher | 1 | -4/+44 |
2008-11-16 | s4:dsdb/schema: add a function to generate the "extendedAttributeInfo" values | Stefan Metzmacher | 1 | -7/+83 |
2008-11-16 | s4:dsdb/schema: use pointers for rangeLower and rangeUpper. | Stefan Metzmacher | 2 | -6/+41 |
2008-11-16 | s4:dsdb/schema: we don't need to use find_syntax_map_by_ad_oid() as the synta... | Stefan Metzmacher | 1 | -3/+1 |
2008-11-08 | s4: dsdb/schema: fix the equality and comment of DN+String syntax | Stefan Metzmacher | 1 | -3/+2 |
2008-10-24 | Remove unused include param/param.h. | Jelmer Vernooij | 1 | -1/+0 |
2008-10-24 | Remove iconv_convenience argument from convert_string{,talloc}() but | Jelmer Vernooij | 2 | -5/+6 |
2008-10-24 | Move charset library to top level. | Jelmer Vernooij | 1 | -1/+1 |
2008-10-18 | Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with Samba | Jelmer Vernooij | 2 | -6/+3 |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 2 | -2/+2 |
2008-10-06 | Remove DESCRIPTION from generated schema lines. | Andrew Bartlett | 1 | -20/+1 |
2008-10-06 | Fix Domain Trust creation with Windows 2008 (and many other tools) | Andrew Bartlett | 1 | -1/+5 |
2008-09-23 | Merge ldb_search() and ldb_search_exp_fmt() into a simgle function. | Simo Sorce | 2 | -19/+18 |
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-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-20 | Apply attributes (and their syntax) from the schema into ldb | Andrew Bartlett | 1 | -0/+49 |
2008-08-20 | Split schema_init.c into smaller bits. | Andrew Bartlett | 3 | -545/+598 |
2008-08-18 | Note the ldb syntax for attribute syntaxes in the table. | Andrew Bartlett | 2 | -20/+28 |
2008-08-18 | Fix segfaults when loading the schema fails. | Andrew Bartlett | 1 | -14/+13 |
2008-08-18 | Merge the two attribute syntax tables. | Andrew Bartlett | 5 | -181/+74 |
2008-08-15 | Generate the subSchema in cn=Aggregate | Andrew Bartlett | 6 | -228/+555 |
2008-07-28 | Fix warnings in new prefixMap code | Andrew Bartlett | 1 | -2/+3 |
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 | 1 | -36/+257 |
2008-07-25 | Try to avoid a memory leak if we re-set the global schema | Andrew Bartlett | 1 | -0/+9 |
2008-07-24 | dsdb_create_prefix_mapping() implementation checks for existing prefix maping... | Anatoliy Atanasov | 1 | -36/+257 |
2008-07-11 | Use common code to fill in allowedAttributes in kludge_acl. | Andrew Bartlett | 2 | -3/+13 |
2008-07-10 | Make ad2oLschema even simpler, by moving the heavy work into dsdb. | Andrew Bartlett | 2 | -3/+312 |
2008-07-02 | Move ad2oLschema and oLschema2ldif into Samba4, out of LDB | Andrew Bartlett | 1 | -0/+108 |
2008-07-02 | Fill in the auxiliary classes into the dsdb_schema. | Andrew Bartlett | 1 | -3/+2 |
2008-07-01 | schema_fsmo: prepare auto allocation of schema oid prefixes | Stefan Metzmacher | 1 | -0/+23 |
2008-07-01 | schema_fsmo: move fsmo info into struct dsdb_schema | Stefan Metzmacher | 2 | -0/+11 |
2008-03-06 | Make Samba4 pass the NET-API-BECOMEDC test against Win2k3 (again). | Andrew Bartlett | 1 | -6/+13 |
2008-02-19 | Fix accidently introduced bug - thanks metze. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-19 | Remove uses of global_loadparm. | Jelmer Vernooij | 3 | -15/+18 |
2008-01-23 | Fix segfaults in codepaths only tested by the NET-API-BECOME-DC test. | Andrew Bartlett | 1 | -2/+2 |
2008-01-08 | r26697: Leak less memory into the ldb context. | Andrew Bartlett | 1 | -3/+15 |
2008-01-03 | r26654: libcli/smb_composite: Rather than specifying each of the gazillion op... | Jelmer Vernooij | 1 | -3/+2 |