summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common/ldb_msg.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13803: fixed two errors found with 'make valgrindtest'Andrew Tridgell1-1/+1
2007-10-10r13616: Add new ldb functions: ldb_msg_add_steal_string() andAndrew Bartlett1-0/+32
2007-10-10r13324: From now on check attribute names obey rfc2251Simo Sorce1-0/+5
2007-10-10r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher1-4/+1
2007-10-10r12746: An initial version of the kludge_acls module.Andrew Bartlett1-4/+6
2007-10-10r12157: ldb_dump_results() is useful to call from within gdb, so you can see aAndrew Tridgell1-0/+17
2007-10-10r10954: added support for canonicalName in the operational module, using theAndrew Tridgell1-0/+13
2007-10-10r10918: - fixed standalone ldb buildAndrew Tridgell1-1/+1
2007-10-10r10917: copy the element name in a ldb_msg_rename_attr() and ldb_msg_copy_att...Andrew Tridgell1-5/+9
2007-10-10r10916: - finished the 'operational' ldb moduleAndrew Tridgell1-27/+44
2007-10-10r10914: moved the ldap time string functions into ldb so they can be used byAndrew Tridgell1-0/+43
2007-10-10r10913: This patch isn't as big as it looks ...Andrew Tridgell1-23/+88
2007-10-10r10477: expose transactions outside ldb and change the API once moreSimo Sorce1-1/+1
2007-10-10r10312: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r10304: check for basic ldb_message sanity and return appropriateSimo Sorce1-0/+30
2007-10-10r9771: - Prevent ldb crash when a invalid DN is addedJelmer Vernooij1-1/+1
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce1-15/+4
2007-10-10r7602: fix some compiler warningsDerrell Lipman1-1/+1
2007-10-10r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell1-2/+1
2007-10-10r6833: split out the routine that calculates the diff between two ldb message...Andrew Tridgell1-0/+55
2007-10-10r5665: the data within el2->values can still be used at this point, so don't ...Andrew Tridgell1-1/+0
2007-10-10r5357: added ldb_msg_add_fmt(), for creating formatted ldb record valuesAndrew Tridgell1-0/+22
2007-10-10r5092: Add a bit more const - moving it further into the LDB layer.Andrew Bartlett1-2/+2
2007-10-10r4714: move the ldb code to the new talloc interface (eg remove _p suffix)Simo Sorce1-8/+8
2007-10-10r4678: Add some const to LDB.Andrew Bartlett1-1/+1
2007-10-10r4474: - converted ldb to use talloc internallyAndrew Tridgell1-29/+25
2007-10-10r4427: - added ldb_msg_*() functions for sorting, comparing and copying messagesAndrew Tridgell1-0/+134
2007-10-10r3783: - don't use make proto for ldb anymoreStefan Metzmacher1-0/+27
2007-10-10r1374: Fix signed/unsigned warnings (actually found by g++) after unsigned intTim Potter1-3/+3
2007-10-10r1018: fix a const and unsigned int problem in ldbAndrew Tridgell1-2/+2
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell1-0/+22
2007-10-10r601: added the server code for all the samr_SetUserInfo and samr_QueryUserIn...Andrew Tridgell1-14/+22
2007-10-10r574: - another attempt at const cleanliness in ldbAndrew Tridgell1-0/+47
2007-10-10r502: modified ldb to allow the use of an external pool memoryAndrew Tridgell1-5/+8
2007-10-10r435: a major upgrade for ldbAndrew Tridgell1-2/+69
2007-10-10r152: a quick airport commit ....Andrew Tridgell1-0/+133