index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
smb_server
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move our DC to implement mandetory signing.
Andrew Bartlett
2008-09-05
2
-4
/
+10
*
With a windows 2008 client, even anonymous requires signing...
Andrew Bartlett
2008-09-05
1
-6
/
+0
*
smb2srv: async replies with STATUS_PENDING are not signed
Stefan Metzmacher
2008-08-14
1
-2
/
+29
*
smb2srv: sign replies when the request was also signed
Stefan Metzmacher
2008-08-14
2
-7
/
+4
*
smb2srv: use defines instead of hex values
Stefan Metzmacher
2008-08-14
1
-3
/
+3
*
smb2srv: sign SMB2 Logoff replies
Stefan Metzmacher
2008-07-28
1
-3
/
+17
*
smb2srv: correctly hold the signing state per session
Stefan Metzmacher
2008-07-28
4
-13
/
+31
*
initialise query_maximal_access here too
Andrew Tridgell
2008-07-24
1
-0
/
+1
*
make sure we initialise query_maximal_access
Andrew Tridgell
2008-07-24
1
-0
/
+1
*
smb_server/smb: handle incoming multi fragmented nttrans requests
Stefan Metzmacher
2008-07-07
1
-16
/
+152
*
smb_server/smb: prepare multi fragmented nttrans requests
Stefan Metzmacher
2008-07-07
2
-4
/
+7
*
smb_server/smb: trans(2) setup count is uint8_t
Stefan Metzmacher
2008-07-07
1
-2
/
+3
*
smb_server/smb: transs and transs2 calls have different word counts
Stefan Metzmacher
2008-07-07
1
-1
/
+12
*
smb_server/smb: fix crash bug with fragmented trans calls
Stefan Metzmacher
2008-07-07
1
-13
/
+20
*
fixed mandatory signing
Andrew Tridgell
2008-06-07
3
-2
/
+7
*
added server side SMB2 signing
Andrew Tridgell
2008-06-06
4
-1
/
+59
*
more updates for new info levels
Andrew Tridgell
2008-06-02
2
-4
/
+13
*
check for requested buffer size in getinfo call
Andrew Tridgell
2008-05-31
1
-0
/
+5
*
the docs shows that this is a o16s32 blob
Andrew Tridgell
2008-05-30
1
-2
/
+1
*
fix from WSPP SMB2 test 11
Andrew Tridgell
2008-05-29
1
-1
/
+2
*
added support for returning the maximal access MXAC tag in SMB2 create
Andrew Tridgell
2008-05-29
1
-0
/
+12
*
implement the documented SMB2 create blobs in the server
Andrew Tridgell
2008-05-28
1
-6
/
+70
*
make sure we send a reply packet for bad create options
Andrew Tridgell
2008-05-28
1
-1
/
+2
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pyirpc
Jelmer Vernooij
2008-05-26
1
-0
/
+5
|
\
|
*
stricter checks for valid inputs in SMB2 open and lock
Andrew Tridgell
2008-05-26
1
-0
/
+5
*
|
Cope with no server being active.
Jelmer Vernooij
2008-05-26
1
-2
/
+2
|
/
*
fix make test for EAs again
Andrew Tridgell
2008-05-23
1
-2
/
+2
*
pass in the required alignment to the EA construction routines
Andrew Tridgell
2008-05-22
1
-2
/
+2
*
fixed parsing of the SMB2 ALL_INFO qfileinfo level
Andrew Tridgell
2008-05-22
1
-1
/
+2
*
badly formed SMB2 packets get NT_STATUS_INVALID_PARAMETER
Andrew Tridgell
2008-05-22
1
-2
/
+2
*
fixed SMB2 flush call, and added flush to gentest_smb2
Andrew Tridgell
2008-05-21
1
-4
/
+3
*
fixed SMB2 locking
Andrew Tridgell
2008-05-21
2
-9
/
+23
*
Merge commit 'origin/v4-0-test' into vfs_smb2
Andrew Tridgell
2008-05-19
3
-8
/
+10
|
\
|
*
Fix a couple (well, little more than that..) of typos.
Jelmer Vernooij
2008-05-18
3
-4
/
+4
|
*
Create prototype headers from Makefile directory, without smb_build in the mi...
Jelmer Vernooij
2008-05-18
3
-4
/
+6
|
*
Use variables for source directory in a couple more places.
Jelmer Vernooij
2008-05-18
3
-4
/
+4
*
|
fixed warning
Andrew Tridgell
2008-05-16
1
-1
/
+2
*
|
fixed file_index reference
Andrew Tridgell
2008-05-16
1
-1
/
+1
*
|
better match WSPP doc name for find flags
Andrew Tridgell
2008-05-15
1
-1
/
+1
|
/
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Jelmer Vernooij
2008-04-25
6
-121
/
+171
|
\
|
*
smb_server/smb2: handle incoming oplock releases
Stefan Metzmacher
2008-04-19
1
-1
/
+30
|
*
Flag smb messages array with AND_X and LARGE_REQUEST
Amin Azez
2008-04-18
1
-10
/
+21
|
*
Re-order smbsrv_recv_smb_request and smb_messages
Amin Azez
2008-04-18
1
-99
/
+99
|
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell
2008-04-17
2
-3
/
+5
|
|
\
|
|
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Jelmer Vernooij
2008-04-17
2
-3
/
+7
|
|
|
\
|
|
*
|
Specify event_context to ldb_wrap_connect explicitly.
Jelmer Vernooij
2008-04-17
2
-3
/
+5
|
*
|
|
fix the overflow/wrap checks in Samba4 for new gcc optimisation behavior
Andrew Tridgell
2008-04-17
1
-3
/
+3
|
|
|
/
|
|
/
|
|
*
|
make smb2 read and write size configurable
Andrew Tridgell
2008-04-17
1
-3
/
+6
|
*
|
smb_server/smb2: initialize new create.in.blobs element untill it'll be suppo...
Stefan Metzmacher
2008-04-17
1
-0
/
+1
|
|
/
|
*
Use _OBJ_FILES variables in a couple more places.
Jelmer Vernooij
2008-04-14
3
-19
/
+25
[next]