summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema_syntax.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-18Note the ldb syntax for attribute syntaxes in the table.Andrew Bartlett1-20/+27
2008-08-18Merge the two attribute syntax tables.Andrew Bartlett1-1/+69
2008-02-19Remove uses of global_loadparm.Jelmer Vernooij1-8/+9
2008-01-23Fix segfaults in codepaths only tested by the NET-API-BECOME-DC test.Andrew Bartlett1-2/+2
2008-01-03r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij1-3/+2
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij1-2/+3
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij1-3/+2
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij1-4/+5
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij1-4/+4
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-18/+22
2007-10-10r24631: Fix up format warnings, found on my Fedora 7 x86_64 workstation.Andrew Bartlett1-2/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r21839: add my email addressStefan Metzmacher1-1/+1
2007-10-10r20504: we handle the attribute values always as DATA_BLOB's andStefan Metzmacher1-135/+135
2007-10-10r20484: get rid of the special case for DN stringsStefan Metzmacher1-14/+0
2007-10-10r20477: get rid of the spcial case for unicode stringsStefan Metzmacher1-11/+0
2007-10-10r20476: get rid of extra case for uint32 valuesStefan Metzmacher1-16/+12
2007-10-10r20475: remove special case for GUID valuesStefan Metzmacher1-6/+0
2007-10-10r20473: remove special case for boolean valuesStefan Metzmacher1-7/+0
2007-10-10r20472: add a comment for Object(Replica-Link), it's not clear thatStefan Metzmacher1-0/+6
2007-10-10r20471: implement conversation functions for PRESENTATION_ADDRESS attribute s...Stefan Metzmacher1-3/+102
2007-10-10r20469: w2k3 handles String(Numeric), String(Printable), String(Teletex) and ...Stefan Metzmacher1-11/+9
2007-10-10r20466: I removed the _all only for tests and forgot to revert itStefan Metzmacher1-1/+1
2007-10-10r20463: implement conversation of NTTIME_UTC attribute syntaxStefan Metzmacher1-3/+95
2007-10-10r20461: this attribute syntaxes are not used for any attribute definitions in...Stefan Metzmacher1-5/+5
2007-10-10r20453: add conversation for the DN_BINARY attribute syntaxStefan Metzmacher1-2/+100
2007-10-10r20452: add conversation for DN strings.Stefan Metzmacher1-3/+103
2007-10-10r20450: implement conversation of unicode stringsStefan Metzmacher1-2/+97
2007-10-10r20441: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r20440: some OID syntax attributes need special handlingStefan Metzmacher1-7/+94
2007-10-10r20437: add conversation function for OID'sStefan Metzmacher1-2/+94
2007-10-10r20435: implement the syntax conversation functions for most of the attribute...Stefan Metzmacher1-19/+460
2007-10-10r20425: a w2k3 forest doesn't have objects with attribute valuesStefan Metzmacher1-0/+10
2007-10-10r20420: create infrastructure to convert attribute values from drsuapi to ldbStefan Metzmacher1-0/+95
2007-10-10r20407: the oMObjectClass values are not padded to 10 bytes!Stefan Metzmacher1-14/+9
2007-10-10r20405: add an array with attribute syntexesStefan Metzmacher1-0/+181