summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common/ldb_attributes.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-07fixed internal handling of attribute deletionAndrew Tridgell1-13/+23
2009-04-02major upgrade to the ldb attribute handlingAndrew Tridgell1-0/+21
2009-01-30Explicitly include ldb_handlers.h where necessarySimo Sorce1-0/+1
2009-01-30Fix the mess with ldb includes.Simo Sorce1-1/+1
2008-12-19Small cosmetic LDB patch regarding return values.Matthias Dieter Wallnöfer1-1/+1
2008-12-17s4:ldb: add infrastructure for extended dn handlersAndrew Bartlett1-0/+47
2008-08-21Don't allow a NULL syntaxAndrew Bartlett1-0/+4
2008-08-20don't overwrite fixed attributes with @ATTRIBUTESAndrew Tridgell1-0/+4
2008-08-20Merge commit 'origin/v4-0-test' into v4-0-testAndrew Tridgell1-3/+11
2008-08-20added a LDB_ATTR_FLAG_FIXED so the schema module can mark attributesAndrew Tridgell1-0/+5
2008-08-18Allow attributes to be overwritten, not just added toAndrew Bartlett1-3/+11
2007-10-10r25218: After discussion with Simo, remove the subclass support from LDB.Andrew Bartlett1-111/+0
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell1-2/+1
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell1-1/+1
2007-10-10r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij1-2/+1
2007-10-10r20188: move back to an default attribute handler and not use the '*' attributeStefan Metzmacher1-2/+15
2007-10-10r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointerStefan Metzmacher1-78/+79
2007-10-10r20168: start separating attributes and syntaxesStefan Metzmacher1-7/+12
2007-10-10r19966: we don't need 2 versions of this functionsStefan Metzmacher1-34/+4
2007-10-10r19907: this function is used a lotSimo Sorce1-18/+40
2007-10-10r19886: ncName is specific to samba, not the generic ldb engineSimo Sorce1-1/+0
2007-10-10r19740: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r19365: fixed a memory leak in the ldb attribute handlingAndrew Tridgell1-0/+14
2007-10-10r17579: make ldb build g++ friendlyAndrew Tridgell1-9/+9
2007-10-10r16066: The OSX AD plugin uses objectCategory searches a lot, and uses themAndrew Bartlett1-1/+0
2007-10-10r16062: objectCategory is a DN, and needs to be matched as such.Andrew Bartlett1-0/+1
2007-10-10r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher1-2/+1
2007-10-10r10915: added a standard attribute handler for a ldap UTC time stringAndrew Tridgell1-11/+18
2007-10-10r9928: ncName is a DN, and needs to use DN matching rules.Andrew Bartlett1-0/+1
2007-10-10r9771: - Prevent ldb crash when a invalid DN is addedJelmer Vernooij1-1/+1
2007-10-10r8364: fixed a valgrind bug spotted by simoAndrew Tridgell1-1/+1
2007-10-10r8082: large rewite of ldb_dn.cSimo Sorce1-1/+8
2007-10-10r8037: a fairly major update to the internals of ldb. Changes are:Andrew Tridgell1-0/+281