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-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
2010-04-23
When sending the initial async response, this is never part of a chain.
Jeremy Allison
1
-1
/
+1
2010-04-23
Don't free the entire tevent_req on cancel, only the part we need (the immedi...
Jeremy Allison
1
-9
/
+12
2010-04-23
s3-smbd: group print relate data in own structure
Simo Sorce
5
-8
/
+27
2010-04-23
Allow smb2 create requests to be cancelled.
Jeremy Allison
4
-20
/
+90
2010-04-23
Fix bug #7384 - dptr_Close has a bitmap leak.
Ira Cooper
1
-3
/
+1
2010-04-23
At simo's request return struct tevent_req *treq -> treq. For consistency :-(.
Jeremy Allison
1
-80
/
+80
2010-04-23
Rename - no functional change. Stop all variables being called "req".
Jeremy Allison
1
-130
/
+129
2010-04-23
s3-lanman: fix uninitialized variable in api_RDosPrintJobDel().
Günther Deschner
1
-1
/
+1
2010-04-22
Make deferred opens (NT_STATUS_SHARING_VIOLATION) work over SMB2.
Jeremy Allison
6
-83
/
+355
2010-04-23
s3: Fix a cut&paste error in a debug message in check_oem_password()
Volker Lendecke
1
-1
/
+2
2010-04-19
Now SMB2 error messages are correctly being returned with the 1 byte data are...
Jeremy Allison
1
-51
/
+49
2010-04-19
Ensure vectors are always allocated with consistent size. Removes one byte al...
Jeremy Allison
1
-20
/
+60
2010-04-19
Fix valgrind error where a strdup of name reads one byte beyond the end. Ensu...
Jeremy Allison
1
-1
/
+2
2010-04-19
Remove an unused auto variable.
Jeremy Allison
1
-3
/
+0
2010-04-19
s3-smb2: fix some c++ warnings.
Günther Deschner
1
-3
/
+3
2010-04-19
s3-lanman: use spoolss for api_WPrintJobGetInfo().
Günther Deschner
1
-21
/
+54
2010-04-19
s3-lanman: use spoolss for api_WPrintJobEnumerate().
Günther Deschner
1
-11
/
+142
2010-04-18
Final fix for #7331 - Compound async SMB 2 requests don't work right.
Jeremy Allison
2
-4
/
+20
2010-04-17
Second part of fix for bug #7331 - Compound async SMB 2 requests don't work r...
Jeremy Allison
1
-58
/
+158
2010-04-17
First part of fix for bug #7331 - Compound async SMB 2 requests don't work ri...
Jeremy Allison
5
-105
/
+367
2010-04-17
s3: Slightly simplify the logic of check_password_complexity()
Volker Lendecke
1
-18
/
+22
2010-04-17
s3: Fix some nonempty blank lines
Volker Lendecke
1
-7
/
+7
2010-04-13
s3: Cache the username map in gencache
Volker Lendecke
1
-0
/
+49
2010-04-12
Move to using 64-bit mid values in our internal open file database.
Jeremy Allison
10
-123
/
+125
2010-04-12
s3: Little refactoring: Factor out skip_space
Volker Lendecke
1
-5
/
+10
2010-04-12
s3: Remove a bogus 0-check, "isspace" can not return true for \0
Volker Lendecke
1
-1
/
+1
2010-04-12
s3: Cache the result of the username map script
Volker Lendecke
1
-0
/
+1
2010-04-09
Plumb SMB2 stubs into all the places we defer SMB1 operations.
Jeremy Allison
10
-72
/
+154
2010-04-09
s3: Use talloc_tos() as talloc ctx for fd_lines_load() in map_username()
Volker Lendecke
1
-1
/
+1
2010-04-09
s3: TALLOC_FREE(command) correctly in map_username()
Volker Lendecke
1
-0
/
+2
2010-04-08
Stop smb2 from calling into smb1 blocking lock request code.
Jeremy Allison
5
-0
/
+66
2010-04-08
Simplify call_trans2qfilepathinfo() and smbd_do_qfilepathinfo()
Jeremy Allison
3
-20
/
+4
2010-04-08
Fix bug #7339 - MSDFS is non-functional in 3.5.x
Jeremy Allison
3
-1
/
+5
2010-04-08
s3-lanman: use spoolss for api_RDosPrintJobDel().
Günther Deschner
1
-15
/
+59
2010-04-08
s3-lanman: use spoolss for api_WPrintQueueCtrl().
Günther Deschner
1
-7
/
+70
2010-04-07
Start to plumb smb2 into the oplock system. Calls dummy functions for now.
Jeremy Allison
4
-46
/
+59
2010-04-07
On compound requests, MS-SMB2 says clients MAY use 0xFFFFFFFF for compound ti...
Jeremy Allison
2
-0
/
+39
2010-04-07
Don't forget to initialize *p_creds_requested.
Jeremy Allison
1
-0
/
+1
2010-04-07
s3: add comment about what the FSCTL_QUERY_ALLOCATED_RANGES currently does
Björn Jacke
1
-0
/
+6
2010-04-06
Ensure we total up the correct number of creds requested in a compound request.
Jeremy Allison
1
-1
/
+7
2010-04-06
Parameterize "smb2 max read", "smb2 max write", "smb2 max trans".
Jeremy Allison
4
-8
/
+8
[next]