Age | Commit message (Expand) | Author | Files | Lines |
2009-07-08 | Fix for schemaUpdateNow command | Anatoliy Atanasov | 1 | -1/+1 |
2009-07-02 | we can't use the unique index code for samAccountName | Andrew Tridgell | 1 | -1/+1 |
2009-07-02 | fixed the pull of drs schema elements | Andrew Tridgell | 1 | -33/+20 |
2009-06-01 | mark samAccountName, objectGUID and objectSID as unique indexed | Andrew Tridgell | 1 | -0/+20 |
2009-04-02 | major upgrade to the ldb attribute handling | Andrew Tridgell | 1 | -3/+56 |
2009-03-31 | possibleInferiors is a generated attribute - we can't pull it over DRS | Andrew Tridgell | 1 | -2/+0 |
2009-03-11 | s4:schema Don't rely on objectCategory 'magic' when loading the schema | Andrew Bartlett | 1 | -2/+2 |
2009-03-06 | Load the schema with a more efficient single search | Andrew Bartlett | 1 | -93/+15 |
2009-03-04 | Pull in all the schema information during DRS schema fetch | Andrew Bartlett | 1 | -9/+38 |
2009-03-01 | s4: Use same function signature for convert_* as s3. | Jelmer Vernooij | 1 | -4/+3 |
2009-03-01 | Add allow_badcharcnv argument to all conversion function, for | Jelmer Vernooij | 1 | -1/+1 |
2008-11-16 | s4:dsdb/schema: use pointers for rangeLower and rangeUpper. | Stefan Metzmacher | 1 | -4/+39 |
2008-10-24 | Remove iconv_convenience argument from convert_string{,talloc}() but | Jelmer Vernooij | 1 | -1/+1 |
2008-10-18 | Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with Samba | Jelmer Vernooij | 1 | -4/+2 |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 1 | -1/+1 |
2008-09-23 | Merge ldb_search() and ldb_search_exp_fmt() into a simgle function. | Simo Sorce | 1 | -17/+16 |
2008-08-20 | Split schema_init.c into smaller bits. | Andrew Bartlett | 1 | -545/+0 |
2008-08-18 | Fix segfaults when loading the schema fails. | Andrew Bartlett | 1 | -14/+13 |
2008-08-15 | Generate the subSchema in cn=Aggregate | Andrew Bartlett | 1 | -42/+55 |
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 | 1 | -2/+11 |
2008-07-10 | Make ad2oLschema even simpler, by moving the heavy work into dsdb. | Andrew Bartlett | 1 | -3/+303 |
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 | 1 | -0/+6 |
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 | 1 | -7/+7 |
2008-01-08 | r26697: Leak less memory into the ldb context. | Andrew Bartlett | 1 | -3/+15 |
2008-01-01 | r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,... | Jelmer Vernooij | 1 | -3/+3 |
2008-01-01 | r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26540: Revert my previous commit after concerns raised by Andrew. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26539: Remove unnecessary statics. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26528: dsdb: Fix a warning. | Kai Blin | 1 | -4/+3 |
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26412: Add comments and refactor to reuse common code. | Andrew Bartlett | 1 | -10/+29 |
2007-12-21 | r26316: Use contexts for conversion functions. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers) | Stefan Metzmacher | 1 | -14/+18 |
2007-12-21 | r25786: Add function required by linked_attributes module (We need a list of | Andrew Bartlett | 1 | -0/+20 |
2007-12-21 | r25749: Add function required by linked_attributes module. | Andrew Bartlett | 1 | -0/+15 |
2007-10-10 | r25553: Convert to standard bool type. | Jelmer Vernooij | 1 | -65/+65 |
2007-10-10 | r24631: Fix up format warnings, found on my Fedora 7 x86_64 workstation. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r24060: Fix bug #4806 by Matthias Wallnöfer <mwallnoefer@yahoo.de>: We need to | Andrew Bartlett | 1 | -2/+6 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |