lists.arthurdejong.org
RSS feed

nss-pam-ldapd commit: r2060 - in nss-pam-ldapd-0.7: . common compat

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

nss-pam-ldapd commit: r2060 - in nss-pam-ldapd-0.7: . common compat



Author: arthur
Date: Sun Dec  8 18:40:44 2013
New Revision: 2060
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=2060&view=revision

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

Modified:
   nss-pam-ldapd-0.7/   (props changed)
   nss-pam-ldapd-0.7/README
   nss-pam-ldapd-0.7/common/dict.c
   nss-pam-ldapd-0.7/compat/attrs.h
   nss-pam-ldapd-0.7/compat/nss_compat.h

Modified: nss-pam-ldapd-0.7/README
==============================================================================
--- nss-pam-ldapd-0.7/README    Sun Dec  8 18:18:05 2013        (r2059)
+++ nss-pam-ldapd-0.7/README    Sun Dec  8 18:40:44 2013        (r2060)
@@ -86,7 +86,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 (this problem is also mitigated by
+  process will open its own connection (this problem is also mitigated by
   using nscd)
 - hostname lookups should now be deadlock-free because the LDAP server name is
   no longer looked up using the ldap method
@@ -135,7 +135,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 aliases are exposed through NSS, most mail servers parse /etc/aliases

Modified: nss-pam-ldapd-0.7/common/dict.c
==============================================================================
--- nss-pam-ldapd-0.7/common/dict.c     Sun Dec  8 18:18:05 2013        (r2059)
+++ nss-pam-ldapd-0.7/common/dict.c     Sun Dec  8 18:40:44 2013        (r2060)
@@ -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.7/compat/attrs.h
==============================================================================
--- nss-pam-ldapd-0.7/compat/attrs.h    Sun Dec  8 18:18:05 2013        (r2059)
+++ nss-pam-ldapd-0.7/compat/attrs.h    Sun Dec  8 18:40:44 2013        (r2060)
@@ -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.7/compat/nss_compat.h
==============================================================================
--- nss-pam-ldapd-0.7/compat/nss_compat.h       Sun Dec  8 18:18:05 2013        
(r2059)
+++ nss-pam-ldapd-0.7/compat/nss_compat.h       Sun Dec  8 18:40:44 2013        
(r2060)
@@ -85,7 +85,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
-- 
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/