[SCM] Samba Shared Repository - branch master updated

David Disseldorp ddiss at samba.org
Tue Feb 10 12:28:02 MST 2015


The branch, master has been updated
       via  b3d5d03 smbd: Fix a typo
       via  72f3630 smbd: Fix a typo
       via  7121466 smbd: Make "check_veto_path" static
      from  c8c2c85 Update mailing list references to point at lists.samba.org

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit b3d5d0319d844038e62119755dbbedd701931ccc
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Feb 10 17:26:47 2015 +0100

    smbd: Fix a typo
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: David Disseldorp <ddiss at samba.org>
    
    Autobuild-User(master): David Disseldorp <ddiss at samba.org>
    Autobuild-Date(master): Tue Feb 10 20:27:32 CET 2015 on sn-devel-104

commit 72f3630e3f8eb76ffe0cf0db396bb945f2a760ef
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Feb 9 14:42:23 2015 +0000

    smbd: Fix a typo
    
    http://www.oxfordlearnersdictionaries.com/definition/english/veto_2 says it's
    vetoed, not vetod
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: David Disseldorp <ddiss at samba.org>

commit 71214665df13610fe29c96a20927dc931ec4f8d2
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Feb 9 14:42:08 2015 +0000

    smbd: Make "check_veto_path" static
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: David Disseldorp <ddiss at samba.org>

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

Summary of changes:
 source3/smbd/filename.c | 4 ++--
 source3/smbd/msdfs.c    | 2 +-
 source3/smbd/proto.h    | 1 -
 3 files changed, 3 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/filename.c b/source3/smbd/filename.c
index e632796..0fdc09d 100644
--- a/source3/smbd/filename.c
+++ b/source3/smbd/filename.c
@@ -1012,10 +1012,10 @@ NTSTATUS unix_convert(TALLOC_CTX *ctx,
 }
 
 /****************************************************************************
- Ensure a path is not vetod.
+ Ensure a path is not vetoed.
 ****************************************************************************/
 
-NTSTATUS check_veto_path(connection_struct *conn, const char *name)
+static NTSTATUS check_veto_path(connection_struct *conn, const char *name)
 {
 	if (IS_VETO_PATH(conn, name))  {
 		/* Is it not dot or dot dot. */
diff --git a/source3/smbd/msdfs.c b/source3/smbd/msdfs.c
index bbf353d..3bd8a09 100644
--- a/source3/smbd/msdfs.c
+++ b/source3/smbd/msdfs.c
@@ -296,7 +296,7 @@ static NTSTATUS create_conn_struct_as_root(TALLOC_CTX *ctx,
 	set_conn_connectpath(conn, connpath);
 
 	/*
-	 * New code to check if there's a share security descripter
+	 * New code to check if there's a share security descriptor
 	 * added from NT server manager. This is done after the
 	 * smb.conf checks are done as we need a uid and token. JRA.
 	 *
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 121682c..26a199c 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -327,7 +327,6 @@ NTSTATUS unix_convert(TALLOC_CTX *ctx,
 		      const char *orig_path,
 		      struct smb_filename **smb_fname,
 		      uint32_t ucf_flags);
-NTSTATUS check_veto_path(connection_struct *conn, const char *name);
 NTSTATUS check_name(connection_struct *conn, const char *name);
 int get_real_filename(connection_struct *conn, const char *path,
 		      const char *name, TALLOC_CTX *mem_ctx,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list