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
/
source3
/
smbd
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-07
Only MULTIPLE-UNLOCK test left to fix !
Jeremy Allison
3
-3
/
+3
2010-05-07
When tearing down the connection make sure we close all files before
Jeremy Allison
2
-0
/
+8
2010-05-07
This patch looks bigger than it is. It does 2 things. 1). Renames smbpid -> s...
Jeremy Allison
6
-89
/
+89
2010-05-07
Make us pass all SMB2 lock tests except MULTIPLE-UNLOCK and CONTEXT. Them nex...
Jeremy Allison
5
-6
/
+25
2010-05-07
Fix crash in cancel-tdis lock test. Correctly shut down connection.
Jeremy Allison
1
-1
/
+1
2010-05-06
Fix cancel by close lock test.
Jeremy Allison
1
-24
/
+36
2010-05-06
Fix more SMB2 locking. We still crash but this won't last :-).
Jeremy Allison
3
-49
/
+99
2010-05-05
Move to MS-FSA algorithm when checking for invalid lock range.
Jeremy Allison
1
-7
/
+0
2010-05-06
s3: only include gen_ndr headers where needed.
Günther Deschner
14
-0
/
+14
2010-05-05
Get closer to passing SMB2 lock test. Still crashes but we get further.
Jeremy Allison
1
-24
/
+32
2010-05-05
Return correct error on read request on directory.
Jeremy Allison
1
-0
/
+4
2010-05-05
Get in_minimum and EOF errors right.
Jeremy Allison
1
-1
/
+11
2010-05-05
Client ignoring max write is a warning, not an error.
Jeremy Allison
1
-1
/
+5
2010-05-05
Start to pass the SMB2 read torture tests.
Jeremy Allison
1
-1
/
+1
2010-05-05
s3-lanman: use srvsvc for api_RNetShareAdd().
Günther Deschner
1
-34
/
+42
2010-05-05
Fixed issue with return in a void function found by Björn JACKE <bj@SerNet.DE>
Jeremy Allison
1
-1
/
+2
2010-05-03
s3-lanman: before trying to call spoolss_ClosePrinter make sure we have a con...
Günther Deschner
1
-8
/
+8
2010-05-03
s3-lanman: fix api_DosPrintQEnum().
Günther Deschner
1
-1
/
+7
2010-05-03
s3-lanman: exit early for unsupported levels in api_PrintJobInfo().
Günther Deschner
1
-17
/
+17
2010-04-30
Plumb the SMB2 front end into the blocking lock backend.
Jeremy Allison
3
-30
/
+477
2010-04-30
smbd: move printfile_offset() within write_file()
Simo Sorce
2
-12
/
+7
2010-04-29
Carefully label SMB1-specific locking calls.
Jeremy Allison
6
-8
/
+24
2010-04-29
Move the global blocking lock records into the smb1 state.
Jeremy Allison
3
-45
/
+42
2010-04-29
Attempt to fix bug #7399 - SMB2: QUERY_DIRECTORY is returning invalid values.
Jeremy Allison
2
-10
/
+39
2010-04-29
s3-lanman: fix api_DosPrintQGetInfo().
Günther Deschner
1
-4
/
+28
2010-04-29
s3-lanman: fix api_DosPrintQEnum.
Günther Deschner
1
-10
/
+22
2010-04-28
Update (C) for 2010.
Jeremy Allison
7
-1
/
+8
2010-04-28
s3-lanman: support level 0 NetPrintQEnum RAP query.
Günther Deschner
1
-0
/
+1
2010-04-28
Connect set security descriptor into SMB2 code.
Jeremy Allison
2
-8
/
+21
2010-04-28
s3:smbd: make fsp->fake_file_handle a talloc child of fsp
Stefan Metzmacher
1
-1
/
+1
2010-04-28
s3:smbd: add comment about returning STATUS_BUFFER_OVERFLOW in pipe_read_andx...
Stefan Metzmacher
1
-1
/
+15
2010-04-27
Fix the "allow_smb2" bug being set to false that was driving me mad :-).
Jeremy Allison
1
-1
/
+5
2010-04-27
Don't return a potentially uninitialized NT_STATUS. We can now see user lists...
Jeremy Allison
1
-1
/
+1
2010-04-27
Add debug statements so I can track the flow of RPC data.
Jeremy Allison
1
-2
/
+27
2010-04-28
s3-lanman: use spoolss for api_WPrintDestGetInfo() and api_WPrintDestEnum().
Günther Deschner
1
-37
/
+115
2010-04-28
s3-lanman: fix debug message in api_WPrintJobEnumerate().
Günther Deschner
1
-1
/
+1
2010-04-28
s3-lanman: remove a unnecessary memset in api_WPrintJobEnumerate().
Günther Deschner
1
-1
/
+0
2010-04-28
s3-lanman: remove unused code.
Günther Deschner
1
-134
/
+0
2010-04-28
s3-lanman: use spoolss for api_DosPrintQGetInfo and api_DosPrintQEnum.
Günther Deschner
1
-152
/
+215
2010-04-27
Don't return an intermediate reply on async on a pipe call (Windows doesn't).
Jeremy Allison
1
-0
/
+5
2010-04-28
s3-lanman: use spoolss for api_PrintJobInfo().
Günther Deschner
1
-13
/
+88
2010-04-28
s3-lanman: remove unsupported print_job_set_place().
Günther Deschner
1
-9
/
+0
2010-04-27
s3:smbd: keep local and remote tsocket_address per connection
Stefan Metzmacher
2
-9
/
+65
2010-04-26
Correctly report share types (now Win7 makes RPC calls against us).
Jeremy Allison
1
-1
/
+7
2010-04-26
Plumb in get_nt_acl into SMB2.
Jeremy Allison
2
-46
/
+167
2010-04-26
s3: use generated rap header.
Günther Deschner
1
-0
/
+1
2010-04-26
When walking the SMB2 requests queue, ensure the request is still "in flight"
Jeremy Allison
1
-1
/
+10
2010-04-26
Fix crash when rescheduling oplock open.
Jeremy Allison
1
-0
/
+9
2010-04-24
s3: Simplify (bool != True) to !bool
Volker Lendecke
1
-1
/
+1
2010-04-24
Implement oplocks within SMB2. Plumb into the existing SMB1 oplock system.
Jeremy Allison
5
-17
/
+112
[prev]
[next]