summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/common
Commit message (Expand)AuthorAgeFilesLines
* s4-ldb: '+' can also happen in base64 encoded index DNsAndrew Tridgell2009-10-271-1/+1
* s4:ldb Add additional tracing of the ldb APIAndrew Bartlett2009-10-272-4/+80
* s4-ldb: allow for unescaped '=' in a index DNAndrew Tridgell2009-10-251-0/+13
* s4-ldb: added ldb_transaction_cancel_noerr()Andrew Tridgell2009-10-231-0/+13
* s4-ldb: fast path for equal pointersAndrew Tridgell2009-10-221-1/+1
* s4-ldb: allow for non-null terminated ldb_val in ldb_dn_from_ldb_valAndrew Tridgell2009-10-211-1/+1
* s4:ldb Add new function to create a cut down list of controlsAndrew Bartlett2009-10-211-0/+41
* s4:ldb Add function to add controls to an LDB replyAndrew Bartlett2009-10-211-0/+34
* s4:ldb_msg_check_string_attribute - add a comment about the result valuesMatthias Dieter Wallnöfer2009-10-181-1/+5
* Revert "s4:ldb_msg - Use LDB constants on results"Matthias Dieter Wallnöfer2009-10-181-3/+4
* s4:ldb_msg - Use LDB constants on resultsMatthias Dieter Wallnöfer2009-10-181-5/+7
* s4:ldb - fixed dangling pointer in ldb_request_add_control()Endi S. Dewata2009-10-161-2/+7
* s4-ldb: removed bugus RDN length checkAndrew Tridgell2009-10-151-5/+0
* Revert "s4:ldb - add a check which has to be done on beginning of a "modify" ...Matthias Dieter Wallnöfer2009-10-121-8/+0
* s4:ldb Allow a NULL module listAndrew Bartlett2009-10-121-1/+1
* s4:ldb Allow a module string of ""Andrew Bartlett2009-10-121-0/+6
* s4:ldb - add a check which has to be done on beginning of a "modify" operationMatthias Dieter Wallnöfer2009-10-081-0/+8
* Revert "s4:ldb always talloc_free() the ldb_ldif_write context, even on success"Andrew Tridgell2009-10-021-1/+0
* s4:ldb always talloc_free() the ldb_ldif_write context, even on successAndrew Bartlett2009-10-021-0/+1
* s4-ldb: Add new relax controls that allow relaxed x500 constraints checksMatthieu Patou2009-10-021-0/+27
* s4-ldb: Add support for binary blobs in DNsAndrew Tridgell2009-10-021-30/+288
* s4:ldb_msg_diff - Fixes up possible memory leaks and the python binding of itMatthias Dieter Wallnöfer2009-10-011-3/+9
* s4-ldb: fixed call argument order for ldb_dn_from_ldb_valAndrew Tridgell2009-09-221-3/+3
* s4-ldb: when tracing, show ldb_set_debug messagesAndrew Tridgell2009-09-221-0/+3
* s4-ldb: only show the outer level of ldb ops when tracingAndrew Tridgell2009-09-222-4/+37
* s4-ldb: don't show timestamps on every line of ldb tracesAndrew Tridgell2009-09-223-64/+96
* Move the check above the tallocAnatoliy Atanasov2009-09-221-5/+6
* Add support in the ldb_dn.c code for MS-ADTS:3.1.1.5.1.2 Naming ConstraintsAnatoliy Atanasov2009-09-211-0/+13
* s4-ldb: bit prettier outputAndrew Tridgell2009-09-211-7/+15
* s4-ldb: fixed O(n^2) string handling in ldif debug printAndrew Tridgell2009-09-211-3/+3
* s4-ldb: add a LDB_FLG_ENABLE_TRACING for full ldb tracingAndrew Tridgell2009-09-213-1/+126
* s4:ldb print out which LDB the transaction is still active on.Andrew Bartlett2009-09-201-2/+2
* s4:ldb_parse - Fix the type of an array entryMatthias Dieter Wallnöfer2009-09-201-1/+1
* s4:ldb: add ldb_parse_tree_copy_shallow() and change version to 0.9.7Stefan Metzmacher2009-09-201-0/+58
* s4-ldb: ldap attribute names can contain a '.'Andrew Tridgell2009-09-151-1/+2
* s4-ldb: expose ldb_transaction_prepare_commit() in ldbAndrew Tridgell2009-09-151-21/+57
* ldb: Remove references to operational module init function.Jelmer Vernooij2009-09-111-1/+0
* s4-ldb: don't remove a message element beyond the end of the arrayAndrew Tridgell2009-09-111-0/+4
* s4/ldb: expose the ldb flags with ldb_get_flags()Andrew Tridgell2009-09-081-0/+6
* s4/ldb: don't line wrap ldif when --show-binary is usedAndrew Tridgell2009-09-081-4/+9
* s4/ldb: added --show-binary command line optionAndrew Tridgell2009-09-081-2/+6
* ldb: make ldb module programming less error proneAndrew Tridgell2009-09-041-0/+14
* always use prepare_commit in ldb transaction commits if possibleAndrew Tridgell2009-09-032-6/+50
* don't allow two controls to be added with the same OIDAndrew Tridgell2009-09-021-1/+7
* added ldb_ldif_message_string()Andrew Tridgell2009-09-021-0/+16
* ldb: cosmetic changes in ldb_dnSimo Sorce2009-08-301-193/+292
* s4:ldb Add ldb_ldif_write_string() and python wrappersAndrew Bartlett2009-08-261-0/+40
* s4:ldb Use length-limited printf to avoid walking off end of stringsAndrew Bartlett2009-08-211-1/+1
* s4:ldb - Free the asynchronous resultMatthias Dieter Wallnöfer2009-08-141-0/+2
* make sure we never look past the end of either string in ldb_comparison_fold()Andrew Tridgell2009-08-071-26/+44