Fix the mess with ldb includes.
[metze/samba/wip.git] / source4 / lib / ldb / common / ldb_msg.c
2009-01-30 Simo SorceFix the mess with ldb includes.
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 walk past the end of ldb values.
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Andrew Bartlettr26529: Indeed, this belongs in the schema module....
2007-12-21 Andrew Bartlettr25857: Indent
2007-10-10 Andrew Bartlettr23993: Attempt to fix bug #4808, reported by mwallnoef...
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 Andrew Bartlettr23560: - Activate metze's schema modules (from metze...
2007-10-10 Jelmer Vernooijr22681: Fix standalone ldb build when parent directory...
2007-10-10 Stefan Metzmacherr20731: we need the complex memmove() handling for...
2007-10-10 Stefan Metzmacherr20462: add functions to handle UTCTime strings
2007-10-10 Stefan Metzmacherr20189: remove unused struct element
2007-10-10 Simo Sorcer19909: Make this one double as fast
2007-10-10 Simo Sorcer19832: better prototypes for the linearization functions:
2007-10-10 Simo Sorcer19831: Big ldb_dn optimization and interfaces enhancem...
2007-10-10 Andrew Bartlettr19731: Modify the ldb_map infrustructure to always...
2007-10-10 Simo Sorcer19490: better to check the return result
2007-10-10 Simo Sorcer19489: Change ldb_msg_add_value and ldb_msg_add_empty...
2007-10-10 Stefan Metzmacherr19188: merge from samba3:
2007-10-10 Andrew Tridgellr18910: Change ldb_msg_add_string() to not actually...
2007-10-10 Simo Sorcer18881: remove wrong check and statement.
2007-10-10 Simo Sorcer17859: Fix some return values
2007-10-10 Stefan Metzmacherr17714: fix compiler warnings
2007-10-10 Andrew Bartlettr17580: Add a new tools to convert back from AD-like...
2007-10-10 Simo Sorcer17516: Change helper function names to make more clear...
2007-10-10 Simo Sorcer17514: Simplify the way to set ldb errors and add...
2007-10-10 Simo Sorcer17503: Add a useful function to search for a DN
2007-10-10 Andrew Bartlettr17301: Add a new function to copy a list of attributes...
2007-10-10 Andrew Bartlettr16825: Make ldb_sainity_check() set an error string...
2007-10-10 Simo Sorcer15761: Fix-as-you-go ...
2007-10-10 Simo Sorcer15582: Commit some forgotten stuff that have been...
2007-10-10 Andrew Tridgellr13803: fixed two errors found with 'make valgrindtest'
2007-10-10 Andrew Bartlettr13616: Add new ldb functions: ldb_msg_add_steal_string...
2007-10-10 Simo Sorcer13324: From now on check attribute names obey rfc2251
2007-10-10 Stefan Metzmacherr12829: fix ldb headers, to not include '<...>' files...
2007-10-10 Andrew Bartlettr12746: An initial version of the kludge_acls module.
2007-10-10 Andrew Tridgellr12157: ldb_dump_results() is useful to call from withi...
2007-10-10 Andrew Tridgellr10954: added support for canonicalName in the operatio...
2007-10-10 Andrew Tridgellr10918: - fixed standalone ldb build
2007-10-10 Andrew Tridgellr10917: copy the element name in a ldb_msg_rename_attr...
2007-10-10 Andrew Tridgellr10916: - finished the 'operational' ldb module
2007-10-10 Andrew Tridgellr10914: moved the ldap time string functions into ldb...
2007-10-10 Andrew Tridgellr10913: This patch isn't as big as it looks ...
2007-10-10 Simo Sorcer10477: expose transactions outside ldb and change...
2007-10-10 Stefan Metzmacherr10312: fix compiler warning
2007-10-10 Simo Sorcer10304: check for basic ldb_message sanity and return...
2007-10-10 Jelmer Vernooijr9771: - Prevent ldb crash when a invalid DN is added
2007-10-10 Simo Sorcer9391: Convert all the code to use struct ldb_dn to...
2007-10-10 Derrell Lipmanr7602: fix some compiler warnings
2007-10-10 Andrew Tridgellr7527: - added a ldb_search_bytree() interface, which...
2007-10-10 Andrew Tridgellr6833: split out the routine that calculates the diff...
2007-10-10 Andrew Tridgellr5665: the data within el2->values can still be used...
2007-10-10 Andrew Tridgellr5357: added ldb_msg_add_fmt(), for creating formatted...
2007-10-10 Andrew Bartlettr5092: Add a bit more const - moving it further into...
2007-10-10 Simo Sorcer4714: move the ldb code to the new talloc interface...
2007-10-10 Andrew Bartlettr4678: Add some const to LDB.
2007-10-10 Andrew Tridgellr4474: - converted ldb to use talloc internally
2007-10-10 Andrew Tridgellr4427: - added ldb_msg_*() functions for sorting, compa...
2007-10-10 Stefan Metzmacherr3783: - don't use make proto for ldb anymore
2007-10-10 Tim Potterr1374: Fix signed/unsigned warnings (actually found...
2007-10-10 Andrew Tridgellr1018: fix a const and unsigned int problem in ldb
2007-10-10 Andrew Tridgellr873: converted samba4 to use real 64 bit integers...
2007-10-10 Andrew Tridgellr601: added the server code for all the samr_SetUserInf...
2007-10-10 Andrew Tridgellr574: - another attempt at const cleanliness in ldb
2007-10-10 Andrew Tridgellr502: modified ldb to allow the use of an external...
2007-10-10 Andrew Tridgellr435: a major upgrade for ldb
2007-10-10 Andrew Tridgellr152: a quick airport commit ....