lists.arthurdejong.org
RSS feed

nss-pam-ldapd commit: r2055 - in nss-pam-ldapd-0.8: . common compat nslcd

[Date Prev][Date Next] [Thread Prev][Thread Next]

nss-pam-ldapd commit: r2055 - in nss-pam-ldapd-0.8: . common compat nslcd



Author: arthur
Date: Sat Dec  7 23:00:45 2013
New Revision: 2055
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=2055&view=revision

Log:
fix for common spelling mistake (8571bc1 from 0.9)

Modified:
   nss-pam-ldapd-0.8/NEWS
   nss-pam-ldapd-0.8/README
   nss-pam-ldapd-0.8/common/dict.c
   nss-pam-ldapd-0.8/compat/attrs.h
   nss-pam-ldapd-0.8/compat/nss_compat.h
   nss-pam-ldapd-0.8/nslcd/myldap.c

Modified: nss-pam-ldapd-0.8/NEWS
==============================================================================
--- nss-pam-ldapd-0.8/NEWS      Thu Oct 31 23:05:46 2013        (r2054)
+++ nss-pam-ldapd-0.8/NEWS      Sat Dec  7 23:00:45 2013        (r2055)
@@ -99,7 +99,7 @@
   ports
 * make whether or not to do case-sensitive filtering configurable (patch by
   Matthew L. Dailey)
-* document the fact that each thread opens it's own connection (patch by
+* document the fact that each thread opens its own connection (patch by
   Chris Hiestand)
 * some small portability improvements
 * try to prevent some of the Broken pipe messages in nslcd

Modified: nss-pam-ldapd-0.8/README
==============================================================================
--- nss-pam-ldapd-0.8/README    Thu Oct 31 23:05:46 2013        (r2054)
+++ nss-pam-ldapd-0.8/README    Sat Dec  7 23:00:45 2013        (r2055)
@@ -87,7 +87,7 @@
 The most practical improvements over nss_ldap are:
 - the LDAP library is not loaded for every process doing LDAP lookups
 - the number of connections to the LDAP server is limited, because not every
-  process will open it's own connection
+  process will open its own connection
 - hostname lookups should now be deadlock-free because the LDAP server name is
   no longer looked up using the ldap method
 - avoid problems with TLS connections in suid binaries and other process-local
@@ -129,7 +129,7 @@
 
 automounter map lookups (which are also defined in /etc/nsswitch.conf) are not
 supported because the NSS interface is not used for these. The common autofs
-implementation (on GNU/Linux) currently uses it's own method for getting the
+implementation (on GNU/Linux) currently uses its own method for getting the
 maps from LDAP.
 
 Although mail aliases are exposed through NSS, most mail servers parse

Modified: nss-pam-ldapd-0.8/common/dict.c
==============================================================================
--- nss-pam-ldapd-0.8/common/dict.c     Thu Oct 31 23:05:46 2013        (r2054)
+++ nss-pam-ldapd-0.8/common/dict.c     Sat Dec  7 23:00:45 2013        (r2055)
@@ -33,7 +33,7 @@
 #include "dict.h"
 
 /*
-   This module uses a hashtable to store it's key to value mappings. The
+   This module uses a hashtable to store its key to value mappings. The
    structure is basically as follows:
 
    [struct dictionary]

Modified: nss-pam-ldapd-0.8/compat/attrs.h
==============================================================================
--- nss-pam-ldapd-0.8/compat/attrs.h    Thu Oct 31 23:05:46 2013        (r2054)
+++ nss-pam-ldapd-0.8/compat/attrs.h    Sat Dec  7 23:00:45 2013        (r2055)
@@ -49,7 +49,7 @@
 #define LIKE_PRINTF(format_idx,arg_idx) /* no attribute */
 #endif
 
-/* indicates that the function is "pure": it's result is purely based on
+/* indicates that the function is "pure": its result is purely based on
    the parameters and has no side effects or used static data */
 #if GCC_VERSION(3,0)
 #define PURE        __attribute__((__pure__))

Modified: nss-pam-ldapd-0.8/compat/nss_compat.h
==============================================================================
--- nss-pam-ldapd-0.8/compat/nss_compat.h       Thu Oct 31 23:05:46 2013        
(r2054)
+++ nss-pam-ldapd-0.8/compat/nss_compat.h       Sat Dec  7 23:00:45 2013        
(r2055)
@@ -112,7 +112,7 @@
 };
 #endif /* not HAVE_STRUCT_ETHERENT */
 
-/* We also define struct __netgrent because it's definition is
+/* We also define struct __netgrent because its definition is
    not publically available. This is taken from inet/netgroup.h
    of the glibc (2.3.6) source tarball.
    The first part of the struct is the only part that is modified

Modified: nss-pam-ldapd-0.8/nslcd/myldap.c
==============================================================================
--- nss-pam-ldapd-0.8/nslcd/myldap.c    Thu Oct 31 23:05:46 2013        (r2054)
+++ nss-pam-ldapd-0.8/nslcd/myldap.c    Sat Dec  7 23:00:45 2013        (r2055)
@@ -600,7 +600,7 @@
   int rc;
   struct timeval tv;
 #ifdef LDAP_OPT_CONNECT_CB
-  /* make this static because OpenLDAP doesn't make it's own copy */
+  /* make this static because OpenLDAP doesn't make its own copy */
   static struct ldap_conncb cb;
 #endif /* LDAP_OPT_CONNECT_CB */
 #ifdef LDAP_OPT_X_TLS
-- 
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/