From: <svn...@op...> - 2010-01-05 18:54:53
|
Author: scriptor Date: Tue Jan 5 19:54:44 2010 New Revision: 5974 URL: http://www.opensync.org/changeset/5974 Log: Typos. Modified: plugins/ldap-sync/src/ldap_format.c plugins/ldap-sync/src/ldap_sasl.c Modified: plugins/ldap-sync/src/ldap_format.c ============================================================================== --- plugins/ldap-sync/src/ldap_format.c Tue Jan 5 19:53:23 2010 (r5973) +++ plugins/ldap-sync/src/ldap_format.c Tue Jan 5 19:54:44 2010 (r5974) @@ -3885,16 +3885,16 @@ * @param objtype The object type in terms of libopensync: "contact", "event", * "todo" or "note". * @param dn The distinguished name of that location in the LDAP DIT, that - * represents, for example,"ou=addressbook" (for contacts) or + * represents, for example, "ou=addressbook" (for contacts) or * "ou=calendar" or the tasks/todos for the notes. Note: Here in the - * format plugin dn will be empty: "". + * format plugin dn will be empty: ''. * @param complex_element_lists Several lists of special XML nodes, * which require special treatment, until a * more general approach has been implemented. * See also ldap_format_add_counter_suffix(). * @param potential_subentries As a result of this function this list contains * the bare subentry mods (= two levels below - * "ou=addressbook", for example)." + * "ou=addressbook", for example). * @param ldapmods As a result of this function this list contains the bare * ldapmods (= one level below "ou=addressbook", for example). * @param error The libopensync error pointer. @@ -5572,10 +5572,10 @@ * @param inpsize The size of the input data * * @param output This will contain the result of the conversion - * @param outpsize The will contain the size of the output + * @param outpsize This will contain the size of the output * * @param free_input - * "You need to set this to TRUE if opensync + * "You need to set this to TRUE if opensync * can free the input after the conversion (so you don't * use any reference from or to the input). An example where * *free_input = FALSE; needs to be done would be an encapsulator @@ -5696,7 +5696,7 @@ * @param outpsize The will contain the size of the output * * @param free_input - * "You need to set this to TRUE if opensync + * "You need to set this to TRUE if opensync * can free the input after the conversion (so you don't * use any reference from or to the input). An example where * *free_input = FALSE; needs to be done would be an encapsulator Modified: plugins/ldap-sync/src/ldap_sasl.c ============================================================================== --- plugins/ldap-sync/src/ldap_sasl.c Tue Jan 5 19:53:23 2010 (r5973) +++ plugins/ldap-sync/src/ldap_sasl.c Tue Jan 5 19:54:44 2010 (r5974) @@ -143,12 +143,7 @@ /** * - * @brief Reads in SASL authentication settings and defines some defaults - * - * @returns Certain SASL related default parameters for the authentication. - * Has to be freed by ber_free(); likewise the members of this struct. - * The datatype of this return value is defined in ldap_plugin.h and is - * NOT dependant on libsasl*. + * @brief Reads in SASL authentication settings and defines some defaults. * * @param ld The LDAP connection handle. * @param mech The SASL authentication mechanism. @@ -160,6 +155,10 @@ * someone else. Then the authzid must be the identifier * of this other person. * + * @returns Certain SASL related default parameters for the authentication. + * Has to be freed by ber_free(); likewise the members of this struct. + * The datatype of this return value is defined in ldap_plugin.h and is + * NOT dependant on libsasl*. */ lutilSASLdefaults *ldap_plugin_lutil_sasl_defaults(LDAP *ld, char *mech, char *realm, char *authcid, char *passwd, char *authzid) |