};
/*
- * We have to have a the unlock on a destructor so that we unlock the
+ * We have to have the unlock on a destructor so that we unlock the
* DB if a caller calls talloc_free(req). We trust that the ldb
* context has not already gone away.
*/
return NULL;
}
- /* we now exactly how long this string will be */
+ /* we know exactly how long this string will be */
ts = talloc_array(mem_ctx, char, 18);
/* formatted like: 20040408072012.0Z */
return NULL;
}
- /* we now exactly how long this string will be */
+ /* we know exactly how long this string will be */
ts = talloc_array(mem_ctx, char, 14);
/* formatted like: 20040408072012.0Z => 040408072012Z */
\param ldb the context associated with the database (from ldb_init())
\param mem_ctx a talloc memory context (used as parent of ret_req)
\param oid the OID of the extended operation.
- \param data a void pointer a the extended operation specific parameters,
+ \param data a void pointer to the extended operation specific parameters,
it needs to be NULL or a valid talloc pointer! talloc_get_type() will be used on it
\param controls an array of controls
\param context the callback function context
\param ldb the context associated with the database (from ldb_init())
\param oid the OID of the extended operation.
- \param data a void pointer a the extended operation specific parameters,
+ \param data a void pointer to the extended operation specific parameters,
it needs to be NULL or a valid talloc pointer! talloc_get_type() will be used on it
\param res the result of the extended operation
/*
add an element to an existing record. Assumes a elements array that we
- can call re-alloc on, and assumed that we can re-use the data pointers from
+ can call re-alloc on, and assumes that we can reuse the data pointers from
the passed in additional values. Use with care!
returns 0 on success, -1 on failure (and sets errno)
In this format, @IDX is multi-valued, one entry for each match
-The corrosponding entry is stored in a TDB record with key:
+The corresponding entry is stored in a TDB record with key:
DN=CN=DNSUPDATEPROXY,CN=USERS,DC=ADDOM,DC=SAMBA,DC=EXAMPLE,DC=COM
If there are multiple values the @IDX value simply becomes longer,
in multiples of 16.
-The corrosponding entry is stored in a TDB record with key:
+The corresponding entry is stored in a TDB record with key:
GUID=<binary GUID>