Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etercifs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
etercifs
Commits
0f09a8f2
Commit
0f09a8f2
authored
Dec 26, 2008
by
Konstantin Baev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
4.0.1-alt3
- fix build in kernels 2.6.18 - 2.6.24 (may be broken after adding option "forcemand")
parent
4159674a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
+7
-4
etercifs.spec
etercifs.spec
+4
-1
connect.c
sources/2.6.23/connect.c
+1
-1
connect.c
sources/2.6.24/connect.c
+1
-1
connect.c
sources/legacy/connect.c
+1
-1
No files found.
etercifs.spec
View file @
0f09a8f2
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
Name: etercifs
Name: etercifs
Version: 4.0.1
Version: 4.0.1
Release: alt
2
Release: alt
3
Summary: Advanced Common Internet File System for Linux with Etersoft extension
Summary: Advanced Common Internet File System for Linux with Etersoft extension
...
@@ -112,6 +112,9 @@ cp %SOURCE27 %buildroot/%etercifs_src/%src_package_name-2.6.27-%src_2_6_27_versi
...
@@ -112,6 +112,9 @@ cp %SOURCE27 %buildroot/%etercifs_src/%src_package_name-2.6.27-%src_2_6_27_versi
%doc README.ETER AUTHORS CHANGES README TODO
%doc README.ETER AUTHORS CHANGES README TODO
%changelog
%changelog
* Fri Dec 26 2008 Konstantin Baev <kipruss@altlinux.org> 4.0.1-alt3
- fix build in kernels 2.6.18 - 2.6.24 (may be broken after adding option "forcemand")
* Thu Dec 18 2008 Konstantin Baev <kipruss@altlinux.org> 4.0.1-alt2
* Thu Dec 18 2008 Konstantin Baev <kipruss@altlinux.org> 4.0.1-alt2
- minor design changes in sources code
- minor design changes in sources code
- add docs
- add docs
...
...
sources/2.6.23/connect.c
View file @
0f09a8f2
...
@@ -90,7 +90,7 @@ struct smb_vol {
...
@@ -90,7 +90,7 @@ struct smb_vol {
unsigned
nullauth
:
1
;
/* attempt to authenticate with null user */
unsigned
nullauth
:
1
;
/* attempt to authenticate with null user */
unsigned
nocase
;
/* request case insensitive filenames */
unsigned
nocase
;
/* request case insensitive filenames */
unsigned
nobrl
;
/* disable sending byte range locks to srv */
unsigned
nobrl
;
/* disable sending byte range locks to srv */
bool
mand_lock
:
1
;
/* send mandatory not posix byte range lock reqs */
unsigned
mand_lock
:
1
;
/* send mandatory not posix byte range lock reqs */
unsigned
int
rsize
;
unsigned
int
rsize
;
unsigned
int
wsize
;
unsigned
int
wsize
;
unsigned
int
sockopt
;
unsigned
int
sockopt
;
...
...
sources/2.6.24/connect.c
View file @
0f09a8f2
...
@@ -90,7 +90,7 @@ struct smb_vol {
...
@@ -90,7 +90,7 @@ struct smb_vol {
unsigned
nullauth
:
1
;
/* attempt to authenticate with null user */
unsigned
nullauth
:
1
;
/* attempt to authenticate with null user */
unsigned
nocase
;
/* request case insensitive filenames */
unsigned
nocase
;
/* request case insensitive filenames */
unsigned
nobrl
;
/* disable sending byte range locks to srv */
unsigned
nobrl
;
/* disable sending byte range locks to srv */
bool
mand_lock
:
1
;
/* send mandatory not posix byte range lock reqs */
unsigned
mand_lock
:
1
;
/* send mandatory not posix byte range lock reqs */
unsigned
int
rsize
;
unsigned
int
rsize
;
unsigned
int
wsize
;
unsigned
int
wsize
;
unsigned
int
sockopt
;
unsigned
int
sockopt
;
...
...
sources/legacy/connect.c
View file @
0f09a8f2
...
@@ -106,7 +106,7 @@ struct smb_vol {
...
@@ -106,7 +106,7 @@ struct smb_vol {
unsigned
nullauth
:
1
;
/* attempt to authenticate with null user */
unsigned
nullauth
:
1
;
/* attempt to authenticate with null user */
unsigned
nocase
;
/* request case insensitive filenames */
unsigned
nocase
;
/* request case insensitive filenames */
unsigned
nobrl
;
/* disable sending byte range locks to srv */
unsigned
nobrl
;
/* disable sending byte range locks to srv */
bool
mand_lock
:
1
;
/* send mandatory not posix byte range lock reqs */
unsigned
mand_lock
:
1
;
/* send mandatory not posix byte range lock reqs */
unsigned
int
rsize
;
unsigned
int
rsize
;
unsigned
int
wsize
;
unsigned
int
wsize
;
unsigned
int
sockopt
;
unsigned
int
sockopt
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment