index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix more SMB2-OPLOCK bugs. Only 3 more issues to address then we're good to g...
Jeremy Allison
2010-05-11
2
-2
/
+15
*
s3:kerberos Return PAC_LOGON_INFO rather than the full PAC_DATA
Andrew Bartlett
2010-05-11
1
-7
/
+3
*
SMB2 always have level2 oplock capability. Correct mapping from break message...
Jeremy Allison
2010-05-10
4
-3
/
+6
*
Stop us crashing in SMB2-OPLOCK test. Don't allow more than one outstanding i...
Jeremy Allison
2010-05-10
1
-5
/
+33
*
Fix the processing of unlocks followed by locks. We now pass SMB2-LOCK test.
Jeremy Allison
2010-05-10
1
-9
/
+5
*
Fix more of the SMB2-LOCK tests. Correctly unlock locks on error.
Jeremy Allison
2010-05-10
1
-3
/
+19
*
s3-lanman: use srvsvc for api_RNetServerGetInfo().
Günther Deschner
2010-05-09
1
-45
/
+47
*
s3-spoolss: Make spoolss_Time_to_time_t public.
Simo Sorce
2010-05-09
1
-15
/
+0
*
Only MULTIPLE-UNLOCK test left to fix !
Jeremy Allison
2010-05-07
3
-3
/
+3
*
When tearing down the connection make sure we close all files before
Jeremy Allison
2010-05-07
2
-0
/
+8
*
This patch looks bigger than it is. It does 2 things. 1). Renames smbpid -> s...
Jeremy Allison
2010-05-07
6
-89
/
+89
*
Make us pass all SMB2 lock tests except MULTIPLE-UNLOCK and CONTEXT. Them nex...
Jeremy Allison
2010-05-07
5
-6
/
+25
*
Fix crash in cancel-tdis lock test. Correctly shut down connection.
Jeremy Allison
2010-05-07
1
-1
/
+1
*
Fix cancel by close lock test.
Jeremy Allison
2010-05-06
1
-24
/
+36
*
Fix more SMB2 locking. We still crash but this won't last :-).
Jeremy Allison
2010-05-06
3
-49
/
+99
*
Move to MS-FSA algorithm when checking for invalid lock range.
Jeremy Allison
2010-05-05
1
-7
/
+0
*
s3: only include gen_ndr headers where needed.
Günther Deschner
2010-05-06
14
-0
/
+14
*
Get closer to passing SMB2 lock test. Still crashes but we get further.
Jeremy Allison
2010-05-05
1
-24
/
+32
*
Return correct error on read request on directory.
Jeremy Allison
2010-05-05
1
-0
/
+4
*
Get in_minimum and EOF errors right.
Jeremy Allison
2010-05-05
1
-1
/
+11
*
Client ignoring max write is a warning, not an error.
Jeremy Allison
2010-05-05
1
-1
/
+5
*
Start to pass the SMB2 read torture tests.
Jeremy Allison
2010-05-05
1
-1
/
+1
*
s3-lanman: use srvsvc for api_RNetShareAdd().
Günther Deschner
2010-05-05
1
-34
/
+42
*
Fixed issue with return in a void function found by Björn JACKE <bj@SerNet.DE>
Jeremy Allison
2010-05-05
1
-1
/
+2
*
s3-lanman: before trying to call spoolss_ClosePrinter make sure we have a con...
Günther Deschner
2010-05-03
1
-8
/
+8
*
s3-lanman: fix api_DosPrintQEnum().
Günther Deschner
2010-05-03
1
-1
/
+7
*
s3-lanman: exit early for unsupported levels in api_PrintJobInfo().
Günther Deschner
2010-05-03
1
-17
/
+17
*
Plumb the SMB2 front end into the blocking lock backend.
Jeremy Allison
2010-04-30
3
-30
/
+477
*
smbd: move printfile_offset() within write_file()
Simo Sorce
2010-04-30
2
-12
/
+7
*
Carefully label SMB1-specific locking calls.
Jeremy Allison
2010-04-29
6
-8
/
+24
*
Move the global blocking lock records into the smb1 state.
Jeremy Allison
2010-04-29
3
-45
/
+42
*
Attempt to fix bug #7399 - SMB2: QUERY_DIRECTORY is returning invalid values.
Jeremy Allison
2010-04-29
2
-10
/
+39
*
s3-lanman: fix api_DosPrintQGetInfo().
Günther Deschner
2010-04-29
1
-4
/
+28
*
s3-lanman: fix api_DosPrintQEnum.
Günther Deschner
2010-04-29
1
-10
/
+22
*
Update (C) for 2010.
Jeremy Allison
2010-04-28
7
-1
/
+8
*
s3-lanman: support level 0 NetPrintQEnum RAP query.
Günther Deschner
2010-04-28
1
-0
/
+1
*
Connect set security descriptor into SMB2 code.
Jeremy Allison
2010-04-28
2
-8
/
+21
*
s3:smbd: make fsp->fake_file_handle a talloc child of fsp
Stefan Metzmacher
2010-04-28
1
-1
/
+1
*
s3:smbd: add comment about returning STATUS_BUFFER_OVERFLOW in pipe_read_andx...
Stefan Metzmacher
2010-04-28
1
-1
/
+15
*
Fix the "allow_smb2" bug being set to false that was driving me mad :-).
Jeremy Allison
2010-04-27
1
-1
/
+5
*
Don't return a potentially uninitialized NT_STATUS. We can now see user lists...
Jeremy Allison
2010-04-27
1
-1
/
+1
*
Add debug statements so I can track the flow of RPC data.
Jeremy Allison
2010-04-27
1
-2
/
+27
*
s3-lanman: use spoolss for api_WPrintDestGetInfo() and api_WPrintDestEnum().
Günther Deschner
2010-04-28
1
-37
/
+115
*
s3-lanman: fix debug message in api_WPrintJobEnumerate().
Günther Deschner
2010-04-28
1
-1
/
+1
*
s3-lanman: remove a unnecessary memset in api_WPrintJobEnumerate().
Günther Deschner
2010-04-28
1
-1
/
+0
*
s3-lanman: remove unused code.
Günther Deschner
2010-04-28
1
-134
/
+0
*
s3-lanman: use spoolss for api_DosPrintQGetInfo and api_DosPrintQEnum.
Günther Deschner
2010-04-28
1
-152
/
+215
*
Don't return an intermediate reply on async on a pipe call (Windows doesn't).
Jeremy Allison
2010-04-27
1
-0
/
+5
*
s3-lanman: use spoolss for api_PrintJobInfo().
Günther Deschner
2010-04-28
1
-13
/
+88
*
s3-lanman: remove unsupported print_job_set_place().
Günther Deschner
2010-04-28
1
-9
/
+0
[next]