summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common/ldb_msg.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-30s4-ldb: changed ldb_msg_add_dn() to ldb_msg_add_linearized_dn()Crístian Deives1-3/+4
2009-11-20s4-ldb: added a warning about ldb_msg_add_dnAndrew Tridgell1-0/+2
2009-11-20added new function "ldb_msg_add_dn"Crístian Deives1-0/+9
2009-11-12s4:ldb Allow ldb_msg_canonicalize to handle empty elementsAndrew Bartlett1-1/+1
2009-10-22s4-ldb: fast path for equal pointersAndrew Tridgell1-1/+1
2009-10-18s4:ldb_msg_check_string_attribute - add a comment about the result valuesMatthias Dieter Wallnöfer1-1/+5
2009-10-18Revert "s4:ldb_msg - Use LDB constants on results"Matthias Dieter Wallnöfer1-3/+4
2009-10-18s4:ldb_msg - Use LDB constants on resultsMatthias Dieter Wallnöfer1-5/+7
2009-10-01s4:ldb_msg_diff - Fixes up possible memory leaks and the python binding of itMatthias Dieter Wallnöfer1-3/+9
2009-09-11s4-ldb: don't remove a message element beyond the end of the arrayAndrew Tridgell1-0/+4
2009-06-29ldb: Properly handle NULL when copying attr lists.Andrew Kroeger1-4/+4
2009-01-30Fix the mess with ldb includes.Simo Sorce1-1/+1
2008-08-21Don't walk past the end of ldb values.Andrew Bartlett1-3/+3
2007-12-21r26529: Indeed, this belongs in the schema module. Ranged results need to useAndrew Bartlett1-5/+0
2007-12-21r25857: IndentAndrew Bartlett1-1/+2
2007-10-10r23993: Attempt to fix bug #4808, reported by mwallnoefer@yahoo.de. The issueAndrew Bartlett1-1/+4
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-10r23560: - Activate metze's schema modules (from metze's schema-loading-13 pat...Andrew Bartlett1-2/+10
2007-10-10r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij1-2/+1
2007-10-10r20731: we need the complex memmove() handling for removing an attribute only...Stefan Metzmacher1-16/+12
2007-10-10r20462: add functions to handle UTCTime stringsStefan Metzmacher1-3/+56
2007-10-10r20189: remove unused struct elementStefan Metzmacher1-1/+0
2007-10-10r19909: Make this one double as fastSimo Sorce1-5/+17
2007-10-10r19832: better prototypes for the linearization functions:Simo Sorce1-1/+1
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-2/+10
2007-10-10r19731: Modify the ldb_map infrustructure to always map from requestedAndrew Bartlett1-1/+13
2007-10-10r19490: better to check the return resultSimo Sorce1-4/+5
2007-10-10r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum...Simo Sorce1-10/+21
2007-10-10r19188: merge from samba3:Stefan Metzmacher1-1/+1
2007-10-10r18910: Change ldb_msg_add_string() to not actually add an attribute if theAndrew Tridgell1-0/+5
2007-10-10r18881: remove wrong check and statement.Simo Sorce1-5/+0
2007-10-10r17859: Fix some return valuesSimo Sorce1-15/+15
2007-10-10r17714: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r17580: Add a new tools to convert back from AD-like schema to OpenLDAP.Andrew Bartlett1-0/+17
2007-10-10r17516: Change helper function names to make more clear what they are meant t...Simo Sorce1-21/+21
2007-10-10r17514: Simplify the way to set ldb errors and add anotherSimo Sorce1-5/+5
2007-10-10r17503: Add a useful function to search for a DNSimo Sorce1-0/+13
2007-10-10r17301: Add a new function to copy a list of attributes, while adding one toAndrew Bartlett1-0/+22
2007-10-10r16825: Make ldb_sainity_check() set an error string. This makes it muchAndrew Bartlett1-2/+9
2007-10-10r15761: Fix-as-you-go ...Simo Sorce1-1/+1
2007-10-10r15582: Commit some forgotten stuff that have been setting on my private tree...Simo Sorce1-0/+17
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