index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
smb_server
/
smb2
/
receive.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
1
-1
/
+1
2009-11-27
s4:smb_server/smb2: don't reset highest_smb2_seqnum on SMB2 Cancel
Stefan Metzmacher
1
-2
/
+4
2009-11-27
s4-smb2: sequence numbers are not checked in SMB2_OP_CANCEL
Andrew Tridgell
1
-1
/
+2
2009-09-19
s4-smbd: minimise includes in smbd/ and smb_server
Andrew Tridgell
1
-2
/
+0
2009-06-09
s4:smb2srv: don't allow the related flag on the first request in a compounded...
Stefan Metzmacher
1
-0
/
+7
2009-06-09
s4:smb2srv: correctly fail remaining compounded requests after a failure
Stefan Metzmacher
1
-5
/
+15
2009-06-09
s4:smb2srv: remove old TODO comment, we already check the seqnum
Stefan Metzmacher
1
-2
/
+0
2009-06-09
s4:smb2srv: fix handling of multiple compounded requests
Stefan Metzmacher
1
-7
/
+12
2009-05-11
s4:smb_server: return after we have processed an invalid smb2 request
Stefan Metzmacher
1
-0
/
+2
2009-02-02
s4:smb_server: s/private/private_data
Stefan Metzmacher
1
-2
/
+2
2008-09-24
we need different error handling for truncated packets in NETPROT and
Andrew Tridgell
1
-2
/
+39
2008-08-14
smb2srv: async replies with STATUS_PENDING are not signed
Stefan Metzmacher
1
-2
/
+29
2008-08-14
smb2srv: sign replies when the request was also signed
Stefan Metzmacher
1
-7
/
+2
2008-08-14
smb2srv: use defines instead of hex values
Stefan Metzmacher
1
-3
/
+3
2008-07-28
smb2srv: correctly hold the signing state per session
Stefan Metzmacher
1
-10
/
+11
2008-06-07
fixed mandatory signing
Andrew Tridgell
1
-0
/
+4
2008-06-06
added server side SMB2 signing
Andrew Tridgell
1
-0
/
+36
2008-02-14
Fixed SMB2 rename operations from Vista clients
Andrew Tridgell
1
-1
/
+1
2008-02-14
Convert SMB and SMB2 code to use a common buffer handling structure
Andrew Tridgell
1
-0
/
+20
2008-02-12
updated SMB2 header defines to match WSPP docs
Andrew Tridgell
1
-9
/
+9
2007-12-21
r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25551: Convert to standard bool type.
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r23045: forward SMB2 oplock breaks to the client
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r22866: handle incoming chained smb2 requests in our server code to let
Stefan Metzmacher
1
-17
/
+100
2007-10-10
r18686: Fix typo protocl->protocol
Volker Lendecke
1
-1
/
+2
2007-10-10
r17084: implement SMB2 Cancel in the server,
Stefan Metzmacher
1
-5
/
+98
2007-10-10
r17012: don't try to send any data when the socket is gone already...
Stefan Metzmacher
1
-0
/
+13
2007-10-10
r16734: the 2 bytes after the opcode and before the flags,
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r16705: fix a bug found by valgrind...
Stefan Metzmacher
1
-2
/
+4
2007-10-10
r15770: when there's a dynamic body, we need to send the first byte even if the
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0
Stefan Metzmacher
1
-2
/
+11
2007-10-10
r15304: Fix smbd build, more updates on getting --enable-dso to build again
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r15191: Avoid uint_t as it's not standard.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r14739: keep the last request time for the smbsrv_connection,
Stefan Metzmacher
1
-3
/
+6
2007-10-10
r12725: some minor updates
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r12696: Reduce the size of include/structs.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r12102: for SMB2 we need to allocate tcons per session
Stefan Metzmacher
1
-4
/
+1
2007-10-10
r12095: the most SMB2 opcodes need a valid session and tcon,
Stefan Metzmacher
1
-0
/
+46
2007-10-10
r12092: - add dummy functions for the missing SMB2 opcodes
Stefan Metzmacher
1
-1
/
+16
2007-10-10
r11968: More warning fixes. We're on track to getting to double digits for
Tim Potter
1
-1
/
+1
2007-10-10
r11789: - add the start of a SMB2 server
Stefan Metzmacher
1
-0
/
+269