summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:smbd split smbd/server.c into smbd/server.c and smbd/server_exit.cAndrew Bartlett2010-05-282-146/+173
* s3-auth: Added a function to get the server_info from the system user.Andreas Schneider2010-05-281-0/+5
* s3-lanman: Fix api_RNetUserGetInfo level 2 marshalling offset calculation.Günther Deschner2010-05-281-16/+16
* s3:auth Free sampass as soon as we have server_infoSimo Sorce2010-05-282-0/+2
* s3:auth use info3 in auth_serversupplied_infoSimo Sorce2010-05-287-25/+25
* s3: Fix a bad memleak in the async echo responderVolker Lendecke2010-05-271-1/+1
* s3: Remove an unused variableVolker Lendecke2010-05-271-1/+0
* s3-lanman: use samr for api_RNetUserGetInfo.Günther Deschner2010-05-271-27/+130
* s3:rpc_server: pass down local and remote tsocket_address to np_open()Stefan Metzmacher2010-05-271-1/+4
* s3:smbd: add PIPE_BUSY handling for SMBtrans calls on named pipesStefan Metzmacher2010-05-271-0/+11
* s3-lanman: remove defines now provided by IDL.Günther Deschner2010-05-261-10/+0
* s3-samr: move chgpasswd.c out of smbd and into the samr server.Günther Deschner2010-05-261-1122/+0
* s3-smbd: remove unused change/check_lanman_password.Günther Deschner2010-05-261-203/+59
* s3-lanman: parse encrypted and min_pwd_length in api_SetUserPassword().Günther Deschner2010-05-261-3/+25
* s3-lanman: use samr for api_SetUserPassword().Günther Deschner2010-05-261-38/+123
* s3-lanman: Migrated to rpc_connect_spoolss_pipe().Simo Sorce2010-05-261-28/+9
* Standardize debug messages for read and write.Jeremy Allison2010-05-252-3/+11
* If using fake oplocks, use the correct SMB2 type code for "no oplock".Jeremy Allison2010-05-211-1/+1
* Don't forget brackets around bitwise tests.Jeremy Allison2010-05-211-1/+1
* Make DFS work over SMB2.Jeremy Allison2010-05-213-11/+43