The branch, v3-2-test has been updated
       via  8bcd2df841bae63e7d58c35d4728b7d853471697 (commit)
      from  5b4ba4bfc54e2fa468abe15383e5b33eb5bd1324 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 8bcd2df841bae63e7d58c35d4728b7d853471697
Author: Volker Lendecke <[EMAIL PROTECTED]>
Date:   Mon Nov 26 15:28:13 2007 +0100

    Fix bug 5055

-----------------------------------------------------------------------

Summary of changes:
 source/lib/ldb/common/ldb_dn.c |    2 +-
 source/lib/replace/replace.c   |    2 +-
 source/passdb/pdb_ldap.c       |    2 +-
 source/smbd/lanman.c           |    2 +-
 source/smbd/trans2.c           |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/ldb/common/ldb_dn.c b/source/lib/ldb/common/ldb_dn.c
index 155c485..7ef3c38 100644
--- a/source/lib/ldb/common/ldb_dn.c
+++ b/source/lib/ldb/common/ldb_dn.c
@@ -26,7 +26,7 @@
  *
  *  Component: ldb dn explode and utility functions
  *
- *  Description: - explode a dn into it's own basic elements
+ *  Description: - explode a dn into its own basic elements
  *                 and put them in a structure
  *               - manipulate ldb_dn structures
  *
diff --git a/source/lib/replace/replace.c b/source/lib/replace/replace.c
index cec158b..b2a240e 100644
--- a/source/lib/replace/replace.c
+++ b/source/lib/replace/replace.c
@@ -218,7 +218,7 @@ long nap(long milliseconds) {
 #ifndef HAVE_MEMMOVE
 /*******************************************************************
 safely copies memory, ensuring no overlap problems.
-this is only used if the machine does not have it's own memmove().
+this is only used if the machine does not have its own memmove().
 this is not the fastest algorithm in town, but it will do for our
 needs.
 ********************************************************************/
diff --git a/source/passdb/pdb_ldap.c b/source/passdb/pdb_ldap.c
index 215cd3c..707e3f3 100644
--- a/source/passdb/pdb_ldap.c
+++ b/source/passdb/pdb_ldap.c
@@ -5623,7 +5623,7 @@ static NTSTATUS ldapsam_change_groupmem(struct 
pdb_methods *my_methods,
                }
 
                if (user_gid == group_gid) {
-                       DEBUG (3, ("ldapsam_change_groupmem: can't remove user 
from it's own primary group!\n"));
+                       DEBUG (3, ("ldapsam_change_groupmem: can't remove user 
from its own primary group!\n"));
                        return NT_STATUS_MEMBERS_PRIMARY_GROUP;
                }
        }
diff --git a/source/smbd/lanman.c b/source/smbd/lanman.c
index b2e435e..17ab891 100644
--- a/source/smbd/lanman.c
+++ b/source/smbd/lanman.c
@@ -1380,7 +1380,7 @@ static bool api_RNetServerEnum(connection_struct *conn, 
uint16 vuid,
        }
 
        /* If someone sets SV_TYPE_LOCAL_LIST_ONLY but hasn't set
-          any other bit (they may just set this bit on it's own) they 
+          any other bit (they may just set this bit on its own) they 
           want all the locally seen servers. However this bit can be 
           set on its own so set the requested servers to be 
           ALL - DOMAIN_ENUM. */
diff --git a/source/smbd/trans2.c b/source/smbd/trans2.c
index 323d78c..e37f6ff 100644
--- a/source/smbd/trans2.c
+++ b/source/smbd/trans2.c
@@ -3279,7 +3279,7 @@ static char *store_file_unix_basic(connection_struct 
*conn,
  *
  * XXX: this really should be behind the VFS interface. To do this, we would
  * need to alter SMB_STRUCT_STAT so that it included a flags and a mask field.
- * Each VFS module could then implement it's own mapping as appropriate for the
+ * Each VFS module could then implement its own mapping as appropriate for the
  * platform. We would then pass the SMB flags into SMB_VFS_CHFLAGS.
  */
 static const struct {unsigned stat_fflag; unsigned smb_fflag;}


-- 
Samba Shared Repository

Reply via email to