summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2010-06-10s3:lib make server contexts genericSimo Sorce3-30/+4
2010-06-10Fix the build in the non WITH_AIO case (sorry).Jeremy Allison1-0/+20
2010-06-10Implement AIO in SMB2. Doesn't allow cancel calls yet (to be added).Jeremy Allison4-0/+339
2010-06-10Ensure we correctly setup req->subreq before testing for async. Stops crashes...Jeremy Allison1-4/+4
2010-06-10Don't use the autofree context for the globals. This causes child smbd's forkedJeremy Allison3-3/+19
2010-06-10s3-smbd: Fix typo in comment.Karolin Seeger1-1/+1
2010-06-09Rename "allow_smb2" -> "using_smb2" and make the usage clearer.Jeremy Allison8-22/+31
2010-06-09Split out the "finished write processing" code into a function so it can be c...Jeremy Allison1-40/+62
2010-06-09Ensure we don't send SMB1 keepalives on an SMB2 connection.Jeremy Allison1-0/+6
2010-06-09Split out the "finished read processing" code into a function so it can be ca...Jeremy Allison1-36/+75
2010-06-08Fix a valgrind error found by SMB2-COMPOUND test.Jeremy Allison3-0/+31
2010-06-08Second part of fix for 7501 - SMB2: CREATE request replies getting mangled.Jeremy Allison1-67/+67
2010-06-08Fix for bug 7501 - SMB2: CREATE request replies getting mangled.Ira Cooper1-3/+1
2010-06-08Revert "s3:smbd Fix segfault if register_existing_vuid() fails"Volker Lendecke1-12/+4
2010-06-08Revert "s3:smbd Give the kerberos session key a parent"Volker Lendecke1-2/+0
2010-06-08Revert "s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS"Volker Lendecke2-5/+4
2010-06-07Make aio_ex owned by a talloc context, not neccessarily on the null context.Jeremy Allison1-8/+12
2010-06-07Move "write_though" into aio_ex struct.Jeremy Allison1-5/+5
2010-06-07s3:smbd add utility function to check if there are open pipesSimo Sorce1-8/+3
2010-06-07s3:auth Change auth_ntlmssp_server_info API to return NTSTATUSAndrew Bartlett2-4/+5
2010-06-07s3:smbd Give the kerberos session key a parentAndrew Bartlett1-0/+2
2010-06-07s3:smbd Fix segfault if register_existing_vuid() failsAndrew Bartlett1-4/+12
2010-06-04Fix a long-standing bug with async io that would only be triggered by SMB2.Jeremy Allison1-5/+5
2010-06-04wait_for_aio_completion() should return 0 on non-aio compiled case.Jeremy Allison1-1/+1
2010-06-04Rename req -> smbreq.Jeremy Allison1-26/+26
2010-06-04Change smbd_aio_complete_mid() -> smbd_aio_complete_aio_ex(). SimplifiesJeremy Allison1-32/+4
2010-06-04s3-auth: Moved smbd user functions to a generic place.Andreas Schneider2-406/+0
2010-06-04s3-smbd: Remove unneeded dependency of map_username to globals.c.Andreas Schneider3-7/+3
2010-06-03Allow us to cope correctly with NT_STATUS_MORE_PROCESSING_REQUIRED when downg...Jeremy Allison1-1/+7
2010-06-03Found by Guenther - fix up our fallback paths from krb5 to NTLMSSP when using...Jeremy Allison1-8/+29
2010-06-03s3-security: use shared "Standard access rights.".Günther Deschner1-1/+1
2010-06-03s3-security: remove duplicate Extra W2K flags.Günther Deschner1-1/+1
2010-06-03s3-security: use shared SECINFO_DACL define.Günther Deschner4-12/+12
2010-06-03s3-security: use shared SECINFO_SACL define.Günther Deschner2-2/+2
2010-06-03s3-security: use shared SECINFO_GROUP define.Günther Deschner4-7/+7
2010-06-03s3-security: use shared SECINFO_OWNER define.Günther Deschner4-7/+7
2010-06-03s3-security: remove some more shared secdesc defines.Günther Deschner1-3/+3
2010-06-02Ensure we remove SMB2 cancel requests from the active queueJeremy Allison1-0/+1
2010-06-02Fix a crash bug found by Ira Cooper <samba@ira.wakeful.net>.Jeremy Allison1-4/+5
2010-06-02Move to using a DATA_BLOB inside of struct aio_extra, not a char *.Jeremy Allison1-16/+16
2010-06-01SMB2: Fix rename on Windows 7.Ira Cooper1-8/+0
2010-06-01Don't use sigev_value.sival_int to just store the mid, use sigev_value.sival_...Jeremy Allison1-38/+26
2010-05-31s3-smbd: remove unused sconn from token_contains_name().Günther Deschner1-1/+0
2010-05-31s3:smbd map_username() doesn't need sconn anymoreSimo Sorce4-8/+6
2010-05-31s3:smbd user_ok doesn't need sconn anymoreSimo Sorce1-7/+6
2010-05-31s3:smbd user_in_list() doesn't need sconn anymoreSimo Sorce2-6/+5
2010-05-31s3:smbd user_in_network() doesn't need sconn anymoreSimo Sorce2-7/+6
2010-05-31s3:smbd make yp cache local.Simo Sorce3-20/+8
2010-05-31ntlmssp: Make the ntlmssp.h from source3/ a common headerAndrew Bartlett3-3/+3
2010-05-31s3:auth Remove AUTH_NTLMSSP_STATE typedef.Andrew Bartlett3-5/+5