summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/param: Merge struct loadparm_service into commonAndrew Bartlett2011-07-081-1/+1
* lib/util Move bitmap.c to lib/utilAndrew Bartlett2011-07-084-0/+4
* Fix bug #8293 - SMB2 doesn't rotate the log files often enough.Jeremy Allison2011-07-083-3/+21
* s3:smb2_server: call change_to_root_user() or smbd_smb2_request_check_tcon()Stefan Metzmacher2011-07-071-3/+26
* s3:smbd fix a compile warning on AIX 5.3Christian Ambach2011-07-051-1/+1
* s3: Fix bug 8102Volker Lendecke2011-07-051-0/+8
* s3: Calculate&store the maximum share access maskVolker Lendecke2011-07-051-22/+15
* s3: Return "granted" from share_access_checkVolker Lendecke2011-07-052-10/+14
* s3:smb2 fix smbd crash on premature end of smb2 conn (Bug 8286)Christian Ambach2011-07-041-3/+3
* s3:smb2_server: there's no reason to check the session id twice on a smb2_tco...Stefan Metzmacher2011-07-041-5/+0
* s3:smb2_create: call 'return' after smbd_server_connection_terminate()Stefan Metzmacher2011-07-041-0/+1
* s3-lib Move event_add_idle() to source3/lib/events.cAndrew Bartlett2011-07-042-87/+0
* s3-smbd: Remove client_address from smbd_server_connection struct.Andreas Schneider2011-07-041-1/+0
* s3-smbd: Remove obsolete smbd_set_server_fd().Andreas Schneider2011-07-042-36/+6
* s3-smbd: Replace client_id in smbd session setup.Andreas Schneider2011-07-042-2/+3
* s3-smbd: Replace client_id in smbd session.Andreas Schneider2011-07-041-7/+9
* s3-smbd: Replace client_id in smbd service.Andreas Schneider2011-07-041-6/+21
* s3-smbd: Replace client_id in smbd reply.Andreas Schneider2011-07-041-1/+10
* s3-smbd: Exit cleanly if we can't create an address string.Andreas Schneider2011-07-041-1/+3
* s3-smbd: Replace client_id in smbd connection.Andreas Schneider2011-07-041-1/+9
* s3-smbd: Replace client_id in smbd process.Andreas Schneider2011-07-042-6/+33
* s3-auth: Pass the remote_address down to user_info.Andreas Schneider2011-07-042-8/+20
* s3-auth: Added remote_address to ntlmssp server.Andreas Schneider2011-07-043-17/+51
* s3-rpc_server: Migrate rpc function to tsocket_address.Andreas Schneider2011-07-043-20/+19
* s3:smbd do not panic when CTDB is unhealthy (Bug #8278)Christian Ambach2011-06-301-0/+9
* Second part of fix for bug #8219 - SMB Panic from Windows 7 Client.Jeremy Allison2011-06-291-1/+1
* param: Merge param headers into lib/param/loadparm.hAndrew Bartlett2011-06-294-0/+4
* Fix bug #8219 - SMB Panic from Windows 7 ClientJeremy Allison2011-06-291-0/+8