Changeset 69371 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt
- Timestamp:
- Oct 26, 2017 3:34:57 PM (7 years ago)
- Location:
- trunk/src/VBox/HostDrivers/VBoxNetFlt
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/freebsd/Makefile
r56293 r69371 4 4 # 5 5 6 #7 6 # 8 7 # Copyright (C) 2006-2015 Oracle Corporation … … 15 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 # 17 # The contents of this file may alternatively be used under the terms 18 # of the Common Development and Distribution License Version 1.0 19 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 # VirtualBox OSE distribution, in which case the provisions of the 21 # CDDL are applicable instead of those of the GPL. 22 # 23 # You may elect to license modified versions of this file under the 24 # terms and conditions of either the GPL or the CDDL or both. 17 25 # 18 26 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/freebsd/files_vboxnetflt
-
Property svn:eol-style
changed from
native
toLF
-
Property svn:eol-style
changed from
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile
r68682 r69371 3 3 # 4 4 5 #6 5 # 7 6 # Copyright (C) 2006-2017 Oracle Corporation … … 14 13 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 14 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 # 16 # The contents of this file may alternatively be used under the terms 17 # of the Common Development and Distribution License Version 1.0 18 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the 19 # VirtualBox OSE distribution, in which case the provisions of the 20 # CDDL are applicable instead of those of the GPL. 21 # 22 # You may elect to license modified versions of this file under the 23 # terms and conditions of either the GPL or the CDDL or both. 16 24 # 17 25 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/files_vboxnetflt
-
Property svn:eol-style
changed from
native
toLF
r69335 r69371 15 15 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 16 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 # 18 # The contents of this file may alternatively be used under the terms 19 # of the Common Development and Distribution License Version 1.0 20 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the 21 # VirtualBox OSE distribution, in which case the provisions of the 22 # CDDL are applicable instead of those of the GPL. 23 # 24 # You may elect to license modified versions of this file under the 25 # terms and conditions of either the GPL or the CDDL or both. 17 26 # 18 27 -
Property svn:eol-style
changed from
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/vboxbow.conf
r56293 r69371 1 # $Id$ 2 ## @file 3 # Solaris Host VBoxBow (Crossbow) Configuration 1 4 # 2 # Solaris Host VBoxBow (Crossbow) Configuration 5 3 6 # 4 7 # Copyright (C) 2008-2015 Oracle Corporation … … 24 27 # This needs to go into /platform/i86pc/kernel/drv, 25 28 # while the 64-bit driver object goes into the amd64 26 # subdirectory (32-bit drivers goes into the same 29 # subdirectory (32-bit drivers goes into the same 27 30 # directory). 28 31 # -
trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/vboxflt.conf
r56293 r69371 1 # $Id$ 2 ## @file 3 # Solaris Host VBoxFlt Configuration 1 4 # 2 # Solaris Host VBoxFlt Configuration 5 3 6 # 4 7 # Copyright (C) 2008-2015 Oracle Corporation … … 24 27 # This needs to go into /platform/i86pc/kernel/drv, 25 28 # while the 64-bit driver object goes into the amd64 26 # subdirectory (32-bit drivers goes into the same 29 # subdirectory (32-bit drivers goes into the same 27 30 # directory). 28 31 # -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetAdp.inf
r62534 r69371 1 1 ; $Id$ 2 ; @file2 ;; @file 3 3 ; VBoxNetAdp.inf - VirtualBox Host-Only Driver inf file 4 4 ; 5 5 6 ; 6 7 ; Copyright (C) 2011-2016 Oracle Corporation … … 13 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; The contents of this file may alternatively be used under the terms 18 ; of the Common Development and Distribution License Version 1.0 19 ; (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 ; VirtualBox OSE distribution, in which case the provisions of the 21 ; CDDL are applicable instead of those of the GPL. 22 ; 23 ; You may elect to license modified versions of this file under the 24 ; terms and conditions of either the GPL or the CDDL or both. 15 25 ; 16 26 … … 54 64 55 65 [VBoxNetAdp.ndi] 56 Characteristics = 0x1 ; NCF_VIRTUAL 66 Characteristics = 0x1 ; NCF_VIRTUAL 57 67 CopyFiles = VBoxNetAdp.Files.Sys 58 68 AddReg = VBoxNetAdp.AddReg … … 85 95 DiskDescription = "VirtualBox Host-Only Ethernet Adapter" 86 96 87 88 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFlt.inf
r62534 r69371 1 1 ; $Id$ 2 ; @file 3 ; VBoxNetFlt.inf - VirtualBox Bridged Networking Driver inf file 4 ; Protocol edge 2 ;; @file 3 ; VBoxNetFlt.inf - VirtualBox Bridged Networking Driver inf file Protocol edge 5 4 ; 5 6 6 ; 7 7 ; Copyright (C) 2011-2016 Oracle Corporation … … 14 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; The contents of this file may alternatively be used under the terms 18 ; of the Common Development and Distribution License Version 1.0 19 ; (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 ; VirtualBox OSE distribution, in which case the provisions of the 21 ; CDDL are applicable instead of those of the GPL. 22 ; 23 ; You may elect to license modified versions of this file under the 24 ; terms and conditions of either the GPL or the CDDL or both. 16 25 ; 17 26 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltM.inf
r62534 r69371 1 1 ; $Id$ 2 ; @file 3 ; VBoxNetFltM.inf - VirtualBox Bridged Networking Driver inf file 4 ; Miniport edge 2 ;; @file 3 ; VBoxNetFltM.inf - VirtualBox Bridged Networking Driver inf file Miniport edge 5 4 ; 5 6 6 ; 7 7 ; Copyright (C) 2011-2016 Oracle Corporation … … 14 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; The contents of this file may alternatively be used under the terms 18 ; of the Common Development and Distribution License Version 1.0 19 ; (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 ; VirtualBox OSE distribution, in which case the provisions of the 21 ; CDDL are applicable instead of those of the GPL. 22 ; 23 ; You may elect to license modified versions of this file under the 24 ; terms and conditions of either the GPL or the CDDL or both. 16 25 ; 17 26 … … 68 77 [SourceDisksFiles] 69 78 70 71 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetLwf.inf
r66613 r69371 3 3 ; VBoxNetLwf.inf - VirtualBox Bridged Networking Driver inf file 4 4 ; 5 5 6 ; 6 7 ; Copyright (C) 2014-2016 Oracle Corporation … … 13 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; The contents of this file may alternatively be used under the terms 18 ; of the Common Development and Distribution License Version 1.0 19 ; (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 ; VirtualBox OSE distribution, in which case the provisions of the 21 ; CDDL are applicable instead of those of the GPL. 22 ; 23 ; You may elect to license modified versions of this file under the 24 ; terms and conditions of either the GPL or the CDDL or both. 15 25 ; 16 26 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/nobj/VBoxNetFltNobjT.idl
r56293 r69371 2 2 /** @file 3 3 * VBoxNetFltNobjT.idl - Notify Object for Bridged Networking Driver. 4 4 5 * Type lib definition 5 6 */ 7 6 8 /* 7 9 * Copyright (C) 2011-2015 Oracle Corporation … … 14 16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 18 * 19 * The contents of this file may alternatively be used under the terms 20 * of the Common Development and Distribution License Version 1.0 21 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 22 * VirtualBox OSE distribution, in which case the provisions of the 23 * CDDL are applicable instead of those of the GPL. 24 * 25 * You may elect to license modified versions of this file under the 26 * terms and conditions of either the GPL or the CDDL or both. 16 27 */ 28 17 29 #include <netcfgn.idl> 18 30
Note:
See TracChangeset
for help on using the changeset viewer.