fixed internal handling of attribute deletion
[jra/samba/.git] / source4 / lib / ldb / common / ldb_attributes.c
2009-04-07 Andrew Tridgellfixed internal handling of attribute deletion
2009-04-02 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-02 Andrew TridgellMerge commit 'abartlet/wspp-schema' into wspp-schema
2009-04-02 Andrew Tridgellmajor upgrade to the ldb attribute handling
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-31 Simo SorceExplicitly include ldb_handlers.h where necessary
2009-01-30 Simo SorceFix the mess with ldb includes.
2008-12-19 Jelmer VernooijMerge branch 'pyregistry' of git://git.samba.org/jelmer...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Matthias Dieter... Small cosmetic LDB patch regarding return values.
2008-12-18 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-12-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-17 Andrew Bartletts4:ldb: add infrastructure for extended dn handlers
2008-09-24 Jelmer VernooijRevert LDB return code patches from Matthias.
2008-09-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-24 Matthias Dieter... Cosmetic corrections for the LDB library
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-26 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-24 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-22 Andrew TridgellMerge commit 'origin/v4-0-test' into v4-0-test
2008-08-22 Andrew TridgellMerge branch 'abartlet-4-0-local' into v4-0-test
2008-08-21 Andrew BartlettDon't allow a NULL syntax
2008-08-20 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-20 Andrew Tridgelldon't overwrite fixed attributes with @ATTRIBUTES
2008-08-20 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-20 Andrew TridgellMerge commit 'origin/v4-0-test' into v4-0-test
2008-08-20 Andrew Tridgelladded a LDB_ATTR_FLAG_FIXED so the schema module can...
2008-08-19 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-19 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-19 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-18 Andrew BartlettAllow attributes to be overwritten, not just added to
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Andrew Bartlettr25218: After discussion with Simo, remove the subclass...
2007-10-10 Andrew Tridgellr23798: updated old Temple Place FSF addresses to new URL
2007-10-10 Andrew Tridgellr23795: more v2->v3 conversion
2007-10-10 Jelmer Vernooijr22681: Fix standalone ldb build when parent directory...
2007-10-10 Stefan Metzmacherr20188: move back to an default attribute handler and...
2007-10-10 Stefan Metzmacherr20184: change ldb_attrib_handler into ldb_schema_attri...
2007-10-10 Stefan Metzmacherr20168: start separating attributes and syntaxes
2007-10-10 Stefan Metzmacherr19966: we don't need 2 versions of this functions
2007-10-10 Simo Sorcer19907: this function is used a lot
2007-10-10 Simo Sorcer19886: ncName is specific to samba, not the generic...
2007-10-10 Stefan Metzmacherr19740: fix compiler warning
2007-10-10 Andrew Tridgellr19365: fixed a memory leak in the ldb attribute handling
2007-10-10 Andrew Tridgellr17579: make ldb build g++ friendly
2007-10-10 Andrew Bartlettr16066: The OSX AD plugin uses objectCategory searches...
2007-10-10 Andrew Bartlettr16062: objectCategory is a DN, and needs to be matched...
2007-10-10 Stefan Metzmacherr12829: fix ldb headers, to not include '<...>' files...
2007-10-10 Andrew Tridgellr10915: added a standard attribute handler for a ldap...
2007-10-10 Andrew Bartlettr9928: ncName is a DN, and needs to use DN matching...
2007-10-10 Jelmer Vernooijr9771: - Prevent ldb crash when a invalid DN is added
2007-10-10 Andrew Tridgellr8364: fixed a valgrind bug spotted by simo
2007-10-10 Simo Sorcer8082: large rewite of ldb_dn.c
2007-10-10 Andrew Tridgellr8037: a fairly major update to the internals of ldb...