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
...
*
s3: Add "smbd_server_connection" to smb_request
Volker Lendecke
2010-06-12
1
-0
/
+1
*
s3: Fix some nonempty lines
Volker Lendecke
2010-06-12
1
-8
/
+7
*
s3: Fix starving the echo responder
Volker Lendecke
2010-06-11
1
-0
/
+11
*
s3:lib make server contexts generic
Simo Sorce
2010-06-10
3
-30
/
+4
*
Fix the build in the non WITH_AIO case (sorry).
Jeremy Allison
2010-06-10
1
-0
/
+20
*
Implement AIO in SMB2. Doesn't allow cancel calls yet (to be added).
Jeremy Allison
2010-06-10
4
-0
/
+339
*
Ensure we correctly setup req->subreq before testing for async. Stops crashes...
Jeremy Allison
2010-06-10
1
-4
/
+4
*
Don't use the autofree context for the globals. This causes child smbd's forked
Jeremy Allison
2010-06-10
3
-3
/
+19
*
s3-smbd: Fix typo in comment.
Karolin Seeger
2010-06-10
1
-1
/
+1
*
Rename "allow_smb2" -> "using_smb2" and make the usage clearer.
Jeremy Allison
2010-06-09
8
-22
/
+31
*
Split out the "finished write processing" code into a function so it can be c...
Jeremy Allison
2010-06-09
1
-40
/
+62
*
Ensure we don't send SMB1 keepalives on an SMB2 connection.
Jeremy Allison
2010-06-09
1
-0
/
+6
*
Split out the "finished read processing" code into a function so it can be ca...
Jeremy Allison
2010-06-09
1
-36
/
+75
*
Fix a valgrind error found by SMB2-COMPOUND test.
Jeremy Allison
2010-06-08
3
-0
/
+31
*
Second part of fix for 7501 - SMB2: CREATE request replies getting mangled.
Jeremy Allison
2010-06-08
1
-67
/
+67
*
Fix for bug 7501 - SMB2: CREATE request replies getting mangled.
Ira Cooper
2010-06-08
1
-3
/
+1
*
Revert "s3:smbd Fix segfault if register_existing_vuid() fails"
Volker Lendecke
2010-06-08
1
-12
/
+4
*
Revert "s3:smbd Give the kerberos session key a parent"
Volker Lendecke
2010-06-08
1
-2
/
+0
*
Revert "s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS"
Volker Lendecke
2010-06-08
2
-5
/
+4
*
Make aio_ex owned by a talloc context, not neccessarily on the null context.
Jeremy Allison
2010-06-07
1
-8
/
+12
*
Move "write_though" into aio_ex struct.
Jeremy Allison
2010-06-07
1
-5
/
+5
*
s3:smbd add utility function to check if there are open pipes
Simo Sorce
2010-06-07
1
-8
/
+3
*
s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS
Andrew Bartlett
2010-06-07
2
-4
/
+5
*
s3:smbd Give the kerberos session key a parent
Andrew Bartlett
2010-06-07
1
-0
/
+2
*
s3:smbd Fix segfault if register_existing_vuid() fails
Andrew Bartlett
2010-06-07
1
-4
/
+12
*
Fix a long-standing bug with async io that would only be triggered by SMB2.
Jeremy Allison
2010-06-04
1
-5
/
+5
*
wait_for_aio_completion() should return 0 on non-aio compiled case.
Jeremy Allison
2010-06-04
1
-1
/
+1
*
Rename req -> smbreq.
Jeremy Allison
2010-06-04
1
-26
/
+26
*
Change smbd_aio_complete_mid() -> smbd_aio_complete_aio_ex(). Simplifies
Jeremy Allison
2010-06-04
1
-32
/
+4
*
s3-auth: Moved smbd user functions to a generic place.
Andreas Schneider
2010-06-04
2
-406
/
+0
*
s3-smbd: Remove unneeded dependency of map_username to globals.c.
Andreas Schneider
2010-06-04
3
-7
/
+3
*
Allow us to cope correctly with NT_STATUS_MORE_PROCESSING_REQUIRED when downg...
Jeremy Allison
2010-06-03
1
-1
/
+7
*
Found by Guenther - fix up our fallback paths from krb5 to NTLMSSP when using...
Jeremy Allison
2010-06-03
1
-8
/
+29
*
s3-security: use shared "Standard access rights.".
Günther Deschner
2010-06-03
1
-1
/
+1
*
s3-security: remove duplicate Extra W2K flags.
Günther Deschner
2010-06-03
1
-1
/
+1
*
s3-security: use shared SECINFO_DACL define.
Günther Deschner
2010-06-03
4
-12
/
+12
*
s3-security: use shared SECINFO_SACL define.
Günther Deschner
2010-06-03
2
-2
/
+2
*
s3-security: use shared SECINFO_GROUP define.
Günther Deschner
2010-06-03
4
-7
/
+7
*
s3-security: use shared SECINFO_OWNER define.
Günther Deschner
2010-06-03
4
-7
/
+7
*
s3-security: remove some more shared secdesc defines.
Günther Deschner
2010-06-03
1
-3
/
+3
*
Ensure we remove SMB2 cancel requests from the active queue
Jeremy Allison
2010-06-02
1
-0
/
+1
*
Fix a crash bug found by Ira Cooper <samba@ira.wakeful.net>.
Jeremy Allison
2010-06-02
1
-4
/
+5
*
Move to using a DATA_BLOB inside of struct aio_extra, not a char *.
Jeremy Allison
2010-06-02
1
-16
/
+16
*
SMB2: Fix rename on Windows 7.
Ira Cooper
2010-06-01
1
-8
/
+0
*
Don't use sigev_value.sival_int to just store the mid, use sigev_value.sival_...
Jeremy Allison
2010-06-01
1
-38
/
+26
*
s3-smbd: remove unused sconn from token_contains_name().
Günther Deschner
2010-05-31
1
-1
/
+0
*
s3:smbd map_username() doesn't need sconn anymore
Simo Sorce
2010-05-31
4
-8
/
+6
*
s3:smbd user_ok doesn't need sconn anymore
Simo Sorce
2010-05-31
1
-7
/
+6
*
s3:smbd user_in_list() doesn't need sconn anymore
Simo Sorce
2010-05-31
2
-6
/
+5
*
s3:smbd user_in_network() doesn't need sconn anymore
Simo Sorce
2010-05-31
2
-7
/
+6
[prev]
[next]