~ubuntu-branches/debian/jessie/ldb/jessie

« back to all changes in this revision

Viewing changes to include/ldb.h

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2014-07-05 23:32:23 UTC
  • mfrom: (1.3.16)
  • Revision ID: package-import@ubuntu.com-20140705233223-dss2i2wmfksxbivh
Tags: 1:1.1.18-1
* New upstream release.
 + Depend on tdb >= 1.3.2.
 + Fixes __attribute__((visibility)) check to not use nested functions.
   Closes: #749987
* Use canonical URL in Vcs-Git field.
* Specify branch in Vcs-Git field.
* Add 02_hurd: link against pthread on the Hurd, to fix ldb module
  loading. Closes: #749095

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
 
104
104
/**
105
105
 There are a number of flags that are used with ldap_modify() in
106
 
 ldb_message_element.flags fields. The LDB_FLAGS_MOD_ADD,
107
 
 LDB_FLAGS_MOD_DELETE and LDB_FLAGS_MOD_REPLACE flags are used in
 
106
 ldb_message_element.flags fields. The LDB_FLAG_MOD_ADD,
 
107
 LDB_FLAG_MOD_DELETE and LDB_FLAG_MOD_REPLACE flags are used in
108
108
 ldap_modify() calls to specify whether attributes are being added,
109
109
 deleted or modified respectively.
110
110
*/