summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/schema/schema_syntax.c
Commit message (Expand)AuthorAgeFilesLines
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-011-15/+9
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-011-4/+4
* Treat DN+STring as a binary string for nowAndrew Bartlett2008-12-201-4/+4
* Now store the GUID and SID from a DN over DRSUAPI into ldb.Andrew Bartlett2008-12-201-38/+157
* Don't treat the DN+binary syntax as a DN.Andrew Bartlett2008-12-021-2/+2
* s4: dsdb/schema: fix the equality and comment of DN+String syntaxStefan Metzmacher2008-11-081-3/+2
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2008-10-241-4/+5
* Move charset library to top level.Jelmer Vernooij2008-10-241-1/+1
* Note the ldb syntax for attribute syntaxes in the table.Andrew Bartlett2008-08-181-20/+27
* Merge the two attribute syntax tables.Andrew Bartlett2008-08-181-1/+69
* Remove uses of global_loadparm.Jelmer Vernooij2008-02-191-8/+9
* Fix segfaults in codepaths only tested by the NET-API-BECOME-DC test.Andrew Bartlett2008-01-231-2/+2
* 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-011-2/+3
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-011-3/+2
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-4/+5
* r26316: Use contexts for conversion functions.Jelmer Vernooij2007-12-211-4/+4
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-18/+22
* r24631: Fix up format warnings, found on my Fedora 7 x86_64 workstation.Andrew Bartlett2007-10-101-2/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r21839: add my email addressStefan Metzmacher2007-10-101-1/+1
* r20504: we handle the attribute values always as DATA_BLOB's andStefan Metzmacher2007-10-101-135/+135
* r20484: get rid of the special case for DN stringsStefan Metzmacher2007-10-101-14/+0
* r20477: get rid of the spcial case for unicode stringsStefan Metzmacher2007-10-101-11/+0
* r20476: get rid of extra case for uint32 valuesStefan Metzmacher2007-10-101-16/+12
* r20475: remove special case for GUID valuesStefan Metzmacher2007-10-101-6/+0
* r20473: remove special case for boolean valuesStefan Metzmacher2007-10-101-7/+0
* 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
* r20452: add conversation for DN strings.Stefan Metzmacher2007-10-101-3/+103
* r20450: implement conversation of unicode stringsStefan Metzmacher2007-10-101-2/+97
* r20441: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r20440: some OID syntax attributes need special handlingStefan Metzmacher2007-10-101-7/+94
* r20437: add conversation function for OID'sStefan Metzmacher2007-10-101-2/+94
* r20435: implement the syntax conversation functions for most of the attribute...Stefan Metzmacher2007-10-101-19/+460
* r20425: a w2k3 forest doesn't have objects with attribute valuesStefan Metzmacher2007-10-101-0/+10
* r20420: create infrastructure to convert attribute values from drsuapi to ldbStefan Metzmacher2007-10-101-0/+95
* r20407: the oMObjectClass values are not padded to 10 bytes!Stefan Metzmacher2007-10-101-14/+9
* r20405: add an array with attribute syntexesStefan Metzmacher2007-10-101-0/+181