summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Rename "allow_smb2" -> "using_smb2" and make the usage clearer.Jeremy Allison2010-06-098-22/+31
* Split out the "finished write processing" code into a function so it can be c...Jeremy Allison2010-06-091-40/+62
* Ensure we don't send SMB1 keepalives on an SMB2 connection.Jeremy Allison2010-06-091-0/+6
* Split out the "finished read processing" code into a function so it can be ca...Jeremy Allison2010-06-091-36/+75
* Fix a valgrind error found by SMB2-COMPOUND test.Jeremy Allison2010-06-083-0/+31
* Second part of fix for 7501 - SMB2: CREATE request replies getting mangled.Jeremy Allison2010-06-081-67/+67
* Fix for bug 7501 - SMB2: CREATE request replies getting mangled.Ira Cooper2010-06-081-3/+1
* Revert "s3:smbd Fix segfault if register_existing_vuid() fails"Volker Lendecke2010-06-081-12/+4
* Revert "s3:smbd Give the kerberos session key a parent"Volker Lendecke2010-06-081-2/+0
* Revert "s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS"Volker Lendecke2010-06-082-5/+4
* Make aio_ex owned by a talloc context, not neccessarily on the null context.Jeremy Allison2010-06-071-8/+12
* Move "write_though" into aio_ex struct.Jeremy Allison2010-06-071-5/+5
* s3:smbd add utility function to check if there are open pipesSimo Sorce2010-06-071-8/+3
* s3:auth Change auth_ntlmssp_server_info API to return NTSTATUSAndrew Bartlett2010-06-072-4/+5
* s3:smbd Give the kerberos session key a parentAndrew Bartlett2010-06-071-0/+2
* s3:smbd Fix segfault if register_existing_vuid() failsAndrew Bartlett2010-06-071-4/+12
* Fix a long-standing bug with async io that would only be triggered by SMB2.Jeremy Allison2010-06-041-5/+5
* wait_for_aio_completion() should return 0 on non-aio compiled case.Jeremy Allison2010-06-041-1/+1
* Rename req -> smbreq.Jeremy Allison2010-06-041-26/+26
* Change smbd_aio_complete_mid() -> smbd_aio_complete_aio_ex(). SimplifiesJeremy Allison2010-06-041-32/+4
* s3-auth: Moved smbd user functions to a generic place.Andreas Schneider2010-06-042-406/+0
* s3-smbd: Remove unneeded dependency of map_username to globals.c.Andreas Schneider2010-06-043-7/+3
* Allow us to cope correctly with NT_STATUS_MORE_PROCESSING_REQUIRED when downg...Jeremy Allison2010-06-031-1/+7
* Found by Guenther - fix up our fallback paths from krb5 to NTLMSSP when using...Jeremy Allison2010-06-031-8/+29
* s3-security: use shared "Standard access rights.".Günther Deschner2010-06-031-1/+1
* s3-security: remove duplicate Extra W2K flags.Günther Deschner2010-06-031-1/+1
* s3-security: use shared SECINFO_DACL define.Günther Deschner2010-06-034-12/+12
* s3-security: use shared SECINFO_SACL define.Günther Deschner2010-06-032-2/+2
* s3-security: use shared SECINFO_GROUP define.Günther Deschner2010-06-034-7/+7
* s3-security: use shared SECINFO_OWNER define.Günther Deschner2010-06-034-7/+7
* s3-security: remove some more shared secdesc defines.Günther Deschner2010-06-031-3/+3
* Ensure we remove SMB2 cancel requests from the active queueJeremy Allison2010-06-021-0/+1
* Fix a crash bug found by Ira Cooper <samba@ira.wakeful.net>.Jeremy Allison2010-06-021-4/+5
* Move to using a DATA_BLOB inside of struct aio_extra, not a char *.Jeremy Allison2010-06-021-16/+16
* SMB2: Fix rename on Windows 7.Ira Cooper2010-06-011-8/+0
* Don't use sigev_value.sival_int to just store the mid, use sigev_value.sival_...Jeremy Allison2010-06-011-38/+26
* s3-smbd: remove unused sconn from token_contains_name().Günther Deschner2010-05-311-1/+0
* s3:smbd map_username() doesn't need sconn anymoreSimo Sorce2010-05-314-8/+6
* s3:smbd user_ok doesn't need sconn anymoreSimo Sorce2010-05-311-7/+6
* s3:smbd user_in_list() doesn't need sconn anymoreSimo Sorce2010-05-312-6/+5
* s3:smbd user_in_network() doesn't need sconn anymoreSimo Sorce2010-05-312-7/+6
* s3:smbd make yp cache local.Simo Sorce2010-05-313-20/+8
* ntlmssp: Make the ntlmssp.h from source3/ a common headerAndrew Bartlett2010-05-313-3/+3
* s3:auth Remove AUTH_NTLMSSP_STATE typedef.Andrew Bartlett2010-05-313-5/+5
* s3:auth Make AUTH_NTLMSSP_STATE a private structure.Andrew Bartlett2010-05-313-38/+28
* s3: Fix some debug messagesVolker Lendecke2010-05-311-4/+4
* s3-build: only use ndr_security.h where needed.Günther Deschner2010-05-315-0/+5
* s3:smbd Use the right num_sidsSimo Sorce2010-05-291-1/+1
* s3:smbd move messaging_context and memcache into globals.cAndrew Bartlett2010-05-282-26/+27
* s3:smbd split reload services/printers functions from server.cAndrew Bartlett2010-05-282-82/+109