summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/schema_syntax.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-35/+32
This patch changes a lot of the code in ldb_dn.c, and also removes and add a number of manipulation functions around. The aim is to avoid validating a dn if not necessary as the validation code is necessarily slow. This is mainly to speed up internal operations where input is not user generated and so we can assume the DNs need no validation. The code is designed to keep the data as a string if possible. The code is not yet 100% perfect, but pass all the tests so far. A memleak is certainly present, I'll work on that next. Simo. (This used to be commit a580c871d3784602a9cce32d33419e63c8236e63)
2007-10-10r19333: commit module changes I made some time ago before I loose themSimo Sorce1-0/+102
(This used to be commit 524ec78086597e0507cb6ce307155ef1b6a47836)
2007-10-10r17998: start working on syntaxesSimo Sorce1-0/+373
(This used to be commit b49b8f5cb5ffa29a3b63f70a1f437c9720d2228c)