[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Thu Jun 23 05:47:03 MDT 2011


The branch, master has been updated
       via  6c3cef7 s3: Add IO_REPARSE_TAG_SYMLINK define
       via  fb1346d s3: Fix some nonempty blank lines
      from  472759a s3: remove prototype of convert_string_error from proto.h

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


- Log -----------------------------------------------------------------
commit 6c3cef773a989f175c518b435feebab287a58cf0
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Jun 23 12:24:40 2011 +0200

    s3: Add IO_REPARSE_TAG_SYMLINK define
    
    From http://msdn.microsoft.com/en-us/library/dd541667%28v=PROT.13%29.aspx
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Thu Jun 23 13:46:37 CEST 2011 on sn-devel-104

commit fb1346d748a969702d51d02dcecc38ae93714599
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Jun 23 12:24:21 2011 +0200

    s3: Fix some nonempty blank lines

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

Summary of changes:
 source3/include/ntioctl.h |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/include/ntioctl.h b/source3/include/ntioctl.h
index 18707c5..131d596 100644
--- a/source3/include/ntioctl.h
+++ b/source3/include/ntioctl.h
@@ -2,17 +2,17 @@
    Unix SMB/CIFS implementation.
    NT ioctl code constants
    Copyright (C) Andrew Tridgell              2002
-   
+
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
-   
+
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
-   
+
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
@@ -69,6 +69,7 @@
 
 #endif
 
+#define IO_REPARSE_TAG_SYMLINK	     0xA000000C
 #define IO_REPARSE_TAG_MOUNT_POINT   0xA0000003
 #define IO_REPARSE_TAG_HSM           0xC0000004
 #define IO_REPARSE_TAG_SIS           0x80000007


-- 
Samba Shared Repository


More information about the samba-cvs mailing list