summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* s3: Pass sconn explicitly to get_deferred_open_message_smbVolker Lendecke2011-08-021-4/+6
* s3: Pass sconn explicitly to open_was_deferredVolker Lendecke2011-08-027-18/+18
* s3: Pass sconn explicitly to schedule_deferred_open_message_smbVolker Lendecke2011-08-024-7/+22
* s3: Explicitly pass sconn to remove_deferred_open_message_smbVolker Lendecke2011-08-023-6/+8
* s3: Fix some nonempty blank linesVolker Lendecke2011-08-023-10/+10
* s3:server Consolidate printing related initializationSimo Sorce2011-08-021-9/+0
* s3:smbd - Move printing queue stuffSimo Sorce2011-08-025-50/+12
* s3-rpc_server: Use rpc_spoolss_mode().Andreas Schneider2011-08-011-5/+2
* s3-rpc_server: Use rpc_epmapper_mode().Andreas Schneider2011-08-011-5/+2
* s3-rpc_server: Rename to rpc service setup.Andreas Schneider2011-08-011-1/+1
* Secod part of bugfix for bug #8335 - file copy aborts with smb2_validate_mess...Jeremy Allison2011-07-291-3/+24
* s3: Make map_open_params_to_ntcreate() available in lib/Volker Lendecke2011-07-292-154/+0
* s3: Make is_executable() available in lib/Volker Lendecke2011-07-292-18/+0
* s3: We only need base_name in map_open_params_to_ntcreateVolker Lendecke2011-07-294-9/+12
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-293-3/+3
* s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam2011-07-291-0/+1
* s3: Priorize the async echo responder over the clientVolker Lendecke2011-07-281-4/+15
* s3: Remove unused smbd_echo_reader()Volker Lendecke2011-07-281-97/+0
* s3: Use smbd_echo_read_send in the async echo handlerVolker Lendecke2011-07-281-6/+68
* s3: Add smbd_echo_read_send/recvVolker Lendecke2011-07-281-0/+155
* Use existing ISDOT and ISDOTDOT macros.Jeremy Allison2011-07-281-2/+1
* s3-rpc_server: Move pipe/handles functionsSimo Sorce2011-07-211-1/+1
* s3-auth Remove seperate guest booleanAndrew Bartlett2011-07-206-15/+25
* s3-auth Use the common auth_session_infoAndrew Bartlett2011-07-208-25/+25
* s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett2011-07-206-17/+17
* s3-auth Use guest boolean in auth_user_info_unixAndrew Bartlett2011-07-206-14/+14
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-2015-56/+57
* s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett2011-07-209-46/+58
* s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett2011-07-208-33/+64
* debug: log early messages to stdout, and keep it openAndrew Bartlett2011-07-201-2/+8
* First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison2011-07-192-9/+9
* s3-smbd: Pass event and messaging context to smbd_parent_housekeeping().Andreas Schneider2011-07-141-3/+5
* s3-smbd: Pass ev_ctx to remove_child_pid().Andreas Schneider2011-07-141-3/+5
* s3-smbd: Pass msg_ctx to smbd_accept_connection.Andreas Schneider2011-07-141-4/+8
* s3-smbd: Pass ev_ctx to smbd_setup_sig_chld_handler().Andreas Schneider2011-07-141-5/+5
* s3-smbd: Pass ev_ctx and msg_ctx to smbd_accept_connection().Andreas Schneider2011-07-141-3/+13
* s3-smbd: Pass ev_ctx and msg_ctx to open_sockets_smbd().Andreas Schneider2011-07-141-7/+9
* s3-smbd: Pass ev_ctx to smbd_parent_loop().Andreas Schneider2011-07-141-3/+4
* s3-smbd: Create ev_ctx and msg_ctx and use it.Andreas Schneider2011-07-141-26/+38
* s3:smbd: s/SMBkeepalive/NBSSkeepaliveStefan Metzmacher2011-07-122-12/+12
* s3:smbd: use PROTOCOL_SMB2_02 instead PROTOCOL_SMB2Stefan Metzmacher2011-07-123-3/+3
* s3:smb2_create: use smbd_calculate_access_mask() instead of smbd_check_open_r...Stefan Metzmacher2011-07-111-1/+6
* s3:smb2_tcon: return the correct maximal_access on the shareStefan Metzmacher2011-07-111-1/+1
* s3:smbd: return the real share access mask in the SMBtconX responseStefan Metzmacher2011-07-111-3/+1
* s3:smbd: use smbd_calculate_access_mask() also for fake_filesStefan Metzmacher2011-07-111-0/+13
* s3:smbd: check the share level access mask in smbd_calculate_access_mask()Stefan Metzmacher2011-07-111-0/+17
* s3:smbd: make smbd_calculate_access_mask() non-staticStefan Metzmacher2011-07-112-14/+20
* s3:smbd/msdfs: let create_conn_struct() check the share security descriptorStefan Metzmacher2011-07-111-0/+30
* Move smbd_smb2_request_check_tcon() smbd_smb2_request_check_session() next to...Jeremy Allison2011-07-084-121/+130
* s3:smb2_server: add some comments about change_to_user() and change_to_root_u...Stefan Metzmacher2011-07-081-2/+98