Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 0a83f5877ab67fbed5ad03929e5436db > files > 3

globus-gss-assist-5.10-1.fc13.src.rpm

diff -ur globus_gss_assist-5.10.orig/gridmap.c globus_gss_assist-5.10/gridmap.c
--- globus_gss_assist-5.10.orig/gridmap.c	2011-04-22 20:16:46.000000000 +0200
+++ globus_gss_assist-5.10/gridmap.c	2011-06-05 01:52:18.645634168 +0200
@@ -128,7 +128,7 @@
  * If successful, the caller is responsible for freeing the string pointed
  * to by @a useridp.
  *
- * By default, @a globus_gss_assist_gridmap() looks for the default gridmap
+ * By default, globus_gss_assist_gridmap() looks for the default gridmap
  * file defined by the value of the GRIDMAP environment variable. If that
  * is not set, it falls back to $HOME/.gridmap.
  *
@@ -257,12 +257,12 @@
  * @ingroup globus_gsi_gss_assist
  *
  * @details
- * The @a globus_gss_assist_userok() function parses the default gridmap file
+ * The globus_gss_assist_userok() function parses the default gridmap file
  * and checks whether any mapping exists for the grid identity passed as the
  * @a globusid parameter and the local user identity passed as the @ userid
  * parameter.
  *
- * By default, @a globus_gss_assist_userok() looks for the default gridmap
+ * By default, globus_gss_assist_userok() looks for the default gridmap
  * file defined by the value of the GRIDMAP environment variable. If that
  * is not set, it falls back to $HOME/.gridmap.
  *
@@ -272,7 +272,7 @@
  *     The local account name that access is sought for.
  *
  * @return
- *     If @a globus_gss_assist_userok() is able to find a mapping between
+ *     If globus_gss_assist_userok() is able to find a mapping between
  *     @a globusid and @a userid, it returns 0; otherwise it returns 1.
  *
  * @retval GLOBUS_SUCCESS
@@ -380,7 +380,7 @@
  * @ingroup globus_gsi_gss_assist
  *
  * @details
- * The @a globus_gss_assist_map_local_user() function parses the 
+ * The globus_gss_assist_map_local_user() function parses the 
  * gridmap file to determine a if the user name passed as the @a local_user 
  * parameter is the default local user for a Grid ID in the gridmap file. If
  * so, it modifies @a globusidp to point to a copy of that ID. Otherwise, it
@@ -389,7 +389,7 @@
  * If successful, the caller is responsible for freeing the string pointed to
  * by the @a globusidp pointer.
  *
- * By default, @a globus_gss_assist_map_local_user() looks for the default
+ * By default, globus_gss_assist_map_local_user() looks for the default
  * gridmap file defined by the value of the GRIDMAP environment variable. If
  * that is not set, it falls back to $HOME/.gridmap.
  *
@@ -399,9 +399,9 @@
  *     A Grid ID that maps from the local_user.
  *
  * @return
- *     On success, @a globus_gss_assist_map_local_user() returns 0 and
+ *     On success, globus_gss_assist_map_local_user() returns 0 and
  *     modifies @a globusidp to point to a Grid ID that maps to @a local_user;
- *     otherwise, @a globus_gss_assist_map_local_user() returns 1 and the
+ *     otherwise, globus_gss_assist_map_local_user() returns 1 and the
  *     value pointed to by @a globusidp is undefined.
  *
  * @retval GLOBUS_SUCCESS
@@ -1358,7 +1358,7 @@
  * @ingroup globus_gsi_gss_assist
  *
  * @details
- * The @a globus_gss_assist_lookup_all_globusid() function parses a 
+ * The globus_gss_assist_lookup_all_globusid() function parses a 
  * gridmap file and finds all Grid IDs that map to a local user ID.
  * The @a dns parameter is modified to point to an array of Grid ID
  * strings from the gridmap file, and the @a dn_count parameter is
@@ -1366,7 +1366,7 @@
  * The caller is responsible for freeing the array using the macro
  * @a GlobusGssAssistFreeDNArray().
  *
- * By default, @a globus_gss_assist_lookup_all_globusid() looks for the default
+ * By default, globus_gss_assist_lookup_all_globusid() looks for the default
  * gridmap file defined by the value of the GRIDMAP environment variable. If
  * that is not set, it falls back to $HOME/.gridmap.
  *
@@ -1382,10 +1382,10 @@
  *     entries in the array returned via the @a dns parameter.
  *
  * @return
- *     On success, @a globus_gss_assist_lookup_all_globusid() returns
+ *     On success, globus_gss_assist_lookup_all_globusid() returns
  *     GLOBUS_SUCCESS and modifies its @a dns and @a dn_count parameters as
  *     described above. If an error occurs,
- *     @a globus_gss_assist_lookup_all_globusid() returns a globus_result_t
+ *     globus_gss_assist_lookup_all_globusid() returns a globus_result_t
  *     that can be resolved to an error object and the values
  *     pointed to by @a dns and @a dn_count are undefined.
  *
@@ -1552,12 +1552,12 @@
  * value passed as the @a identity_buffer_length parameter.
  *
  * If authorization callouts are defined in the callout configuration
- * file, @a globus_gss_assist_map_and_authorize() will invoke both the
+ * file, globus_gss_assist_map_and_authorize() will invoke both the
  * GLOBUS_GENERIC_MAPPING_TYPE callout and the GLOBUS_GENERIC_AUTHZ_TYPE
  * callout; otherwise the default gridmap file will be used for mapping
  * and no service-specific authorization will be done.
  *
- * If @a globus_gss_assist_map_and_authorize() uses a gridmap file, it
+ * If globus_gss_assist_map_and_authorize() uses a gridmap file, it
  * first looks for a file defined by the value of the GRIDMAP environment
  * variable. If that is not set, it falls back to $HOME/.gridmap.
  *
@@ -1577,10 +1577,10 @@
  *     Length of the @a identity_buffer array.
  *
  * @return
- *     On success, @a globus_gss_assist_map_and_authorize() returns
+ *     On success, globus_gss_assist_map_and_authorize() returns
  *     GLOBUS_SUCCESS and copies the authorized local identity to the
  *     @a identity_buffer parameter. If an error occurs,
- *     @a globus_gss_assist_map_and_authorize() returns a globus_result_t
+ *     globus_gss_assist_map_and_authorize() returns a globus_result_t
  *     that can be resolved to an error object.
  *
  * @retval GLOBUS_SUCCESS