From: <svn...@op...> - 2009-03-28 01:11:04
|
Author: scriptor Date: Sat Mar 28 02:10:41 2009 New Revision: 5365 URL: http://www.opensync.org/changeset/5365 Log: Replaced http://localhost... links by links that can be reached by everyone. Modified: plugins/ldap-sync/src/ldap_plugin.c plugins/ldap-sync/src/ldap_plugin.h plugins/ldap-sync/src/ldap_sasl.c plugins/ldap-sync/src/md5_crypt.c Modified: plugins/ldap-sync/src/ldap_plugin.c ============================================================================== --- plugins/ldap-sync/src/ldap_plugin.c Fri Mar 27 19:46:42 2009 (r5364) +++ plugins/ldap-sync/src/ldap_plugin.c Sat Mar 28 02:10:41 2009 (r5365) @@ -1862,7 +1862,7 @@ * modified at all on the LDAP server. * * This is necessary because of the following design decision: - * Quoting from http://localhost/libopensync-svn/group__OSyncHashtableAPI.html + * Quoting from http://www.opensync.org/doxygen/group__OSyncHashtableAPI.html * * "Entries get determined as deleted if they got * not reported as osync_hashtable_update_change(), independent of the @@ -2289,8 +2289,9 @@ */ } - // Report all the changes that are to be removed from the hashtable. - /* Quoting from http://localhost/libopensync-svn/group__OSyncHashtableAPI.html + /** + * Report all the changes that are to be removed from the hashtable. + * Quoting from http://www.opensync.org/doxygen/group__OSyncHashtableAPI.html * * "Entries get determined as deleted if they got * not reported as osync_hashtable_update_change(), independent of the Modified: plugins/ldap-sync/src/ldap_plugin.h ============================================================================== --- plugins/ldap-sync/src/ldap_plugin.h Fri Mar 27 19:46:42 2009 (r5364) +++ plugins/ldap-sync/src/ldap_plugin.h Sat Mar 28 02:10:41 2009 (r5365) @@ -345,12 +345,14 @@ ///< NOT NEED TO. ///< ///< Cf. "REALMS" in: "Cyrus SASL for System Administrators" - ///< in: http://localhost/usr_share_doc/cyrus-sasl-lib-2.1.22/sysadmin.html + ///< in: file:///usr/share/doc/cyrus-sasl-2.1.22/sysadmin.html + ///< in: http://www.sendmail.org/~ca/email/cyrus2/sysadmin.html char *authcid; ///< The authentication by which a user wants to ///< authenticate with the LDAP server. ///< Cf. "Authentication and authorization identifiers" ///< in: "Cyrus SASL for System Administrators" - ///< in: http://localhost/usr_share_doc/cyrus-sasl-lib-2.1.22/sysadmin.html + ///< in: file:///usr/share/doc/cyrus-sasl-2.1.22/sysadmin.html + ///< in: http://www.sendmail.org/~ca/email/cyrus2/sysadmin.html char *passwd; ///< The password that corresponds to authcid. char *authzid; ///< If the user wants to act on behalf of someone else, ///< authzid's are used: The user authenticates @@ -358,7 +360,8 @@ ///< he also states the authzid of the other person. ///< Cf. "Authentication and authorization identifiers" ///< in: "Cyrus SASL for System Administrators" - ///< in: http://localhost/usr_share_doc/cyrus-sasl-lib-2.1.22/sysadmin.html + ///< in: file:///usr/share/doc/cyrus-sasl-2.1.22/sysadmin.html + ///< in: http://www.sendmail.org/~ca/email/cyrus2/sysadmin.html char **resps; ///< ??? int nresps; ///< ??? } lutilSASLdefaults; Modified: plugins/ldap-sync/src/ldap_sasl.c ============================================================================== --- plugins/ldap-sync/src/ldap_sasl.c Fri Mar 27 19:46:42 2009 (r5364) +++ plugins/ldap-sync/src/ldap_sasl.c Sat Mar 28 02:10:41 2009 (r5365) @@ -362,7 +362,7 @@ } if (res == NULL) { - // xxx jl: TODO: Produce osync error message. + // TODO: Produce osync error message. osync_error_set(error, OSYNC_ERROR_GENERIC, "%s:%i: ERROR: ldap_plugin_call_ldap_search() has failed.\n", __FILE__, __LINE__); Modified: plugins/ldap-sync/src/md5_crypt.c ============================================================================== --- plugins/ldap-sync/src/md5_crypt.c Fri Mar 27 19:46:42 2009 (r5364) +++ plugins/ldap-sync/src/md5_crypt.c Sat Mar 28 02:10:41 2009 (r5365) @@ -221,7 +221,7 @@ // 1 as the format argument works ONLY, if xmlKeepBlanksDefault(0) // was called before. - // http://localhost/usr_share_doc/libxml2-devel-2.7.2/html/libxml-tree.html#xmlDocDumpFormatMemory + // http://xmlsoft.org/html/libxml-tree.html#xmlDocDumpFormatMemory xmlDocDumpFormatMemory((xmlDoc *)xmlcard, &mem, &size2, 1); if (mem) { |