summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/schema
Commit message (Expand)AuthorAgeFilesLines
* Make Samba4 pass the NET-API-BECOMEDC test against Win2k3 (again).Andrew Bartlett2008-03-061-6/+13
* Fix accidently introduced bug - thanks metze.Jelmer Vernooij2008-02-191-1/+1
* Remove uses of global_loadparm.Jelmer Vernooij2008-02-193-15/+18
* Fix segfaults in codepaths only tested by the NET-API-BECOME-DC test.Andrew Bartlett2008-01-231-2/+2
* r26697: Leak less memory into the ldb context.Andrew Bartlett2008-01-081-3/+15
* r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij2008-01-031-3/+2
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-012-5/+6
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-012-4/+3
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-211-1/+1
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-211-1/+1
* r26528: dsdb: Fix a warning.Kai Blin2007-12-211-4/+3
* r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij2007-12-211-0/+2
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-212-5/+7
* r26412: Add comments and refactor to reuse common code.Andrew Bartlett2007-12-211-10/+29
* r26316: Use contexts for conversion functions.Jelmer Vernooij2007-12-212-5/+5
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-212-32/+40
* r25786: Add function required by linked_attributes module (We need a list ofAndrew Bartlett2007-12-211-0/+20
* r25749: Add function required by linked_attributes module.Andrew Bartlett2007-12-211-0/+15
* r25553: Convert to standard bool type.Jelmer Vernooij2007-10-101-65/+65
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-4/+0
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-101-11/+11
* r24631: Fix up format warnings, found on my Fedora 7 x86_64 workstation.Andrew Bartlett2007-10-102-4/+4
* r24060: Fix bug #4806 by Matthias Wallnöfer <mwallnoefer@yahoo.de>: We need toAndrew Bartlett2007-10-102-2/+7
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-104-12/+8
* r23699: when we create the global schema, remember to set the ldb opaque so weAndrew Tridgell2007-10-101-1/+3
* r23695: By not using the NULL context for these large structures, we don'tAndrew Bartlett2007-10-101-1/+1
* r23560: - Activate metze's schema modules (from metze's schema-loading-13 pat...Andrew Bartlett2007-10-101-4/+86
* r23419: initialize variable...Stefan Metzmacher2007-10-101-0/+1
* r22992: add a function to attach the dsdb_schema to a ldb_contextStefan Metzmacher2007-10-101-2/+124
* r21839: add my email addressStefan Metzmacher2007-10-103-3/+3
* r20973: add functions to create the autocreated subSchema Attributes:Stefan Metzmacher2007-10-101-0/+191
* r20766: when creating dsdb_attribute or dsdb_class structs from ldb, try the ...Stefan Metzmacher2007-10-101-8/+48
* r20764: fix some little bugsStefan Metzmacher2007-10-101-4/+5
* r20763: add function to get the oid mappings in drsuapi or ldb formStefan Metzmacher2007-10-101-0/+65
* r20733: add a function to load the oid mappings from ldb_val'sStefan Metzmacher2007-10-101-2/+47
* r20576: add functions to get and set dsdb_schema on the ldb contextStefan Metzmacher2007-10-101-0/+34
* r20523: match the lDAPDisplayName case insensitiveStefan Metzmacher2007-10-101-2/+2
* r20504: we handle the attribute values always as DATA_BLOB's andStefan Metzmacher2007-10-102-168/+168
* r20484: get rid of the special case for DN stringsStefan Metzmacher2007-10-102-16/+29
* r20477: get rid of the spcial case for unicode stringsStefan Metzmacher2007-10-102-17/+22
* r20476: get rid of extra case for uint32 valuesStefan Metzmacher2007-10-102-19/+16
* r20475: remove special case for GUID valuesStefan Metzmacher2007-10-102-14/+16
* r20473: remove special case for boolean valuesStefan Metzmacher2007-10-102-14/+13
* r20472: add a comment for Object(Replica-Link), it's not clear thatStefan Metzmacher2007-10-101-0/+6
* r20471: implement conversation functions for PRESENTATION_ADDRESS attribute s...Stefan Metzmacher2007-10-101-3/+102
* r20469: w2k3 handles String(Numeric), String(Printable), String(Teletex) and ...Stefan Metzmacher2007-10-101-11/+9
* r20466: I removed the _all only for tests and forgot to revert itStefan Metzmacher2007-10-101-1/+1
* r20463: implement conversation of NTTIME_UTC attribute syntaxStefan Metzmacher2007-10-101-3/+95
* r20461: this attribute syntaxes are not used for any attribute definitions in...Stefan Metzmacher2007-10-101-5/+5
* r20453: add conversation for the DN_BINARY attribute syntaxStefan Metzmacher2007-10-101-2/+100