summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-31s3:auth Make AUTH_NTLMSSP_STATE a private structure.Andrew Bartlett3-38/+28
2010-05-31s3: Fix some debug messagesVolker Lendecke1-4/+4
2010-05-31s3-build: only use ndr_security.h where needed.Günther Deschner5-0/+5
2010-05-29s3:smbd Use the right num_sidsSimo Sorce1-1/+1
2010-05-28s3:smbd move messaging_context and memcache into globals.cAndrew Bartlett2-26/+27
2010-05-28s3:smbd split reload services/printers functions from server.cAndrew Bartlett2-82/+109
2010-05-28s3:smbd split smbd/server.c into smbd/server.c and smbd/server_exit.cAndrew Bartlett2-146/+173
2010-05-28s3-auth: Added a function to get the server_info from the system user.Andreas Schneider1-0/+5
2010-05-28s3-lanman: Fix api_RNetUserGetInfo level 2 marshalling offset calculation.Günther Deschner1-16/+16
2010-05-28s3:auth Free sampass as soon as we have server_infoSimo Sorce2-0/+2
2010-05-28s3:auth use info3 in auth_serversupplied_infoSimo Sorce7-25/+25
2010-05-27s3: Fix a bad memleak in the async echo responderVolker Lendecke1-1/+1
2010-05-27s3: Remove an unused variableVolker Lendecke1-1/+0
2010-05-27s3-lanman: use samr for api_RNetUserGetInfo.Günther Deschner1-27/+130
2010-05-27s3:rpc_server: pass down local and remote tsocket_address to np_open()Stefan Metzmacher1-1/+4
2010-05-27s3:smbd: add PIPE_BUSY handling for SMBtrans calls on named pipesStefan Metzmacher1-0/+11
2010-05-26s3-lanman: remove defines now provided by IDL.Günther Deschner1-10/+0
2010-05-26s3-samr: move chgpasswd.c out of smbd and into the samr server.Günther Deschner1-1122/+0
2010-05-26s3-smbd: remove unused change/check_lanman_password.Günther Deschner1-203/+59
2010-05-26s3-lanman: parse encrypted and min_pwd_length in api_SetUserPassword().Günther Deschner1-3/+25
2010-05-26s3-lanman: use samr for api_SetUserPassword().Günther Deschner1-38/+123
2010-05-26s3-lanman: Migrated to rpc_connect_spoolss_pipe().Simo Sorce1-28/+9