summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/common/ldb_attributes.c
Commit message (Expand)AuthorAgeFilesLines
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-051-306/+0
* ldb:"ldb_schema_attribute_by_name_internal" - support the whole unsigned int ...Matthias Dieter Wallnöfer2010-10-191-7/+5
* ldb:"ldb_schema_attribute_by_name_internal" - switch back to 32bit countersMatthias Dieter Wallnöfer2010-10-181-4/+5
* LDB:common - Change counters to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-081-7/+8
* fixed internal handling of attribute deletionAndrew Tridgell2009-04-071-13/+23
* major upgrade to the ldb attribute handlingAndrew Tridgell2009-04-021-0/+21
* Explicitly include ldb_handlers.h where necessarySimo Sorce2009-01-301-0/+1
* Fix the mess with ldb includes.Simo Sorce2009-01-301-1/+1
* Small cosmetic LDB patch regarding return values.Matthias Dieter Wallnöfer2008-12-191-1/+1
* s4:ldb: add infrastructure for extended dn handlersAndrew Bartlett2008-12-171-0/+47
* Don't allow a NULL syntaxAndrew Bartlett2008-08-211-0/+4
* don't overwrite fixed attributes with @ATTRIBUTESAndrew Tridgell2008-08-201-0/+4
* Merge commit 'origin/v4-0-test' into v4-0-testAndrew Tridgell2008-08-201-3/+11
|\
| * Allow attributes to be overwritten, not just added toAndrew Bartlett2008-08-181-3/+11
* | added a LDB_ATTR_FLAG_FIXED so the schema module can mark attributesAndrew Tridgell2008-08-201-0/+5
|/
* r25218: After discussion with Simo, remove the subclass support from LDB.Andrew Bartlett2007-10-101-111/+0
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-101-1/+1
* r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij2007-10-101-2/+1
* r20188: move back to an default attribute handler and not use the '*' attributeStefan Metzmacher2007-10-101-2/+15
* r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointerStefan Metzmacher2007-10-101-78/+79
* r20168: start separating attributes and syntaxesStefan Metzmacher2007-10-101-7/+12
* r19966: we don't need 2 versions of this functionsStefan Metzmacher2007-10-101-34/+4
* r19907: this function is used a lotSimo Sorce2007-10-101-18/+40
* r19886: ncName is specific to samba, not the generic ldb engineSimo Sorce2007-10-101-1/+0
* r19740: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r19365: fixed a memory leak in the ldb attribute handlingAndrew Tridgell2007-10-101-0/+14
* r17579: make ldb build g++ friendlyAndrew Tridgell2007-10-101-9/+9
* r16066: The OSX AD plugin uses objectCategory searches a lot, and uses themAndrew Bartlett2007-10-101-1/+0
* r16062: objectCategory is a DN, and needs to be matched as such.Andrew Bartlett2007-10-101-0/+1
* r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher2007-10-101-2/+1
* r10915: added a standard attribute handler for a ldap UTC time stringAndrew Tridgell2007-10-101-11/+18
* r9928: ncName is a DN, and needs to use DN matching rules.Andrew Bartlett2007-10-101-0/+1
* r9771: - Prevent ldb crash when a invalid DN is addedJelmer Vernooij2007-10-101-1/+1
* r8364: fixed a valgrind bug spotted by simoAndrew Tridgell2007-10-101-1/+1
* r8082: large rewite of ldb_dn.cSimo Sorce2007-10-101-1/+8
* r8037: a fairly major update to the internals of ldb. Changes are:Andrew Tridgell2007-10-101-0/+281