Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-01-01 | r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,... | Jelmer Vernooij | 2 | -5/+6 |
2008-01-01 | r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc... | Jelmer Vernooij | 2 | -4/+3 |
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 | r26483: Merge ldb module dependency fixes, fix auth python module. | Jelmer Vernooij | 1 | -0/+2 |
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 2 | -5/+7 |
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 | 2 | -5/+5 |
2007-12-21 | r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers) | Stefan Metzmacher | 2 | -32/+40 |
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 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 1 | -4/+0 |
2007-10-10 | r24712: No longer expose the 'BOOL' data type in any interfaces. | Jelmer Vernooij | 1 | -11/+11 |
2007-10-10 | r24631: Fix up format warnings, found on my Fedora 7 x86_64 workstation. | Andrew Bartlett | 2 | -4/+4 |
2007-10-10 | r24060: Fix bug #4806 by Matthias Wallnöfer <mwallnoefer@yahoo.de>: We need to | Andrew Bartlett | 2 | -2/+7 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 4 | -12/+8 |
2007-10-10 | r23699: when we create the global schema, remember to set the ldb opaque so we | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r23695: By not using the NULL context for these large structures, we don't | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r23560: - Activate metze's schema modules (from metze's schema-loading-13 pat... | Andrew Bartlett | 1 | -4/+86 |
2007-10-10 | r23419: initialize variable... | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r22992: add a function to attach the dsdb_schema to a ldb_context | Stefan Metzmacher | 1 | -2/+124 |
2007-10-10 | r21839: add my email address | Stefan Metzmacher | 3 | -3/+3 |
2007-10-10 | r20973: add functions to create the autocreated subSchema Attributes: | Stefan Metzmacher | 1 | -0/+191 |
2007-10-10 | r20766: when creating dsdb_attribute or dsdb_class structs from ldb, try the ... | Stefan Metzmacher | 1 | -8/+48 |
2007-10-10 | r20764: fix some little bugs | Stefan Metzmacher | 1 | -4/+5 |
2007-10-10 | r20763: add function to get the oid mappings in drsuapi or ldb form | Stefan Metzmacher | 1 | -0/+65 |
2007-10-10 | r20733: add a function to load the oid mappings from ldb_val's | Stefan Metzmacher | 1 | -2/+47 |
2007-10-10 | r20576: add functions to get and set dsdb_schema on the ldb context | Stefan Metzmacher | 1 | -0/+34 |
2007-10-10 | r20523: match the lDAPDisplayName case insensitive | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r20504: we handle the attribute values always as DATA_BLOB's and | Stefan Metzmacher | 2 | -168/+168 |
2007-10-10 | r20484: get rid of the special case for DN strings | Stefan Metzmacher | 2 | -16/+29 |
2007-10-10 | r20477: get rid of the spcial case for unicode strings | Stefan Metzmacher | 2 | -17/+22 |
2007-10-10 | r20476: get rid of extra case for uint32 values | Stefan Metzmacher | 2 | -19/+16 |
2007-10-10 | r20475: remove special case for GUID values | Stefan Metzmacher | 2 | -14/+16 |
2007-10-10 | r20473: remove special case for boolean values | Stefan Metzmacher | 2 | -14/+13 |
2007-10-10 | r20472: add a comment for Object(Replica-Link), it's not clear that | Stefan Metzmacher | 1 | -0/+6 |
2007-10-10 | r20471: implement conversation functions for PRESENTATION_ADDRESS attribute s... | Stefan Metzmacher | 1 | -3/+102 |
2007-10-10 | r20469: w2k3 handles String(Numeric), String(Printable), String(Teletex) and ... | Stefan Metzmacher | 1 | -11/+9 |