#3977 Fix various minor typos
Closed 5 years ago by jhrozek. Opened 5 years ago by yurchor.
Unknown source master  into  master

file modified
+2 -2
@@ -746,7 +746,7 @@

  (user) name to IDs(UID or GID) or to obtain groups which user are member of.

  

  %package -n libsss_certmap

- Summary: SSSD Certficate Mapping Library

+ Summary: SSSD Certificate Mapping Library

  Group: Development/Libraries

  License: LGPLv3+

  Requires(post): /sbin/ldconfig
@@ -756,7 +756,7 @@

  Library to map certificates to users based on rules

  

  %package -n libsss_certmap-devel

- Summary: SSSD Certficate Mapping Library

+ Summary: SSSD Certificate Mapping Library

  Group: Development/Libraries

  License: LGPLv3+

  Requires: libsss_certmap = %{version}-%{release}

file modified
+2 -2
@@ -2224,7 +2224,7 @@

  

      rule_name = ldb_msg_find_attr_as_string(msg, CONFDB_CERTMAP_NAME, NULL);

      if (rule_name == NULL) {

-         DEBUG(SSSDBG_CRIT_FAILURE, "Certficate mapping rule [%s] has no name.",

+         DEBUG(SSSDBG_CRIT_FAILURE, "Certificate mapping rule [%s] has no name.",

                                     ldb_dn_get_linearized(msg->dn));

          return EINVAL;

      }
@@ -2274,7 +2274,7 @@

      TALLOC_CTX *tmp_ctx = NULL;

      struct ldb_dn *dn = NULL;

      struct ldb_result *res = NULL;

-     /* The attributte order is important, because it is used in

+     /* The attribute order is important, because it is used in

       * sysdb_ldb_msg_attr_to_certmap_info and must match

       * enum certmap_info_member. */

      static const char *attrs[] = { CONFDB_CERTMAP_NAME,

file modified
+1 -1
@@ -1377,7 +1377,7 @@

   * @oaram[in] obj The original object

   * @param[in] override_obj The object with the override data, may be NULL

   * @param[in] req_attrs List of attributes to be requested, if not set a

-  *                      default list dependig on the object type will be used

+  *                      default list depending on the object type will be used

   *

   * @return EOK - Override data was added successfully

   * @return ENOMEM - There was insufficient memory to complete the operation

@@ -1,6 +1,6 @@

  /*

     SSSD - certificate handling utils

-    The calls defined here should be useable outside of SSSD as well, e.g. in

+    The calls defined here should be usable outside of SSSD as well, e.g. in

     libsss_certmap.

  

     Copyright (C) Sumit Bose <sbose@redhat.com> 2017

@@ -1,6 +1,6 @@

  /*

     SSSD - certificate handling utils - OpenSSL version

-    The calls defined here should be useable outside of SSSD as well, e.g. in

+    The calls defined here should be usable outside of SSSD as well, e.g. in

     libsss_certmap.

  

     Copyright (C) Sumit Bose <sbose@redhat.com> 2017

@@ -1,6 +1,6 @@

  /*

     SSSD - certificate handling utils - NSS version

-    The calls defined here should be useable outside of SSSD as well, e.g. in

+    The calls defined here should be usable outside of SSSD as well, e.g. in

     libsss_certmap.

  

     Copyright (C) Sumit Bose <sbose@redhat.com> 2017

file modified
+1 -1
@@ -215,7 +215,7 @@

                          Try to use certificate based authentication, i.e.

                          authentication with a Smartcard or similar devices. If a

                          Smartcard is available and the service is allowed for

-                         Smartcard authentication the use will be prompted for a

+                         Smartcard authentication the user will be prompted for a

                          PIN and the certificate based authentication will

                          continue

                      </para>

file modified
+1 -1
@@ -1525,7 +1525,7 @@

                              where the 'removable' flags is set and read the

                              certificates from the inserted token from the first

                              slot found. If multiple readers are connected

-                             p11_uri can be use to tell p11_child to use a

+                             p11_uri can be used to tell p11_child to use a

                              specific reader.

                          </para>

                          <para>

file modified
+1 -1
@@ -38,7 +38,7 @@

   * This pair of functions provides client-side GPO processing.

   *

   * While a GPO can target both user and computer objects, this

-  * implementation only supports targetting of computer objects.

+  * implementation only supports targeting of computer objects.

   *

   * A GPO overview is at https://fedorahosted.org/sssd/wiki/GpoOverview

   *

@@ -844,7 +844,7 @@

          return ret;

      }

  

-     /* Make sure disabled domains are not re-enabled accidentially */

+     /* Make sure disabled domains are not re-enabled accidentally */

      if (subdoms_ctx->ad_enabled_domains != NULL) {

          for (dom = subdoms_ctx->be_ctx->domain->subdomains; dom;

                                              dom = get_next_domain(dom, false)) {

file modified
+1 -1
@@ -101,7 +101,7 @@

      /* In contrast to online_cb_list which are only run if the backend is

       * offline the unconditional_online_cb_list should be run whenever the

       * backend receives a request to go online. The typical use case is to

-      * reset timers independenly of the state of the backend. */

+      * reset timers independently of the state of the backend. */

      struct be_cb *unconditional_online_cb_list;

  

      struct be_offline_status offstat;

file modified
+1 -1
@@ -344,7 +344,7 @@

      gettimeofday(&tv, NULL);

      if (timeout != 0 && server->common->server_status == SERVER_NOT_WORKING) {

          if (STATUS_DIFF(server->common, tv) > timeout) {

-             DEBUG(SSSDBG_CONF_SETTINGS, "Reseting the server status of '%s'\n",

+             DEBUG(SSSDBG_CONF_SETTINGS, "Resetting the server status of '%s'\n",

                        SERVER_NAME(server));

              server->common->server_status = SERVER_NAME_NOT_RESOLVED;

              server->common->last_status_change.tv_sec = tv.tv_sec;

@@ -965,7 +965,7 @@

              ret = errno;

              DEBUG(SSSDBG_CRIT_FAILURE,

                    "Unable to set effective group id (%"PRIu32") of the "

-                   "domain's process. Let's have the process restartd!\n",

+                   "domain's process. Let's have the process restarted!\n",

                    orig_gid);

              DEBUG(SSSDBG_CRIT_FAILURE,

                    "Sending SIGUSR2 to the process: %d\n", getpid());

@@ -628,7 +628,7 @@

          goto fail;

      }

  

-     /* Process all member entites and store them in the designated hash table */

+     /* Process all member entities and store them in the designated hash table */

      key.type = HASH_KEY_STRING;

      value.type = HASH_VALUE_PTR;

      for (i = 0; i < count; i++) {

@@ -287,7 +287,7 @@

          }

      } else {

          if (state->mapped_attrs != NULL) {

-             /* remove certifcate (if any) if no matching override was found */

+             /* remove certificate (if any) if no matching override was found */

              ret = sysdb_remove_mapped_data(state->domain, state->mapped_attrs);

              if (ret != EOK) {

                  DEBUG(SSSDBG_OP_FAILURE, "sysdb_remove_mapped_data failed, "

@@ -285,8 +285,8 @@

  

      if ((ccname[0] == '/') || (strncmp(ccname, "FILE:", 5) == 0)) {

          DEBUG(SSSDBG_CONF_SETTINGS, "ccache is of type FILE\n");

-         /* warn if the file type (which is usally created in a sticky bit

-          * laden directory) does not have randomizing chracters */

+         /* warn if the file type (which is usually created in a sticky bit

+          * laden directory) does not have randomizing characters */

          sss_check_cc_template(ccname);

  

          if (ccname[0] == '/') {

file modified
+1 -1
@@ -1510,7 +1510,7 @@

          goto done;

      }

  

-     /* first attribute is "objectclass" not the specifc one */

+     /* first attribute is "objectclass" not the specific one */

      attrs[0] = talloc_strdup(memctx, "objectClass");

      if (!attrs[0]) return ENOMEM;

  

file modified
+1 -1
@@ -445,7 +445,7 @@

  Returns a dictionary with a dictionary of results for each given POSIX UID.\n\

  The result dictionary contain the SID and the type of the object which can be\n\

  accessed with the key constants SID_KEY and TYPE_KEY, respectively. Since \n\

- given ID is assumed to be a user ID is is not expected that group objects are\n\

+ given ID is assumed to be a user ID is not expected that group objects are\n\

  returned."

  );

  

@@ -38,7 +38,7 @@

      struct sss_nc_ctx *ncache;

      int midpoint;

  

-     /* Domain related informations. */

+     /* Domain related information. */

      struct sss_domain_info *domain;

      bool cache_first;

      bool bypass_cache;

@@ -144,8 +144,8 @@

      return 0;

  }

  

- /* reclaim backet previously resrved space in the packet

-  * usually done in functione recovering from not fatal erros */

+ /* reclaim back previously reserved space in the packet

+  * usually done in function recovering from not fatal errors */

  int sss_packet_shrink(struct sss_packet *packet, size_t size)

  {

      size_t newlen;

@@ -785,7 +785,7 @@

          }

      }

  

-     /* If there was no certficate given just return the object path of the

+     /* If there was no certificate given just return the object path of the

       * user found by name. If a certificate was given an no mapped user was

       * found return an error. */

      if (state->pem_cert == NULL) {

@@ -131,7 +131,7 @@

      if (next_entry == NULL) {

          /* If there was no other entry, schedule removal of the queue. Do it

           * in another tevent tick to avoid issues with callbacks invoking

-          * the descructor while another request is touching the queue

+          * the destructor while another request is touching the queue

           */

          imm = tevent_create_immediate(entry->queue);

          if (imm == NULL) {

@@ -122,7 +122,7 @@

  

      if (idx->result > cmd_ctx->enum_ctx->netgroup_count) {

          DEBUG(SSSDBG_CRIT_FAILURE,

-               "Unconsistent state while processing netgroups.\n");

+               "Inconsistent state while processing netgroups.\n");

          ret = EINVAL;

          goto done;

      }

@@ -185,7 +185,7 @@

  

          SBus code generator tries to reduce amount of generated code by

          reusing keygens whenever possible. Therefore we must ensure

-         that only one keygen is generated for each signature signature.

+         that only one keygen is generated for each signature.

      """

      @staticmethod

      def BuildKey(sbus_member, sbus_signature, Args=None):

@@ -455,10 +455,10 @@

  

          by = sbus_annotation_find(annotations, SBUS_ANNOTATION_DEPRECATED_BY);

          if (by != NULL) {

-             DEBUG(SSSDBG_IMPORTANT_INFO, "%s%s%s is depracated by %s\n",

+             DEBUG(SSSDBG_IMPORTANT_INFO, "%s%s%s is deprecated by %s\n",

                    iface_name, dot, member, by);

          } else {

-             DEBUG(SSSDBG_IMPORTANT_INFO, "%s%s%s is depracated\n",

+             DEBUG(SSSDBG_IMPORTANT_INFO, "%s%s%s is deprecated\n",

                    iface_name, dot, member);

          }

      }

@@ -66,7 +66,7 @@

      if (!talloc_msg->in_talloc_destructor) {

          /* References to this message dropped to zero but through

           * dbus_message_unref(), not by calling talloc_free(). We need to free

-          * the talloc context and avoid running talloc desctuctor. */

+          * the talloc context and avoid running talloc destructor. */

          talloc_set_destructor(talloc_msg, NULL);

          talloc_free(talloc_msg);

      }

file modified
+1 -1
@@ -81,7 +81,7 @@

      const char *unique_name;

  

      /**

-      * True if the connection is beeing disconnected or freed. No further

+      * True if the connection is being disconnected or freed. No further

       * manipulation with the connection is allowed.

       */

      bool disconnecting;

file modified
+2 -2
@@ -66,7 +66,7 @@

   *

   * @param mem_ctx       Memory context with which the reply will be bound.

   *                      If NULL, the reply is not bound with talloc context.

-  * @param conn          Synchornous sbus connection.

+  * @param conn          Synchronous sbus connection.

   * @param msg           Message to be sent.

   * @param timeout_ms    Timeout is miliseconds.

   * @param _reply        Output reply. If NULL no reply is expected.
@@ -85,7 +85,7 @@

  /**

   * Emit signal on synchronous sbus connection.

   *

-  * @param conn          Synchornous sbus connection.

+  * @param conn          Synchronous sbus connection.

   * @param msg           Message to be sent.

   */

  void sbus_sync_emit_signal(struct sbus_sync_connection *conn,

@@ -433,7 +433,7 @@

              continue;

          }

  

-         /* Sometimes (e.g. when a name is being deleted), we do do not want to

+         /* Sometimes (e.g. when a name is being deleted), we do not want to

           * send the signal to a specific name. */

          if (avoid_name != NULL) {

              has_name = sbus_server_connection_has_name(server, match_conn,

@@ -1110,7 +1110,7 @@

   *

   * @return #wbcErr

   *

-  * @deprecated      This method is not impemented any more and should

+  * @deprecated      This method is not implemented any more and should

   *                  be removed in the next major version change.

   **/

  wbcErr wbcSetUidMapping(uid_t uid, const struct wbcDomainSid *sid);
@@ -1627,7 +1627,7 @@

                                     struct wbcDomainControllerInfoEx **dc_info);

  

  /**********************************************************

-  * Athenticate functions

+  * Authenticate functions

   **********************************************************/

  

  /**

@@ -529,8 +529,8 @@

  # Regression test for bug 3179

  

  

- def test_imp_exp_user_overrride_noname(ldap_conn,

-                                        env_two_users_and_group):

+ def test_imp_exp_user_override_noname(ldap_conn,

+                                       env_two_users_and_group):

  

      # Override

      subprocess.check_call(["sss_override", "user-add", "user1",

@@ -1034,7 +1034,7 @@

  

  

  def realloc_users(pwd_ops, num):

-     # Intentionally not including the the last one because

+     # Intentionally not including the last one because

      # canary is added first

      for i in range(1, num):

          user = user_generator(i)

@@ -122,7 +122,7 @@

                        ip: 10.65.223.18

                        role: master

  

-       * since we have 2 hosts with with role client and 1 host with role master we can create a namespace hook in conftest.py to access the hosts as a list

+       * since we have 2 hosts with role client and 1 host with role master we can create a namespace hook in conftest.py to access the hosts as a list

  

        * create a conftest.py as below::

  

file modified
+2 -2
@@ -68,7 +68,7 @@

      fail_unless(idmap_ctx != NULL, "sss_idmap_init returned NULL.");

  }

  

- void idmap_ctx_setup_additional_seconary_slices(void)

+ void idmap_ctx_setup_additional_secondary_slices(void)

  {

      enum idmap_error_code err;

  
@@ -939,7 +939,7 @@

                                ck_leak_check_setup,

                                ck_leak_check_teardown);

      tcase_add_checked_fixture(tc_map_additional_secondary_slices,

-                               idmap_ctx_setup_additional_seconary_slices,

+                               idmap_ctx_setup_additional_secondary_slices,

                                idmap_ctx_teardown);

      tcase_add_checked_fixture(tc_map_additional_secondary_slices,

                                idmap_add_domain_with_sec_slices_setup,

@@ -72,7 +72,7 @@

      hmackey = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, NULL, key, keylen);

      if (!hmackey) return ENOMEM;

  

-     /* We have no function to return the size of the output for arbitray HMAC

+     /* We have no function to return the size of the output for arbitrary HMAC

       * algorithms so we just truncate to the key size should the hmac be bigger

       * (or pad with zeros should the HMAC be smaller) */

      hmaclen = keylen;

@@ -66,7 +66,7 @@

      hmac = &mechs[AES256CBC_HMAC_SHA256].hmac;

      ivlen = enc->bsize;

  

-     /* We have no function to return the size of the output for arbitray HMAC

+     /* We have no function to return the size of the output for arbitrary HMAC

       * algorithms so we just truncate to the key size should the hmac be bigger

       * (or pad with zeros should the HMAC be smaller) */

      hmaclen = keylen;

file modified
+1 -1
@@ -668,7 +668,7 @@

          goto done;

      }

  

-     /* Create the directory.  It starts owned by us (presumbaly root), with

+     /* Create the directory.  It starts owned by us (presumably root), with

       * fairly restrictive permissions that still allow us to use the

       * directory.

       * */

file modified
+1 -1
@@ -43,7 +43,7 @@

   *

   * @param mem_ctx              Memory context.

   * @param free_data_on_removal If true than the stored pointer is freed when

-  *                             it is beeing remove from the list or when

+  *                             it is being removed from the list or when

   *                             the list is freed.

   * @return New list or NULL on failure.

   */

file modified
+1 -1
@@ -82,7 +82,7 @@

   * @param[in]  mem_ctx         The talloc context that owns the response

   * @param[in]  req             The request previously obtained with tcurl_request_send

   * @param[out] _response       Response to the request

-  * @param[out] _response_code  Protocol response code (may indicate a protocl error)

+  * @param[out] _response_code  Protocol response code (may indicate a protocol error)

   *

   * @returns The error code of the curl request (not the HTTP code!)

   */

file modified
+1 -1
@@ -454,7 +454,7 @@

  

      while (input[i]) {

          /* Even though this character might have a special meaning, if it's

-          * expliticly allowed, just copy it and move on

+          * explicitly allowed, just copy it and move on

           */

          if (ignore == NULL) {

              allowed = NULL;

file modified
+3 -3
@@ -404,11 +404,11 @@

  /**

   * @brief Add two list of strings

   *

-  * Create a new NULL-termintated list of strings by adding two lists together.

+  * Create a new NULL-terminated list of strings by adding two lists together.

   *

   * @param[in] mem_ctx      Talloc memory context for the new list.

-  * @param[in] l1           First NULL-termintated list of strings.

-  * @param[in] l2           Second NULL-termintated list of strings.

+  * @param[in] l1           First NULL-terminated list of strings.

+  * @param[in] l2           Second NULL-terminated list of strings.

   * @param[in] copy_strings If set to 'true' the list items will be copied

   *                         otherwise only the pointers to the items are

   *                         copied.

Minot typo fixes. Thanks in advance for reviewing.

Hello and thanks for the patch.

The changes look good with the exception of:

@@ -180,7 +180,7 @@ 
  #define SYSDB_LOCAL_VIEW_NAME "LOCAL" /* reserved for client-side overrides */
  #define SYSDB_VIEW_CLASS "view"
  #define SYSDB_VIEW_NAME "viewName"
- #define SYSDB_OVERRIDE_CLASS "overrride"
+ #define SYSDB_OVERRIDE_CLASS "override"
  #define SYSDB_OVERRIDE_ANCHOR_UUID "overrideAnchorUUID"
  #define SYSDB_OVERRIDE_USER_CLASS "userOverride"
  #define SYSDB_OVERRIDE_GROUP_CLASS "groupOverride"

I would prefer to keep the typo there in this case, because it specifies how some attributes are stored in local cache and changing the format would require update of the local cache version and a function that converts old cache to the new one would need to be added as well (which is IMO not worth the effort).

1 new commit added

  • Do not break existing caches
5 years ago

Hello and thanks for the patch.
The changes look good with the exception of:
@@ -180,7 +180,7 @@
#define SYSDB_LOCAL_VIEW_NAME "LOCAL" / reserved for client-side overrides /
#define SYSDB_VIEW_CLASS "view"
#define SYSDB_VIEW_NAME "viewName"
- #define SYSDB_OVERRIDE_CLASS "overrride"
+ #define SYSDB_OVERRIDE_CLASS "override"
#define SYSDB_OVERRIDE_ANCHOR_UUID "overrideAnchorUUID"
#define SYSDB_OVERRIDE_USER_CLASS "userOverride"
#define SYSDB_OVERRIDE_GROUP_CLASS "groupOverride"

I would prefer to keep the typo there in this case, because it specifies how some attributes are stored in local cache and changing the format would require update of the local cache version and a function that converts old cache to the new one would need to be added as well (which is IMO not worth the effort).

Should be fixed now. Thanks.

Because the second commit only fixes an issue that was introduced in the first commit, it makes sense to merge the two commits into one, so please squash the last commit into the first commit.

(if you know how to merge two commits feel free to ignore the rest of this comment and I am sorry for being captain obvious ) There are several ways to do it in git. You can do for example:
$ git rebase -i HEAD~2

This will pick the last two commits for interactive rebasing. You will see something like this:

pick 7471046fd Fix various minor typos
pick 5a217e271 Do not break existing caches

Now change the "pick" on the line with "Do not break exisitng caches" into "f". So you will get

pick 7471046fd Fix various minor typos
f 5a217e271 Do not break existing caches

Now save and exit. The second commit will be squashed into the first one and the commit message from the first one will be used. Becase the new patch in your local branch will conflict with your remote branch, you will need to force push the changes (--force when doing git push).

rebased onto 457786c

5 years ago

There is one PEP8 issue detected after applying this patch:

$ pep8 src/tests/intg/ldap_local_override_test.py
src/tests/intg/ldap_local_override_test.py:533:40: E127 continuation line over-indented for visual indent

Please fix the issue, for example by applying this patch:

From 6ce7e8671bf6c7587598f044d9e4fcf238653f0b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michal=20=C5=BDidek?= <mzidek@redhat.com>
Date: Tue, 5 Mar 2019 15:42:19 +0100
Subject: [PATCH] fixup patch

---
 src/tests/intg/ldap_local_override_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/intg/ldap_local_override_test.py b/src/tests/intg/ldap_local_override_test.py
index 121e4c1e0..558a5787a 100644
--- a/src/tests/intg/ldap_local_override_test.py
+++ b/src/tests/intg/ldap_local_override_test.py
@@ -530,7 +530,7 @@ def test_imp_exp_user_override(ldap_conn, env_imp_exp_user_override):


 def test_imp_exp_user_override_noname(ldap_conn,
-                                       env_two_users_and_group):
+                                      env_two_users_and_group):

     # Override
     subprocess.check_call(["sss_override", "user-add", "user1",
-- 
2.19.1

And rebase the patches. Thanks.

rebased onto 5e67892

5 years ago

Everything LGTM now.
Thanks!

ACK.

rebased onto 0d8dbcb

5 years ago

I see you added one more change in src/man/pam_sss.8.xml after I acked the previous version of the patch.

The change is OK, so ACK to the new version as well.

I see you added one more change in src/man/pam_sss.8.xml after I acked the previous version of the patch.
The change is OK, so ACK to the new version as well.

Thanks.

Sorry for the last minute change. That was the final fix as I have finished translation now. No other typos were found.

No problem, it is good that you have found more issues :)

Pull-Request has been closed by jhrozek

5 years ago
Metadata
Changes Summary 41
+2 -2
file changed
contrib/sssd.spec.in
+2 -2
file changed
src/confdb/confdb.c
+1 -1
file changed
src/db/sysdb_views.c
+1 -1
file changed
src/lib/certmap/sss_cert_content_common.c
+1 -1
file changed
src/lib/certmap/sss_cert_content_crypto.c
+1 -1
file changed
src/lib/certmap/sss_cert_content_nss.c
+1 -1
file changed
src/man/pam_sss.8.xml
+1 -1
file changed
src/man/sssd.conf.5.xml
+1 -1
file changed
src/providers/ad/ad_gpo.h
+1 -1
file changed
src/providers/ad/ad_subdomains.c
+1 -1
file changed
src/providers/backend.h
+1 -1
file changed
src/providers/fail_over.c
+1 -1
file changed
src/providers/ipa/ipa_deskprofile_rules_util.c
+1 -1
file changed
src/providers/ipa/ipa_netgroups.c
+1 -1
file changed
src/providers/ipa/ipa_subdomains_id.c
+2 -2
file changed
src/providers/krb5/krb5_common.c
+1 -1
file changed
src/providers/ldap/sdap.c
+1 -1
file changed
src/python/pysss_nss_idmap.c
+1 -1
file changed
src/responder/common/cache_req/cache_req_private.h
+2 -2
file changed
src/responder/common/responder_packet.c
+1 -1
file changed
src/responder/ifp/ifp_users.c
+1 -1
file changed
src/responder/kcm/kcmsrv_op_queue.c
+1 -1
file changed
src/responder/nss/nss_protocol_netgr.c
+1 -1
file changed
src/sbus/codegen/sbus_Invoker.py
+2 -2
file changed
src/sbus/interface/sbus_interface.c
+1 -1
file changed
src/sbus/request/sbus_message.c
+1 -1
file changed
src/sbus/sbus_private.h
+2 -2
file changed
src/sbus/sbus_sync.h
+1 -1
file changed
src/sbus/server/sbus_server_match.c
+2 -2
file changed
src/sss_client/libwbclient/wbclient_sssd.h
+2 -2
file changed
src/tests/intg/ldap_local_override_test.py
+1 -1
file changed
src/tests/intg/test_files_provider.py
+1 -1
file changed
src/tests/python/docs/examples.rst
+2 -2
file changed
src/tests/sss_idmap-tests.c
+1 -1
file changed
src/util/crypto/libcrypto/crypto_nite.c
+1 -1
file changed
src/util/crypto/nss/nss_nite.c
+1 -1
file changed
src/util/files.c
+1 -1
file changed
src/util/sss_ptr_list.h
+1 -1
file changed
src/util/tev_curl.h
+1 -1
file changed
src/util/util.c
+3 -3
file changed
src/util/util.h