summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2011-08-03s3-auth Move map to guest to directly after the check_password callsAndrew Bartlett2-97/+9
2011-08-03We don't need check_name() here. All possible paths to dptr_create()Jeremy Allison1-4/+0
2011-08-02s3: Fix smb2 handling error returns from aioVolker Lendecke1-0/+2
2011-08-02s3: Move deferred_open_queue to smbd_server_connectionVolker Lendecke3-10/+12
2011-08-02s3: Pass sconn explicitly to get_deferred_open_message_smbVolker Lendecke1-4/+6
2011-08-02s3: Pass sconn explicitly to open_was_deferredVolker Lendecke7-18/+18
2011-08-02s3: Pass sconn explicitly to schedule_deferred_open_message_smbVolker Lendecke4-7/+22
2011-08-02s3: Explicitly pass sconn to remove_deferred_open_message_smbVolker Lendecke3-6/+8
2011-08-02s3: Fix some nonempty blank linesVolker Lendecke3-10/+10
2011-08-02s3:server Consolidate printing related initializationSimo Sorce1-9/+0
2011-08-02s3:smbd - Move printing queue stuffSimo Sorce5-50/+12
2011-08-01s3-rpc_server: Use rpc_spoolss_mode().Andreas Schneider1-5/+2
2011-08-01s3-rpc_server: Use rpc_epmapper_mode().Andreas Schneider1-5/+2
2011-08-01s3-rpc_server: Rename to rpc service setup.Andreas Schneider1-1/+1
2011-07-29Secod part of bugfix for bug #8335 - file copy aborts with smb2_validate_mess...Jeremy Allison1-3/+24
2011-07-29s3: Make map_open_params_to_ntcreate() available in lib/Volker Lendecke2-154/+0
2011-07-29s3: Make is_executable() available in lib/Volker Lendecke2-18/+0
2011-07-29s3: We only need base_name in map_open_params_to_ntcreateVolker Lendecke4-9/+12
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam3-3/+3
2011-07-29s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam1-0/+1
2011-07-28s3: Priorize the async echo responder over the clientVolker Lendecke1-4/+15
2011-07-28s3: Remove unused smbd_echo_reader()Volker Lendecke1-97/+0
2011-07-28s3: Use smbd_echo_read_send in the async echo handlerVolker Lendecke1-6/+68
2011-07-28s3: Add smbd_echo_read_send/recvVolker Lendecke1-0/+155
2011-07-28Use existing ISDOT and ISDOTDOT macros.Jeremy Allison1-2/+1
2011-07-21s3-rpc_server: Move pipe/handles functionsSimo Sorce1-1/+1
2011-07-20s3-auth Remove seperate guest booleanAndrew Bartlett6-15/+25
2011-07-20s3-auth Use the common auth_session_infoAndrew Bartlett8-25/+25
2011-07-20s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett6-17/+17
2011-07-20s3-auth Use guest boolean in auth_user_info_unixAndrew Bartlett6-14/+14
2011-07-20s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett15-56/+57
2011-07-20s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett9-46/+58
2011-07-20s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett8-33/+64
2011-07-20debug: log early messages to stdout, and keep it openAndrew Bartlett1-2/+8
2011-07-19First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison2-9/+9
2011-07-14s3-smbd: Pass event and messaging context to smbd_parent_housekeeping().Andreas Schneider1-3/+5
2011-07-14s3-smbd: Pass ev_ctx to remove_child_pid().Andreas Schneider1-3/+5
2011-07-14s3-smbd: Pass msg_ctx to smbd_accept_connection.Andreas Schneider1-4/+8
2011-07-14s3-smbd: Pass ev_ctx to smbd_setup_sig_chld_handler().Andreas Schneider1-5/+5
2011-07-14s3-smbd: Pass ev_ctx and msg_ctx to smbd_accept_connection().Andreas Schneider1-3/+13
2011-07-14s3-smbd: Pass ev_ctx and msg_ctx to open_sockets_smbd().Andreas Schneider1-7/+9
2011-07-14s3-smbd: Pass ev_ctx to smbd_parent_loop().Andreas Schneider1-3/+4
2011-07-14s3-smbd: Create ev_ctx and msg_ctx and use it.Andreas Schneider1-26/+38
2011-07-12s3:smbd: s/SMBkeepalive/NBSSkeepaliveStefan Metzmacher2-12/+12
2011-07-12s3:smbd: use PROTOCOL_SMB2_02 instead PROTOCOL_SMB2Stefan Metzmacher3-3/+3
2011-07-11s3:smb2_create: use smbd_calculate_access_mask() instead of smbd_check_open_r...Stefan Metzmacher1-1/+6
2011-07-11s3:smb2_tcon: return the correct maximal_access on the shareStefan Metzmacher1-1/+1
2011-07-11s3:smbd: return the real share access mask in the SMBtconX responseStefan Metzmacher1-3/+1
2011-07-11s3:smbd: use smbd_calculate_access_mask() also for fake_filesStefan Metzmacher1-0/+13
2011-07-11s3:smbd: check the share level access mask in smbd_calculate_access_mask()Stefan Metzmacher1-0/+17